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

Enh add snapshot feature WIP #900

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 20, 2022

  1. Add some __repr__ for easier dev/debug

    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ce71b80 View commit details
    Browse the repository at this point in the history
  2. Implement server snapshot command

    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    aded722 View commit details
    Browse the repository at this point in the history
  3. Add idea to .gitignore

    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d6600cd View commit details
    Browse the repository at this point in the history
  4. Better

    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    8877c05 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into enh-add-snapshot-fe…

    …ature
    
    # Conflicts:
    #	server/devpi_server/model.py
    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    a221b3b View commit details
    Browse the repository at this point in the history
  6. Add perm checking to snapshot

    Gregory Starck committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    fa0a0c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add auth to snapshot and slightly less dereferencing

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    680c974 View commit details
    Browse the repository at this point in the history
  2. Add devpi snapshot client code

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f9ee0f7 View commit details
    Browse the repository at this point in the history
  3. clean

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    95949fc View commit details
    Browse the repository at this point in the history
  4. handle ELink case with isinstance for now

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2027219 View commit details
    Browse the repository at this point in the history
  5. clean2

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e03e7c3 View commit details
    Browse the repository at this point in the history
  6. Better log indication

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    feab9a3 View commit details
    Browse the repository at this point in the history
  7. Simpler

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3ec1f1f View commit details
    Browse the repository at this point in the history
  8. Loop on all possible wheels for the same version (different arch)

    + accumulate and return failures of particular project-version.
    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    842acf2 View commit details
    Browse the repository at this point in the history
  9. Better

    Gregory Starck committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    46e0528 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Fix: link.entry can be None here

    Gregory Starck committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3bbb98b View commit details
    Browse the repository at this point in the history
  2. Enh and fix snapshot view

    Gregory Starck committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ba02c47 View commit details
    Browse the repository at this point in the history
  3. Better snapshot cli report: include json

    Gregory Starck committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    de25fdf View commit details
    Browse the repository at this point in the history
  4. better messages

    Gregory Starck committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c5e8da8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Use threadlog + devpi_srcpath better

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4f42341 View commit details
    Browse the repository at this point in the history
  2. Cleaner

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0e6af83 View commit details
    Browse the repository at this point in the history
  3. Use file_open_read

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cb354c3 View commit details
    Browse the repository at this point in the history
  4. Pass the ref_hash_spec

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    08074b2 View commit details
    Browse the repository at this point in the history
  5. Fix: better

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    64ee4dc View commit details
    Browse the repository at this point in the history
  6. Use ~/.gitignore with core.excludesfile

    Gregory Starck committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    09f6c66 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Use +copy

    Gregory Starck committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1430961 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Use index_create instead of upload permission

    Gregory Starck committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    39c851f View commit details
    Browse the repository at this point in the history