summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Migrate Gitlab::Git::Wiki#write_page to Gitalyfeature/migrate-wiki-write-page-to-gitalyAhmad Sherif2017-10-161-24/+34
* Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-10/+20
* Merge branch '39032-improve-merge-ongoing-check-consistency' into 'master'Sean McGivern2017-10-131-1/+21
|\
| * Simplify check for running job on Redis39032-improve-merge-ongoing-check-consistencyOswaldo Ferreira2017-10-131-2/+2
| * Make "merge ongoing" check more consistentOswaldo Ferreira2017-10-111-1/+21
* | Cache issuable template namesSean McGivern2017-10-121-1/+3
|/
* Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-101-1/+1
|\
| * Fix for Lint Error + Upload TestTim Zallmann2017-10-091-1/+1
* | Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan2017-10-093-60/+64
|\ \
| * | Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-093-108/+52
| * | Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-093-30/+101
| * | Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-23/+12
* | | Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable2017-10-091-2/+120
|/ /
* | Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable2017-10-094-21/+21
|\ \
| * | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-074-21/+21
* | | Merge branch 'sh-show-all-slack-names' into 'master'Robert Speicher2017-10-095-36/+37
|\ \ \
| * | | Include GitLab full name with username in Slack messagessh-show-all-slack-namesStan Hu2017-10-065-36/+37
* | | | Fix error with GPG signature updater when commit was deleted38890-fix-gpg-signature-updater-when-commit-is-missingRubén Dávila2017-10-071-6/+22
| |/ / |/| |
* | | Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-073-37/+87
|\ \ \
| * | | Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-063-37/+87
| |/ /
* | | Find forks within users/namespaces using fork membershipsBob Van Landuyt2017-10-073-0/+52
* | | Add a project forks spec helperBob Van Landuyt2017-10-074-46/+30
* | | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-072-2/+74
* | | Create a fork network when forking a projectBob Van Landuyt2017-10-072-3/+48
* | | Add a model for `fork_networks`Bob Van Landuyt2017-10-071-0/+5
* | | Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-0714-46/+721
|\ \ \
| * | | Commenting on image diffsFelipe Artur2017-10-072-3/+87
| * | | Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-0/+45
| |/ /
| * | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-075-1/+95
| |\ \
| | * \ Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into 'ma...Douwe Maan2017-10-063-0/+74
| | |\ \
| | | * | Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-052-0/+49
| | | * | Add more specs to cover subkeys scenariosRubén Dávila2017-10-051-0/+1
| | | * | Add some basic specs and refactor model and validationsRubén Dávila2017-10-052-0/+24
| | * | | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-062-1/+21
| | |\ \ \
| | | * | | Add a additional scope related to alive CI/CD statusesGrzegorz Bizon2017-10-051-0/+12
| | | * | | Add specs for methods that count pipeline seeds sizeGrzegorz Bizon2017-10-051-1/+9
| | | | |/ | | | |/|
| * | | | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-064-26/+70
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas2017-10-051-1/+49
| | |\ \ \
| | | * | | Update test to use the new API34102-online-view-of-artifacts-feZeger-Jan van de Weg2017-10-051-3/+10
| | | * | | Incorporate feedbackZeger-Jan van de Weg2017-10-041-1/+1
| | | * | | Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood2017-10-046-74/+165
| | | |\ \ \
| | | * | | | Redirect to pages daemonZeger-Jan van de Weg2017-10-031-1/+42
| | * | | | | Merge branch 'zj-gitaly-namespace-service' into 'master'Douwe Maan2017-10-053-25/+21
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fix namespace deletion testsZeger-Jan van de Weg2017-10-051-13/+15
| | | * | | | Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-052-12/+6
| | | | |_|/ | | | |/| |
| * | | | | Merge remote-tracking branch 'origin/master' into feature/sm/35954-create-kub...Kamil Trzcinski2017-10-053-16/+183
| |\ \ \ \ \ | | |/ / / /
| | * | | | Make sure spec expectations are in their own paragraphsdigitalmoksha/gitlab-ce-feature/verify_secondary_emailsDouwe Maan2017-10-051-0/+52
| | * | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-0512-213/+466
| | |\ \ \ \ | | | |/ / /
| | * | | | spacing and small optimisationsAlexandra2017-10-011-0/+3
| | * | | | must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-242-4/+4