An error occurred fetching the project authors.
- 06 Feb, 2020 1 commit
-
-
Roger Meier authored
-
- 04 Feb, 2020 1 commit
-
-
Francisco Javier López authored
All git related classes (`Blob`, `Commit`, ...) assume that `project` is the object that has the repository. Nevertheless, now that we're adding repositories to snippets, we need to abstract this. We're moving from `project` to `container`.
-
- 27 Jan, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 17 Oct, 2019 1 commit
-
-
Igor authored
It removes whitelisting for the query limiting from the CommitsController as well since the specs no longer fail because of the number of queries
-
- 17 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 17 Jun, 2019 1 commit
-
-
David Palubin authored
-
- 06 Feb, 2019 1 commit
-
-
Bob Van Landuyt authored
This avoids race conditions when creating GpgSignature.
-
- 05 Dec, 2018 1 commit
-
-
Stan Hu authored
An unknown public GPG key will result in a GPGME::Error thrown from gpg, which would cause an Error 500 on the signatures endpoint. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54729
-
- 13 Nov, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#47424.
-
- 11 Sep, 2018 2 commits
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 09 Jul, 2018 2 commits
-
-
Lin Jen-Shin authored
* update-rubocop: Use stable gitlab-styles and eliminate offenses Updates from `rubocop -a` Update rubocop to get rid of a warning in other MR
-
Lin Jen-Shin authored
-
- 01 Mar, 2018 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#1046
-
- 19 Feb, 2018 1 commit
-
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#4825
-
- 18 Jan, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 05 Oct, 2017 4 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
Additionally we're delegating missing method calls on GpgKeySubkey to GpgKey since most of the info required when verifying a signature is found on GpgKey which is the parent of GpgKeySubkey
-
Rubén Dávila authored
-
- 05 Sep, 2017 6 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
this is used to make a difference between a committer email that belongs to user, where the user used a different email for the gpg key. this means that the user is the same, but a different, unverified email is used for the signature.
-
Alexis Reigel authored
the updated verification of a gpg signature requires the committer's email to also match the user's and the key's emails.
-
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.
-
- 16 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 27 Jul, 2017 12 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
we introduced memoizing, so it's safe to call the method multiple times.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
we need to store the keyid to be able to update the signature later in case the missing key is added later.
-
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
-
Alexis Reigel authored
we store the result of the gpg commit verification in the db because the gpg verification is an expensive operation.
-