summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-243-2/+73
* | Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable2018-05-251-1/+1
|\ \
| * | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| |/
* | Merge branch 'mr-conflict-notification' into 'master'Douwe Maan2018-05-241-22/+116
|\ \
| * | Add specMark Chao2018-05-241-22/+34
| * | Add MergeRequest#merge_participantslulalala2018-05-171-0/+35
| * | Add cannot_be_merged_recheck merge_statuslulalala2018-05-171-0/+47
* | | Merge branch 'jprovazn-fix-resolvable' into 'master'Douwe Maan2018-05-241-0/+8
|\ \ \ | |_|/ |/| |
| * | Check if note's noteable is not nil when checking resolvabilityjprovazn-fix-resolvableJan Provaznik2018-05-231-0/+8
* | | Merge branch '45175-cache-json-instead-of-activerecord-objects-in-appearance-...Douwe Maan2018-05-233-52/+158
|\ \ \
| * | | Use the new CacheableAttributes concern in the ApplicationSetting and Appeara...Rémy Coutable2018-05-232-52/+5
| * | | Introduce a new CacheableAttributes concernRémy Coutable2018-05-231-0/+153
* | | | Merge branch '46259-prometheus-integration-fails-on-kube-1-10' into 'master'Rémy Coutable2018-05-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update Prometheus URL spec for 1.10 formatJoshua Lambert2018-05-221-1/+1
| |/ /
* | | Resolve "Deprecate Gemnasium project service"Olivier Gonzalez2018-05-231-4/+29
* | | Merge branch 'dm-xcode-project-directory' into 'master'Robert Speicher2018-05-221-7/+7
|\ \ \
| * | | Fix Xcode project detection by looking for dirs instead of filesdm-xcode-project-directoryDouwe Maan2018-05-221-7/+7
* | | | Merge branch '22846-notifications-broken-during-email-address-change-before-e...Douwe Maan2018-05-221-18/+70
|\ \ \ \
| * | | | Don't set the notification_email when only unconfirmed_email is changed22846-notifications-broken-during-email-address-change-before-email-confirmedRémy Coutable2018-05-221-18/+70
| | |/ / | |/| |
* | | | Expose readme url in Project APIImre Farkas2018-05-221-0/+28
|/ / /
* | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ...Grzegorz Bizon2018-05-212-2/+36
|\ \ \
| * | | Update pipeline persisted / predefined variables specsGrzegorz Bizon2018-05-182-4/+8
| * | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-0/+8
| * | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-0/+22
| |/ /
* | | Merge branch '46082-runner-contacted_at-is-not-always-a-time-type' into 'master'Kamil Trzciński2018-05-211-11/+72
|\ \ \
| * | | Remove rails5 specific tests for #cast_value_from_cacheMatija Čupić2018-05-171-24/+2
| * | | Add test for #cast_value_from_cacheMatija Čupić2018-05-171-0/+36
| * | | Revert "Move argument check to cached getter definition class method"Matija Čupić2018-05-161-2/+2
| * | | Move argument check to cached getter definition class methodMatija Čupić2018-05-161-2/+2
| * | | Add attribute check in cached getterMatija Čupić2018-05-161-0/+4
| * | | Dynamically cast value from cacheMatija Čupić2018-05-151-38/+4
| * | | Check for exact time matchesMatija Čupić2018-05-141-6/+8
| * | | Expect calls to read_attribute depending on cache presenceMatija Čupić2018-05-141-0/+8
| * | | Add RedisCacheable specs for memoization correctnessMatija Čupić2018-05-121-7/+19
| * | | Make #cached_attr_reader and #cached_attr_time_reader specs Redis basedMatija Čupić2018-05-121-8/+4
| * | | Add specs for #cached_attr_reader and cached_attr_time_readerMatija Čupić2018-05-111-11/+70
* | | | Merge branch '46454-wrong-value-in-ci-deploy-user' into 'master'Kamil Trzciński2018-05-211-1/+1
|\ \ \ \
| * | | | Fixes deploy tokens build variables46454-wrong-value-in-ci-deploy-userMayra Cabrera2018-05-181-1/+1
* | | | | Remove unnecessary `with` from `allow`fix-kube_client-proxy_url-exceptionShinya Maeda2018-05-211-1/+1
* | | | | Add spec for unathrozied proxy_urlShinya Maeda2018-05-211-0/+10
* | | | | Merge branch 'gitaly-1182-search-by-content-name' into 'master'Robert Speicher2018-05-181-2/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-181-2/+12
| | |/ / | |/| |
* | | | Merge branch 'fix/gb/not-allow-to-trigger-skipped-manual-actions' into 'master'Kamil Trzciński2018-05-181-0/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Do not allow to trigger manual actions that were skippedGrzegorz Bizon2018-05-161-0/+40
| | |/ | |/|