diff options
author | Andrew Smith <espadav8@gmail.com> | 2016-11-02 21:38:43 +1000 |
---|---|---|
committer | Andrew Smith <espadav8@gmail.com> | 2016-11-18 07:47:00 +1000 |
commit | 3228798b37cc98f6c7b92371cbf6d1800d1c280b (patch) | |
tree | bad459954279346318c362a09863f05aa212d0c3 /changelogs/unreleased | |
parent | a5c3bfc94de82a4ac82f1fce006601426e8684d9 (diff) | |
download | gitlab-ce-3228798b37cc98f6c7b92371cbf6d1800d1c280b.tar.gz |
Refactor github import to reduce number of API calls
Ref #24073
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/24072-improve-importing-of-github-pull-requests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/24072-improve-importing-of-github-pull-requests.yml b/changelogs/unreleased/24072-improve-importing-of-github-pull-requests.yml new file mode 100644 index 00000000000..2c265960d67 --- /dev/null +++ b/changelogs/unreleased/24072-improve-importing-of-github-pull-requests.yml @@ -0,0 +1,4 @@ +--- +title: Reduce API calls needed when importing issues and pull requests from GitHub +merge_request: 7241 +author: Andrew Smith (EspadaV8) |