| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Setup visibility level for project when transfering for a group | Felipe Artur | 2016-04-13 | 1 | -0/+23 |
| | | |||||
| * | Flush repository cache before import project datafix-gh-pr-import | Douglas Barbosa Alexandre | 2016-04-04 | 1 | -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 Maan | 2016-04-04 | 1 | -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 specs | Baldinof | 2016-04-03 | 1 | -2/+2 |
| | | | |||||
| | * | Move unlink fork logic to a service | Baldinof | 2016-03-22 | 1 | -0/+32 |
| | | | |||||
| * | | Merge branch 'no-gc-retry' into 'master' | Robert Speicher | 2016-03-18 | 1 | -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-retry | Jacob Vosmaer | 2016-03-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Restrict access for confidential issues on autocomplete | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -0/+79 |
| |/ / | |||||
| * | | Use an exception to pass messages | Jacob Vosmaer | 2016-03-15 | 1 | -3/+3 |
| | | | |||||
| * | | Use strings instead of symbolsauto-gc | Jacob Vosmaer | 2016-03-14 | 1 | -3/+3 |
| | | | |||||
| * | | Run 'git gc' every 10 pushes | Jacob Vosmaer | 2016-03-14 | 1 | -1/+9 |
| | | | |||||
| * | | Allow project housekeeping only once an hour | Jacob Vosmaer | 2016-03-14 | 1 | -0/+40 |
| |/ | |||||
| * | Make better use of the `visibility_level` factory traitsrs-traits-are-good | Robert Speicher | 2016-03-08 | 1 | -2/+2 |
| | | |||||
| * | Extract Projects::ImportService service from RepositoryImportWorker | Douglas Barbosa Alexandre | 2016-01-25 | 1 | -0/+106 |
| | | |||||
| * | Fix creator should be added as a master of the project on creation | Douglas Barbosa Alexandre | 2016-01-19 | 1 | -0/+1 |
| | | |||||
| * | DRY up upload and download servicesapi-project-upload | Douwe Maan | 2016-01-08 | 1 | -12/+12 |
| | | |||||
| * | Add some specs for forked project visibility_level cases | Tomasz Maczukin | 2015-12-24 | 1 | -0/+39 |
| | | |||||
| * | Add spec for invalid options in project creation | Stan Hu | 2015-12-09 | 1 | -0/+7 |
| | | |||||
| * | Tag service specs | Douwe Maan | 2015-12-09 | 7 | -7/+7 |
| | | |||||
| * | Fix specs | Douwe Maan | 2015-11-18 | 1 | -12/+5 |
| | | |||||
| * | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 2 | -1/+23 |
| | | | | | - Enable CI by default for all new projects | ||||
| * | Fix: Images cannot show when projects' path was changeduploads_path_fix | Valery Sizov | 2015-10-14 | 3 | -6/+2 |
| | | |||||
| * | Fix tests | Dmitriy Zaporozhets | 2015-10-02 | 1 | -8/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove unnecessary fork ci logic | Dmitriy Zaporozhets | 2015-10-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | remove API calls from CE to CIci_closer_integration | Valery Sizov | 2015-09-18 | 1 | -1/+2 |
| | | |||||
| * | Import forked repositories asynchronously to prevent large repositories from ↵ | Stan Hu | 2015-09-11 | 2 | -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 Zaporozhets | 2015-09-09 | 1 | -0/+8 |
| |\ | | | | | | | | | | | | | | | Global labels https://dev.gitlab.org/gitlab/gitlabhq/issues/2353 See merge request !1240 | ||||
| | * | added spinach for glabal labelsglobal_labels | Valery Sizov | 2015-09-03 | 1 | -0/+8 |
| | | | |||||
| * | | FogBugz project import | Jared Szechy | 2015-09-08 | 1 | -0/+65 |
| |/ | |||||
| * | Test Email::AttachmentUploader. | Douwe Maan | 2015-08-20 | 1 | -24/+24 |
| | | |||||
| * | Check that project was actually created rather than just validated in ↵ | Stan Hu | 2015-07-29 | 1 | -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-306 | Robert Speicher | 2015-07-25 | 1 | -0/+7 |
| | | |||||
| * | Only create :admin user in the one test where it's used | Robert Speicher | 2015-07-25 | 1 | -2/+3 |
| | | |||||
| * | Update specs.fix-api-project-transfer | Douwe Maan | 2015-07-11 | 1 | -5/+5 |
| | | |||||
| * | Use stub_application_setting in a few more specs | Robert Speicher | 2015-07-06 | 2 | -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 violations | Stan Hu | 2015-06-22 | 1 | -3/+3 |
| | | |||||
| * | Fix Style/AlignHash cop violations | Stan Hu | 2015-06-22 | 1 | -2/+4 |
| | | |||||
| * | Fix Style/IndentationConsistency cop violations | Robert Speicher | 2015-06-22 | 2 | -4/+4 |
| | | |||||
| * | Change `foo.should` syntax to `expect(foo).to` in specs | Robert Speicher | 2015-06-13 | 2 | -8/+6 |
| | | |||||
| * | Change `foo.should_not` syntax to `expect(foo).not_to` in specs | Robert Speicher | 2015-06-13 | 1 | -2/+2 |
| | | |||||
| * | Add tests for project destroy servicerepo-remove | Dmitriy Zaporozhets | 2015-06-03 | 1 | -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-event | Douwe Maan | 2015-04-24 | 1 | -10/+6 |
| | | |||||
| * | Merge branch 'ci_fork' into 'master' | Dmitriy Zaporozhets | 2015-04-09 | 1 | -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: tests | Valery Sizov | 2015-04-06 | 1 | -1/+13 |
| | | | |||||
| * | | Support configurable attachment size via Application Settings | Stan Hu | 2015-04-02 | 1 | -0/+10 |
| |/ | | | | | | Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258 | ||||
| * | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 2 | -3/+30 |
| | | | | | | Allow admins to use restricted visibility levels when creating or updating projects. | ||||
| * | Merge branch 'master' into extend_markdown_upload | Douwe Maan | 2015-02-24 | 1 | -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.9 | Vinnie Okada | 2015-02-14 | 1 | -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 Maan | 2015-02-17 | 1 | -13/+7 |
| | | | |||||
| * | | implement Project::UploadsController | Hannes Rosenögger | 2015-02-17 | 1 | -4/+4 |
| | | | |||||
