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

Write sharded repodata #161

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a2cc811
begin sharded repodata creation
dholth May 10, 2024
9001bc8
remove non-overridden method
dholth May 10, 2024
ba6759a
write to output_root
dholth May 10, 2024
11392e5
move save_fs_state out of extract_subdir_to_cache
dholth May 10, 2024
fd6c9bc
shards cli capable of generating repodata from cache database and no …
dholth May 10, 2024
504a61c
create output subdir if necessary
dholth May 10, 2024
d049dc2
allow expanduser in --patch-generator; use output_path when reading s…
dholth May 14, 2024
e979689
continue applying patches to shards
dholth May 14, 2024
4f17a15
add --no-current-repodata option
dholth May 20, 2024
90c92a2
maintain current_repodata=True as the default
dholth May 20, 2024
69a1e6c
Merge branch 'main' into sharded-repodata
dholth May 24, 2024
de75383
Merge branch 'main' into sharded-repodata
dholth May 29, 2024
012f234
skip test_cli; why does it cause test failure?
dholth May 29, 2024
9584bb5
add news
dholth Jun 3, 2024
3cac14a
begin combine-small-shards experiment
dholth Jun 3, 2024
45d3a7c
include virtual name, sha256 columns in create() as well as migration
dholth Jun 12, 2024
06bbd84
Merge branch 'main' into sharded-repodata
dholth Jul 1, 2024
4e4b3fd
Merge branch 'main' into sharded-repodata
dholth Jul 22, 2024
193b6c8
Merge branch 'main' into sharded-repodata
dholth Aug 22, 2024
04afa01
combining the sharded CLI into the main CLI
travishathaway Aug 27, 2024
c01824b
Merge pull request #2 from travishathaway/merge-sharded-repodata-cli
dholth Aug 30, 2024
ff2ae94
Merge branch 'main' into sharded-repodata
dholth Aug 30, 2024
b4582cb
add msgpack dependency
dholth Aug 30, 2024
3c295d2
import annotations
dholth Aug 30, 2024
707f482
Update conda_index/index/shards.py
jezdez Sep 19, 2024
9f599e6
Merge branch 'main' into sharded-repodata
jezdez Sep 19, 2024
ab817a9
bump version 0.6.0
dholth Nov 4, 2024
4bc897c
Merge branch 'main' into sharded-repodata
dholth Nov 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into sharded-repodata
  • Loading branch information
jezdez authored Sep 19, 2024
commit 9f599e66a44b4440af064cc20e58ed2c7fc4662e
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ dependencies = [
"conda-package-streaming >=0.7.0",
"filelock",
"jinja2",
"more-itertools",
"msgpack",
"ruamel.yaml",
"zstandard",
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.