summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | | | 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
* | | | | | Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto2017-08-011-1/+1
* | | | | | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-012-0/+16
* | | | | | Move storage specific code from Namespace and Project to concernsGabriel Mazetto2017-08-012-0/+185
|/ / / / /
* | | | | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-3/+2
| |_|_|/ |/| | |
* | | | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-251-4/+5
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-201-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Eliminate N+1 queries on checking different protected refsLin Jen-Shin2017-07-191-4/+5
* | | | | Explicitly define inverse of acces_level relationsbvl-port-inverse-protected-ref-to-ceBob Van Landuyt2017-07-251-1/+7
* | | | | Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-1/+1
| |/ / / |/| | |
* | | | Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-0/+4
|/ / /
* | | Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-23/+0
| |/ |/|
* | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+12
|\ \
| * | refactor created at filter to use model scopesJames Lopez2017-07-071-0/+12
* | | Merge branch 'active-record-each-batch' into 'master'Sean McGivern2017-07-071-0/+81
|\ \ \
| * | | Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-071-0/+81
| |/ /
* | | Native group milestonesFelipe Artur2017-07-073-1/+19
* | | Fix ShaAttribute concern when there is no tablefix-sha-attribute-no-tableSean McGivern2017-07-071-0/+2
|/ /
* | Merge branch 'foreign-keys-for-project-model' into 'master'Sean McGivern2017-07-067-10/+10
|\ \
| * | Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-067-10/+10