summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move constants and update for feedback42572-release-controllerLin Jen-Shin2018-03-032-5/+6
* Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin2018-03-03169-2467/+4307
|\
| * Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-023-3/+73
| |\
| | * Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-013-3/+73
| * | 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-0137-1770/+1799
| |\ \
| | * | Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-2837-1770/+1799
| * | | Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-017-47/+206
| |\ \ \
| | * | | 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#keyZeger-Jan van de Weg2018-03-012-0/+23
| * | | | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-012-16/+39
| |\ \ \ \ \
| | * | | | | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-012-11/+16
| | * | | | | API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-232-12/+30
| * | | | | | Merge branch 'feature/gb/pipeline-variable-expressions' into 'master'Kamil TrzciƄski2018-03-0111-0/+325
| |\ \ \ \ \ \
| | * | | | | | 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 feature/gb/pipel...Grzegorz Bizon2018-02-2340-202/+749
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | 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