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

Support MonoRepos repository type #85

Merged
merged 11 commits into from
Mar 16, 2023
Merged

Support MonoRepos repository type #85

merged 11 commits into from
Mar 16, 2023

Conversation

vtsykun
Copy link
Owner

@vtsykun vtsykun commented Mar 12, 2023

  • MonoRepos Updater
  • Allow use sub-directory in Archive manager
  • Update UI forms
  • Skip non vcs repos from cron auto sync process

Performance tests on symfony/symfony

The first sync ~ 20 min
With cache 100 sec.

Selection_1351

For a large repository like symfony the fetch a zip ball may take 10-20 sec without cache. Due to git performance

git clone --no-checkout '/data/composer/cache/vcs/https---github.com-oroinc-platform.git/' '/tmp/composer_archive641127b9db929' --dissociate --reference '/data/composer/cache/vcs/https---github.com-oroinc-platform.git/' && \
cd '/tmp/composer_archive641127b9db929' && \
git remote set-url origin -- 'https://github.com/oroinc/platform.git' && \
git remote add composer -- 'https://github.com/oroinc/platform.git'

@vtsykun vtsykun added this to the 2.2 milestone Mar 15, 2023
@vtsykun vtsykun merged commit 8f2c2dc into master Mar 16, 2023
@vtsykun vtsykun deleted the feature/mono-repos branch March 16, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant