- 25 Sep, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 06 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 05 Sep, 2017 1 commit
-
-
Alexis Reigel authored
we need the commit object for the updated verification that also checks the committer's email to match the gpg key and user's emails.
-
- 21 Aug, 2017 2 commits
-
-
Saverio Miroddi authored
-
Saverio Miroddi authored
Also improved the UT for better documenting this change.
-
- 17 Aug, 2017 1 commit
-
-
Saverio Miroddi authored
The list of commits must be generated from the merge request, not from a diff of the branches.
-
- 16 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 15 Aug, 2017 3 commits
-
-
Saverio Miroddi authored
-
Saverio Miroddi authored
Follow the `cherry pick -x` format for the first line, and the interactive rebase format for the commits in the merge, in case of merge commit
-
Saverio Miroddi authored
This also fixes the inconsistency between non/merge commits in the number of newlines introduced.
-
- 14 Aug, 2017 1 commit
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 10 Aug, 2017 1 commit
-
-
Saverio Miroddi authored
Store the original commit in the commit message. In case of merge commit, the commits added to the start branch are also listed.
-
- 08 Aug, 2017 2 commits
-
-
Alejandro Rodríguez authored
This helps keep the abstraction layers simpler, and also keep the interface of those methods consistent, in case of implementation changes.
-
Alejandro Rodríguez authored
-
- 27 Jul, 2017 8 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
as we write the cache in the gpg commit class already the read should also happen there. This also removes all logic from the main commit class, which just proxies the call to the Gpg::Commit now.
-
Alexis Reigel authored
-
Alexis Reigel authored
we store the result of the gpg commit verification in the db because the gpg verification is an expensive operation.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Kevin O'Connor authored
-
- 18 Jul, 2017 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Andrew Newdigate authored
-
- 17 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
We also try to use instance variable to cache the result if RequestStore is not available, so we could keep the same logic, using the same cache key. Also introduce a way to specify method specific cache key
-
- 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.
-
- 15 Jun, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 07 Jun, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 02 Jun, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ahmad Sherif authored
-
- 13 May, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#199
-
- 12 May, 2017 1 commit
-
-
Alexander Randa authored
-
- 11 May, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-