summaryrefslogtreecommitdiff
path: root/app/services/projects
Commit message (Expand)AuthorAgeFilesLines
...
* Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-261-1/+10
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-1/+1
* Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin2019-04-153-4/+4
|\
| * Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-153-4/+4
* | Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-154-19/+19
|/
* Fix ApplicationSetting development seed60278-fix-development-seedRémy Coutable2019-04-101-2/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-092-0/+7
* Refactor: extract duplicate steps to a service classHiroyuki Sato2019-04-051-0/+19
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-022-1/+33
|\
| * Return cached languages if they've been detected beforeIgor Drozdov2019-03-202-1/+33
* | Force a full GC after importing a projectsh-force-gc-after-importStan Hu2019-04-012-2/+5
|/
* Run rubocop -aNick Thomas2019-03-132-20/+16
* Merge branch '56618-hashed-storage-skip-validation' into 'master'Stan Hu2019-03-074-4/+4
|\
| * Skip project validation when switching storage layoutsGabriel Mazetto2019-03-054-4/+4
* | Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* | Merge dev master into GitLab.com masterYorick Peterse2019-03-041-2/+8
|\ \ | |/ |/|
| * Merge branch '2802-security-add-public-internal-groups-as-members-to-your-pro...Yorick Peterse2019-03-041-2/+8
| |\
| | * Change policy regarding group visibilityMałgorzata Ksionek2019-02-201-2/+8
* | | Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' in...Douglas Barbosa Alexandre2019-03-017-56/+191
|\ \ \
| * | | Improve migration/rollback logic for attachmentsGabriel Mazetto2019-03-012-6/+14
| * | | Extract duplicated code into BaseAttachmentServiceGabriel Mazetto2019-03-013-93/+55
| * | | Extract and simplify more code into BaseRepositoryService`Gabriel Mazetto2019-03-013-29/+12
| * | | Extract common logic to HashedStorage::BaseWorkerGabriel Mazetto2019-03-011-0/+2
| * | | Edge case: upgrade/downgrade when repository doesn't existGabriel Mazetto2019-03-011-1/+2
| * | | Added Rollbacker workers and support on the rake taskGabriel Mazetto2019-03-014-8/+45
| * | | Adds Rollback functionality to HashedStorage migrationGabriel Mazetto2019-03-013-0/+142
* | | | Refactor model and specReuben Pereira2019-03-011-1/+22
|/ / /
* | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+32
|\ \ \ | |/ / |/| |
| * | Add project http fetch statistics APIJacopo2019-02-271-0/+32
| |/
* | Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-2/+10
|/
* Refactor use of Shell.import_repository for WikisStan Hu2019-02-051-1/+1
* Send project name with Gitaly repository requestsStan Hu2019-02-051-1/+1
* Merge branch 'update-pages-config-only-when-changed' into 'master'Grzegorz Bizon2019-02-051-7/+27
|\
| * Do not reload daemon if configuration file of pages does not changeKamil Trzciński2019-01-161-15/+18
| * Update pages config only when changedKamil Trzciński2019-01-161-3/+20
* | Extract GitLab Pages using RubyZipKamil Trzciński2019-01-311-16/+25
* | Added validations to prevent LFS object forgeryFrancisco Javier López2019-01-313-45/+85
* | Fix path disclosure on Project ImportJames Lopez2019-01-312-2/+24
* | Use Gitlab::AppLogger instead of Rails.loggerGabriel Mazetto2019-01-252-2/+2
* | Track when MigrateAttachmentsService is skippedGabriel Mazetto2019-01-251-0/+6
* | Refactor Storage MigrationGabriel Mazetto2019-01-252-12/+22
* | Extract BaseRepositoryService from MigrateRepositoryGabriel Mazetto2019-01-252-45/+58
* | Move MigrationService to HashedStorage moduleGabriel Mazetto2019-01-253-28/+30
* | Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-251-0/+94
|\ \
| * | Add Container Registry APIKamil Trzciński2019-01-251-0/+94
| |/
* | Refactored AfterRenameService to reduce couplingGabriel Mazetto2019-01-222-13/+21
* | Fixed legacy storage renaming codeGabriel Mazetto2019-01-212-2/+6
* | Merge branch 'raise-on-unfiltered-params' into 'master'Rémy Coutable2019-01-211-1/+1
|\ \
| * | Actually set raise_on_unfiltered_parameters to trueJasper Maes2019-01-161-1/+1
* | | Merge branch 'osw-enforces-project-removal-with-past-failed-attempts' into 'm...Nick Thomas2019-01-181-5/+19
|\ \ \