- 22 Nov, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 18 Nov, 2017 3 commits
-
-
Achilleas Pipinellis authored
Remove executable bit from images for docs lint See merge request gitlab-org/gitlab-ce!15468
-
Achilleas Pipinellis authored
Document when Groups API `/subgroups` endpoint introduced Closes #40247 See merge request gitlab-org/gitlab-ce!15453
-
Stan Hu authored
This was causing a docs lint failure in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/40901316.
-
- 17 Nov, 2017 36 commits
-
-
Robert Speicher authored
Rollback to a safer place to stop See merge request gitlab-org/gitlab-ce!15465
-
Michael Kozono authored
-
Stan Hu authored
Fix project transfer with hashed-storage attachments Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15457
-
Robert Speicher authored
Restrict update column in batches for large tables See merge request gitlab-org/gitlab-ce!15458
-
Nick Thomas authored
-
Filipa Lacerda authored
Improved the design of the changed files dropdown Closes #36687 See merge request gitlab-org/gitlab-ce!15367
-
Sean McGivern authored
-
Sean McGivern authored
add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate.
-
Robert Speicher authored
Fix QA test subject address by configuring capybara Closes gitlab-qa#113 See merge request gitlab-org/gitlab-ce!15446
-
Douwe Maan authored
Remove the selects when counting the last page Closes #40266 See merge request gitlab-org/gitlab-ce!15456
-
Douwe Maan authored
Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708
-
Douwe Maan authored
Merge branch '40230-groups-gitlab-org-labels-json-redirects-to-groups-gitlab-org-labels-json' into 'master' Resolve "/groups/gitlab-org/labels.json redirects to /groups/gitlab-org/-/labels/.json" Closes #40230 See merge request gitlab-org/gitlab-ce!15427
-
Bob Van Landuyt authored
The last page of the first collection is only loaded into memory when it is being viewed. If it isn't loaded into memory, the `#size` call triggers a count query. This `#count` would generate an invalid query if our custom preloaded counts are included by adding a separate `as count_column` alias on top of the count aliases. Removing the selects in this case will make sure a valid `COUNT(*)` is generated.
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #36687
-
Douwe Maan authored
Changing OAuth lookup to be case insensitive Closes #38822 See merge request gitlab-org/gitlab-ce!15312
-
Francisco Javier López authored
-
Nick Thomas authored
Fix hashed storage with project transfers to another namespace Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15444
-
Douwe Maan authored
Delete empty fork networks See merge request gitlab-org/gitlab-ce!15373
-
Mark Fletcher authored
-
Kamil Trzciński authored
Optimise getting the pipeline status of commits See merge request gitlab-org/gitlab-ce!15332
-
Sean McGivern authored
Fix go-import meta data when enabled_git_access_protocol is a blank string Closes #40256 See merge request gitlab-org/gitlab-ce!15448
-
Francisco Lopez authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Douwe Maan authored
Resolve "Performance issues when loading large number of wiki pages" Closes #34600 See merge request gitlab-org/gitlab-ce!15276
-
Francisco Javier López authored
-
Phil Hughes authored
Exports a couple of project related code as es6 modules See merge request gitlab-org/gitlab-ce!15356
-
Filipa Lacerda authored
-
Douwe Maan authored
-
Sean McGivern authored
Convert migration to populate latest merge request ID into a background migration See merge request gitlab-org/gitlab-ce!15440
-
Phil Hughes authored
Add dropdowns documentation See merge request gitlab-org/gitlab-ce!15396
-
Filipa Lacerda authored
-