- 12 Apr, 2018 6 commits
-
-
James Lopez authored
-
James Lopez authored
Prepare 10.7 RC5 release See merge request gitlab-org/gitlab-ce!18308
-
Marin Jankovski authored
Fix empty state for build that does not have a trace Closes #45204 See merge request gitlab-org/gitlab-ce!18278
-
Robert Speicher authored
Fix finding wiki file when Gitaly is enabled Closes gitaly#1126 See merge request gitlab-org/gitlab-ce!18317
-
Tim Zallmann authored
Fixed markdown preview in IDE not working for new files See merge request gitlab-org/gitlab-ce!18287
-
James Lopez authored
-
- 11 Apr, 2018 13 commits
-
-
James Lopez authored
-
Marin Jankovski authored
Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'" See merge request gitlab-org/gitlab-ce!18276
-
Kamil Trzciński authored
Fix file-specific variables collection item option Closes gitlab-ee#5444 See merge request gitlab-org/gitlab-ce!18307
-
Robert Speicher authored
-
Sean McGivern authored
Use Gitaly 0.95.0 See merge request gitlab-org/gitlab-ce!18256
-
Robert Speicher authored
Update vendored .gitlab-ci.yml for Auto-Devops See merge request gitlab-org/gitlab-ce!18289
-
Yorick Peterse authored
Reduce complexity of issuable finder query. Closes #37125 See merge request gitlab-org/gitlab-ce!18219
-
Marin Jankovski authored
Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'" See merge request gitlab-org/gitlab-ce!18276
-
Yorick Peterse authored
Use Goldiloader for handling N+1 queries See merge request gitlab-org/gitlab-ce!18217
-
Kamil Trzciński authored
Verify that deploy token has valid access when pulling container registry image Closes #45148 See merge request gitlab-org/gitlab-ce!18260
-
Douwe Maan authored
Use gitlab-shell 7.1.2 See merge request gitlab-org/gitlab-ce!18258
-
Grzegorz Bizon authored
Fix undefined method `one?` when pushing to an existing merge request Closes #45152 See merge request gitlab-org/gitlab-ce!18243
-
Douwe Maan authored
Handle legacy repository archive requests with no ref given Closes #45154 See merge request gitlab-org/gitlab-ce!18246
-
- 10 Apr, 2018 2 commits
-
-
Robert Speicher authored
-
Stan Hu authored
Fix the reCAPTCHA spec failures by not rendering the widget in test mode Closes #45138 See merge request gitlab-org/gitlab-ce!18235
-
- 09 Apr, 2018 1 commit
-
-
James Lopez authored
-
- 08 Apr, 2018 4 commits
-
-
Douwe Maan authored
Add user documentation for badges Closes #41174 and #41176 See merge request gitlab-org/gitlab-ce!18200
-
Winnie Hellmann authored
-
Douwe Maan authored
Projects and groups badges settings UI Closes #41174 and #41176 See merge request gitlab-org/gitlab-ce!17114
-
Francisco Javier López authored
-
- 07 Apr, 2018 14 commits
-
-
Kamil Trzciński authored
Create Project Deploy Tokens to allow permanent access to repo and registry Closes #31591 See merge request gitlab-org/gitlab-ce!17894
-
Kamil Trzciński authored
-
Stan Hu authored
Bump `parser` gem to 2.5.0.5 See merge request gitlab-org/gitlab-ce!18237
-
Mayra Cabrera authored
The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC. A Forever lib class was included to handle future dates for PostgreSQL and MySQL, also changes were made to DeployToken to enforce Forever.date Also removes extra conditional from JwtController
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Mayra Cabrera authored
- Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
-
Kamil Trzciński authored
-
Mayra Cabrera authored
Also, fixes broken specs
-
Mayra Cabrera authored
-
Kamil Trzciński authored
We use controller actions to pass a newly created token and errors
-
Kamil Trzciński authored
-
Mayra Cabrera authored
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-