- 06 Jul, 2018 1 commit
-
-
James Lopez authored
-
- 27 Jun, 2018 1 commit
-
-
James Lopez authored
-
- 25 Jun, 2018 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 22 Jun, 2018 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 20 Jun, 2018 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 19 Jun, 2018 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 05 Jun, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 30 May, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 15 May, 2018 1 commit
-
-
Stan Hu authored
This commit has two migrations: 1. The first prunes duplicate rows in the project_features table and leaves the row with the highest ID. Since the behavior was indeterministic before and depended on which row the database decided to use, this change at least makes the permissions consistent. For example, in some cases, the Wiki may have been disabled but enabled in another entry. 2. The second adds a non-null constraint on the project_features.project_id column. Closes #37882 Fixes a significant part of gitlab-com/migration#408. We found that we were overcounting Wikis because of these duplicates. On GitLab.com, there are 56 rows with duplicate entries by project_id, and 16,661 rows with NULL project_id values.
-
- 14 May, 2018 1 commit
-
-
Francisco Javier López authored
-
- 07 May, 2018 1 commit
-
-
Tiago Botelho authored
-
- 30 Apr, 2018 1 commit
-
-
Dylan Griffith authored
-
- 26 Apr, 2018 1 commit
-
-
Dylan Griffith authored
-
- 20 Apr, 2018 1 commit
-
-
Rubén Dávila authored
-
- 16 Apr, 2018 1 commit
-
-
Yorick Peterse authored
This model and the corresponding table will be used for storing settings specific to CI/CD, starting with the "group_runners_enabled" boolean. The model is called ProjectCiCdSetting and not ProjectCiCdSettings. The project exporter doesn't like plural model names as it uses "classify" which turns those into singular (so "ProjectCiCdSettings" becomes "ProjectCiCdSetting", producing an error if said class is undefined). The initial work in this commit was done by Dylan Griffith, with most of the migration work being done by Yorick Peterse.
-
- 06 Apr, 2018 1 commit
-
-
Francisco Javier López authored
-
- 05 Apr, 2018 7 commits
-
-
Bob Van Landuyt authored
Since we can regenerate `description_html` from the `description`, we should not export it. This avoids some complexity when overriding the description during an import/export where we would need to invalidate this cached field. Now we refresh the markdown cache after the import
-
Kamil Trzciński authored
-
Bob Van Landuyt authored
This makes accessing LFS Objects for a project easier project.lfs_storage_project.lfs_objects` becomes project.all_lfs_objects This will make the refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal with.
-
Bob Van Landuyt authored
Downloading the stream directly to the archive. In order to avoid conflicts with the cache.
-
Bob Van Landuyt authored
If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
-
Bob Van Landuyt authored
The LFS files will be included in the `lfs-objects` directory in the archive.
-
Bob Van Landuyt authored
This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
-
- 30 Mar, 2018 1 commit
-
-
Francisco Javier López authored
-
- 16 Mar, 2018 1 commit
-
-
Tiago Botelho authored
and fixes the project description not being imported
-
- 14 Mar, 2018 1 commit
-
-
Bob Van Landuyt authored
When importing from a GitLab archive, an admin can carry over the assignations. Other users can not. When a regular user is importing an issue with multiple assignees, the assignee is replaced with the current user, meaning we would try to insert current user as an assignee multiple times. By filtering the array before storing it, the import becomes more robust.
-
- 05 Mar, 2018 2 commits
-
-
Travis Miller authored
-
Francisco Javier López authored
-
- 01 Mar, 2018 4 commits
-
-
haseeb authored
-
Travis Miller authored
-
Travis Miller authored
-
Travis Miller authored
-