Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Do not use keyword args to pass expression variables | Grzegorz Bizon | 2018-02-27 | 5 | -6/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Robustify pipeline expressions nodes parser | Grzegorz Bizon | 2018-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve null lexeme in pipeline expressions | Grzegorz Bizon | 2018-02-27 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add support for single quoted string in pipeline expressions | Grzegorz Bizon | 2018-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into ↵ | Grzegorz Bizon | 2018-02-23 | 40 | -202/+749 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/pipeline-variable-expressions * commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af': (247 commits) | |||||
| * | | | | | | | | | | Remove unused method from base expression lexeme class | Grzegorz Bizon | 2018-02-23 | 1 | -4/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add missing specs for pipeline expression lexemes | Grzegorz Bizon | 2018-02-23 | 5 | -6/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add support for evaluating pipeline expression variables | Grzegorz Bizon | 2018-02-23 | 6 | -6/+12 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add operator / value types in pipeline expressions | Grzegorz Bizon | 2018-02-23 | 8 | -10/+36 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Move pipeline expression lexemes to a separate module | Grzegorz Bizon | 2018-02-23 | 12 | -123/+133 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Simplify pipelines expression parser | Grzegorz Bizon | 2018-02-23 | 3 | -10/+9 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Build a recursive parser for pipeline expressions | Grzegorz Bizon | 2018-02-22 | 8 | -18/+44 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Extract pipeline expressions parser to a separate class | Grzegorz Bizon | 2018-02-22 | 3 | -21/+35 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename pipeline expressions statement exception class | Grzegorz Bizon | 2018-02-22 | 2 | -4/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add variables to pipeline expressions evaluator | Grzegorz Bizon | 2018-02-21 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve pipeline expressions specs and freeze constants | Grzegorz Bizon | 2018-02-21 | 2 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Make pipeline variables evaluation concept explicit | Grzegorz Bizon | 2018-02-21 | 1 | -5/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Simplify evaluating pipeline expressions | Grzegorz Bizon | 2018-02-21 | 1 | -5/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add code that evaluates pipelines expressions | Grzegorz Bizon | 2018-02-21 | 1 | -3/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Implement pipeline expressions parser | Grzegorz Bizon | 2018-02-21 | 6 | -5/+49 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a lexeme for a string pipeline expression | Grzegorz Bizon | 2018-02-21 | 3 | -15/+19 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Implement pipeline expressions lexer | Grzegorz Bizon | 2018-02-21 | 5 | -7/+44 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Move pipeline expressions grammar from lexer to parser | Grzegorz Bizon | 2018-02-21 | 2 | -8/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename tokens to lexemes in pipeline expressions | Grzegorz Bizon | 2018-02-21 | 5 | -9/+5 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add basic pipeline expressions grammar definition | Grzegorz Bizon | 2018-02-21 | 1 | -0/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a null token to pipelines expressions | Grzegorz Bizon | 2018-02-21 | 1 | -0/+19 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename pipeline expressions token for checking equality | Grzegorz Bizon | 2018-02-21 | 1 | -4/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a base class for pipeline expressions tokens | Grzegorz Bizon | 2018-02-20 | 4 | -3/+24 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add base classes to evaluate variables expressions | Grzegorz Bizon | 2018-02-20 | 5 | -2/+82 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add pipeline expression statement class | Grzegorz Bizon | 2018-02-16 | 1 | -0/+20 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'zj-gitaly-encoding-issue' into 'master' | Robert Speicher | 2018-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encode revision for gitattributes ref Closes gitaly#1032 and #43278 See merge request gitlab-org/gitlab-ce!17291 | |||||
| * | | | | | | | | | | Encode revision for gitattributes ref | Zeger-Jan van de Weg | 2018-03-01 | 1 | -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 Coutable | 2018-03-01 | 4 | -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" one | Jean-Baptiste Guerraz | 2018-03-01 | 4 | -5/+9 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'merge-requests-api-filter-by-branch' into 'master' | Rémy Coutable | 2018-03-01 | 1 | -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 API | Sean McGivern | 2018-03-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'dz-system-hooks-plugins' into 'master' | Douwe Maan | 2018-03-01 | 3 | -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-plugins | Dmitriy Zaporozhets | 2018-02-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Improve plugins documentation and remove unnecessary rake task | Dmitriy Zaporozhets | 2018-02-28 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Refactor plugins feature and make some doc improvements | Dmitriy Zaporozhets | 2018-02-28 | 3 | -12/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Refactor plugin execution method | Dmitriy Zaporozhets | 2018-02-27 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Add plugin queue to sidekiq config [ci skip] | Dmitriy Zaporozhets | 2018-02-26 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Use Gitlab::Popen instead of spawn [ci skip] | Dmitriy Zaporozhets | 2018-02-26 | 1 | -16/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Reorganize plugins dir structure | Dmitriy Zaporozhets | 2018-02-26 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Run plugins as separate process and pass data via STDIN | Dmitriy Zaporozhets | 2018-02-26 | 2 | -32/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Redesign plugins system | Dmitriy Zaporozhets | 2018-02-26 | 2 | -22/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Remove plugin initializer and add plugins:validate rake task | Dmitriy Zaporozhets | 2018-02-26 | 2 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | | | Add generator for plugins | Dmitriy Zaporozhets | 2018-02-26 | 1 | -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 Shea | 2018-02-28 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script tags. | |||||
* | | | | | | | | | | | Update inline_javascript.rb | Winnie Hellmann | 2018-02-28 | 1 | -2/+2 | |
| | | | | | | | | | | |