summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Refactoring Github importDouglas Barbosa Alexandre2017-04-241-25/+38
| * | | | | | | Use while instead of loop/breakDouglas Barbosa Alexandre2017-04-241-12/+10
| * | | | | | | Add a method to format issues/pull requests/comments bodyDouglas Barbosa Alexandre2017-04-241-10/+24
| * | | | | | | Does not remove the GitHub remoteDouglas Barbosa Alexandre2017-04-241-1/+0
| * | | | | | | Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-249-27/+37
| * | | | | | | Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre2017-04-241-79/+33
| * | | | | | | Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-243-66/+39
| * | | | | | | Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-246-52/+12
| * | | | | | | Remove sensitive informationDouglas Barbosa Alexandre2017-04-241-1/+1
| * | | | | | | Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-242-42/+74
| * | | | | | | Import issues commentsDouglas Barbosa Alexandre2017-04-242-0/+34
| * | | | | | | Import pull requests commentsDouglas Barbosa Alexandre2017-04-241-1/+61
| * | | | | | | Fix comment representationDouglas Barbosa Alexandre2017-04-241-2/+2
| * | | | | | | Refactoring Github responseDouglas Barbosa Alexandre2017-04-242-8/+11
| * | | | | | | Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre2017-04-241-58/+129
| * | | | | | | Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre2017-04-243-13/+15
| * | | | | | | Refactoring collection wrapperDouglas Barbosa Alexandre2017-04-242-9/+5
| * | | | | | | Add comment representationDouglas Barbosa Alexandre2017-04-241-0/+58
| * | | | | | | Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57
| * | | | | | | Remove unused GitHub endpoint wrappersDouglas Barbosa Alexandre2017-04-245-100/+0
| * | | | | | | Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre2017-04-241-0/+166
| * | | | | | | Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-247-0/+270
| * | | | | | | Add basic client for the GitHub APIDouglas Barbosa Alexandre2017-04-2411-0/+250
* | | | | | | | Merge branch 'more-mr-filters' into 'master' Sean McGivern2017-04-261-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-11/+14
* | | | | | | | | Decrease ABC threshold to 57.08Maxim Rydkin2017-04-261-16/+19
* | | | | | | | | Decrease Cyclomatic Complexity threshold to 16Maxim Rydkin2017-04-261-40/+30
* | | | | | | | | Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern2017-04-261-0/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change issues sentence to use natural sortingJeff Stubler2017-04-251-0/+29
* | | | | | | | | | Merge branch '31280-skip-issueables-without-project' into 'master' Sean McGivern2017-04-261-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | issues_for_nodes => issuables_for_nodes31280-skip-issueables-without-projectLin Jen-Shin2017-04-261-3/+3
| * | | | | | | | | Follow feedback on the reviewLin Jen-Shin2017-04-261-4/+4
| * | | | | | | | | Skip issuable without a project in IssuableExtractor#extractLin Jen-Shin2017-04-251-1/+5
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mr-diff-size-overflow' into 'master' Douwe Maan2017-04-251-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show correct size when MR diff overflowsSean McGivern2017-04-251-0/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'dm-fix-oauth-user-creation' into 'master' Robert Speicher2017-04-251-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix OAuth, LDAP and SAML SSO when regular sign-ups are disableddm-fix-oauth-user-creationDouwe Maan2017-04-241-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern2017-04-253-5/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-253-5/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'gitaly-testing-toml' into 'master' Rémy Coutable2017-04-251-0/+37
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Configure Gitaly through settings file instead of ENV varsgitaly-testing-tomlAlejandro Rodríguez2017-04-181-0/+37
* | | | | | | Merge branch 'dm-fix-position-tracer-for-hidden-lines' into 'master' Sean McGivern2017-04-241-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix commenting on an existing discussion on an unchanged line that is no long...Douwe Maan2017-04-241-1/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '30305-oauth-token-push-code' into 'master' Rémy Coutable2017-04-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Allow OAuth clients to push code30305-oauth-token-push-codeTimothy Andrew2017-04-131-1/+1
* | | | | | | | Merge branch 'email-handler-metrics' into 'master' Sean McGivern2017-04-245-5/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Make handler metric params more explicitemail-handler-metricsSean McGivern2017-04-215-5/+17
* | | | | | | | | Merge branch 'mrchrisw-22740-merge-api' into 'master' Sean McGivern2017-04-241-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix updating merge_when_build_succeeds via merge API endpointmrchrisw-22740-merge-apiChris Wilson2017-04-241-3/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'db-backup-ssl-support' into 'master' Achilleas Pipinellis2017-04-241-5/+21
|\ \ \ \ \ \ \ \ \