- 06 Jul, 2017 1 commit
-
-
Sean McGivern authored
This is an ID-less table with just three columns: an association to the merge request diff the commit belongs to, the relative order of the commit within the merge request diff, and the commit SHA itself. Previously we stored much more information about the commits, so that we could display them even when they were deleted from the repo. Since 8.0, we ensure that those commits are kept around for as long as the target repo itself is, so we don't need to duplicate that data in the database.
-
- 05 Jul, 2017 4 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 26 Jun, 2017 1 commit
-
-
Adam Niedzielski authored
Closes #34052
-
- 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 2 commits
-
-
James Lopez authored
-
blackst0ne authored
-
- 03 May, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 02 May, 2017 1 commit
-
-
James Lopez authored
-
- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 06 Apr, 2017 5 commits
-
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
-
James Edwards-Jones authored
-
Shinya Maeda authored
-
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
-
- 09 Mar, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 16 Feb, 2017 1 commit
-
-
James Lopez authored
Also update repo restorer to use project wiki method.
-
- 14 Feb, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Feb, 2017 1 commit
-
-
James Lopez authored
-
- 31 Jan, 2017 2 commits
-
-
James Lopez authored
-
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
-
- 20 Jan, 2017 1 commit
-
-
James Lopez authored
-
- 19 Jan, 2017 1 commit
-
-
James Lopez authored
-
- 18 Jan, 2017 1 commit
-
-
James Lopez authored
-