summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+1
| |/
* | Prevented error on nil author from Issuable delegationJames Edwards-Jones2017-03-211-0/+1
* | Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński2017-03-211-0/+1
|\ \ | |/ |/|
| * Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-201-0/+1
* | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-201-0/+2
|\ \
| * | Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable2017-03-201-0/+2
| |/
* | Remove repeated routes.path check for postgresql databasemhasbini2017-03-181-4/+6
|/
* Added labels to the issue web hookLuke "Jared" Bennett2017-03-171-0/+1
* Allow sorting by due date and label prioritySean McGivern2017-03-151-3/+30
* [Issue sorting]Addressed review commentsfix_relative_position_calculationValery Sizov2017-03-141-23/+54