summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Foreground verification of uploads and LFS objectsee-4862-verify-file-checksumsNick Thomas2018-03-024-0/+171
|
* Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-023-3/+73
|\ | | | | | | | | | | | | Fetch commit signatures from Gitaly in batches Closes gitaly#1046 See merge request gitlab-org/gitlab-ce!17456
| * Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-013-3/+73
| | | | | | | | Closes gitaly#1046
* | Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-016-66/+142
| |
* | Remove u2f webpack bundleMike Greiling2018-03-011-0/+1
| |
* | Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-0134-1765/+1794
|\ \ | | | | | | | | | | | | Moved o_auth/saml/ldap modules under gitlab/auth See merge request gitlab-org/gitlab-ce!17359
| * | Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-2834-1765/+1794
| | |
* | | Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-017-47/+206
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Include cycle time in usage ping" Closes #41777 See merge request gitlab-org/gitlab-ce!16793
| * | | Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-013-14/+20
| | | |
| * | | Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-285-72/+135
| | | |
| * | | Restrict cycle analytics usage data to instances that use postgres onlyTiago Botelho2018-02-282-2/+5
| | | |
| * | | Restore memoization to base query and add a batch base query methodTiago Botelho2018-02-284-8/+8
| | | |
| * | | Add BatchLoader as a way to refactor the base stage codeTiago Botelho2018-02-286-34/+44
| | | |
| * | | Refactor CycleAnalytics base stage class and modelTiago Botelho2018-02-281-5/+1
| | | |
| * | | Adds get all medians to Cycle Analytics modelTiago Botelho2018-02-285-15/+96
| | | |
* | | | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-012-0/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Client implementation for Licensee#key See merge request gitlab-org/gitlab-ce!17449
| * | | | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-012-0/+23
| | | | | | | | | | | | | | | | | | | | Part of the migration as tracked in: gitlab-org/gitaly#1026
* | | | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into ↵Douwe Maan2018-03-011-12/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-011-10/+15
| | | | | |
| * | | | | API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-231-9/+24
| | | | | |
* | | | | | Merge branch 'feature/gb/pipeline-variable-expressions' into 'master'Kamil Trzciński2018-03-0111-0/+325
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipeline variables expressions See merge request gitlab-org/gitlab-ce!17261
| * | | | | | Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon2018-03-011-5/+6
| | | | | | |
| * | | | | | Add a comment to expressions parser tree methodfeature/gb/pipeline-variable-expressionsGrzegorz Bizon2018-03-011-0/+5
| | | | | | |
| * | | | | | Improve pipeline expressions lexerGrzegorz Bizon2018-03-011-15/+27
| | | | | | |
| * | | | | | Do not use keyword args to pass expression variablesGrzegorz Bizon2018-02-275-6/+6
| | | | | | |
| * | | | | | Robustify pipeline expressions nodes parserGrzegorz Bizon2018-02-271-1/+1
| | | | | | |
| * | | | | | Improve null lexeme in pipeline expressionsGrzegorz Bizon2018-02-271-3/+3
| | | | | | |
| * | | | | | Add support for single quoted string in pipeline expressionsGrzegorz Bizon2018-02-271-1/+1
| | | | | | |
| * | | | | | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into ↵Grzegorz Bizon2018-02-2324-186/+553
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-235-6/+6
| | | | | | |
| * | | | | | Add support for evaluating pipeline expression variablesGrzegorz Bizon2018-02-236-6/+12
| | | | | | |
| * | | | | | Add operator / value types in pipeline expressionsGrzegorz Bizon2018-02-238-10/+36
| | | | | | |
| * | | | | | Move pipeline expression lexemes to a separate moduleGrzegorz Bizon2018-02-2312-123/+133
| | | | | | |
| * | | | | | Simplify pipelines expression parserGrzegorz Bizon2018-02-233-10/+9
| | | | | | |
| * | | | | | Build a recursive parser for pipeline expressionsGrzegorz Bizon2018-02-228-18/+44
| | | | | | |
| * | | | | | Extract pipeline expressions parser to a separate classGrzegorz Bizon2018-02-223-21/+35
| | | | | | |
| * | | | | | Rename pipeline expressions statement exception classGrzegorz Bizon2018-02-222-4/+4
| | | | | | |
| * | | | | | Add variables to pipeline expressions evaluatorGrzegorz Bizon2018-02-211-1/+4
| | | | | | |
| * | | | | | Improve pipeline expressions specs and freeze constantsGrzegorz Bizon2018-02-212-2/+2
| | | | | | |
| * | | | | | 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-216-5/+49
| | | | | | |
| * | | | | | Add a lexeme for a string pipeline expressionGrzegorz Bizon2018-02-213-15/+19
| | | | | | |
| * | | | | | Implement pipeline expressions lexerGrzegorz Bizon2018-02-215-7/+44
| | | | | | |
| * | | | | | 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
| | | | | | |