summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-014-9/+53
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client implementation for Licensee#key See merge request gitlab-org/gitlab-ce!17449
| * | | | | | | | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-014-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of the migration as tracked in: gitlab-org/gitaly#1026
* | | | | | | | | Merge branch '30665-add-email-button-to-new-issue-by-email' into 'master'Clement Ho2018-03-012-1/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Have mailto: link in "Email a new issue to this project"" Closes #30665 See merge request gitlab-org/gitlab-ce!17401
| * | | | | | | | | Add mail_to button new issue by email modal30665-add-email-button-to-new-issue-by-emailIslam Wazery2018-02-282-1/+12
| | | | | | | | | |
* | | | | | | | | | Merge branch 'remove-vue-mr-webpack' into 'master'Mike Greiling2018-03-011-11/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary chunks from common_vue See merge request gitlab-org/gitlab-ce!17460
| * | | | | | | | | | Remove unnecessary chunks from common_vueClement Ho2018-03-011-11/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'fj-28141-redirection-loop' into 'master'Douwe Maan2018-03-013-0/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the two factor check when the user sets a new password Closes #28141 See merge request gitlab-org/gitlab-ce!17457
| * | | | | | | | | | Removing the two factor check when the user sets a new passwordFrancisco Javier López2018-03-013-0/+16
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'dz-namespace-id-not-null' into 'master'Yorick Peterse2018-03-017-8/+47
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make project#namespace_id not null Closes #26052 See merge request gitlab-org/gitlab-ce!17448
| * | | | | | | | | | Update specs to respect Project#namespace_id not null constraintDmitriy Zaporozhets2018-03-014-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Add changelog for namespace_id not null migrationDmitriy Zaporozhets2018-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Update schema with latest migrationDmitriy Zaporozhets2018-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Make project#namespace_id not nulldz-namespace-id-not-nullDmitriy Zaporozhets2018-03-011-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into ↵Douwe Maan2018-03-018-34/+130
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Allow API method /projects/:id/repository/commits to work over all commits" Closes #42434 See merge request gitlab-org/gitlab-ce!17182
| * | | | | | | | | | | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-017-27/+104
| | | | | | | | | | | |
| * | | | | | | | | | | API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-233-14/+33
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'feature/gb/pipeline-variable-expressions' into 'master'Kamil Trzciński2018-03-0119-0/+748
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipeline variables expressions See merge request gitlab-org/gitlab-ce!17261
| * | | | | | | | | | | | Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon2018-03-012-7/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add a comment to expressions parser tree methodfeature/gb/pipeline-variable-expressionsGrzegorz Bizon2018-03-011-0/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Improve pipeline expressions lexerGrzegorz Bizon2018-03-012-17/+29
| | | | | | | | | | | | |
| * | | | | | | | | | | | Do not use keyword args to pass expression variablesGrzegorz Bizon2018-02-276-6/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Robustify pipeline expressions nodes parserGrzegorz Bizon2018-02-271-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Improve specs for pipeline expression statementGrzegorz Bizon2018-02-271-4/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Improve null lexeme in pipeline expressionsGrzegorz Bizon2018-02-271-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add support for single quoted string in pipeline expressionsGrzegorz Bizon2018-02-273-1/+64
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into ↵Grzegorz Bizon2018-02-23872-9988/+11734
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/pipeline-variable-expressions * commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af': (247 commits)
| * | | | | | | | | | | | Remove unused method from base expression lexeme classGrzegorz Bizon2018-02-231-4/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add missing specs for pipeline expression lexemesGrzegorz Bizon2018-02-2310-7/+135
| | | | | | | | | | | | |
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |