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
2017-04-26Load a project's CI status in batch from redisBob Van Landuyt
2017-04-26Merge branch '26437-closed-by' into 'master' Rémy Coutable
2017-04-26Merge branch 'fix/github-importer' into 'master' Sean McGivern
2017-04-26Merge branch 'more-mr-filters' into 'master' Sean McGivern
2017-04-26Decrease ABC threshold to 57.08Maxim Rydkin
2017-04-26Decrease Cyclomatic Complexity threshold to 16Maxim Rydkin
2017-04-26Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern
2017-04-26Merge branch '31280-skip-issueables-without-project' into 'master' Sean McGivern
2017-04-26issues_for_nodes => issuables_for_nodesLin Jen-Shin
2017-04-26Add basic progress output to GitHub importDouglas Barbosa Alexandre
2017-04-26Fix undefined attribute params from import taskDouglas Barbosa Alexandre
2017-04-26Change issues sentence to use natural sortingJeff Stubler
2017-04-25Fix Rubocop offensesDouglas Barbosa Alexandre
2017-04-25Ability to filter merge requests by labels and milestonesRobert Schilling
2017-04-25Fix import of notes on Pull Request diffDouglas Barbosa Alexandre
2017-04-25Create project repository only when it not existsDouglas Barbosa Alexandre
2017-04-25Fix small typo on GitHub::ImportDouglas Barbosa Alexandre
2017-04-25Follow feedback on the reviewLin Jen-Shin
2017-04-25Merge branch 'mr-diff-size-overflow' into 'master' Douwe Maan
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-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 '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-25Don't display the `is_admin?` flag for user API responses.Timothy Andrew
2017-04-25Merge branch 'gitaly-testing-toml' into 'master' Rémy Coutable
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-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-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-24Refactor rake task to to import GitHub repositoresDouglas Barbosa Alexandre
2017-04-24Keep track of import errorsDouglas Barbosa Alexandre
2017-04-24Clone GitHub wikiDouglas Barbosa Alexandre
2017-04-24Import Github releasesDouglas Barbosa Alexandre
2017-04-24Refactoring Github importDouglas Barbosa Alexandre
2017-04-24Use while instead of loop/breakDouglas Barbosa Alexandre
2017-04-24Add a method to format issues/pull requests/comments bodyDouglas Barbosa Alexandre
2017-04-24 Does not remove the GitHub remoteDouglas Barbosa Alexandre
2017-04-24Pass a options hash to Github::ClientDouglas Barbosa Alexandre