summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'with-pipeline-view' into 'master' Douwe Maan2016-05-191-1/+0
|\
| * Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-166-82/+124
| |\
| * | Remove testing delegateKamil Trzcinski2016-05-141-1/+0
| * | Revert `stages` changeKamil Trzcinski2016-05-141-0/+12
| * | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-1340-681/+71
| |\ \
| * | | Fix specsKamil Trzcinski2016-05-131-12/+0
| * | | Improve pipelines designKamil Trzcinski2016-05-101-1/+1
| * | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-0924-306/+683
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-2619-159/+1064
| |\ \ \ \
| * \ \ \ \ Merge branch 'ci-commit-as-pipeline' into with-pipeline-viewKamil Trzcinski2016-04-132-0/+19
| |\ \ \ \ \
| * | | | | | Make Pipeline view workKamil Trzcinski2016-04-131-1/+1
* | | | | | | Merge branch 'docker-registry-view' into 'master' Kamil Trzciński2016-05-182-2/+94
|\ \ \ \ \ \ \
| * | | | | | | Fix specsKamil Trzcinski2016-05-161-0/+2
| * | | | | | | Use container registry config stubKamil Trzcinski2016-05-161-13/+3
| * | | | | | | Improve test coverageKamil Trzcinski2016-05-162-4/+29
| * | | | | | | Test container related specsKamil Trzcinski2016-05-161-0/+75
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Improve issue formatting in Slack serviceJeroen van Baarsen2016-05-181-5/+6
|/ / / / / /
* | | | | | Merge branch 'issue_14684' into 'master' Douwe Maan2016-05-161-0/+1
|\ \ \ \ \ \
| * | | | | | Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-161-0/+1
* | | | | | | Merge branch 'wiki-fix-reloaded' into 'master' Rémy Coutable2016-05-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Use the relative url prefix for links in WikiArtem Sidorenko2016-05-131-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '17227-upcoming-milestone-is-confusing-when-projects-have-differ...Douwe Maan2016-05-161-0/+33
|\ \ \ \ \ \ \
| * | | | | | | Return a relation with Postgres17227-upcoming-milestone-is-confusing-when-projects-have-different-milestonesSean McGivern2016-05-161-1/+3
| * | | | | | | Make upcoming milestone work across projectsSean McGivern2016-05-161-0/+31
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'gh-pull-requests'Douwe Maan2016-05-161-2/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-2/+13
| |/ / / / /
* | | | | | Update specsDouwe Maan2016-05-131-75/+1
* | | | | | Clean up LegacyDiffNote somewhatDouwe Maan2016-05-131-0/+74
* | | | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-6/+2
|/ / / / /
* | | | | Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-134-15/+15
* | | | | Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+10
* | | | | stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has no...Andrei Gliga2016-05-121-2/+8
* | | | | validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga2016-05-121-0/+3
* | | | | Merge branch 'hook-docs-behavior' into 'master' Robert Speicher2016-05-111-2/+2
|\ \ \ \ \
| * | | | | Fix test failuresJacob Vosmaer2016-05-091-2/+2
* | | | | | Tidy up user project specsSean McGivern2016-05-111-13/+8
* | | | | | Restrict starred projects to viewable onesSean McGivern2016-05-101-0/+24
* | | | | | Merge branch 'revert-4026' into 'master' Rémy Coutable2016-05-101-3/+1
|\ \ \ \ \ \
| * | | | | | Revert "Merge branch 'wiki-fix' into 'master' "Rémy Coutable2016-05-101-3/+1
* | | | | | | Merge branch 'remove-annotate-gem' into 'master' Yorick Peterse2016-05-1034-663/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-0934-663/+0
* | | | | | | Merge branch 'issue_15394' into 'master' Rémy Coutable2016-05-092-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Sanitize milestones and label titlesissue_15394Felipe Artur2016-05-052-0/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'wiki-fix' into 'master' Rémy Coutable2016-05-091-1/+3
|\ \ \ \ \ \
| * | | | | | Use the proper GitLab URL for links in WikiArtem Sidorenko2016-05-091-1/+3
| |/ / / / /
* | | | | | Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-081-1/+0
|/ / / / /
* | | | | Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-041-5/+22
|\ \ \ \ \
| * | | | | Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-041-10/+24
| * | | | | Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-4/+7
| |/ / / /
* | | | | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |