summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Add a null token to pipelines expressionsGrzegorz Bizon2018-02-211-0/+19
| * | | Rename pipeline expressions token for checking equalityGrzegorz Bizon2018-02-211-4/+3
| * | | Add a base class for pipeline expressions tokensGrzegorz Bizon2018-02-204-3/+24
| * | | Add base classes to evaluate variables expressionsGrzegorz Bizon2018-02-205-2/+82
| * | | Add pipeline expression statement classGrzegorz Bizon2018-02-161-0/+20
* | | | Merge branch 'zj-gitaly-encoding-issue' into 'master'Robert Speicher2018-03-011-1/+1
|\ \ \ \
| * | | | Encode revision for gitattributes refZeger-Jan van de Weg2018-03-011-1/+1
| | |_|/ | |/| |
* | | | Merge branch '43425-projects-hooks-confidential-issues-events' into 'master'Rémy Coutable2018-03-014-5/+9
|\ \ \ \
| * | | | align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-014-5/+9
* | | | | Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-011-0/+2
|\ \ \ \ \
| * | | | | Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+2
* | | | | | Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan2018-03-013-0/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove trailing line from plugin loggerdz-system-hooks-pluginsDmitriy Zaporozhets2018-02-281-1/+0
| * | | | | Improve plugins documentation and remove unnecessary rake taskDmitriy Zaporozhets2018-02-281-5/+0
| * | | | | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-283-12/+14
| * | | | | Refactor plugin execution methodDmitriy Zaporozhets2018-02-271-1/+10