summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/fix-move-upload-files-on-group-transfer' into 'master'Robert Speicher2018-03-151-18/+33
* Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-0/+41
|\
| * Update RedisCacheable#cache_attribute_keyMatija Čupić2018-02-051-1/+1
| * Extract attribute caching to RedisCacheable concernMatija Čupić2018-02-051-0/+41
* | Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-1/+7
* | Inlcude the size of trace artifactsShinya Maeda2018-02-061-2/+1
* | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+4
* | Fix export removal for hashed-storage projects within a renamed or deleted na...Nick Thomas2018-02-051-13/+3
|/
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-0/+24
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Fix truncated_diff_lines for legacy notes without a line42160-error-500-loading-merge-request-undefined-method-index-for-nil-nilclassSean McGivern2018-01-301-0/+2
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-0/+40
|\
| * use class reader instead of dynamic constantAlexis Reigel2018-01-171-3/+5
| * accepts `.all` as a hook scope as wellAlexis Reigel2018-01-171-1/+2
| * use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-171-0/+6
| * extract concern for hook triggersAlexis Reigel2018-01-171-0/+31
* | Merge branch '1819-override-ce' into 'master'Rémy Coutable2018-01-151-0/+1
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into 1819-override-ceLin Jen-Shin2018-01-126-14/+68
| |\ \
| * | | Skip sha_attribute if we're checking staticallyLin Jen-Shin2017-12-261-0/+1
* | | | Properly cleaning up memoized valuesLin Jen-Shin2018-01-121-3/+5
* | | | Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-5/+14
| |/ / |/| |
* | | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-112-0/+2
* | | Remove soft removals related codeYorick Peterse2018-01-081-1/+0
* | | Refactor RelativePositioning so that it can be used by other classesJarka Kadlecová2018-01-051-7/+11
* | | Just try to detect and assign onceLin Jen-Shin2018-01-051-3/+4
* | | Create Kubernetes based on Application TemplatesMayra Cabrera2018-01-041-0/+47
* | | Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern2018-01-041-6/+5
|\ \ \ | |_|/ |/| |
| * | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-6/+5
| |/
* | Write projects config to all projects inside namespace in batchesDouglas Barbosa Alexandre2018-01-031-1/+1
* | Update project full path in .git/config when renaming namespaceDouglas Barbosa Alexandre2018-01-031-0/+2
|/
* Merge branch 'dm-diff-note-for-line-performance' into 'master'Robert Speicher2017-12-222-10/+4
|\
| * Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-222-10/+4
* | Use relative URLs when linking to uploaded filesNick Thomas2017-12-221-1/+1
* | Explictly require Gitlab::Utils in ProjectFeaturesCompatibilitydz-fix-seed-fuDmitriy Zaporozhets2017-12-221-0/+1
|/
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-191-1/+1
* Add a JsonSerializationError class instead of raising SecurityErrorRobert Speicher2017-12-191-2/+4
* Accept arguments to blocked JSON serialization methodsRobert Speicher2017-12-191-1/+1
* Add BlocksJsonSerialization model concern and include it in UserRobert Speicher2017-12-191-0/+14
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-155-2/+106
|\
| * Treat empty markdown and html strings as valid cached text, not missing cache...optimize-issues-avoid-noop-empty-cache-updates2Greg Stark2017-12-121-2/+1
| * Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+4
| * Resolve "Display member role per project"Mike Greiling2017-12-071-0/+46
| * Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-0/+10
| * Use `job_artifacts_archive|metadata`Kamil Trzcinski2017-12-031-8/+8
| * Revert "Rename `job_archive|metadata` to `artifacts_archive|metadata`"Kamil Trzcinski2017-12-031-8/+8
| * Rename `job_archive|metadata` to `artifacts_archive|metadata`Kamil Trzcinski2017-12-031-8/+8
| * Remove Ci::Build#artifacts_file?Zeger-Jan van de Weg2017-12-031-4/+0
| * Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-5/+9
| * Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-11/+19
| * Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-0/+37