summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-clo...Sean McGivern2017-03-211-5/+3
|\
| * Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-5/+3
* | Merge branch 'ssrf' into 'security' Douwe Maan2017-03-201-0/+14
|/
* All CI offline migrationsKamil Trzciński2017-03-171-2/+1
* Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-0/+11
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-4/+4
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-4/+4
* | Add `has_many` associations for models that can have Upload recordsRobert Speicher2017-03-061-0/+1
|/
* Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-271-0/+21
|\
| * Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-0/+21
* | Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-1/+1
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-9/+7
|/
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-10/+29
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-7/+14
* Address feedbackDouwe Maan2017-02-061-106/+1
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-44/+8
* Add testsDouwe Maan2017-02-061-0/+123
* Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-061-0/+44
|\
| * Mock Dir::exist? in project_spec.rbKamil Trzcinski2017-01-311-2/+1
| * Introduce pages_deployed? to Project modelKamil Trzcinski2017-01-311-6/+17
| * Describe #pages_url instead of :pages_urlKamil Trzcinski2017-01-311-1/+1
| * Fix the URL of group pagesKamil Trzcinski2017-01-311-0/+33
| * Pages domain model specsKamil Trzcinski2017-01-311-0/+1
* | Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
|/
* Improve search within group logicDmitriy Zaporozhets2017-01-301-0/+8
* Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-4/+4
* Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-271-6/+32
* Fix and add specs for Project#to_referenceBerna Castro2017-01-271-3/+9
* Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski2017-01-201-0/+42
* Convert most Project model specs to use `:empty_project`Robert Speicher2017-01-191-54/+54
* Expire related caches after changing HEADpmq20/gitlab-ce-psvr/head/cacheMinqi Pan2017-01-151-7/+4
* New error message recreating projects on pending deletefix/project-delete-tooltipJames Lopez2017-01-111-5/+25
* Remove unused `Project#web_url_without_protocol` methodrs-remove-unused-methodRobert Speicher2017-01-031-8/+0
* Add more storage statisticsMarkus Koller2016-12-211-0/+21
* Rename MattermostNotificationService back to MattermostServicefix/25843Douglas Barbosa Alexandre2016-12-201-1/+1
* Rename SlackNotificationService back to SlackServiceDouglas Barbosa Alexandre2016-12-201-1/+1
* Merge branch '22348-gitea-importer' into 'master' Rémy Coutable2016-12-201-0/+12
|\
| * Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-191-0/+12
* | Merge branch 'zj-kamil-slack-slash-commands' into 'master' Grzegorz Bizon2016-12-201-1/+1
|\ \ | |/ |/|
| * Fix spec failuresKamil Trzcinski2016-12-181-1/+1
* | Merge branch 'expose-deployment-variables' into 'master' 25743-clean-up-css-for-project-alerts-and-flash-notificationsKamil Trzciński2016-12-161-0/+20
|\ \ | |/ |/|
| * Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-0/+20
* | Change SlackService to SlackNotificationsServiceissue_22269_fix_eeissue_22269Felipe Artur2016-12-151-2/+2
* | Mattermost Notifications ServiceFelipe Artur2016-12-151-0/+1
|/
* Merge branch 'dz-nested-groups' into 'master' Douwe Maan2016-12-091-62/+0
|\
| * Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-62/+0
* | Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable2016-12-071-3/+7
|\ \ | |/ |/|
| * Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-3/+7
* | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-3/+63
|/
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-3/+13