Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit | Alejandro Rodríguez | 2017-08-07 | 1 | -12/+2 |
| | | | | | | This helps keep the abstraction layers simpler, and also keep the interface of those methods consistent, in case of implementation changes. | ||||
* | Refactor Gitlab::Git::Commit to include a repository | Alejandro Rodríguez | 2017-08-07 | 1 | -1/+2 |
| | |||||
* | fetch gpg signature badges by ajax | Alexis Reigel | 2017-07-27 | 1 | -1/+7 |
| | |||||
* | move signature cache read to Gpg::Commit | Alexis Reigel | 2017-07-27 | 1 | -5/+0 |
| | | | | | | | | 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. | ||||
* | bail if the commit has no signature | Alexis Reigel | 2017-07-27 | 1 | -5/+1 |
| | |||||
* | cache the gpg commit signature | Alexis Reigel | 2017-07-27 | 1 | -20/+5 |
| | | | | | we store the result of the gpg commit verification in the db because the gpg verification is an expensive operation. | ||||
* | verify gpg commit using tmp keyring and db query | Alexis Reigel | 2017-07-27 | 1 | -1/+16 |
| | |||||
* | use more descriptive variable names | Alexis Reigel | 2017-07-27 | 1 | -5/+8 |
| | |||||
* | commit signature with spec | Alexis Reigel | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | Prototype key verification | Kevin O'Connor | 2017-07-27 | 1 | -0/+12 |
| | |||||
* | Merge branch 'request-store-wrap' into 'master' | Rémy Coutable | 2017-07-18 | 1 | -16/+3 |
|\ | | | | | | | | | Add RequestCache to cache via RequestStore See merge request !12920 | ||||
| * | Rename the methods to make it fit with current name | Lin Jen-Shin | 2017-07-18 | 1 | -1/+1 |
| | | |||||
| * | Follow feedback on the merge request | Lin Jen-Shin | 2017-07-18 | 1 | -1/+1 |
| | | |||||
| * | Use RequestStoreWrap for Commit#author | Lin Jen-Shin | 2017-07-18 | 1 | -16/+3 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Renamed Gitaly services | Andrew Newdigate | 2017-07-18 | 1 | -2/+2 |
|/ | |||||
* | Add table for merge request commits | Sean McGivern | 2017-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
* | Merge branch '12614-fix-long-message' into 'master' | Dmitriy Zaporozhets | 2017-06-08 | 1 | -16/+11 |
|\ | | | | | | | | | | | | | Fix long urls in the title of commit Closes #12614 See merge request !10938 | ||||
| * | Fix long urls in the title of commit | Alexander Randa | 2017-05-12 | 1 | -16/+11 |
| | | |||||
* | | Re-enable Gitaly commit_raw_diffs migration | Ahmad Sherif | 2017-06-07 | 1 | -6/+5 |
| | | |||||
* | | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master' | Robert Speicher | 2017-06-02 | 1 | -5/+6 |
|\ \ | | | | | | | | | | | | | Use the new Gitaly CommitDiff RPC See merge request !11826 | ||||
| * | | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpc | Ahmad Sherif | 2017-06-02 | 1 | -5/+6 |
| | | | |||||
* | | | Merge branch 'rc/enable-PreferredHashMethods-cop' into 'master' | Robert Speicher | 2017-06-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Enable the Style/PreferredHashMethods cop See merge request !11883 | ||||
| * | | | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Lint our factories creation in addition to their build33139-lint-our-factories | Rémy Coutable | 2017-06-02 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Add support for deltas_only under Gitaly | Ahmad Sherif | 2017-05-13 | 1 | -2/+10 |
| | | | | | | | | Closes gitaly#199 | ||||
* | | Remove deltas_only from DiffCollection | Jacob Vosmaer | 2017-05-11 | 1 | -4/+1 |
| | | |||||
* | | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Use Rails 'delegate' | Jacob Vosmaer | 2017-05-09 | 1 | -3/+1 |
| | | |||||
* | | Don't make Commit#raw_deltas private | Jacob Vosmaer | 2017-05-09 | 1 | -4/+4 |
| | | |||||
* | | Don't use DiffCollection for deltas | Jacob Vosmaer | 2017-05-09 | 1 | -1/+5 |
| | | |||||
* | | Re-enable Gitaly commit_raw_diff feature | Ahmad Sherif | 2017-05-07 | 1 | -7/+8 |
| | | |||||
* | | Rename latest_pipeline to last_pipelinealways-show-latest-pipeline-in-commit-box | Lin Jen-Shin | 2017-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | As it might be confusing that it's not the same as Pipeline#latest Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11038#note_28677090 | ||||
* | | Always show latest pipeline info in commit box | Lin Jen-Shin | 2017-05-03 | 1 | -1/+1 |
| | | |||||
* | | Pass project to Blob | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
|/ | |||||
* | Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testing | Alejandro Rodríguez | 2017-04-11 | 1 | -8/+7 |
| | |||||
* | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -0/+5 |
| | |||||
* | Merge branch 'feature/use-gitaly-for-commit-show' into 'master' | Robert Speicher | 2017-03-17 | 1 | -1/+8 |
|\ | | | | | | | | | Use Gitaly for CommitController#show See merge request !9629 | ||||
| * | Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-show | Ahmad Sherif | 2017-03-15 | 1 | -1/+8 |
| | | |||||
* | | Adds pipeline mini-graph to system information box in Commit View | Filipa Lacerda | 2017-03-16 | 1 | -0/+4 |
|/ | |||||
* | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
* | Enable Style/ClassCheck | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Fix code for cops | Douwe Maan | 2017-02-23 | 1 | -5/+6 |
| | |||||
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
| | |||||
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Present TODO's list without grouping by project | Oswaldo Ferreira | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | Allows to search within project by commit's hash | YarNayar | 2017-01-24 | 1 | -3/+8 |
| | | | | Was proposed in #24833 | ||||
* | Mark MR as WIP when pushing WIP commits | jurre | 2017-01-19 | 1 | -0/+6 |
| | |||||
* | Mark Commit persistedpmq20/gitlab-ce-psvr/persisted | P.S.V.R | 2017-01-16 | 1 | -0/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> |