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-05-11Reset create callbacks for Issues/MRs while importing GitHub projectsDouglas Barbosa Alexandre
2017-05-11Fix token interpolation when setting the Github remoteDouglas Barbosa Alexandre
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-04-26Fix a failing Rubocop rule on masterDouglas Barbosa Alexandre
2017-04-26Add basic progress output to GitHub importDouglas Barbosa Alexandre
2017-04-25Fix Rubocop offensesDouglas Barbosa Alexandre
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-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 small typoDouglas Barbosa Alexandre
2017-04-25Use Class.new(SuperClass) to define an empty custom error classDouglas Barbosa Alexandre
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
2017-04-24Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre
2017-04-24Extract Github::Representation::IssuableDouglas Barbosa Alexandre
2017-04-24Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre
2017-04-24Remove sensitive informationDouglas Barbosa Alexandre
2017-04-24Apply labels to issues/merge requestsDouglas Barbosa Alexandre
2017-04-24Import issues commentsDouglas Barbosa Alexandre
2017-04-24Import pull requests commentsDouglas Barbosa Alexandre
2017-04-24Fix comment representationDouglas Barbosa Alexandre
2017-04-24Refactoring Github responseDouglas Barbosa Alexandre
2017-04-24Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre
2017-04-24Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre
2017-04-24Refactoring collection wrapperDouglas Barbosa Alexandre
2017-04-24Add comment representationDouglas Barbosa Alexandre
2017-04-24Add issue representationDouglas Barbosa Alexandre
2017-04-24Remove unused GitHub endpoint wrappersDouglas Barbosa Alexandre
2017-04-24Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre
2017-04-24Add basic representations for the Github API resultsDouglas Barbosa Alexandre