- 20 Nov, 2017 13 commits
-
-
Sean McGivern authored
doc: schedules.md: fix only-and-except anchor link See merge request gitlab-org/gitlab-ce!15473
-
Douwe Maan authored
Fix conflict highlighting See merge request gitlab-org/gitlab-ce!15463
-
Phil Hughes authored
Use axios instead of vue resource - step 1 See merge request gitlab-org/gitlab-ce!15339
-
Filipa Lacerda authored
-
Rémy Coutable authored
Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
-
Achilleas Pipinellis authored
Fix a wrong anchor to job permissions doc See merge request gitlab-org/gitlab-ce!15478
-
Phil Hughes authored
Hide log size in mobile Closes #40016 See merge request gitlab-org/gitlab-ce!15431
-
Filipa Lacerda authored
-
Rémy Coutable authored
Merge branch '40300-cannot-list-tags-in-a-repository-mirror-when-hashed-storage-in-use' into 'master' Fix Gitlab::Git::Repository#remote_tags using unexisting variable Closes #40300 See merge request gitlab-org/gitlab-ce!15466
-
Alejandro Rodríguez authored
-
Achilleas Pipinellis authored
Document how to troubleshoot internal API calls See merge request gitlab-org/gitlab-ce!15337
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Update CycleAnalytics seed to account for multiple issue assignees Closes #40245 See merge request gitlab-org/gitlab-ce!15435
-
- 19 Nov, 2017 1 commit
-
-
Elan Ruusamäe authored
-
- 18 Nov, 2017 4 commits
-
-
Stan Hu authored
[ci skip] iFoo
-
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 22 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
-
Sean McGivern authored
Conflicts used to take a `Repository` and pass that to `Gitlab::Highlight.highlight`, which would call `#gitattribute` on the repository. Now they use a `Gitlab::Git::Repository`, which didn't have that method defined - but defining it on `Gitlab::Git::Repository` does make it available on `Repository` through `method_missing`, so we can do that and both cases will work.
-
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
-