| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'disable-issue-action-button-if-isSubmitting' into 'master' | Fatih Acet | 2017-11-09 | 1 | -0/+19 |
|\ |
|
| * | Disable issue action button whilst submitting and testdisable-issue-action-button-if-isSubmitting | Luke "Jared" Bennett | 2017-11-06 | 1 | -0/+19 |
* | | Merge branch 'move-filter-mr-clear-search-spec-to-js' into 'master' | Tim Zallmann | 2017-11-09 | 2 | -16/+19 |
|\ \ |
|
| * | | Move clear search test to JS to reduce overkillmove-filter-mr-clear-search-spec-to-js | Eric Eastwood | 2017-11-09 | 2 | -16/+19 |
* | | | Add /groups/:id/subgroups endpoint to API | Winnie Hellmann | 2017-11-09 | 1 | -0/+136 |
* | | | Always return full avatar URL for private/internal groups/projects when asset... | Douwe Maan | 2017-11-09 | 6 | -124/+58 |
* | | | Merge branch 'fix-todos-last-page' into 'master' | Rémy Coutable | 2017-11-09 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix access to the final page of todos | Sean McGivern | 2017-11-09 | 1 | -2/+2 |
* | | | | Merge branch '39895-cant-set-mattermost-username-channel-from-api' into 'master' | Rémy Coutable | 2017-11-09 | 1 | -0/+21 |
|\ \ \ \ |
|
| * | | | | Fix acceptance of username for Mattermost service update via API | Mark Fletcher | 2017-11-08 | 1 | -0/+21 |
* | | | | | Merge branch '39958-updatemergerequestsworker-are-failing-on-metric-tagging' ... | Sean McGivern | 2017-11-09 | 1 | -16/+24 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Revert "add metrics tagging to the sidekiq middleware"39958-updatemergerequestsworker-are-failing-on-metric-tagging | micael.bergeron | 2017-11-08 | 1 | -16/+24 |
| |/ / / |
|
* | | | | Merge branch 'github-rake-task-rate-limiting' into 'master' | Douwe Maan | 2017-11-09 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Support importing GH projects without rate limitsgithub-rake-task-rate-limiting | Yorick Peterse | 2017-11-08 | 1 | -0/+27 |
| |/ / / |
|
* | | | | Merge branch '36099-api-responses-missing-x-content-type-options-header' into... | Douwe Maan | 2017-11-08 | 2 | -0/+11 |
* | | | | Merge branch 'ssrf-protections-round-2' into 'security-10-1' | Douwe Maan | 2017-11-08 | 1 | -0/+16 |
|/ / / |
|
* | | | Merge branch 'fix-issues-api-list-performance' into 'master' | Stan Hu | 2017-11-08 | 1 | -4/+8 |
|\ \ \ |
|
| * | | | Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performance | Sean McGivern | 2017-11-07 | 1 | -4/+8 |
* | | | | Merge branch 'github-enterprise-support-importer' into 'master' | Douwe Maan | 2017-11-08 | 1 | -11/+90 |
|\ \ \ \ |
|
| * | | | | Restore Enterprise support in the GH importer | Yorick Peterse | 2017-11-08 | 1 | -11/+90 |
* | | | | | Merge branch 'remove-ineffective-service-specs' into 'master' | Filipa Lacerda | 2017-11-08 | 2 | -113/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Remove ineffective Vue service specsremove-ineffective-service-specs | Eric Eastwood | 2017-11-08 | 2 | -113/+0 |
| | |/ /
| |/| | |
|
* | | | | Fix Error 500 when pushing LFS objects with a write deploy key | Stan Hu | 2017-11-08 | 2 | -23/+52 |
* | | | | Resolve "Merge request widget - CI information has different margins" | Filipa Lacerda | 2017-11-08 | 1 | -82/+89 |
* | | | | Merge branch 'github-importer-refactor' into 'master' | Douwe Maan | 2017-11-08 | 78 | -207/+5644 |
|\ \ \ \ |
|
| * | | | | Replace old GH importer with the parallel importergithub-importer-refactor | Yorick Peterse | 2017-11-07 | 5 | -88/+14 |
| * | | | | Rewrite the GitHub importer from scratch | Yorick Peterse | 2017-11-07 | 72 | -119/+5556 |
| * | | | | Cache feature names in RequestStore | Yorick Peterse | 2017-11-07 | 1 | -0/+41 |
| * | | | | Add returning IDs to Gitlab::Database.bulk_insert | Yorick Peterse | 2017-11-07 | 1 | -0/+20 |
| * | | | | Refactor User.find_by_any_email | Yorick Peterse | 2017-11-07 | 1 | -0/+13 |
* | | | | | Merge branch 'feature-change-signout-route' into 'master' | Douwe Maan | 2017-11-08 | 2 | -9/+4 |
|\ \ \ \ \ |
|
| * | | | | | Updates tests to reflect sign_out route change | Joe Marty | 2017-11-07 | 2 | -9/+4 |
* | | | | | | Merge branch 'fl-cleanup-test' into 'master' | Tim Zallmann | 2017-11-08 | 1 | -23/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Update mr_widget_options_spec.jsfl-cleanup-test | Filipa Lacerda | 2017-11-07 | 1 | -1/+0 |
| * | | | | | | Cleanup tests | Filipa Lacerda | 2017-11-07 | 1 | -22/+0 |
* | | | | | | | Merge branch 'tc-delete-merged-protected-tags-fix' into 'master' | Douwe Maan | 2017-11-08 | 1 | -0/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | When deleting merged branches, ignore protected tagstc-delete-merged-protected-tags-fix | Toon Claes | 2017-11-07 | 1 | -0/+8 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge branch 'bvl-free-paths' into 'master' | Douwe Maan | 2017-11-08 | 6 | -74/+150 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove EE-specific group pathsbvl-free-paths | Bob Van Landuyt | 2017-11-07 | 1 | -12/+3 |
| * | | | | | | | Check redirecting with a querystring | Bob Van Landuyt | 2017-11-07 | 1 | -0/+10 |
| * | | | | | | | Update failure message when finding new routes in `PathRegex` | Bob Van Landuyt | 2017-11-07 | 1 | -9/+4 |
| * | | | | | | | Free up some group reserved words | Bob Van Landuyt | 2017-11-07 | 4 | -28/+61 |
| * | | | | | | | Free up `avatar`, `group_members` and `milestones` as paths | Bob Van Landuyt | 2017-11-07 | 3 | -55/+71 |
| * | | | | | | | Free up `labels` as a group name | Bob Van Landuyt | 2017-11-07 | 1 | -0/+18 |
| * | | | | | | | Add helper methods to redirect legacy paths | Bob Van Landuyt | 2017-11-07 | 1 | -0/+13 |
* | | | | | | | | Merge branch 'pawel/fix_backend_transaction_protected_labels_method' into 'ma... | Stan Hu | 2017-11-08 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | Make BackgroundTransaction#labels public | Pawel Chojnacki | 2017-11-07 | 1 | -0/+6 |
* | | | | | | | | Merge branch '37824-many-branches-lock-server' into 'master' | Annabel Dunstone Gray | 2017-11-07 | 2 | -4/+131 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | Addresses front & backend comments | Mayra Cabrera | 2017-11-06 | 1 | -1/+1 |
| * | | | | | | | Modifies commit branches section | Mayra Cabrera | 2017-11-06 | 1 | -3/+70 |