- 09 Apr, 2018 4 commits
-
-
Sean McGivern authored
Goldiloader is great, but has several issues with has_many :through relations: * https://github.com/salsify/goldiloader/issues/12 * https://github.com/salsify/goldiloader/issues/14 * https://github.com/salsify/goldiloader/issues/18 Rather than try to figure out which applies in each case, we should just do the drudge work of manually disabling autoloading for all relations of this type. We can always use regular preloading for specific cases, but this way we avoid generating invalid queries through Goldiloader's magic.
-
Yorick Peterse authored
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
-
Filipa Lacerda authored
Move BoardBlankState vue component See merge request gitlab-org/gitlab-ee!5208
-
Phil Hughes authored
Remove modal store and mixins from global scope See merge request gitlab-org/gitlab-ee!5273
-
- 08 Apr, 2018 10 commits
-
-
Stan Hu authored
CE upstream - 2018-04-08 12:23 UTC See merge request gitlab-org/gitlab-ee!5289
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
GitLab Bot authored
# Conflicts: # app/views/layouts/nav/sidebar/_project.html.haml # app/views/projects/_home_panel.html.haml [ci skip]
-
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 (EE-port) See merge request gitlab-org/gitlab-ee!5244
-
Douwe Maan authored
Projects and groups badges settings UI Closes #41174 and #41176 See merge request gitlab-org/gitlab-ce!17114
-
Winnie Hellmann authored
-
Francisco Javier López authored
-
- 07 Apr, 2018 26 commits
-
-
Stan Hu authored
CE upstream - 2018-04-07 09:18 UTC See merge request gitlab-org/gitlab-ee!5287
-
Mayra Cabrera authored
-
Douwe Maan authored
Branch Unprotection Restrictions using group/user access levels Closes #4800 See merge request gitlab-org/gitlab-ee!5103
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
GitLab Bot authored
# Conflicts: # app/views/projects/settings/repository/show.html.haml # config/routes/project.rb # doc/user/project/index.md [ci skip]
-
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
-
Stan Hu authored
CE upstream - 2018-04-06 23:39 UTC See merge request gitlab-org/gitlab-ee!5285
-
Kamil Trzciński authored
-
Stan Hu authored
Geo: Mark missing primary files as synced, and add logging and metrics for sysadmins to investigate missing files Closes #5144 and #5312 See merge request gitlab-org/gitlab-ee!5050
-
Stan Hu authored
Bump `parser` gem to 2.5.0.5 See merge request gitlab-org/gitlab-ce!18237
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
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
-