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 PUI package delivery for package installs #7655

Merged
merged 41 commits into from
Jul 18, 2024

Commits on Jul 9, 2024

  1. Package frontend in deb

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0a1738c View commit details
    Browse the repository at this point in the history
  2. Add artifact download

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a4bf65c View commit details
    Browse the repository at this point in the history
  3. remove 0.8.0 check

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ceb278d View commit details
    Browse the repository at this point in the history
  4. remove array casting

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5a4fe89 View commit details
    Browse the repository at this point in the history
  5. fix format once more

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2266034 View commit details
    Browse the repository at this point in the history
  6. another try

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3b3dd33 View commit details
    Browse the repository at this point in the history
  7. add brackets again

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9d08af4 View commit details
    Browse the repository at this point in the history
  8. add version

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3861782 View commit details
    Browse the repository at this point in the history
  9. and bash

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2fab3fd View commit details
    Browse the repository at this point in the history
  10. and shell

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d92ffcc View commit details
    Browse the repository at this point in the history
  11. more debuging

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    70b41ba View commit details
    Browse the repository at this point in the history
  12. various style fixes

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    516b945 View commit details
    Browse the repository at this point in the history
  13. small fixes

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7c92907 View commit details
    Browse the repository at this point in the history
  14. and ls for prosperity

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f36767c View commit details
    Browse the repository at this point in the history
  15. debug

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d2aaf2d View commit details
    Browse the repository at this point in the history
  16. maybe git as source?

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ebdc146 View commit details
    Browse the repository at this point in the history
  17. fix download cmd?

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e074b77 View commit details
    Browse the repository at this point in the history
  18. debug a bit

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    90f6215 View commit details
    Browse the repository at this point in the history
  19. debug a bit more

    matmair committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d10cf81 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    aa8116e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …matmair/issue7338
    matmair committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    cf196ca View commit details
    Browse the repository at this point in the history
  3. write version number

    matmair committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e1ae765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cf6dbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb81ef8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    6577321 View commit details
    Browse the repository at this point in the history
  2. Matmair/issue7338 (#205)

    * Package frontend in deb
    
    * Add artifact download
    
    * remove 0.8.0 check
    
    * remove array casting
    
    * fix format once more
    
    * another try
    
    * add brackets again
    
    * add version
    
    * and bash
    
    * and shell
    
    * more debuging
    
    * various style fixes
    
    * small fixes
    
    * and ls for prosperity
    
    * debug
    
    * maybe git as source?
    
    * fix download cmd?
    
    * debug a bit
    
    * debug a bit more
    
    * remove sha download - is not working with GHA restrictions
    
    * write version number
    
    * check if a new frontend must be dowloaded
    
    * write versions into frontend packages
    matmair authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9da45c7 View commit details
    Browse the repository at this point in the history
  3. change ref dir for tests

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    156c93b View commit details
    Browse the repository at this point in the history
  4. add better build logging

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    30c2fbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eba7640 View commit details
    Browse the repository at this point in the history
  6. fix downloading syntax

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    438350d View commit details
    Browse the repository at this point in the history
  7. fix name ref

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d37a85d View commit details
    Browse the repository at this point in the history
  8. make more robust

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1bd7acd View commit details
    Browse the repository at this point in the history
  9. more logging

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1498b7f View commit details
    Browse the repository at this point in the history
  10. move import

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e379c6e View commit details
    Browse the repository at this point in the history
  11. turn down unzipping noise

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4d5a4f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6268a31 View commit details
    Browse the repository at this point in the history
  13. add info what happens now

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    617d384 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bbda4b View commit details
    Browse the repository at this point in the history
  15. fix quite flag

    matmair committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e75a111 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    82f87ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. adjust publisher

    matmair authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5543709 View commit details
    Browse the repository at this point in the history