Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18Cleanup stale +deleted repo paths on project removalOswaldo Ferreira
2018-12-19Leave object pools when destroying projectsZeger-Jan van de Weg
2018-09-19Move registry destroy out of project transactionStan Hu
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-08Fix scoping errors occuring for ContainerRepository on some buildsStan Hu
2018-08-17Fix: Project deletion may not log audit events during user deletionValery Sizov
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-08Add more logging before a project is destroyedStan Hu
2018-05-29Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher
2018-05-25Fix project destruction failing due to idle in transaction timeoutsStan Hu
2018-05-23Bring CE-EE parity to app/services/projects/destroy_service.rbRobert Speicher
2018-05-10Include project.full_path when moving repoAsh McKenzie
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-06Cache personal projects count.Andreas Brandl
2018-03-17Fix "Can't modify frozen hash" error when project is destroyedStan Hu
2017-10-18Use wiki.disk_pathNick Thomas
2017-10-07Store the name of a project that's a root of a fork networkBob Van Landuyt
2017-08-14Cache the number of forks of a projectYorick Peterse
2017-08-01Make disk_path keyword argument and optionalGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-26Move exception handling to executeTiago Botelho
2017-07-20Refactors Project Destroy service and worker codeTiago Botelho
2017-07-20Add specs for ProjectDestroyWorkerTiago Botelho
2017-07-20Handle errors while a project is being deleted asynchronously.Timothy Andrew
2017-06-02Don’t schedule workers from inside transactionsDouwe Maan
2017-04-05Fix status when removing legacy tags from registryGrzegorz Bizon
2017-04-05Revert unneeded change in project destroy serviceGrzegorz Bizon
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz Bizon
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22First iteration of container_image viewAndre Guedes
2017-02-19Prevent project team from being truncated too early during project destructionStan Hu
2016-09-13Before deleting project if forked unlink forkKatarzyna Kobierska
2016-08-10Clean up project destructionStan Hu
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-14Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-13Fix container registry permissionsKamil Trzcinski
2016-05-12Fix CI testsKamil Trzcinski
2016-05-11Improve log message when a project is destroyed to include the namespaceStan Hu
2016-05-09Added Docker Registry View testsKamil Trzcinski
2016-05-09Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-07Reduce delay in destroying a project from 1-minute to immediatelyStan Hu
2016-05-04Remove container registry on project removalKamil Trzcinski
2016-02-23Moved cache expiration code to Repository hooksYorick Peterse