summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-201-1/+1
| | * | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-202-23/+4
| | |\ \ \ \
| | * | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-111-1/+1
| | * | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-1015-15/+167
| | |\ \ \ \ \
| | * | | | | | Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-8/+4
| | * | | | | | Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+10
* | | | | | | | Prefer polymorphism over `is_a?`Douwe Maan2017-08-171-0/+4
* | | | | | | | Remove cross-references user cannot see from issue discussions JSONDouwe Maan2017-08-171-1/+1
|/ / / / / / /
* | | | | | | expose Referable#non_referable_inspectdev.non-referable-inspecthttp://jneen.net/2017-08-161-4/+5
* | | | | | | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-145-8/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-082-4/+5
* | | | | | Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-0/+1
|\ \ \ \ \ \
| * | | | | | Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'dev.referable-inspect' into 'master'Sean McGivern2017-08-031-0/+12
|\ \ \ \ \ \
| * | | | | | implement #inspect for all Referablesdev.referable-inspecthttp://jneen.net/2017-08-011-0/+12
* | | | | | | Extending API for protected branchesEric2017-08-021-5/+7
|/ / / / / /
* | | | | | Small refactor in LegacyNamespace and moved back send_update_instructions28283-legacy-storage-formatGabriel Mazetto2017-08-011-9/+2