Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Bump oj gem to version 2.17.5 | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Remove unused gems | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -7/+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 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Add faraday gem | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -10/+20 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'more-mr-filters' into 'master' | Sean McGivern | 2017-04-26 | 5 | -21/+98 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More merge request filters Closes #26301 See merge request !10924 | |||||
| * | | | | | | | | | | | | | | | | | Add documentation example for labelsmore-mr-filters | Robert Schilling | 2017-04-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Add changelog entry | Robert Schilling | 2017-04-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Ability to filter merge requests by labels and milestones | Robert Schilling | 2017-04-25 | 4 | -21/+93 | |
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'blackst0ne/gitlab-ce-add_index_on_ci_builds_user_id' | Yorick Peterse | 2017-04-26 | 3 | -0/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This manually merges https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10874 into master after resolving conflicts. | |||||
| * | | | | | | | | | | | | | | | | | Add index on ci_builds.user_id | blackst0ne | 2017-04-26 | 3 | -0/+24 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge branch '28202_decrease_abc_threshold_step1' into 'master' | Rémy Coutable | 2017-04-26 | 3 | -17/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decrease ABC threshold to 57.08 See merge request !10724 | |||||
| * | | | | | | | | | | | | | | | | | Decrease ABC threshold to 57.08 | Maxim Rydkin | 2017-04-26 | 3 | -17/+24 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step1' into ↵ | Rémy Coutable | 2017-04-26 | 3 | -41/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Decrease Cyclomatic Complexity threshold to 16 See merge request !10928 | |||||
| * | | | | | | | | | | | | | | | | | Decrease Cyclomatic Complexity threshold to 16 | Maxim Rydkin | 2017-04-26 | 3 | -41/+35 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge branch '31437-fix-transient-failure' into 'master' | Sean McGivern | 2017-04-26 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't expect underlying DB data to be updated in feature spec Closes #31437 See merge request !10934 | |||||
| * | | | | | | | | | | | | | | | | | Don't expect underlying DB data to be updated in feature spec | Rémy Coutable | 2017-04-26 | 1 | -2/+1 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only assert that the page shows something, this waits for requests to be completed. Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'group-assignee-dropdown-send-group-id' into 'master' | Filipa Lacerda | 2017-04-26 | 4 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assignee filter on group issues/merge requests only loads group users Closes #29490 See merge request !10884 | |||||
| * | | | | | | | | | | | | | | | | Assignee filter on group issues/merge requests only loads group usersgroup-assignee-dropdown-send-group-id | Phil Hughes | 2017-04-24 | 4 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #29490 | |||||
* | | | | | | | | | | | | | | | | | Merge branch '20378-natural-sort-issue-numbers' into 'master' | Sean McGivern | 2017-04-26 | 5 | -9/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -9/+132 | |
| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch '31280-skip-issueables-without-project' into 'master' | Sean McGivern | 2017-04-26 | 4 | -26/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -27/+51 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Skip issuable without a project in IssuableExtractor#extract | Lin Jen-Shin | 2017-04-25 | 4 | -56/+71 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31280 | |||||
* | | | | | | | | | | | | | | | | | | Merge branch '31294-fix-oauth-users-do-not-need-to-be-confirmed-master' into ↵ | Sean McGivern | 2017-04-26 | 4 | -9/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Ensures that OAuth/LDAP/SAML users don't need to be confirmed Closes #31294 See merge request !10926 | |||||
| * | | | | | | | | | | | | | | | | | Fix logic in Users::CreateService broken by the fix for OAuth users | Rémy Coutable | 2017-04-26 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
| * | | | | | | | | | | | | | | | | | Ensures that OAuth/LDAP/SAML users don't need to be confirmed | Rémy Coutable | 2017-04-26 | 4 | -4/+45 | |
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'dz-bump-gitlab-shell' into 'master' | Douwe Maan | 2017-04-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell version to 5.0.3 See merge request !10922 |