summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-016-111/+174
| | | | | |
* | | | | | Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-0114-78/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2814-78/+78
| | | | | | |
* | | | | | | Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-015-6/+164
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-014-35/+141
| | | | | | | |
| * | | | | | | Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-282-0/+51
| | | | | | | |
| * | | | | | | Restrict cycle analytics usage data to instances that use postgres onlyTiago Botelho2018-02-281-0/+1
| | | | | | | |
* | | | | | | | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-011-0/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client implementation for Licensee#key See merge request gitlab-org/gitlab-ce!17449
| * | | | | | | | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-011-0/+29
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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-4/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-4/+28
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/gb/pipeline-variable-expressions' into 'master'Kamil Trzciński2018-03-018-0/+423
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipeline variables expressions See merge request gitlab-org/gitlab-ce!17261
| * | | | | | | | | Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon2018-03-011-2/+2
| | | | | | | | | |
| * | | | | | | | | Improve pipeline expressions lexerGrzegorz Bizon2018-03-011-2/+2
| | | | | | | | | |
| * | | | | | | | | Do not use keyword args to pass expression variablesGrzegorz Bizon2018-02-271-0/+7
| | | | | | | | | |
| * | | | | | | | | Improve specs for pipeline expression statementGrzegorz Bizon2018-02-271-4/+5
| | | | | | | | | |
| * | | | | | | | | Add support for single quoted string in pipeline expressionsGrzegorz Bizon2018-02-272-0/+63
| | | | | | | | | |
| * | | | | | | | | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into ↵Grzegorz Bizon2018-02-2327-376/+1036
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/pipeline-variable-expressions * commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af': (247 commits)
| * | | | | | | | | Add missing specs for pipeline expression lexemesGrzegorz Bizon2018-02-235-1/+129
| | | | | | | | | |
| * | | | | | | | | Adds specs for pipeline expressions raw tokenGrzegorz Bizon2018-02-231-0/+45
| | | | | | | | | |
| * | | | | | | | | Add support for evaluating pipeline expression variablesGrzegorz Bizon2018-02-231-0/+20
| | | | | | | | | |
| * | | | | | | | | Add operator / value types in pipeline expressionsGrzegorz Bizon2018-02-231-5/+14
| | | | | | | | | |
| * | | | | | | | | Move pipeline expression lexemes to a separate moduleGrzegorz Bizon2018-02-233-5/+5
| | | | | | | | | |
| * | | | | | | | | Simplify pipelines expression parserGrzegorz Bizon2018-02-232-7/+9
| | | | | | | | | |
| * | | | | | | | | Build a recursive parser for pipeline expressionsGrzegorz Bizon2018-02-221-0/+17
| | | | | | | | | |
| * | | | | | | | | Extract pipeline expressions parser to a separate classGrzegorz Bizon2018-02-223-24/+27
| | | | | | | | | |
| * | | | | | | | | Rename pipeline expressions statement exception classGrzegorz Bizon2018-02-221-1/+12
| | | | | | | | | |
| * | | | | | | | | Add variables to pipeline expressions evaluatorGrzegorz Bizon2018-02-211-0/+4
| | | | | | | | | |
| * | | | | | | | | Improve pipeline expressions specs and freeze constantsGrzegorz Bizon2018-02-211-4/+15
| | | | | | | | | |
| * | | | | | | | | Implement pipeline expressions parserGrzegorz Bizon2018-02-212-0/+45
| | | | | | | | | |
| * | | | | | | | | Add test example for syntax error in pipeline expressionsGrzegorz Bizon2018-02-211-0/+7
| | | | | | | | | |
| * | | | | | | | | Add a lexeme for a string pipeline expressionGrzegorz Bizon2018-02-211-0/+16
| | | | | | | | | |
| * | | | | | | | | Implement pipeline expressions lexerGrzegorz Bizon2018-02-211-0/+30
| | | | | | | | | |
| * | | | | | | | | Rename pipeline expressions token for checking equalityGrzegorz Bizon2018-02-211-0/+0
| | | | | | | | | |
| * | | | | | | | | Add base classes to evaluate variables expressionsGrzegorz Bizon2018-02-202-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'zj-gitaly-encoding-issue' into 'master'Robert Speicher2018-03-011-51/+67
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-51/+67
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-011-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-011-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan2018-03-011-0/+68
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003
| * | | | | | | | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-281-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Refactor plugin execution methodDmitriy Zaporozhets2018-02-271-14/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Few code improvements for spec/lib/gitlab/plugin_spec.rbDmitriy Zaporozhets2018-02-271-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Add specs for Gitlab::Plugin [ci skip]Dmitriy Zaporozhets2018-02-261-0/+39
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Fix code search results with non-ASCII data43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bitSean McGivern2018-02-281-0/+27
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Git::Popen#popen now returns ASCII-8BIT (binary) data always, so we need to handle that explicitly.
* | | | | | | Merge branch '40502-osw-keep-link-when-redacting-unauthorized-objects' into ↵Douwe Maan2018-02-271-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Keep raw link when redacting unauthorized link object references Closes #40502 See merge request gitlab-org/gitlab-ce!17365
| * | | | | | | Keep link when redacting unauthorized object linksOswaldo Ferreira2018-02-271-0/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'backstage/gb/build-stages-catch-up-migration' into 'master'Kamil Trzciński2018-02-271-0/+54
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fully migrate build stages again Closes #38756 See merge request gitlab-org/gitlab-ce!15741
| * \ \ \ \ \ \ Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into ↵backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-2312-7/+437
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | backstage/gb/build-stages-catch-up-migration * commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af': (40 commits)
| * | | | | | | Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-2215-369/+599
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb