- 04 Sep, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 16 Jun, 2017 1 commit
-
-
Sean McGivern authored
This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
-
- 05 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 07 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 05 May, 2017 1 commit
-
-
blackst0ne authored
-
- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 06 Apr, 2017 1 commit
-
-
Shinya Maeda authored
-
- 04 Apr, 2017 3 commits
-
-
James Lopez authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
- 03 Apr, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 17 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 07 Feb, 2017 1 commit
-
-
James Lopez authored
-
- 30 Jan, 2017 5 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
* Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
-
- 19 Jan, 2017 1 commit
-
-
James Lopez authored
-
- 18 Jan, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 21 Dec, 2016 1 commit
-
-
James Lopez authored
-
- 19 Dec, 2016 3 commits
-
-
James Lopez authored
-
James Lopez authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
- 03 Nov, 2016 1 commit
-
-
Douwe Maan authored
Fix Import/Export foreign key issue to do with project members Cleans-up any foreign keys in `ProjectMember` - same as we do with the rest of the models when importing. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23837 and https://gitlab.com/gitlab-org/gitlab-ce/issues/23739 See merge request !2020 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 19 Oct, 2016 3 commits
-
-
James Lopez authored
Fixed all related specs and also changed the logic to handle edge cases. This includes exporting and exporting of group labels, which will get associated with the new group (if any) or they will become normal project labels otherwise. Found other issues to do with not being able to import all labels at once in the beginning of the JSON - code was much simpler when we import all labels and milestones associated to a project first, then the associations will find the already created labels instead of creating them from the associations themselves.
-
James Lopez authored
-
James Lopez authored
-
- 27 Sep, 2016 1 commit
-
-
James Lopez authored
-
- 19 Sep, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
Better import of labels, milestones and protected branches. Updated relevant specs. Loose pipeline validation on importing, so it does not fail when there are missing fields, which are not validated at DB level. Also, updated spec with relevant test.
-
- 09 Aug, 2016 1 commit
-
-
James Lopez authored
-
- 02 Aug, 2016 1 commit
-
-
James Lopez authored
-
- 01 Aug, 2016 1 commit
-
-
James Lopez authored
squashed - fixed label and milestone association problems, updated specs and refactored reader class a bit
-
- 19 Jul, 2016 1 commit
-
-
James Lopez authored
WIP - trying to replicate UTF-8 error fix spec fixing encoding issue and another spec, to do with MR diffs fix issue and spec failure Add changelog and bumped up I/E version fix spec based on feedback - omitted target project
-
- 14 Jul, 2016 1 commit
-
-
James Lopez authored
-
- 01 Jul, 2016 2 commits
-
-
Grzegorz Bizon authored
-
James Lopez authored
-
- 22 Jun, 2016 1 commit
-
-
James Lopez authored
-