summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Adds specs for pipeline expressions raw tokenGrzegorz Bizon2018-02-231-0/+45
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add support for evaluating pipeline expression variablesGrzegorz Bizon2018-02-237-6/+32
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add operator / value types in pipeline expressionsGrzegorz Bizon2018-02-239-15/+50
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move pipeline expression lexemes to a separate moduleGrzegorz Bizon2018-02-2315-128/+138
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Simplify pipelines expression parserGrzegorz Bizon2018-02-235-17/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Build a recursive parser for pipeline expressionsGrzegorz Bizon2018-02-229-18/+61
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Extract pipeline expressions parser to a separate classGrzegorz Bizon2018-02-226-45/+62
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rename pipeline expressions statement exception classGrzegorz Bizon2018-02-223-5/+16
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add variables to pipeline expressions evaluatorGrzegorz Bizon2018-02-212-1/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Improve pipeline expressions specs and freeze constantsGrzegorz Bizon2018-02-213-6/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make pipeline variables evaluation concept explicitGrzegorz Bizon2018-02-211-5/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Simplify evaluating pipeline expressionsGrzegorz Bizon2018-02-211-5/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add code that evaluates pipelines expressionsGrzegorz Bizon2018-02-211-3/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Implement pipeline expressions parserGrzegorz Bizon2018-02-218-5/+94
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add test example for syntax error in pipeline expressionsGrzegorz Bizon2018-02-211-0/+7
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a lexeme for a string pipeline expressionGrzegorz Bizon2018-02-214-15/+35
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Implement pipeline expressions lexerGrzegorz Bizon2018-02-216-7/+74
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move pipeline expressions grammar from lexer to parserGrzegorz Bizon2018-02-212-8/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rename tokens to lexemes in pipeline expressionsGrzegorz Bizon2018-02-215-9/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add basic pipeline expressions grammar definitionGrzegorz Bizon2018-02-211-0/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a null token to pipelines expressionsGrzegorz Bizon2018-02-211-0/+19
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rename pipeline expressions token for checking equalityGrzegorz Bizon2018-02-212-4/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a base class for pipeline expressions tokensGrzegorz Bizon2018-02-204-3/+24
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add base classes to evaluate variables expressionsGrzegorz Bizon2018-02-207-2/+86
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add pipeline expression statement classGrzegorz Bizon2018-02-161-0/+20
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '42946-update-pipeline-cancel-tooltip-to-stop' into 'master'Filipa Lacerda2018-03-012-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Tooltip for the stop pipeline button is 'Cancel'" Closes #42946 See merge request gitlab-org/gitlab-ce!17444
| * | | | | | | | | | | | | | | Update tooltip on pipeline cancel to say "Stop" (#42946)42946-update-pipeline-cancel-tooltip-to-stopDylan Griffith2018-03-012-1/+6
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'zj-gitaly-encoding-issue' into 'master'Robert Speicher2018-03-013-52/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encode revision for gitattributes ref Closes gitaly#1032 and #43278 See merge request gitlab-org/gitlab-ce!17291
| * | | | | | | | | | | | | | | | Encode revision for gitattributes refZeger-Jan van de Weg2018-03-013-52/+73
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A field didn't call the needed encoding helper, thus some UTF-8 encoding couldn't be encoded to ASCII. Using the helper method this was fixed. Tests are now run against Gitaly and Rugged too, to ensure both remain working correctly. Fixes gitlab-org/gitaly#1032, gitlab-org/gitlab-ce#43278
* | | | | | | | | | | | | | | | Merge branch 'sh-bump-git-2.16-docs' into 'master'Rémy Coutable2018-03-011-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump source installs to use git 2.16 See merge request gitlab-org/gitlab-ce!17441
| * | | | | | | | | | | | | | | Bump source installs to use git 2.16sh-bump-git-2.16-docsStan Hu2018-02-281-3/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'docs-document-the-ee-files-location-check-job' into 'master'Sean McGivern2018-03-011-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the ee-files-location-check CI job Closes #43711 See merge request gitlab-org/gitlab-ce!17451
| * | | | | | | | | | | | | | | | Document the ee-files-location-check CI jobRémy Coutable2018-03-011-0/+39
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | | | | Merge branch '43425-projects-hooks-confidential-issues-events' into 'master'Rémy Coutable2018-03-019-7/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Projects hooks : confidential_issues_events" Closes #43425 See merge request gitlab-org/gitlab-ce!17370
| * | | | | | | | | | | | | | | | align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-019-7/+24
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'docs-anim-perf' into 'master'Tim Zallmann2018-03-011-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add animation performance guide to frontend docs See merge request gitlab-org/gitlab-ce!17234
| * | | | | | | | | | | | | | | | Add animation performance guide to frontend docsdocs-anim-perfSimon Knox2018-02-201-0/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-016-1/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add source and target branch filters to merge requests API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
| * | | | | | | | | | | | | | | | | Add source and target branch filters to merge requests APISean McGivern2018-03-016-1/+96
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch '43294-improve-externalization-documentation' into 'master'Douwe Maan2018-03-013-109/+158
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Externalization (i18n) documentation should say that whole shouldn't be split into several externalized words/group of words" Closes #43294 See merge request gitlab-org/gitlab-ce!17151
| * | | | | | | | | | | | | | | | | Add Rémy Coutable as a French proofreader43294-improve-externalization-documentationRémy Coutable2018-02-282-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Improve the Translation/Externalization documentationRémy Coutable2018-02-282-109/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | | | | | | Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan2018-03-0116-0/+241
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003
| * | | | | | | | | | | | | | | | | Remove trailing line from plugin loggerdz-system-hooks-pluginsDmitriy Zaporozhets2018-02-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Improve plugins documentation and remove unnecessary rake taskDmitriy Zaporozhets2018-02-282-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-287-25/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Fix few typos in plugins docDmitriy Zaporozhets2018-02-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Refactor plugin execution methodDmitriy Zaporozhets2018-02-274-25/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | [ci skip] Add example of rake plugins:validate output to the docDmitriy Zaporozhets2018-02-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Add documentation for plugins featureDmitriy Zaporozhets2018-02-271-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>