Documentation archive not updating for 8.7.3
mraible opened this issue · 13 comments
Overview of the issue
The documentation archive hasn't been updated for 8.7.3. Builds are running, but not passing. I'm unsure where this job is configured.
Motivation for or Use Case
Docs aren't updated for 8.7.3.
Related issues
Suggest a Fix
Not sure.
JHipster Version(s)
8.7.3
- Checking this box is mandatory (this is just to show you read everything)
@pascalgrimaud Do you know why this isn't working? One thought I had is we might've reached our limit on the max size of the repo.
The last time I work on this project, we already reached the limit, so it looks like the same issue:
- I didn't manage to see the logs: https://github.com/jhipster/documentation-archive/actions/runs/11644067096/job/32446901027
I don't think our users will look the documentation for v2.x for example. So we should delete from git the old folders to clean space
According to https://onlineminitools.com/github-repo-size-checker, the repo size is only 235 MB.
I wonder if any of the techniques in this blog post can be used? https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
@SvMak: Should there be hundreds of files under /asset/js?
https://github.com/jhipster/documentation-archive/tree/gh-pages/v8.7.2/assets/js has 449 files in it.
here the original issue:
here the PR which fixed it:
the old docs should be in this repo:
But, as the architecture has changed since the migration to the new website, I don't understand why we have the old folders here:
As @SvMak did the migration, he probably knows better than us:
Thanks for the reporting, I'll check what I can do with it.
Potentially we can remove some duplicates after the previous split repo and create a split repo again, but I need some time for correct solution.
@SvMak: Should there be hundreds of files under /asset/js?
https://github.com/jhipster/documentation-archive/tree/gh-pages/v8.7.2/assets/js has 449 files in it.
Yes it's chunks
@mraible We can try merge cleanup unused
Also I'll need to check the ansible scripts, in v8.7.3 I find build
folder - that's doubled the output size, as for the rest, I'm still research the issue.
I've improvement the ansible documentation-archive-prepare script, this should prevent duplicates of the same version from being created if someone ran it many times.
Could you create a repo with name documentation-archive-v6-to-v7, I'll need to do two PRs for fixing size issue?
Repo is created at https://github.com/jhipster/documentation-archive-v6-to-v7. I'm closing this issue since it's fixed.
@mraible bug bounty claim https://opencollective.com/generator-jhipster/expenses/227954