summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-1/+5
|\
| * Add open_issues_count to project APIStan Hu2015-12-111-1/+5
* | Fixed Rubocop offensesGabriel Mazetto2015-12-155-21/+19
* | Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-1419-908/+234
|\ \
| * \ Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-149-406/+130
| |\ \
| | * | Fix specsKamil Trzcinski2015-12-112-2/+3
| | * | Fix after column renameKamil Trzcinski2015-12-112-5/+5
| | * | Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-113-15/+15
| | * | Add runners tokenKamil Trzcinski2015-12-111-1/+1
| | * | Migrate CI::Project to ProjectKamil Trzcinski2015-12-119-412/+135
| * | | Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-1410-502/+95
| |\ \ \ | | |/ /
| | * | Fix specsKamil Trzcinski2015-12-101-1/+1
| | * | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-1010-502/+95
| * | | emoji aliases problemValery Sizov2015-12-111-0/+9
* | | | Make sure that token `ensure_*` method always returns a tokenGrzegorz Bizon2015-12-111-1/+8
* | | | Add specs for `TokenAuthenticatable` concernGrzegorz Bizon2015-12-111-0/+50
|/ / /
* | | Merge branch 'zj/gitlab-ce-copying-file-seen-as-licence'Douwe Maan2015-12-111-1/+20
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-12-1071-310/+801
| |\ \ | | |/
| * | Licence also accepted as license fileZeger-Jan van de Weg2015-12-101-1/+10
| * | Merge branch 'master' into copying-file-seen-as-licenceZeger-Jan van de Weg2015-11-1121-164/+741
| |\ \
| * | | Add specs on #licenseZeger-Jan van de Weg2015-10-151-0/+11
* | | | Don't allow to edit award emoji commentsemoji_edit_disallowValery Sizov2015-12-101-0/+17
| |_|/ |/| |
* | | Merge branch 'master' into split-up-buildsDouwe Maan2015-12-091-1/+65
|\ \ \
| * \ \ Merge branch 'master' into merge-if-greenDouwe Maan2015-12-093-0/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan2015-12-086-1/+165
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-0711-205/+276
| |\ \ \ \ \
| * | | | | | Button fixZeger-Jan van de Weg2015-12-071-1/+1
| * | | | | | Incorporate feedbackZeger-Jan van de Weg2015-12-051-8/+36
| * | | | | | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-021-0/+24
| * | | | | | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-1823-47/+303
| |\ \ \ \ \ \
| * | | | | | | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-1/+13
* | | | | | | | Tag model specsDouwe Maan2015-12-0968-68/+68
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Update annotationsStan Hu2015-12-083-0/+3
| |_|_|/ / / |/| | | | |
* | | | | | Add custom NamespaceValidatorRobert Speicher2015-12-071-1/+17
* | | | | | Add custom ColorValidatorRobert Speicher2015-12-071-0/+15
* | | | | | Add custom UrlValidatorRobert Speicher2015-12-071-0/+16
* | | | | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ceDmitriy Zaporozhets2015-12-071-0/+6
|\ \ \ \ \ \
| * | | | | | Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-041-0/+6
* | | | | | | Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-071-0/+11
|\ \ \ \ \ \ \
| * | | | | | | fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-071-1/+1
| * | | | | | | fox specsValery Sizov2015-12-071-1/+1
| * | | | | | | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-0/+11
| |/ / / / / /
* | | | | | | Merge branch 'issue_1156'Douwe Maan2015-12-071-0/+100
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Call update hook from new GitHooksService class. #3069Rubén Dávila2015-12-031-1/+1
| * | | | | | Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-0/+100
| |/ / / / /
* | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-031-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix broken spec related to MySQL and fractional seconds support.Rubén Dávila2015-12-031-1/+3
* | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-022-41/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'rails_update_to_4_2' into 'master' Valery Sizov2015-11-302-41/+27
| |\ \ \ \ \
| | * | | | | fix specsrails_update_to_4_2Valery Sizov2015-11-302-41/+27