summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Untangle status label and text in ci status helperGrzegorz Bizon2016-12-062-2/+21
| * | | | | | | | | | Simplify ci status helper with detailed statusGrzegorz Bizon2016-12-061-22/+22
| * | | | | | | | | | Remove unsued variable from merge request widgetGrzegorz Bizon2016-12-061-2/+1
| * | | | | | | | | | Restore legacy statuses support in ci status helpersGrzegorz Bizon2016-12-061-0/+4
| * | | | | | | | | | Add support for detailed status to status helpersGrzegorz Bizon2016-12-053-24/+36
| * | | | | | | | | | Expose pipeline detailed status using status factoryGrzegorz Bizon2016-12-052-0/+74
| * | | | | | | | | | Extend tests for pipeline status factoryGrzegorz Bizon2016-12-051-3/+16
| * | | | | | | | | | Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-052-0/+76
| * | | | | | | | | | Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0523-60/+54
| * | | | | | | | | | Implement extended pipeline - status with warningsGrzegorz Bizon2016-12-022-0/+77
| * | | | | | | | | | Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-023-4/+28
| * | | | | | | | | | Add information about badge test to core statusesGrzegorz Bizon2016-12-0215-0/+60
| * | | | | | | | | | Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-028-0/+64
| * | | | | | | | | | Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-0215-8/+160
| * | | | | | | | | | Add abstract base class for core CI statusGrzegorz Bizon2016-12-023-1/+44
| * | | | | | | | | | Add initial implmentation for core success statusGrzegorz Bizon2016-12-022-0/+18
| * | | | | | | | | | Add scaffold for each class of core CI statusGrzegorz Bizon2016-12-027-0/+56
* | | | | | | | | | | Merge branch 'rs-extended-regexp' into 'master' Rémy Coutable2016-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use `--extended-regexp` in lint-doc for compatibility with Darwin greprs-extended-regexpRobert Speicher2016-12-061-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-0641-286/+1022
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update user markdown docs with cross-project shorthand versionOswaldo Ferreira2016-12-021-0/+12
| * | | | | | | | | | | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-0240-286/+1010
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fix/authorize-users-into-imported-gitlab-project' into 'master' Sean McGivern2016-12-063-2/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Authorize users into imported GitLab projectfix/authorize-users-into-imported-gitlab-projectAhmad Sherif2016-12-053-2/+14
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '25202-fix-mr-widget-content-wrapping' into 'master' Jacob Schatz2016-12-062-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed MR widget content wrapping for XS viewportsRyan Harris2016-12-052-0/+10
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'dev/master'Robert Speicher2016-12-065-16/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update CHANGELOG.md for 8.13.8Alejandro Rodríguez2016-12-021-0/+5
| * | | | | | | | | | Update CHANGELOG.md for 8.14.3Alejandro Rodríguez2016-12-025-16/+9
* | | | | | | | | | | Merge branch 'issue_25064' into 'security' Douwe Maan2016-12-063-6/+48
* | | | | | | | | | | Merge branch 'document-public-project-api' into 'master' Douwe Maan2016-12-061-4/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Document the public Project API and document `GET /projects/:id/users`document-public-project-apiRémy Coutable2016-12-021-4/+44
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'remove-errors-scss' into 'master' Jacob Schatz2016-12-051-16/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused errors cssremove-errors-scssAnnabel Dunstone Gray2016-12-051-16/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'remove-votes-scss' into 'master' Jacob Schatz2016-12-051-4/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused votes.scssremove-votes-scssAnnabel Dunstone Gray2016-12-051-4/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'fix-nignx-typo' into 'master' Achilleas Pipinellis2016-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | NIGNX -> Nginxfix-nignx-typoSean McGivern2016-12-051-1/+1
* | | | | | | | | | | Merge branch 'docs/secret-variables' into 'master' Achilleas Pipinellis2016-12-051-11/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | It's secret variables, not secureAchilleas Pipinellis2016-12-051-11/+11
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'docs/refactor-ci-variables' into 'master' Achilleas Pipinellis2016-12-053-61/+218
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix dead links, add example of debug trace output, simplify titlesAchilleas Pipinellis2016-12-052-27/+147
| * | | | | | | | | | | Refactor CI variables docsdocs/refactor-ci-variablesAchilleas Pipinellis2016-11-253-49/+86
* | | | | | | | | | | | Merge branch 'feature/admin-user-groups-link' into 'master' Alfredo Sumaran2016-12-053-1/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | The admin user projects view now has a clickable group linkJames Gregory2016-12-023-1/+33
* | | | | | | | | | | | | Merge branch 'add-button-styles-ux-guide' into 'master' Allison Whilden2016-12-0535-35/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Document button secondary states. Update icons and color sectionChris Peressini2016-12-0535-35/+36
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'add-element-extensions-tests' into 'master' Alfredo Sumaran2016-12-051-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Added element extensions spec for .matches and .closestadd-element-extensions-testsLuke "Jared" Bennett2016-12-021-0/+38
* | | | | | | | | | | | | Merge branch 'refactor-create-service-spec' into 'master' Dmitriy Zaporozhets2016-12-052-106/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |