Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Clone GitHub wiki | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+21 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Import Github releases | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -0/+44 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactoring Github import | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -25/+38 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use while instead of loop/break | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -12/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add a method to format issues/pull requests/comments body | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -10/+24 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Does not remove the GitHub remote | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Pass a options hash to Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 9 | -27/+37 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Extract a method to import issues/pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -79/+33 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Extract Github::Representation::Issuable | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -66/+39 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Extract common attributes to Github::Representation::Base | Douglas Barbosa Alexandre | 2017-04-24 | 6 | -52/+12 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove sensitive information | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Apply labels to issues/merge requests | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -42/+74 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Import issues comments | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -0/+34 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Import pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+61 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix comment representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactoring Github response | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -8/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactoring Github import to avoid memory leak | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -58/+129 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactoring client to not parse response body automatically | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -13/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactoring collection wrapper | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -9/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add comment representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+58 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add issue representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+57 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove unused GitHub endpoint wrappers | Douglas Barbosa Alexandre | 2017-04-24 | 5 | -100/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add basic importer for GitHub repositories | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+166 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add basic representations for the Github API results | Douglas Barbosa Alexandre | 2017-04-24 | 7 | -0/+270 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add basic client for the GitHub API | Douglas Barbosa Alexandre | 2017-04-24 | 11 | -0/+250 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'more-mr-filters' into 'master' | Sean McGivern | 2017-04-26 | 1 | -11/+14 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More merge request filters Closes #26301 See merge request !10924 | |||||
| * | | | | | | | | | Ability to filter merge requests by labels and milestones | Robert Schilling | 2017-04-25 | 1 | -11/+14 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Decrease ABC threshold to 57.08 | Maxim Rydkin | 2017-04-26 | 1 | -16/+19 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Decrease Cyclomatic Complexity threshold to 16 | Maxim Rydkin | 2017-04-26 | 1 | -40/+30 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch '20378-natural-sort-issue-numbers' into 'master' | Sean McGivern | 2017-04-26 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110 | |||||
| * | | | | | | | | | | Change issues sentence to use natural sorting | Jeff Stubler | 2017-04-25 | 1 | -0/+29 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch '31280-skip-issueables-without-project' into 'master' | Sean McGivern | 2017-04-26 | 1 | -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-project | Lin Jen-Shin | 2017-04-26 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Follow feedback on the review | Lin Jen-Shin | 2017-04-26 | 1 | -4/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Skip issuable without a project in IssuableExtractor#extract | Lin Jen-Shin | 2017-04-25 | 1 | -1/+5 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31280 | |||||
* | | | | | | | | | | Merge branch 'mr-diff-size-overflow' into 'master' | Douwe Maan | 2017-04-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show correct size when MR diff overflows Closes #26560 See merge request !10827 | |||||
| * | | | | | | | | | | Show correct size when MR diff overflows | Sean McGivern | 2017-04-25 | 1 | -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 Speicher | 2017-04-25 | 1 | -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-creation | Douwe Maan | 2017-04-24 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' | Sean McGivern | 2017-04-25 | 3 | -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 Andrew | 2017-04-25 | 3 | -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 Coutable | 2017-04-25 | 1 | -0/+37 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitaly testing toml Closes gitaly#182 See merge request !10605 | |||||
| * | | | | | | | Configure Gitaly through settings file instead of ENV varsgitaly-testing-toml | Alejandro Rodríguez | 2017-04-18 | 1 | -0/+37 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'dm-fix-position-tracer-for-hidden-lines' into 'master' | Sean McGivern | 2017-04-24 | 1 | -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 Maan | 2017-04-24 | 1 | -1/+8 | |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | longer in the diff | |||||
* | | | | | | | | Merge branch '30305-oauth-token-push-code' into 'master' | Rémy Coutable | 2017-04-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow OAuth clients to push code Closes #30305 See merge request !10677 | |||||
| * | | | | | | | | Allow OAuth clients to push code30305-oauth-token-push-code | Timothy Andrew | 2017-04-13 | 1 | -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 McGivern | 2017-04-24 | 5 | -5/+17 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make handler metric params more explicit See merge request !10854 | |||||
| * | | | | | | | | | Make handler metric params more explicitemail-handler-metrics | Sean McGivern | 2017-04-21 | 5 | -5/+17 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'mrchrisw-22740-merge-api' into 'master' | Sean McGivern | 2017-04-24 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix updating merge_when_build_succeeds via merge API endpoint Closes #22740 See merge request !10873 |