summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-17/+10
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-1/+7
* Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-073-5/+15
|\
| * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-063-5/+15
* | Commenting on image diffsFelipe Artur2017-10-071-0/+4
|/
* Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-0/+4
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-252-18/+21
| |\
| * | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+4
* | | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-061-0/+1
|\ \ \
| * | | Add a additional scope related to alive CI/CD statusesGrzegorz Bizon2017-10-051-0/+1
| | |/ | |/|
* | | Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas2017-10-051-0/+4
|\ \ \
| * | | Redirect to pages daemonZeger-Jan van de Weg2017-10-031-0/+4
| |/ /
* | | No need to rescue Rugged::ConfigError in RepositoryMirroringRémy Coutable2017-10-051-3/+0
* | | Minor improvements after latest reviewRémy Coutable2017-10-051-8/+4
* | | Keep only the changes that are known to work wellRémy Coutable2017-10-051-14/+17
* | | Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-051-2/+21
|/ /
* | Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-232-18/+21
|/
* Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-4/+0
|\
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-4/+0
* | Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-071-5/+9
|\ \
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-066-11/+33
| |\ \ | | |/
| * | Group boards CE backportFelipe Artur2017-08-281-5/+9
* | | add controller specmicael.bergeron2017-09-061-1/+1
* | | rework the contributor badgemicael.bergeron2017-09-061-4/+5
* | | round of fixes after code reviewmicael.bergeron2017-09-061-0/+1
* | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-0/+5
* | | Fix note resolution specsSean McGivern2017-09-061-2/+6
* | | Resolve outdated diff discussions on pushSean McGivern2017-09-062-8/+17
| |/ |/|
* | Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-4/+7
|\ \
| * | Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-4/+7
* | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-1/+1
|\ \ \
| * | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
| |/ /
* | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-304-6/+21
|\ \ \ | |/ /
| * | Add filter by my reactionHiroyuki Sato2017-08-301-0/+15
| * | replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-291-1/+1
| * | replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-291-1/+1
| * | replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-291-1/+1
| * | replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-291-1/+1
| * | replace `is_edited?` with `edited?`Maxim Rydkin2017-08-291-1/+1
| |/
| * Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels"jej/remove-dependent-destroy-from-protected-refsJames Edwards-Jones2017-08-251-1/+1
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-232-76/+2
|\ \ | |/
| * Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-222-145/+0
| * New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-222-6/+30
| * Add UUID Storage to ProjectGabriel Mazetto2017-08-221-0/+58
| * Move create_repository back to project model as we can use disk_path and shar...Gabriel Mazetto2017-08-221-13/+0
| * Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+2
| |\
| | * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-169-9/+219
| | |\
| | * \ Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311-3/+2
| | |\ \
| | * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-262-6/+13
| | |\ \ \
| | * | | | Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-261-4/+0