Git Product home page Git Product logo

Comments (23)

infradig avatar infradig commented on July 28, 2024 1

from trealla.

infradig avatar infradig commented on July 28, 2024

I will restore the old repo though in a while, for reference purposes.

from trealla.

pabs3 avatar pabs3 commented on July 28, 2024

Hmm, I cloned a fork of the old repo and got 8MB and 7448 commits. Where does the 1GB come from?

from trealla.

infradig avatar infradig commented on July 28, 2024

from trealla.

infradig avatar infradig commented on July 28, 2024

Screenshot from 2022-08-09 11-54-09

from trealla.

infradig avatar infradig commented on July 28, 2024

Maybe some junk got in there somehow, somewhere.

from trealla.

infradig avatar infradig commented on July 28, 2024

It seems all the space is taken by many, many .pack files, the largest being 400MB.

from trealla.

pmoura avatar pmoura commented on July 28, 2024

git gc?

from trealla.

flexoron avatar flexoron commented on July 28, 2024

Perhaps contains more than 3 million json files
$ git rev-list --objects --all | grep .json | wc -l
3285524

For example: data/test-cases/e60dce80b7e4576f.json

Maybe avoidable

Decreased now (v2.0.1)
$ git rev-list --objects --all | grep .json | grep test-cases | wc -l
16798

from trealla.

infradig avatar infradig commented on July 28, 2024

from trealla.

flexoron avatar flexoron commented on July 28, 2024

There is a trealla/.github/workflows/compliance.yml file which tries to generate an Allure-Report(whatever that is)
Click Actions above (Code Issues Pull requests Actions Security Insights)

All workflows

Pages build and deployment by BOT 6 hours ago

Fix setof/3 to fail (like bagof/3) ... testing 13 hours ago

Initial commit ... testing yesterday

As you can see a BOT processes commits and fills up the gh-pages branch
But don't ask me why it has been configured.
Perhaps you can disable it in Settings/Pages (Repo configurations area)

from trealla.

flexoron avatar flexoron commented on July 28, 2024

This workflows/compliance.yml file is an ansible 'script'
and every time you push something into the 'testing' branch,later on a build process(an action) starts (somewhere on github I guess), but do you really need these runs?
I assume this 'allure-report' generation creates all these files in the gh-pages directory.

https://github.com/peaceiris/actions-gh-pages
Set a branch name to use as GitHub Pages branch. The default is gh-pages.

Also see/ask @pmoura: logtalk_allure_report

from trealla.

flexoron avatar flexoron commented on July 28, 2024

Here are the json files:

Actions -> Fix setof/3 to fail (like bagof/3) -> compliance.yml on push -> test ->
Upload Allure Report -> Create a commit:

  /usr/bin/git commit -m deploy: 035aea994d7b215010b6c6d820d9b05382369b53
  Auto packing the repository in background for optimum performance.
  See "git help gc" for manual housekeeping.
  [gh-pages 11a0fef] deploy: 035aea994d7b215010b6c6d820d9b05382369b53
   16820 files changed, 721462 insertions(+), 721451 deletions(-)
  : 
  : 

Perhaps logtalk test results?

from trealla.

pmoura avatar pmoura commented on July 28, 2024

In the old repo, Logtalk distribution tests (which include the Prolog standard compliance suite) were run when changes were pushed to the testing branch. The resulting report was published using GitHub Pages. Regularly pruning the history of the gh-pages would have avoided the perceived bloat in the gh-pages branch.

from trealla.

UWN avatar UWN commented on July 28, 2024

I will restore the old repo though in a while, for reference purposes.

This will not restore the cross-links with other projects AFAIK. They are just lost. So for the future, it does not make sense to contribute on your github pages.

from trealla.

infradig avatar infradig commented on July 28, 2024

from trealla.

flexoron avatar flexoron commented on July 28, 2024

https://sfconservancy.org/GiveUpGitHub/

from trealla.

infradig avatar infradig commented on July 28, 2024

from trealla.

flexoron avatar flexoron commented on July 28, 2024

Berlin,Berlin https://codeberg.org/
Amsterdam https://sourcehut.org/

btw
Look at this: a sourcehut development.
Really cool video, 4 minutes
https://aerc-mail.org/

from trealla.

UWN avatar UWN commented on July 28, 2024

In any case, all the issues are lost.

from trealla.

UWN avatar UWN commented on July 28, 2024

It seems there are ways to recover issues.

from trealla.

UWN avatar UWN commented on July 28, 2024

@infragdig: According to a response from github, only the owner can restore a repository including their issues. And that within 90 days. So you would need to restore it somehow.

from trealla.

infradig avatar infradig commented on July 28, 2024

from trealla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.