summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | 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-2340-202/+749
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | |
| * | | | | | | | | | 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 ref Closes gitaly#1032 and #43278 See merge request gitlab-org/gitlab-ce!17291
| * | | | | | | | | | Encode revision for gitattributes refZeger-Jan van de Weg2018-03-011-1/+1
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 '43425-projects-hooks-confidential-issues-events' into 'master'Rémy Coutable2018-03-014-5/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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 API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-283-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Refactor plugin execution methodDmitriy Zaporozhets2018-02-271-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Add plugin queue to sidekiq config [ci skip]Dmitriy Zaporozhets2018-02-262-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Use Gitlab::Popen instead of spawn [ci skip]Dmitriy Zaporozhets2018-02-261-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Reorganize plugins dir structureDmitriy Zaporozhets2018-02-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Run plugins as separate process and pass data via STDINDmitriy Zaporozhets2018-02-262-32/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Redesign plugins systemDmitriy Zaporozhets2018-02-262-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Remove plugin initializer and add plugins:validate rake taskDmitriy Zaporozhets2018-02-262-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | Add generator for pluginsDmitriy Zaporozhets2018-02-261-0/+25
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | Update inline_javascript.rb to lint uses of the javascript filter as well as ↵Connor Shea2018-02-281-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script tags.
* | | | | | | | | | | Update inline_javascript.rbWinnie Hellmann2018-02-281-2/+2
| | | | | | | | | | |