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
path: root/lib
AgeCommit message (Expand)Author
2016-09-12Merge branch 'rc-api-use-search-globalservice-in-projects-search-api' into 'm...Rémy Coutable
2016-09-12Merge branch 'fix-api-sorting' into 'master' Douwe Maan
2016-09-12Use Search::GlobalService.new in the `GET /projects/search/:query` endpointRémy Coutable
2016-09-12Merge branch '19359-api-for-notification-settings' into 'master' Rémy Coutable
2016-09-09Merge branch 'restrict_ldap_return_attributes' into 'master' Robert Speicher
2016-09-09Request only the LDAP attributes we needDrew Blessing
2016-09-09Add notification_settings API callsMarc Siegfriedt
2016-09-09Fix API issues sortingSean McGivern
2016-09-09Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre
2016-09-09Search should compare only the lowercase versions of the project namesRazzeee
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
2016-09-08Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable
2016-09-08Struct.new could take a block for defining methods, feedback:Lin Jen-Shin
2016-09-08Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-09-08Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-09-08Split try_merge_period into overlap? and merge:Lin Jen-Shin
2016-09-08Merge branch 'change-update-interval-of-runners' into 'master' Yorick Peterse
2016-09-08Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith
2016-09-07Merge branch 'refactor/ci-config-add-logical-validation' into 'master' Rémy Coutable
2016-09-07Merge branch 'fix-allowed-conflict-size' into 'master' Rémy Coutable
2016-09-07Fix merge conflict size limitSean McGivern
2016-09-07Use PipelinesFinder in Pipelines APIZ.J. van de Weg
2016-09-07Change update interval of runners when trying to preserve contacted_atKamil Trzcinski
2016-09-07Improve curl commend, remove blank linesKatarzyna Kobierska
2016-09-07Fix invalid curl commandKatarzyna Kobierska
2016-09-07Add Documentation to Ci Lint APIKatarzyna Kobierska
2016-09-07Code refactorKatarzyna Kobierska
2016-09-07Improve codeKatarzyna Kobierska
2016-09-07Code refactoringKatarzyna Kobierska
2016-09-07Fix errors and grammarKatarzyna Kobierska
2016-09-07Fix rubocop errorsKatarzyna Kobierska
2016-09-07Change class method nameKatarzyna Kobierska
2016-09-07Add class method to encapsulate exceptionKatarzyna Kobierska
2016-09-07Move lint to api from ci/apiKatarzyna Kobierska
2016-09-07Add params requires to lintKatarzyna Kobierska
2016-09-07Fix rubocop testsKatarzyna Kobierska
2016-09-07Add tests for API CI LintKatarzyna Kobierska
2016-09-07API for CI LintKatarzyna Kobierska
2016-09-07Merge branch 'master' into feature/fork-to-group-apiOlaf Tomalka
2016-09-07Higher code quality for fork to namespace APIOlaf Tomalka
2016-09-06Be more specific since it's not needed to be generic now,Lin Jen-Shin
2016-09-06Sort by database, feedback:Lin Jen-Shin
2016-09-06Just use module because there's nothing to save, feedback:Lin Jen-Shin
2016-09-06Use sum, feedback:Lin Jen-Shin
2016-09-06Improved code quality on API fork namespace featureOlaf Tomalka
2016-09-06Clean up search result classesValery Sizov
2016-09-06Added fork API paremeter for a specific namespaceOlaf Tomalka
2016-09-05Fixed gitlab.com importer missing confidential attributeJames Lopez
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-09-05Merge branch 'safe-ref-updates' into 'master' Douwe Maan