summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-032-0/+5
* Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+3
* Swap a before_save call with a before_create/before_update pair to avoid a co...Nick Thomas2017-04-251-1/+3
* Cache Routable#full_path in RequestStore to reduce duplicate route loadssh-optimize-duplicate-routable-full-pathStan Hu2017-04-241-2/+13
* Start versioning cached markdown fieldsNick Thomas2017-04-211-33/+68
* Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-211-25/+0
* Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-1/+1
* Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition errorrs-fix-already-defined-constantRobert Speicher2017-04-121-2/+2
* Some code tweaksDouwe Maan2017-04-082-8/+4
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-082-2/+12
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-075-14/+75
|\
| * Merge branch 'optimise-builds' into 'master' Sean McGivern2017-04-071-1/+1
| |\
| | * Count number of queriesKamil Trzcinski2017-04-071-1/+1
| * | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-074-13/+74
| |\ \ | | |/ | |/|
| | * Protected tags changes from backend maintainer reviewJames Edwards-Jones2017-04-071-1/+1
| | * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-062-0/+75
| | |\
| | * | Protected Tags backend review changesJames Edwards-Jones2017-04-063-0/+3
| | * | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-065-2/+25
| | |\ \
| | * | | Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones2017-04-041-2/+2
| | * | | Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones2017-04-043-44/+18
| | * | | Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-041-1/+1
| | * | | Fixed developers_can_push in RepoBranch API entityJames Edwards-Jones2017-04-041-0/+6
| | * | | Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones2017-04-031-2/+2
| | * | | Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-032-2/+1
| | * | | Use delegation in ProtectedRef concernJames Edwards-Jones2017-04-031-12/+2
| | * | | Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-0/+47
| | * | | Settings::RepositoryController includes protected tags in JSJames Edwards-Jones2017-03-311-16/+16
| | * | | Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-312-0/+42
* | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-072-0/+75
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-062-0/+75
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-061-0/+7
| |\ \ \
| | * | | Move a user's award emoji to the ghost userTimothy Andrew2017-04-061-0/+7
| | |/ /
| * | | use more explicit and explanatory sql statementAlexis Reigel2017-04-061-1/+3
| * | | check all groups for 2fa requirementAlexis Reigel2017-04-061-4/+2
| * | | add method to get a full routable hierarchyAlexis Reigel2017-04-061-0/+68
| |/ /
* | | Refactor resolvability checks based on typeDouwe Maan2017-04-064-21/+34
* | | Remove and ignore notes.original_discussion_id columnDouwe Maan2017-04-051-0/+28
* | | Address review commentsDouwe Maan2017-04-055-1/+54
* | | Address review commentsDouwe Maan2017-04-052-7/+11
* | | Don't use original_discussion_idDouwe Maan2017-04-051-1/+1
* | | Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-052-0/+135
* | | Add specsDouwe Maan2017-04-051-4/+11
* | | Add option to start a new discussion on an MRDouwe Maan2017-04-053-8/+78
|/ /
* | Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-031-19/+5
* | Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre2017-04-032-3/+3
* | Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre2017-04-032-1/+5
* | Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-0/+31
* | Merge branch '29483-spam-check-only-title-and-description' into 'master' Sean McGivern2017-03-221-1/+1
|\ \