summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Merge branch '48670-application-settings-may-not-be-invalidated-if-migrations...Stan Hu2018-07-071-2/+2
|\
| * Stop relying on migrations in the CacheableAttributes cache key and cache att...Rémy Coutable2018-07-051-2/+2
* | Use proper markdown rendering for previewsBrett Walker2018-07-061-9/+13
* | Preload ancestors after pagination when filteringBob Van Landuyt2018-07-061-2/+2
|/
* [backend] Addressed review commentsJan Provaznik2018-07-031-0/+6
* Fix sorting by name on explore projects pageDouglas Barbosa Alexandre2018-06-251-2/+2
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+4
* Fix redis_cacheable deserialization47959-rails5-redis-timewithzoneMario de la Ossa2018-06-191-1/+1
* enable CommonMark as the defaultBrett Walker2018-06-141-1/+1
* Merge branch 'rails5-enum-nil' into 'master'Sean McGivern2018-06-111-0/+33
|\
| * Enable mapping to nil in enumsJan Provaznik2018-06-061-0/+33
* | 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
|\ \ \ \ \ \ \