summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add ability to search wiki titlesFrancisco Javier López2018-06-041-4/+0
* Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan2018-06-042-3/+3
|\
| * Fix attr_encryption key settingsStan Hu2018-06-022-3/+3
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-0237-66/+224
|\ \ | |/
| * Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-016-7/+7
| |\
| | * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-296-7/+7
| * | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-012-8/+2
| * | 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-9/+29
| |\ \ \ | | |/ / | |/| |
| | * | Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-1/+5
| | * | Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-9/+25
| * | | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-016-18/+53
| |\ \ \
| | * | | Run `Ci::Runner#assign_to` in transactionKamil Trzciński2018-05-311-2/+9
| | * | | Add uniqueness for RunnerNamespaceKamil Trzciński2018-05-311-0/+2
| | * | | Add `Ci::Runner` inverse_of'sKamil Trzciński2018-05-315-8/+8
| | * | | Fix static analysisKamil Trzciński2018-05-311-2/+2
| | * | | Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-3/+2
| | * | | Make Ci::Runner#assign_to keep returning RunnerProjectDylan Griffith2018-05-311-1/+2
| | * | | Fix some failuresKamil Trzciński2018-05-311-2/+3
| | * | | Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-10/+25
| | * | | Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-1/+1
| | * | | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-6/+16
| * | | | Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-0121-22/+34
| | |/ / | |/| |
| * | | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-012-2/+98
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-301-2/+3
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-3012-76/+127
| | |\ \ \ \
| | * | | | | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
| | * | | | | Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-2/+10
| | * | | | | Don't allow jupyter install unless ingress external ip is assignedDmitriy Zaporozhets2018-05-252-0/+9
| | * | | | | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-3/+29
| | * | | | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-252-4/+28
| | * | | | | Add Applications::Jupyter class sceletonDmitriy Zaporozhets2018-05-252-1/+30
* | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-018-34/+43
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-313-2/+2
| |\ \ \ \ \ \
| | * | | | | | Ensure metrics regardless of being imported on MRs41587-osw-mr-metrics-migration-take-twoOswaldo Ferreira2018-05-303-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Export assigned issues in iCalendar feedImre Farkas2018-05-312-10/+14
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'fj-36819-remove-v3-api' into 'master'Douwe Maan2018-05-312-12/+1
| |\ \ \ \ \
| | * | | | | Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-302-12/+1
| | |/ / / /
| * | | | | Make Repository#blob_data_at a public methodStan Hu2018-05-301-8/+8
| |/ / / /
| * | | | Merge branch 'rails5-boolean-cast' into 'master'46973-job-failed-71275338Rémy Coutable2018-05-301-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix boolean casting for nil valueJan Provaznik2018-05-291-2/+3
| * | | | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-0/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-0/+15
| | |/ /
* | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-3010-76/+112
|\ \ \ \ | |/ / /
| * | | Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher2018-05-292-0/+29
| |\ \ \
| | * | | Fix project destruction failing due to idle in transaction timeoutssh-batch-dependent-destroysStan Hu2018-05-242-0/+29
| * | | | Merge branch 'ab-35364-throttle-updates-last-repository-at' into 'master'Yorick Peterse2018-05-291-0/+2
| |\ \ \ \
| | * | | | Throttle updates to Project#last_repository_updated_at.Andreas Brandl2018-05-291-0/+2
| * | | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-291-34/+5
| | |_|/ / | |/| | |