summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Clone GitHub wikiDouglas Barbosa Alexandre2017-04-241-2/+21
| | | | | | | | |
| * | | | | | | | Import Github releasesDouglas Barbosa Alexandre2017-04-242-0/+44
| | | | | | | | |
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More merge request filters Closes #26301 See merge request !10924
| * | | | | | | | | 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 sorting Closes #20378 See merge request !7110
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip issuable without a project in IssuableExtractor#extract Closes #31280 See merge request !10906
| * | | | | | | | | | 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
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31280
* | | | | | | | | | Merge branch 'mr-diff-size-overflow' into 'master' Douwe Maan2017-04-251-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show correct size when MR diff overflows Closes #26560 See merge request !10827
| * | | | | | | | | | Show correct size when MR diff overflowsSean McGivern2017-04-251-0/+4
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that we often go via a diff object constructed from the diffs stored in the DB. Those diffs, by definition, don't overflow, so we don't have access to the 'correct' `real_size` - that is stored on the MR diff object iself.
* | | | | | | | | | 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 disabled Closes #31294 See merge request !10896
| * | | | | | | | | 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 Closes #29903 See merge request !10846
| * | | | | | | | Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-253-5/+5
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To prevent an attacker from enumerating the `/users` API to get a list of all the admins. - Display the `is_admin?` flag wherever we display the `private_token` - at the moment, there are two instances: - When an admin uses `sudo` to view the `/user` endpoint - When logging in using the `/session` endpoint
* | | | | | | | Merge branch 'gitaly-testing-toml' into 'master' Rémy Coutable2017-04-251-0/+37
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitaly testing toml Closes gitaly#182 See merge request !10605
| * | | | | | | 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 longer in the diff Closes #31339 See merge request !10888
| * | | | | | | | Fix commenting on an existing discussion on an unchanged line that is no ↵Douwe Maan2017-04-241-1/+8
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | longer in the diff
* | | | | | | | Merge branch '30305-oauth-token-push-code' into 'master' Rémy Coutable2017-04-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow OAuth clients to push code Closes #30305 See merge request !10677
| * | | | | | | | Allow OAuth clients to push code30305-oauth-token-push-codeTimothy Andrew2017-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We currently support fetching code with username = 'oauth2' and password = <access_token>. - Trying to _push_ code with the same credentials fails with an authentication error. - There's no reason this shouldn't be enabled, especially since we allow the OAuth client to create deploy keys with push access: https://docs.gitlab.com/ce/api/deploy_keys.html#add-deploy-key
* | | | | | | | | Merge branch 'email-handler-metrics' into 'master' Sean McGivern2017-04-245-5/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make handler metric params more explicit See merge request !10854
| * | | | | | | | | 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 endpoint Closes #22740 See merge request !10873