summaryrefslogtreecommitdiff
path: root/spec/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* only issue a warning if column doesn't existBrett Walker2018-05-101-4/+6
* Updates updated_at on issue when using /spend quick actionJacopo2018-05-091-3/+15
* Update commit status from external CI services less aggressivelyNick Thomas2018-05-081-7/+15
* Backport: Keep ShaAttribute from halting startup when we can’t connect to a...Brett Walker2018-05-081-13/+54
* Resolve "Avatar URLs are wrong when using a CDN path and Object Storage"Micaël Bergeron2018-04-231-2/+14
* Moves Uniquify counter in the initializerJacopo2018-04-191-1/+3
* Uses Uniquify to calculate Issue#suggested_branch_nameJacopo2018-04-191-0/+7
* Recover from errors when a parent is not preloadedBob Van Landuyt2018-04-181-1/+16
* for cached markdown fields, select the correct engineBrett Walker2018-04-171-68/+115
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-111-0/+25
* Specify default value for Project#build_timeoutTomasz Maczukin2018-04-041-10/+24
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-4/+4
* Refactorize ChronicDurationAttribute concernTomasz Maczukin2018-03-281-11/+13
* Add validation for chronic_duration_attr_writerTomasz Maczukin2018-03-281-15/+51
* Rename used_timeout to timeoutTomasz Maczukin2018-03-281-2/+2
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-2/+2
* Fix tests failuresTomasz Maczukin2018-03-281-1/+19
* Fix static analysis offencesTomasz Maczukin2018-03-281-1/+2
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-1/+1
* Properly handle empty value for chronic duration attributeTomasz Maczukin2018-03-281-2/+14
* Replace user_readable with human_readableTomasz Maczukin2018-03-281-2/+2
* Show timeout information on job's pageTomasz Maczukin2018-03-281-16/+34
* Add ChroniDurationAttribute concernTomasz Maczukin2018-03-281-0/+28
* Refactor, extract class and improve comments.Andreas Brandl2018-03-161-1/+1
* Squashed commit of the following:Pawel Chojnacki2018-02-241-0/+121
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+31
* Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-0/+39
|\
| * Fix RedisCacheable#cache_attributes spec38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hourMatija Čupić2018-02-061-6/+2
| * Check return value in RedisCacheable#cached_attribute specMatija Čupić2018-02-061-3/+8
| * Use double instead of runner in RedisCacheable specMatija Čupić2018-02-061-5/+9
| * Extract attribute caching to RedisCacheable concernMatija Čupić2018-02-051-0/+34
* | Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-1/+1
|/
* 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/+10
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-18/+21
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-0/+43
|\
| * no need for a named parameterAlexis Reigel2018-01-171-1/+1
| * accepts `.all` as a hook scope as wellAlexis Reigel2018-01-171-1/+9
| * use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-171-0/+18
| * extract concern for hook triggersAlexis Reigel2018-01-171-0/+17
* | Create Kubernetes based on Application TemplatesMayra Cabrera2018-01-041-0/+73
|/
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-223-5/+5
* Call the correct method in the BlocksJsonSerialization specrs-blocks-json-serializationRobert Speicher2017-12-191-1/+1
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-192-4/+4
* Add a JsonSerializationError class instead of raising SecurityErrorRobert Speicher2017-12-191-2/+2
* Add BlocksJsonSerialization model concern and include it in UserRobert Speicher2017-12-191-0/+17
* Treat empty markdown and html strings as valid cached text, not missing cache...optimize-issues-avoid-noop-empty-cache-updates2Greg Stark2017-12-121-0/+20
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-1/+1
* Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-4/+6
|\
| * Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-4/+6
* | Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'Kamil Trzciński2017-11-281-0/+18
|\ \