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
2017-10-17Fix errors when deleting a forked projectBob Van Landuyt
2017-10-07Store the name of a project that's a root of a fork networkBob Van Landuyt
2017-08-14Fix positive raise_error expectation without specifying the error type expect...Tiago Botelho
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-26Move exception handling to executeTiago Botelho
2017-07-20Handle errors while a project is being deleted asynchronously.Timothy Andrew
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-24Fixed DestroyService spec to actually test if removal was successfulGabriel Mazetto
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz Bizon
2017-04-03Refactor container registry repository tag stubsGrzegorz Bizon
2017-04-03Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
2017-03-31Improve code related to removing container image tagsGrzegorz Bizon
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-03-24Fix specs for services related to container registryGrzegorz Bizon
2017-03-23Rename container image to repository in specsGrzegorz Bizon
2017-03-23Fix some specs using the old ContainerImage constGrzegorz Bizon
2017-02-22Fixes broken and missing testsAndre Guedes
2017-02-19Prevent project team from being truncated too early during project destructionStan Hu
2017-02-03Test both execute and async_executeLin Jen-Shin
2017-02-03Move the tests to spec/services/projects/destroy_service_spec.rbLin Jen-Shin
2016-12-01Make deleting with optimistic locking respect NULLLin Jen-Shin
2016-10-05Fix project deletion when feature visibility is set to privateStan Hu
2016-05-17Use container registry config stubKamil Trzcinski
2016-05-17Improve test coverageKamil Trzcinski
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2015-12-09Tag service specsDouwe Maan
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher
2015-06-03Add tests for project destroy serviceDmitriy Zaporozhets