An error occurred fetching the project authors.
- 09 Oct, 2016 1 commit
-
-
tiagonbotelho authored
-
- 04 Oct, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 19 Sep, 2016 1 commit
-
-
Dan Dunckel authored
-
- 14 Sep, 2016 1 commit
-
-
Valery Sizov authored
-
- 07 Sep, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 02 Sep, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Sep, 2016 1 commit
-
-
Stan Hu authored
If `git gc` runs and `Repository` has an instance to `Rugged::Repository`, a bug in libgit2 may cause the instance to return a stale value or a missing branch. This change not only optimizes the branch lookup so we don't have to iterate through every branch, but it also works around the `git gc` issue by forcing a repository reload every time `Repository#find_branch` is called. See: https://github.com/libgit2/libgit2/issues/1534 Closes #15392, #21470
-
- 19 Aug, 2016 1 commit
-
-
Timothy Andrew authored
- It sets the `in_progress_merge_commit_sha` variable on the given merge request, so that the branch permissions (developers can merge) check can proceed in the `pre-receive` hook.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 03 Aug, 2016 1 commit
-
-
Paco Guzman authored
So we have raw_diffs too
-
- 28 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 27 Jul, 2016 1 commit
-
-
tiagonbotelho authored
Project and branch cache is expired when project is still empty or new branch is created. develops tests accordingly Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 24 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
This reverts merge request !5375
-
- 22 Jul, 2016 1 commit
-
-
Stan Hu authored
We were seeing a number of error messages when attempting to create a keep-around ref: 1. Failed to create locked file `refs/keep-around/XYZ`: File exists 2. Failed to write reference `refs/keep-around/XYZ`: a reference with that name already exists. I'm not sure how these happen, but I suspect when multiple workers attempt to write the same file we may have an issue. The force parameter should help ensure the file gets created, as well as the rescues to prevent 500 Errors. Rugged/libgit2 unfortunately do not allow you to delete or re-create a reference that has been corrupted, even with the force parameter. Closes #20109
-
- 21 Jul, 2016 2 commits
-
-
Alejandro Rodríguez authored
-
Douglas Barbosa Alexandre authored
Replace invocation of `find` with Ruby code that matches old cached files in a better, and safe way to avoid data-integrity issues.
-
- 20 Jul, 2016 1 commit
-
-
Paco Guzman authored
-
- 19 Jul, 2016 1 commit
-
-
tiagonbotelho authored
-
- 18 Jul, 2016 3 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
Rémy Coutable authored
This reverts commit 530f5158. See !4892. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 13 Jul, 2016 2 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.
-
- 12 Jul, 2016 1 commit
-
-
Robert Speicher authored
-
- 06 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 04 Jul, 2016 2 commits
-
-
Valery Sizov authored
-
Douwe Maan authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 30 Jun, 2016 1 commit
-
-
Paco Guzman authored
When pushing commits to existing branches we don’t need to flush branch git data (branch names / counts) When flushes the cache when pushing commits skip to flush branch and tag git data (names / counts) because those operations are managed explicitly in each case Repopulated expired cache as soon as possible
-
- 16 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 25 May, 2016 1 commit
-
-
Josh Frye authored
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 18 May, 2016 1 commit
-
-
Robert Speicher authored
Closes #3055
-
- 15 May, 2016 1 commit
-
-
Stan Hu authored
Closes #17537
-
- 04 May, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance Signed-off-by:
Rémy Coutable <remy@rymai.me>
-