- 18 Jul, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Jul, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 15 Jul, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 14 Jul, 2016 1 commit
-
- 13 Jul, 2016 3 commits
-
-
Robert Speicher authored
This reverts commit 9ca633eb, reversing changes made to fb229bbf.
-
Timothy Andrew authored
1. When a merge request is being merged, save the merge commit SHA in the `in_progress_merge_commit_sha` database column. 2. The `pre-receive` hook looks for any locked (in progress) merge request with `in_progress_merge_commit_sha` matching the `newrev` it is passed. 3. If it finds a matching MR, the merge is legitimate. 4. Update `git_access_spec` to test the behaviour we added here. Also refactored this spec a bit to make it easier to add more contexts / conditions.
-
Mathias Vestergaard authored
- Cherry-picked from `mvestergaard:branch-protection-dev-merge` - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4220
-
- 12 Jul, 2016 2 commits
-
-
Sean McGivern authored
-
Valery Sizov authored
-
- 11 Jul, 2016 1 commit
-
-
James Lopez authored
-
- 08 Jul, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
Nullifying empty import_urls upfront so the number of projects with import_url not NULL decreases to 1/5. Also, now processing batches in blocks of 1000, with a threaded process - a bit experimental.
-
- 07 Jul, 2016 1 commit
-
-
Dravere authored
As requested by the issue #14508 this adds an option in the application settings to set newly registered users by default as external. The default setting is set to false to stay backward compatible.
-
- 06 Jul, 2016 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 05 Jul, 2016 4 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Z.J. van de Weg authored
-
- 01 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
They're accessible after doing `rails g migration` anyway. Though I somehow feel this comment could be useful for someone who's new and just browsing the source.
-
- 30 Jun, 2016 5 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- 29 Jun, 2016 2 commits
- 28 Jun, 2016 2 commits
-
-
Lin Jen-Shin authored
We store the sizes as a hash from path to bytes like: ``` ruby {'ci_artifacts.txt' => 27, 'other_artifacts_0.1.2/another-subdirectory/banana_sample.gif' => 71759, 'other_artifacts_0.1.2/doc_sample.txt' => 1314, 'rails_sample.jpg' => 35255, 'tests_encoding/utf8 test dir ✓/regular_file_2' => 7} ``` So that it's easier to access than reading gzip file again.
- 20 Jun, 2016 5 commits
-
-
Alejandro Rodríguez authored
-
James Lopez authored
-
James Lopez authored
-
Paco Guzman authored
-
- 16 Jun, 2016 1 commit
-
-
James Lopez authored
This reverts commit 13e37a3e.
-