summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-052-0/+51
|\
| * Fix an N+1 in avatar URLsSean McGivern2018-06-052-0/+51
* | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-059-27/+77
|\ \ | |/
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-024-16/+31
| |\
| | * Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-011-1/+1
| | |\
| | | * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-291-1/+1
| | * | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-6/+0
| | * | 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
| | * | | 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 '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 'master' into per-project-pipeline-iidShinya Maeda2018-05-282-1/+55
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-223-4/+23
| |\ \ \
| * \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-0/+39
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-141-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
| |\ \ \ \ \ \
| * | | | | | | Fix ensure_iid! method override problemShinya Maeda2018-05-101-2/+2
| * | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Make Atomic Internal ID work for pipelinesKamil Trzciński2018-05-031-7/+11
* | | | | | | | | | Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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 '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 '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
| | |_|/ / / / | |/| | | | |