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
2016-05-25Fix forks creation when visibility level is restrictedFelipe Artur
2016-05-17Use container registry config stubKamil Trzcinski
2016-05-17Improve test coverageKamil Trzcinski
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2016-04-27Backport GitHub Enterprise import support from EEStan Hu
2016-04-13Setup visibility level for project when transfering for a groupFelipe Artur
2016-04-05Flush repository cache before import project dataDouglas Barbosa Alexandre
2016-04-04Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan
2016-04-03Fix rubocop in unlink fork service specsBaldinof
2016-03-22Move unlink fork logic to a serviceBaldinof
2016-03-18Merge branch 'no-gc-retry' into 'master' Robert Speicher
2016-03-18Fix HousekeepingService testsJacob Vosmaer
2016-03-18Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre
2016-03-15Use an exception to pass messagesJacob Vosmaer
2016-03-14Use strings instead of symbolsJacob Vosmaer
2016-03-14Run 'git gc' every 10 pushesJacob Vosmaer
2016-03-14Allow project housekeeping only once an hourJacob Vosmaer
2016-03-09Make better use of the `visibility_level` factory traitsRobert Speicher
2016-01-26Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre
2016-01-19Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre
2016-01-08DRY up upload and download servicesDouwe Maan
2015-12-24Add some specs for forked project visibility_level casesTomasz Maczukin
2015-12-09Add spec for invalid options in project creationStan Hu
2015-12-09Tag service specsDouwe Maan
2015-11-18Fix specsDouwe Maan
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
2015-10-02Fix testsDmitriy Zaporozhets
2015-10-02Remove unnecessary fork ci logicDmitriy Zaporozhets
2015-09-18remove API calls from CE to CIValery Sizov
2015-09-11Import forked repositories asynchronously to prevent large repositories from ...Stan Hu
2015-09-09Merge branch 'global_labels' into 'master'Dmitriy Zaporozhets
2015-09-09FogBugz project importJared Szechy
2015-09-03added spinach for glabal labelsValery Sizov
2015-08-20Test Email::AttachmentUploader.Douwe Maan
2015-07-29Check that project was actually created rather than just validated in import:...Stan Hu
2015-07-25Create project services on Project creationRobert Speicher
2015-07-25Only create :admin user in the one test where it's usedRobert Speicher
2015-07-11Update specs.Douwe Maan
2015-07-07Use stub_application_setting in a few more specsRobert Speicher
2015-06-23Fix Style/IndentationWidth cop violationsStan Hu
2015-06-23Fix Style/AlignHash cop violationsStan Hu
2015-06-22Fix Style/IndentationConsistency cop violationsRobert Speicher
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
2015-04-24Use Projects::CreateService to fork projects so that after-create hooks are run.Douwe Maan
2015-04-09Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets
2015-04-06CI forking: testsValery Sizov
2015-04-02Support configurable attachment size via Application SettingsStan Hu