summaryrefslogtreecommitdiff
path: root/spec/services/projects
Commit message (Collapse)AuthorAgeFilesLines
* Setup visibility level for project when transfering for a groupFelipe Artur2016-04-131-0/+23
|
* Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+17
| | | | | GitHub Pull Requests importer handle with the repository while importing data, we need to make sure that the cached values are valid.
* Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-041-0/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fork link closes all merge requests opened on source project Currently, if you: - create a fork - open a merge request on the source project - remove the fork link The created MR cannot be closed. With this MR, all pending MR is closed when the fork link is removed. See merge request !3189
| * Fix rubocop in unlink fork service specsBaldinof2016-04-031-2/+2
| |
| * Move unlink fork logic to a serviceBaldinof2016-03-221-0/+32
| |
* | Merge branch 'no-gc-retry' into 'master' Robert Speicher2016-03-181-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Do not retry "git gc" To prevent 'git gc' timing out on a large repo and then bouncing around in the retry queue. See merge request !3266
| * | Fix HousekeepingService testsno-gc-retryJacob Vosmaer2016-03-181-2/+2
| | |
* | | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-0/+79
|/ /
* | Use an exception to pass messagesJacob Vosmaer2016-03-151-3/+3
| |
* | Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
| |
* | Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-1/+9
| |
* | Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40
|/
* Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-2/+2
|
* Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre2016-01-251-0/+106
|
* Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-191-0/+1
|
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-12/+12
|
* Add some specs for forked project visibility_level casesTomasz Maczukin2015-12-241-0/+39
|
* Add spec for invalid options in project creationStan Hu2015-12-091-0/+7
|
* Tag service specsDouwe Maan2015-12-097-7/+7
|
* Fix specsDouwe Maan2015-11-181-12/+5
|
* Expose CI enable option in project featuresKamil Trzcinski2015-11-132-1/+23
| | | | - Enable CI by default for all new projects
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-143-6/+2
|
* Fix testsDmitriy Zaporozhets2015-10-021-8/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary fork ci logicDmitriy Zaporozhets2015-10-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+2
|
* Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu2015-09-112-3/+13
| | | | | | | | | timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
* Merge branch 'global_labels' into 'master'Dmitriy Zaporozhets2015-09-091-0/+8
|\ | | | | | | | | | | | | | | Global labels https://dev.gitlab.org/gitlab/gitlabhq/issues/2353 See merge request !1240
| * added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-0/+8
| |
* | FogBugz project importJared Szechy2015-09-081-0/+65
|/
* Test Email::AttachmentUploader.Douwe Maan2015-08-201-24/+24
|
* Check that project was actually created rather than just validated in ↵Stan Hu2015-07-291-1/+1
| | | | | | | | | import:repos task Add gitlab-shell to error message to give user a clue that something may be wrong there. Ran into this in #2082. User was told that repositories were created when they were not due to hooks symlink being wrong.
* Create project services on Project creationrs-dev-issue-306Robert Speicher2015-07-251-0/+7
|
* Only create :admin user in the one test where it's usedRobert Speicher2015-07-251-2/+3
|
* Update specs.fix-api-project-transferDouwe Maan2015-07-111-5/+5
|
* Use stub_application_setting in a few more specsRobert Speicher2015-07-062-6/+2
| | | | | These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on.
* Fix Style/IndentationWidth cop violationsStan Hu2015-06-221-3/+3
|
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-2/+4
|
* Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-222-4/+4
|
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-132-8/+6
|
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-2/+2
|
* Add tests for project destroy servicerepo-removeDmitriy Zaporozhets2015-06-031-0/+34
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-241-10/+6
|
* Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets2015-04-091-1/+13
|\ | | | | | | | | | | | | | | | | | | Project fork on CI side https://dev.gitlab.org/gitlab/gitlab-ci/issues/187 !!! GitLab CI side MR - https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/56 See merge request !499
| * CI forking: testsValery Sizov2015-04-061-1/+13
| |
* | Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+10
|/ | | | | | Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
* Allow admins to override restricted visibilityVinnie Okada2015-03-082-3/+30
| | | | | Allow admins to use restricted visibility levels when creating or updating projects.
* Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+3
| | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | Refactor.Douwe Maan2015-02-171-13/+7
| |
* | implement Project::UploadsControllerHannes Rosenögger2015-02-171-4/+4
| |