- 07 Jan, 2018 5 commits
-
-
Kamil Trzciński authored
Fix restoring associations with import/export Closes #41646 See merge request gitlab-org/gitlab-ce!16221
-
Marin Jankovski authored
10.4 licenses update Closes #10 See merge request gitlab-org/gitlab-ce!16269
-
Marin Jankovski authored
10.4 templates update Closes #10 See merge request gitlab-org/gitlab-ce!16266
-
Marin Jankovski authored
Fix error 500 when viewing commit and merge request diffs Closes #41735 See merge request gitlab-org/gitlab-ce!16272
-
Stan Hu authored
Due to the refactoring in !16082, `Blob#batch` no longer falls back to a default `blob_size_limit`. Since `Repository#batch_blobs` was using a default `nil` value, this would cause issues in the `Blob#find_by_rugged` method. This fix here is to be consistent and use a non-nil default value in `Repository#batch_blobs`. The problem was masked in development and tests because Gitaly is always enabled by default for all features. Closes #41735
-
- 06 Jan, 2018 12 commits
-
-
Luke Bennett authored
-
Luke Bennett authored
-
Kamil Trzciński authored
Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Resolve "Clearing the cache" Closes #41249 See merge request gitlab-org/gitlab-ce!16067
-
Filipa Lacerda authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* master: (114 commits)
-
Matija Čupić authored
-
LUKE BENNETT authored
-
Robert Speicher authored
Fix rebase commit SHA migration name See merge request gitlab-org/gitlab-ce!16256
-
- 05 Jan, 2018 23 commits
-
-
Stan Hu authored
Skip project repository disk validation in development project seeder Closes gitlab-development-kit#310 See merge request gitlab-org/gitlab-ce!16257
-
Sean McGivern authored
Remove labeled issues seed See merge request gitlab-org/gitlab-ce!16258
-
Robert Speicher authored
-
Felipe Artur authored
-
Rémy Coutable authored
Move git operations for multi_action into Gitlab::Git Closes gitaly#872 See merge request gitlab-org/gitlab-ce!16215
-
Robert Speicher authored
Prevent cluster migration spec from interfering with later specs See merge request gitlab-org/gitlab-ce!16255
-
Matija Čupić authored
-
Stan Hu authored
When seeding the GDK with new projects, it's very common to reuse the same repository names on disk. Previously, the validation would fail and leave the projects in a half-broken state. We can skip the validation to avoid causing odd errors. Closes gitlab-org/gitlab-development-kit#310
-
Alejandro Rodríguez authored
-
Filipa Lacerda authored
-
Sean McGivern authored
This already existed in EE with a different timestamp, so rename for CE and make it idempotent.
-
Douwe Maan authored
Port of EE translations See merge request gitlab-org/gitlab-ce!16254
-
Sean McGivern authored
Improve filtering issues by label performance Closes #40500 and #37143 See merge request gitlab-org/gitlab-ce!16136
-
Sean McGivern authored
If a later spec tries to set a field that is added to any of these models by a later migration than the GCP clusters migration, it will fail because the model's columns are cached. We should always refer to models in migration specs by either their class in the migration, or the table directly, using the `table` helper.
-
Filipa Lacerda authored
Resolve "Helpful and instructing Empty state for multi file editor" Closes #41048 and #41641 See merge request gitlab-org/gitlab-ce!16224
-
Tim Zallmann authored
-
Matija Čupić authored
-
Filipa Lacerda authored
-
Jacob Schatz authored
Copy Mermaid graphs as GFM Closes #41211 See merge request gitlab-org/gitlab-ce!16046
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!3930
-
Rémy Coutable authored
Use --left-right and --max-count for counting diverging commits Closes #40622 et #37843 See merge request gitlab-org/gitlab-ce!15963
-
Lin Jen-Shin (godfat) authored
-
Sean McGivern authored
CE Backport of reordering issues in epics See merge request gitlab-org/gitlab-ce!16247
-