summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dz-fix-group-move' into 'master' Douwe Maan2017-04-051-2/+8
|\ | | | | | | | | | | | | Fix subgroup repository disappearance if group was moved Closes #30261 See merge request !10414
| * Fix subgroup repository disappearance if group was moveddz-fix-group-moveDmitriy Zaporozhets2017-04-051-2/+8
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'gitaly-refs' into 'master'Robert Speicher2017-04-051-10/+7
|\ \ | | | | | | | | | | | | Implement Gitaly refs client See merge request !9291
| * | Rename {create,inizialize}_raw_repositorygitaly-refsJacob Vosmaer2017-04-051-3/+3
| | |
| * | Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-10/+7
| | |
* | | Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+6
| | |
* | | Merge branch 'sketch-preview-files' into 'master' Jacob Schatz2017-04-051-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Load a preview of Sketch 43 files See merge request !10470
| * | | Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
* | | | Return an empty array when dependencies is an empty arrayMike Wyatt2017-04-051-0/+6
| | | |
* | | | Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-054-1/+40
| |_|/ |/| |
* | | Do not set closed_at to nil when issue is reopenedissue_91_ee_backportFelipe Artur2017-04-041-4/+0
|/ /
* | Fix issues importing forked projectsJames Lopez2017-04-041-8/+10
|/
* Merge branch 'zj-kube-service-auto-fill' into 'master' Kamil Trzciński2017-04-041-13/+30
|\ | | | | | | | | Don't autofill kubernetes namespace See merge request !10438
| * Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-13/+30
| |
* | Split status and confidentiality actionJarka Kadlecova2017-04-041-2/+2
|/
* Merge branch 'quiet-pipelines' into 'master' Rémy Coutable2017-04-042-9/+13
|\ | | | | | | | | | | | | Quiet pipeline emails Closes #24845 See merge request !10333
| * Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-032-9/+13
| | | | | | | | | | | | | | | | | | | | 1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
* | Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-031-4/+0
| |
* | Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-032-25/+25
| |
* | 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-033-2/+5
| |
* | Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-033-0/+43
| |
* | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-032-2/+2
|\ \ | | | | | | | | | | | | Enable Style/Proc cop for rubocop See merge request !10382
| * | Enable Style/Proc cop for rubocopmhasbini2017-04-022-2/+2
| | |
* | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-1/+6
| |/ |/| | | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* | Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher2017-04-021-1/+7
|\ \ | | | | | | | | | | | | Use gitaly commit is ancestor See merge request !9864
| * | Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-1/+7
| | | | | | | | | | | | - Migration in Repository#is_ancestor?
* | | Fix N+1 query in loading pipelines in merge requestsStan Hu2017-04-021-1/+1
| |/ |/| | | | | From Bullet failures in !10263
* | Merge branch 'forked-subquery-order' into 'master' Yorick Peterse2017-03-311-2/+4
|\ \ | | | | | | | | | | | | Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery See merge request !10334
| * | Remove unnecessary ORDER BY clause from `forked_to_project_id` subquerymhasbini2017-03-301-2/+4
| | |
* | | Merge branch '29929-jira-doc' into 'master' Sean McGivern2017-03-311-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix link to Jira service documentation Closes #29929 See merge request !10366
| * | | Fix link to Jira service documentationJarka Kadlecova2017-03-311-1/+1
| | | |
* | | | Eliminate unnecessary queries that add ~500 ms of load time for a large issueStan Hu2017-03-301-0/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Looking at the SQL log, we see useless queries such as: ``` D, [2017-03-22T03:25:00.726710 #2629] DEBUG -- : (235.9ms) SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 13083 AND 1=0 GROUP BY "project_authorizations"."user_id" [["project_id", 13083]] ```
* | | Merge branch 'ipython-notebook-viewer-improvements' into 'master' Jacob Schatz2017-03-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Added worksheets support to notebook viewer See merge request !10307
| * | | Added worksheets support to notebook viewerPhil Hughes2017-03-301-1/+1
| | | | | | | | | | | | | | | | Updated some Ruby code based on comments
* | | | Merge branch '24784-system-notes-meta-data' into 'master' Sean McGivern2017-03-302-1/+15
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add metadata for system notes See merge request !9964
| * | | Create metadata when creating system notesJarka Kadlecova2017-03-282-2/+2
| | | |
| * | | Add system_note_metadata modelJarka Kadlecova2017-03-282-1/+15
| | | |
* | | | Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable2017-03-291-9/+9
| |_|/ |/| | | | | | | | | | | | | | Use full path for moving directories when changing namespace path See merge request !2078
* | | Merge branch 'optimistic-locking-ci-status-change' into 'master' Rémy Coutable2017-03-291-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make CI build to use optimistic locking only on status change Closes #29679 See merge request !10152
| * | | Make CI build to use optimistic locking only on status changeKamil Trzcinski2017-03-281-0/+4
| | | |
* | | | Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-281-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | iPython notebook viewer See merge request !10017
| * | | Started iPython notebook viewerPhil Hughes2017-03-231-0/+6
| |/ / | | | | | | | | | | | | | | | Using NotebookLab library [ci skip]
* | | Support wider range of monitored environments with PrometheusJoshua Lambert2017-03-281-3/+3
| |/ |/|
* | Merge branch 'rename_done_to_closed' into 'master' Sean McGivern2017-03-272-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198
| * | Change Done column to Closed in issue boardsblackst0ne2017-03-242-3/+3
| | |
* | | Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into ↵Robert Speicher2017-03-271-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Bring back option to be notified of own activity See merge request !10032
| * | | Use default_value_for to set notified_of_own_activity instead of using a DB ↵Stan Hu2017-03-241-0/+1
| | | | | | | | | | | | | | | | migration
* | | | Implement new service for creating userGeorge Andrinopoulos2017-03-271-18/+3
| | | |
* | | | Merge branch '29116-maxint-error' into 'master' Rémy Coutable2017-03-261-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix projects_limit RangeError on user create Closes #29116 See merge request !10209