summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-231-51/+0
* Merge branch 'rs-project-team-helpers' into 'master' Sean McGivern2016-11-221-0/+7
|\
| * Add shortcuts for adding users to a project team with a specific rolers-project-team-helpersRobert Speicher2016-11-181-0/+7
* | Refactor cache refreshing/expiringYorick Peterse2016-11-211-1/+1
* | Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-181-2/+4
|\ \
| * | Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-2/+4
| |/
* | Merge branch 'zj-slash-commands-mattermost' into 'master' Kamil Trzciński2016-11-181-0/+2
|\ \
| * | Rename mattermost_command to mattermost_slash_commandszj-slash-commands-mattermostKamil Trzcinski2016-11-181-1/+1
| * | Return a consistent not found messageZ.J. van de Weg2016-11-181-1/+1
| * | Projects have chat servicesZ.J. van de Weg2016-11-181-0/+1
| * | Merge remote-tracking branch 'origin/master' into zj-slash-commands-mattermostZ.J. van de Weg2016-11-171-6/+59
| |\ \ | | |/
| * | More refactoring, push present to base commandZ.J. van de Weg2016-11-171-0/+1