- 01 Dec, 2017 38 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
This will prevent our other migration for adding old files to the uploads table from breaking.
-
Michael Kozono authored
I believe the field only needs to fit 519 at the moment but I’m rounding up to be a little safer. See the migration spec for more detail on the magic number 519.
-
Michael Kozono authored
So the path on source installs cannot be too long for our column. And fix the column length test since Route.path is limited to 255 chars, it doesn’t matter how many nested groups there are.
-
Michael Kozono authored
-
Michael Kozono authored
Because it is a temporary table meant only to facilitate a migration of data. It is referenced only by the post-deploy migration and 2 related background migrations. It should be dropped when the data migration is finished.
-
Michael Kozono authored
-
Michael Kozono authored
Since duplicate inserts are now ignored.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
by copy-pasting in the whole `Upload` class. Also, fix `Namespace` `model_type` (it should not be `Group`).
-
Michael Kozono authored
-
Michael Kozono authored
To process the unhashed_upload_files table.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
To create the table, and schedule the background migration that begins the work.
-
Achilleas Pipinellis authored
Documentation bug fixes: Added procedure to disable built-in Issues. See merge request gitlab-org/gitlab-ce!15581
-
Koichiro Mikami authored
-
Robert Speicher authored
Merge branch '40746-broken-master-due-to-failure-in-spec-services-clusters-applications-schedule_installation_service_spec-rb' into 'master' Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Closes #40746 See merge request gitlab-org/gitlab-ce!15684
-
Rémy Coutable authored
Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Show only group name by default and put full namespace in tooltip in Groups tree Closes #40286 See merge request gitlab-org/gitlab-ce!15650
-
Kamil Trzciński authored
Extract class responsible for building a pipeline Closes #38460 See merge request gitlab-org/gitlab-ce!14762
-
kushalpandya authored
-
Kushal Pandya authored
-
Grzegorz Bizon authored
Adds validation for Project#ci_config_path not to contain leading slash Closes #34683 See merge request gitlab-org/gitlab-ce!15672
-
Christiaan Van den Poel authored
-
Rémy Coutable authored
Gracefully handle case when repository's root ref does not exist Closes #40615 See merge request gitlab-org/gitlab-ce!15678
-
Grzegorz Bizon authored
Set EE variable for package build triggers from GitLab EE repository Closes omnibus-gitlab#3006 See merge request gitlab-org/gitlab-ce!15677
-
Stan Hu authored
This was failing regularly with an Error 500 when the API branches endpoint was used. Closes #40615
-
Balasankar C authored
-
- 30 Nov, 2017 2 commits
-
-
Stan Hu authored
Clean up Capybara configuration Closes #40599 See merge request gitlab-org/gitlab-ce!15644
-
Fatih Acet authored
issue note store See merge request gitlab-org/gitlab-ce!15657
-