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

feat: high level repodata access #560

Merged
merged 63 commits into from
May 10, 2024
Merged

Commits on Mar 6, 2024

  1. wip

    baszalmstra committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    15df8a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. docs: more docs

    baszalmstra committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7b2c25f View commit details
    Browse the repository at this point in the history
  2. fix: refactor into files

    baszalmstra committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3842349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8c2e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8f2de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. feat: remove unused file

    tdejager committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cd041f3 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: remove unused file"

    This reverts commit cd041f3.
    tdejager committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b2fcdc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. test: test for barrier cell

    tdejager committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f1981c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: allow unused code

    tdejager committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    56f9952 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    1aff06b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. feat: sharded repodata

    baszalmstra committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e67c8c5 View commit details
    Browse the repository at this point in the history
  2. feat: msgpack

    baszalmstra committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ec64f2f View commit details
    Browse the repository at this point in the history
  3. chore: format

    baszalmstra committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    52eff36 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: update to latest

    baszalmstra committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4960b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd9099 View commit details
    Browse the repository at this point in the history
  3. feat: create SparseRepoData from byte slices (conda#624)

    Fixes conda#619
    
    ---------
    
    Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
    aochagavia and baszalmstra committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5d66e1f View commit details
    Browse the repository at this point in the history
  4. fix: expose RepoData

    baszalmstra committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d7cf370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8672cfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b68965e View commit details
    Browse the repository at this point in the history
  7. cache the shard index file

    wolfv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    69e714f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60ecf29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c942166 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: add token request

    baszalmstra committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4dc3c96 View commit details
    Browse the repository at this point in the history
  2. fix create command

    wolfv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d4bf52c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b16da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdad58a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c7df8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e869cd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    eeb519e View commit details
    Browse the repository at this point in the history
  2. fix some tests

    wolfv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b707b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93a5699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70156c3 View commit details
    Browse the repository at this point in the history
  5. use fxhashmap

    wolfv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fa3193c View commit details
    Browse the repository at this point in the history
  6. feat: progress reporting

    baszalmstra committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a529261 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1b2c74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5afcdac View commit details
    Browse the repository at this point in the history
  9. fix: respect removed

    baszalmstra committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3d02db2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix: deadlock

    baszalmstra committed May 6, 2024
    Configuration menu
    Copy the full SHA
    62a385d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b23304 View commit details
    Browse the repository at this point in the history
  3. fix: py-rattler

    baszalmstra committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8476852 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c8c741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e570cc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d44e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a11670f View commit details
    Browse the repository at this point in the history
  8. fix: use correct env

    baszalmstra committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c4ed85d View commit details
    Browse the repository at this point in the history
  9. fix: test types

    baszalmstra committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1262a35 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    9f484e0 View commit details
    Browse the repository at this point in the history
  2. fix: unused import

    baszalmstra committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c2e254d View commit details
    Browse the repository at this point in the history
  3. fix: memory leak

    baszalmstra committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9296ea8 View commit details
    Browse the repository at this point in the history
  4. fix: formatting

    baszalmstra committed May 7, 2024
    Configuration menu
    Copy the full SHA
    36bab1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d9597d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aeb20fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7f3c76 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix: formatting

    baszalmstra committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6f6cb53 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. remove rayon

    wolfv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    058c455 View commit details
    Browse the repository at this point in the history
  2. remove rayon everywhere

    wolfv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1542d35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ae0b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7f768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee3dcaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc342b3 View commit details
    Browse the repository at this point in the history
  7. fix: tests

    baszalmstra committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c959eec View commit details
    Browse the repository at this point in the history
  8. fix: tests

    baszalmstra committed May 10, 2024
    Configuration menu
    Copy the full SHA
    999d22b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    788fb81 View commit details
    Browse the repository at this point in the history