- 20 Nov, 2017 24 commits
-
-
Grzegorz Bizon authored
-
Douwe Maan authored
Don't move project repository/attachments when using hashed storage Closes #40289 See merge request gitlab-org/gitlab-ce!15479
-
Sean McGivern authored
Clean up schema of the "merge_requests" table Closes #31825 See merge request gitlab-org/gitlab-ce!15377
-
Sean McGivern authored
Resolve "`master` is broken due to `static-analysis`" Closes #40335 See merge request gitlab-org/gitlab-ce!15481
-
Bob Van Landuyt authored
When a project is using hashed storage, the repositories and attachments wouldn't be saved on disk using the `full_path`. So the migration would not do anything. However: best to just skip moving when hashed storage is enabled.
-
Rémy Coutable authored
Update pipeline status badge details docs Closes #40316 See merge request gitlab-org/gitlab-ce!15483
-
Rémy Coutable authored
Use slug as the prefix for the docs CI job preview URL See merge request gitlab-org/gitlab-ce!15450
-
Yorick Peterse authored
This adds various foreign keys and indexes to the "merge_requests" table as outlined in https://gitlab.com/gitlab-org/gitlab-ce/issues/31825. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31825
-
Sean McGivern authored
Changed validation error message on wrong milestone dates Closes #38393 See merge request gitlab-org/gitlab-ce!15471
-
Sean McGivern authored
doc: schedules.md: fix only-and-except anchor link See merge request gitlab-org/gitlab-ce!15473
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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 5 commits
-
-
Xurxo Méndez Pérez authored
-
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 10 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
-