summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-012-3/+1
|\
| * Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-311-2/+0
| |\
| | * Ensure metrics regardless of being imported on MRs41587-osw-mr-metrics-migration-take-twoOswaldo Ferreira2018-05-301-2/+0
| * | Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-1/+1
| |/
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-302-0/+37
|\ \ | |/
| * Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher2018-05-291-0/+28
| |\
| | * Fix project destruction failing due to idle in transaction timeoutssh-batch-dependent-destroysStan Hu2018-05-241-0/+28
| * | Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan2018-05-281-0/+9
| |\ \ | | |/ | |/|
| | * Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+9
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-282-1/+55
|\ \ \ | |/ /
| * | Merge branch 'jprovazn-fix-resolvable' into 'master'Douwe Maan2018-05-241-1/+1
| |\ \ | | |/ | |/|
| | * Check if note's noteable is not nil when checking resolvabilityjprovazn-fix-resolvableJan Provaznik2018-05-231-1/+1
| * | Introduce a new CacheableAttributes concernRémy Coutable2018-05-231-0/+54
| |/
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-223-4/+23
|\ \ | |/
| * Merge branch '46082-runner-contacted_at-is-not-always-a-time-type' into 'master'Kamil Trzciński2018-05-211-2/+17
| |\
| | * Revert "Improve cacheable module"46082-runner-contacted_at-is-not-always-a-time-typeMatija Čupić2018-05-181-7/+5
| | * Improve cacheable moduleKamil Trzciński2018-05-181-5/+7
| | * Include class name and argument name in argument errorMatija Čupić2018-05-171-1/+3
| | * Use Gitlab.rails5? for checking if on rails5Matija Čupić2018-05-171-3/+3
| | * 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/+2
| | * Move attribute casting to #cached_attributeMatija Čupić2018-05-161-4/+3
| | * Dynamically cast value from cacheMatija Čupić2018-05-151-9/+10
| | * Clear memoization after caching new valuesMatija Čupić2018-05-111-0/+2
| | * Use symbol instead of string in RedisCacheable attribute definitionsMatija Čupić2018-05-101-2/+2
| | * Add cached_attr_time_reader to RedisCacheableMatija Čupić2018-05-081-0/+9
| * | Merge branch '46193-fix-big-estimate' into 'master'Rémy Coutable2018-05-171-0/+4
| |\ \
| | * | Fixes 500 error on /estimate BIG_VALUEJacopo2018-05-171-0/+4
| * | | Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-2/+2
* | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-0/+39
|\ \ \ \ | |/ / /
| * | | Fixed typoJan Provaznik2018-05-161-1/+1
| * | | Use find_in_batches instead of destroy_allJan Provaznik2018-05-161-1/+3
| * | | Delete remote uploadsJan Provaznik2018-05-161-0/+37
| |/ /
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-141-1/+3
|\ \ \ | |/ /
| * | [Rails5] Fix `Route source can't be blank`blackst0ne-rails5-fix-route-source-can-t-be-blankblackst0ne2018-05-111-1/+3
* | | Fix static analysysShinya Maeda2018-05-111-1/+1
* | | Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-111-1/+1
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-112-1/+8
|\ \ \ | |/ /
| * | only issue a warning if column doesn't existBrett Walker2018-05-101-1/+2
| * | Updates updated_at on issue when using /spend quick actionJacopo2018-05-091-0/+6
| |/
* | Fix ensure_iid! method override problemShinya Maeda2018-05-101-2/+2
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-7/+10
|\ \ | |/
| * Update commit status from external CI services less aggressivelyNick Thomas2018-05-081-7/+10
* | Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-082-5/+10
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-083-7/+117
|\ \ | |/
| * Backport: Keep ShaAttribute from halting startup when we can’t connect to a...Brett Walker2018-05-081-7/+22
| * Merge branch 'live-trace-v2-efficient-destroy-all' into 'master'Grzegorz Bizon2018-05-071-0/+91
| |\
| | * Use prepend: true to evaluate always perform_fast_destroy than dependent: :d...Shinya Maeda2018-05-041-1/+1
| | * Fix typo in fast_destroy_allShinya Maeda2018-05-031-1/+1