summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-2/+2
| |/ |/|
* | Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' Kamil Trzciński2016-11-171-6/+59
|\ \ | |/ |/|
| * Add specs for environments recently updated on branchGrzegorz Bizon2016-11-161-0/+42
| * Make commit an optional arg for environments searchGrzegorz Bizon2016-11-091-6/+17
* | Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-161-6/+0
|\ \
| * | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-6/+0
| |/
* | Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-1/+1
|/
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-3/+2
* Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-041-6/+9
* Fix project features default valuesFelipe Artur2016-11-011-3/+3
* Create project feature when project is createdissue_22944Felipe Artur2016-10-191-3/+11
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+1
* Merge branch '15463-extract-update-merge-requests' into 'master' Yorick Peterse2016-10-141-21/+0
|\
| * Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-21/+0
* | Add Project::BoardLimitExcedeed error classDouglas Barbosa Alexandre2016-10-111-1/+1
* | Restrict the number of permitted boards per project to oneDouglas Barbosa Alexandre2016-10-111-0/+9
* | Allow projects to have many boardsDouglas Barbosa Alexandre2016-10-111-1/+1
|/
* Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-22/+4
* Merge branch 'sh-fix-events-update-spec' into 'master' Yorick Peterse2016-10-071-1/+4
|\