Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Get-Contents API #2873

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Optimize Get-Contents API #2873

wants to merge 1 commit into from

Conversation

takezoe
Copy link
Member

@takezoe takezoe commented Sep 16, 2021

A successor of #2686 which fixes #2674 and #2858

JGitUtils.getFileList() is very slow depending on the number of files. This pull request avoids it as much as possible.

Before submitting a pull-request to GitBucket I have first:

  • read the contribution guidelines
  • rebased my branch over master
  • verified that project is compiling
  • verified that tests are passing
  • squashed my commits as appropriate (keep several commits if it is relevant to understand the PR)
  • marked as closed using commit message all issue ID that this PR should correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIv3 GitHub compatible API improvement
Development

Successfully merging this pull request may close these issues.

API request to contents/ is slow
1 participant