summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into 'ma...Douwe Maan2017-10-063-1/+72
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Small refactor and fix for RuboCopRubén Dávila2017-10-051-6/+3
| | * | | | | | | | | | | | Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-052-1/+15
| | * | | | | | | | | | | | Address some feedback from last code reviewRubén Dávila2017-10-051-2/+7
| | * | | | | | | | | | | | Remove no longer required methodsRubén Dávila2017-10-051-10/+0
| | * | | | | | | | | | | | Fix some broken specsRubén Dávila2017-10-051-1/+1
| | * | | | | | | | | | | | Address feedback from last code reviewRubén Dávila2017-10-053-1/+9
| | * | | | | | | | | | | | Remove unused associationRubén Dávila2017-10-051-1/+0
| | * | | | | | | | | | | | Add some basic specs and refactor model and validationsRubén Dávila2017-10-051-0/+11
| | * | | | | | | | | | | | Render GPG subkeys on index pageRubén Dávila2017-10-051-0/+2
| | * | | | | | | | | | | | Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila2017-10-053-11/+31
| | * | | | | | | | | | | | Add ability to include subkeys when finding by fingerprintRubén Dávila2017-10-051-0/+11
| | * | | | | | | | | | | | Refactor the extraction and generation of GPG subkeysRubén Dávila2017-10-051-15/+4
| | * | | | | | | | | | | | Use a separate model to handle GPG subkeysRubén Dávila2017-10-052-1/+4
| | * | | | | | | | | | | | Delegate #key to parent when working with a GPG subkeyRubén Dávila2017-10-051-0/+5
| | * | | | | | | | | | | | Process and create subkeys when a new GPG key is createdRubén Dávila2017-10-051-2/+19
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-062-2/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | Improve pipeline optimistic locking implementationbackstage/gb/move-some-pipelines-code-from-ee-to-eeGrzegorz Bizon2017-10-051-2/+3
| | * | | | | | | | | | | Set a pipeline failure reason when it has YAML errorsGrzegorz Bizon2017-10-051-1/+2
| | * | | | | | | | | | | Pass pipeline failure reason to a transition eventGrzegorz Bizon2017-10-051-0/+6
| | * | | | | | | | | | | Add failure reason enum to CI/CD pipeline modelGrzegorz Bizon2017-10-051-0/+4
| | * | | | | | | | | | | Add a additional scope related to alive CI/CD statusesGrzegorz Bizon2017-10-051-0/+1
| | * | | | | | | | | | | Implement pipeline seeds size methodsGrzegorz Bizon2017-10-051-0/+4
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas2017-10-052-1/+29
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Test against public projectsZeger-Jan van de Weg2017-10-051-3/+4
| | * | | | | | | | | | | Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood2017-10-048-51/+126
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | Add JSON as external pages artifactEric Eastwood2017-10-031-1/+1
| | * | | | | | | | | | | Redirect to pages daemonZeger-Jan van de Weg2017-10-032-1/+28
| * | | | | | | | | | | | Merge branch 'zj-gitaly-namespace-service' into 'master'Douwe Maan2017-10-051-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-0/+2
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'rc/fix/gh-import-branches-performance' into 'master'Sean McGivern2017-10-053-6/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | No need to rescue Rugged::ConfigError in RepositoryMirroringRémy Coutable2017-10-051-3/+0
| | * | | | | | | | | | | Minor improvements after latest reviewRémy Coutable2017-10-051-8/+4
| | * | | | | | | | | | | Move `fetch_ref` from MergeRequestDiff#ensure_commit_shas to MergeRequestRémy Coutable2017-10-052-2/+3
| | * | | | | | | | | | | Keep only the changes that are known to work wellRémy Coutable2017-10-052-15/+18
| | * | | | | | | | | | | Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-052-3/+23
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-0518-123/+241
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | spacing and small optimisationsAlexandra2017-10-011-7/+7
| * | | | | | | | | | | must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-242-2/+2
| * | | | | | | | | | | add primary email as a secondary email whenever the primary is changedBrett Walker2017-09-231-7/+5
| * | | | | | | | | | | more explantion why an `after_update` was replaced with an `after_commit`Brett Walker2017-09-231-2/+4
| * | | | | | | | | | | added email.confirmed scope and fix email comparisonBrett Walker2017-09-232-3/+6
| * | | | | | | | | | | allow a verified secondary email to be use as the primary withoutBrett Walker2017-09-231-4/+14
| * | | | | | | | | | | when user verifies a secondary email, revalidate GPG signaturesBrett Walker2017-09-231-0/+7
| * | | | | | | | | | | when a primary email is replaced and added to the secondary emails list,Brett Walker2017-09-231-2/+5
| * | | | | | | | | | | small cleanup changes based on feedbackBrett Walker2017-09-231-5/+9
| * | | | | | | | | | | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-4/+11
| * | | | | | | | | | | Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-0/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-18/+1
* | | | | | | | | | | Add CI build trace sections extractorAlessio Caiazza2017-10-054-0/+45
| |/ / / / / / / / / |/| | | | | | | | |