summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rails5-fix-application-setting-spec' into 'master'Nick Thomas2018-06-041-2/+1
|\
| * Fix repository_storage spec for Rails5rails5-fix-application-setting-specJarka Kadlecová2018-06-041-2/+1
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-0213-172/+303
|\ \
| * \ Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-011-1/+3
| |\ \
| | * | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-291-1/+3
| * | | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-012-2/+6
| * | | Merge branch 'reactive-caching-alive-bug' into 'master'Nick Thomas2018-06-011-0/+1
| |\ \ \
| | * | | ReactiveCaching#clear_reactive_cache! should clear the not keep the cache aliveTiago Botelho2018-06-011-0/+1
| * | | | Merge branch '46913-appearance-uploader-fields-and-description-html-are-missi...Douwe Maan2018-06-011-28/+105
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-0/+9
| | * | | Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-28/+96
| * | | | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-015-139/+126
| |\ \ \ \
| | * | | | Fix spec/models/ci/runner_spec.rb:775 destroy runner with no projects46010-add-more-validations-for-runners-and-runner-typeDylan Griffith2018-05-311-0/+1
| | * | | | Bring back deleted specsKamil Trzciński2018-05-311-5/+1
| | * | | | Fix rubocop error in runner_spec.rbDylan Griffith2018-05-311-1/+1
| | * | | | Fix `static-analysis` changesKamil Trzciński2018-05-311-1/+1
| | * | | | Ensure that we can remove degenerate runnersKamil Trzciński2018-05-311-0/+16
| | * | | | Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-1/+1
| | * | | | Fix spec for User#ci_owned_runnersDylan Griffith2018-05-311-20/+17
| | * | | | Fix the conflict resolution in spec/models/ci/runner_spec.rbDylan Griffith2018-05-311-23/+7
| | * | | | Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-315-76/+77
| | * | | | Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-0/+7
| | * | | | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-312-59/+44
| * | | | | Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+1
| | |/ / / | |/| | |
| * | | | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-012-1/+61
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-309-164/+216
| | |\ \ \
| | * | | | Refactor syntax for spec/models/clusters/applications/jupyter_spec.rbDmitriy Zaporozhets2018-05-301-2/+2
| | * | | | Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-0/+59
| | * | | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-1/+2
* | | | | | Remove unneccesary specShinya Maeda2018-06-011-14/+0
* | | | | | Clean up presence validation specShinya Maeda2018-06-011-2/+1
* | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-016-34/+77
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Export assigned issues in iCalendar feedImre Farkas2018-05-312-7/+7
| * | | | | Merge branch 'rails5-fix-46230' into 'master'Rémy Coutable2018-05-311-6/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Use strings as properties key in kubernetes service spec.Jasper Maes2018-05-301-6/+6
| | | |/ / | | |/| |
| * | | | Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-16/+0
| |/ / /
| * | | Merge branch 'mattermost-api-v4' into 'master'Sean McGivern2018-05-301-5/+5
| |\ \ \
| | * | | Updated Mattermost integration to use Mattermost API v4Harrison Healey2018-05-281-5/+5
| * | | | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-0/+59
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+59
* | | | | Add spec for variables expressionShinya Maeda2018-05-301-0/+14
* | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-307-159/+152
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher2018-05-291-0/+60
| |\ \ \ \
| | * | | | Fix project destruction failing due to idle in transaction timeoutssh-batch-dependent-destroysStan Hu2018-05-241-0/+60
| * | | | | Merge branch 'ab-35364-throttle-updates-last-repository-at' into 'master'Yorick Peterse2018-05-291-0/+13
| |\ \ \ \ \
| | * | | | | Throttle updates to Project#last_repository_updated_at.Andreas Brandl2018-05-291-0/+13
| | | |_|/ / | | |/| | |
| * | | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-291-122/+4
| | |_|/ / | |/| | |
| * | | | Merge branch 'ab-45389-remove-double-checked-internal-id-generation' into 'ma...Yorick Peterse2018-05-281-35/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove double-checked internal id generation.Andreas Brandl2018-05-281-35/+2
| | | |/ | | |/|
| * | | Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan2018-05-283-2/+73
| |\ \ \ | | |/ / | |/| |