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-04-25Merge branch 'mr-diff-size-overflow' into 'master' Douwe Maan
2017-04-25Merge branch '27827-cleanup-markdown' into 'master' Phil Hughes
2017-04-25Resolve "Clean up padding with Markdown headers"Taurie Davis
2017-04-25Merge branch 'sh-bump-sidekiq-version' into 'master' Robert Speicher
2017-04-25Remove the Github::Error base classDouglas Barbosa Alexandre
2017-04-25Add blank line before the raise method on Github::CollectionDouglas Barbosa Alexandre
2017-04-25Fix a failing specNick Thomas
2017-04-25Merge branch '31174-project-integration-service-sub-nav' into 'master' Alfredo Sumaran
2017-04-25Add sub-nav for Project Integration Services edit pageKushal Pandya
2017-04-25Merge branch 'dm-fix-oauth-user-creation' into 'master' Robert Speicher
2017-04-25Show correct size when MR diff overflowsSean McGivern
2017-04-25Merge branch 'fix/web_hooks-index' into 'master' Douwe Maan
2017-04-25Add index to webhooks type columnJames Lopez
2017-04-25Merge branch 'ignore-all-builds-dirs' into 'master' Rémy Coutable
2017-04-25Swap a before_save call with a before_create/before_update pair to avoid a co...Nick Thomas
2017-04-25Merge branch '31276-fix-diffs-with-edit-forking-needs' into 'master' Douwe Maan
2017-04-25Merge branch 'fix-usage-ping-doc-link' into 'master' Rémy Coutable
2017-04-25Merge branch 'patch-17' into 'master' Rémy Coutable
2017-04-25Update markdown.mdSimon Hardt
2017-04-25Merge branch '21683-show-created-group-name-flash' into 'master' Sean McGivern
2017-04-25Show group name on flash container when group is created from Admin areaKushal Pandya
2017-04-25Fix usage ping docs link from empty cohorts pageSean McGivern
2017-04-25Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern
2017-04-25Skip issuable without a project in IssuableExtractor#extractLin Jen-Shin
2017-04-25Merge branch 'master' into 'master' Rémy Coutable
2017-04-25Ignore all builds* directories from version controlAchilleas Pipinellis
2017-04-25Update documentation to reflect the removal of `is_admin` from most API respo...Timothy Andrew
2017-04-25Add changelog entry for !10846Timothy Andrew
2017-04-25Don't display the `is_admin?` flag for user API responses.Timothy Andrew
2017-04-25Merge branch '30649-update-health-check-documentation' into 'master' Achilleas Pipinellis
2017-04-25Add Health Check DocumentationJoshua Lambert
2017-04-25Merge branch 'gitaly-testing-toml' into 'master' Rémy Coutable
2017-04-25Upgrade Sidekiq to 4.2.10Stan Hu
2017-04-25Fix small typoDouglas Barbosa Alexandre
2017-04-25Use Class.new(SuperClass) to define an empty custom error classDouglas Barbosa Alexandre
2017-04-25Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabledDouwe Maan
2017-04-25[#22826] Add newline before expect in accordance to four phase thoughtbot styleTM Lee
2017-04-25Set timeout options to the Github::ClientDouglas Barbosa Alexandre
2017-04-25Use the base initiliazer for representationsDouglas Barbosa Alexandre
2017-04-25Cache labels at the same time we fetch them from the GH APIDouglas Barbosa Alexandre
2017-04-25Avoid unnecessary use of Arel to find users by external uidDouglas Barbosa Alexandre
2017-04-25Finish the import process if some error occurs when fetching the repoDouglas Barbosa Alexandre
2017-04-25Merge branch 'sh-fix-spinach-5-10-tests' into 'master' Robert Speicher
2017-04-25Use only one cache hash with with a hash initializer by defaultDouglas Barbosa Alexandre
2017-04-25Refactoring Github::RateLimitDouglas Barbosa Alexandre
2017-04-25Extract rate limit URL to a constantDouglas Barbosa Alexandre
2017-04-25Does not freeze integer valuesDouglas Barbosa Alexandre
2017-04-25Add Github::Representation::Base#idDouglas Barbosa Alexandre
2017-04-25Rename find_by_email/find_by_external_uid methodsDouglas Barbosa Alexandre
2017-04-24Fix scoping issues with Spinach tests (e.g. https://gitlab.com/gitlab-org/git...Stan Hu