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
2015-08-24Fix Error 500 in API when accessing a group that has an avatarStan Hu
2015-08-11Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets
2015-08-11Fix file api testsDmitriy Zaporozhets
2015-08-11Revert "Merge branch 'web-editor-rugged' into 'master'"Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-10Fix corrupted binary files when using API files endpointStan Hu
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
2015-08-04Merge branch 'master' into drop-satellitesDmitriy Zaporozhets
2015-08-04Fix merge api and specDmitriy Zaporozhets
2015-07-30Fix docsDouwe Maan
2015-07-29Add ability to manage user email addresses via the API.Douwe Maan
2015-07-28Merge branch 'fix-api-mr-notes-ordering' into 'master'Douwe Maan
2015-07-22Clearing the entire Redis cache may be too expensive; just useStan Hu
2015-07-22Fix 404 error in files view after deleting the last file in a repositoryStan Hu
2015-07-17Add specs for gitlab ci service validity.Marin Jankovski
2015-07-17Fix failing specs after adding format verification for token and project url ...Marin Jankovski
2015-07-17Return comments in created order in merge request APIStan Hu
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-07-09Merge branch 'rs-dev-issue-2372' into 'master'Dmitriy Zaporozhets
2015-07-07Merge branch 'settings-via-api' into 'master'Dmitriy Zaporozhets
2015-07-07Use stub_application_setting in a few more specsRobert Speicher
2015-07-06Add tests and improve logicDmitriy Zaporozhets
2015-07-06Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets
2015-07-03Allow user to be blocked and unblocked via the APISteve Norman
2015-06-24Add 2FA status to user admin APIStan Hu
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
2015-06-23Fix Style/AlignHash cop violationsStan Hu
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
2015-06-22Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets
2015-06-22Merge requests API returns closed for closed and merged for merged.Dmitriy Zaporozhets
2015-06-22Fix part of api specs for rubocopDmitriy Zaporozhets
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
2015-06-22Fix `raise_error` without an argument deprecation warningsRobert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-05Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets
2015-06-04Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets
2015-06-03Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets
2015-06-02Remove unnecessary satellite files and add CHANGELOG itemDmitriy Zaporozhets
2015-06-02Remove file api tests which depend on old satellite logicDmitriy Zaporozhets
2015-05-29Disable changing of the source branch in merge request update APIStan Hu
2015-05-28Make namespace API available to all usersStan Hu
2015-05-21Update ffaker gemRobert Speicher
2015-05-16Allow to configure gitlab_shell_secret locationJakub Jirutka
2015-05-14Add order option for projects APIValery Sizov
2015-05-08Order commit comments in API chronologicallyMartin Luder
2015-05-03Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch...Dmitriy Zaporozhets
2015-05-03Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi