Skip to content
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b86effb
Refactoring to test v1 recipes.
janjagusch Aug 7, 2025
1864588
Add newline.
janjagusch Aug 8, 2025
b953af0
Clean up test case.
janjagusch Aug 8, 2025
79f2f40
Reset base classes.
janjagusch Aug 8, 2025
796cd8c
Remove assert_new_runtime_requirements_equal.
janjagusch Aug 8, 2025
8c23c27
Reset.
janjagusch Aug 8, 2025
59ac851
Remove log file.
janjagusch Aug 8, 2025
d530097
Reset integration test.
janjagusch Aug 8, 2025
07fdc75
Don't ignore env dir.
janjagusch Aug 8, 2025
97217ec
Merge branch 'main' into add-tests-for-v1-recipes
janjagusch Aug 8, 2025
f7dd2a1
Satisfy pch.
janjagusch Aug 8, 2025
cfa5343
Merge branch 'add-tests-for-v1-recipes' of https://github.com/janjagu…
janjagusch Aug 8, 2025
4abbeda
Merge branch 'main' into add-tests-for-v1-recipes
janjagusch Aug 8, 2025
6436bc4
Add v1 grayskull feature and test.
janjagusch Aug 11, 2025
e77f8e8
Remove breakpoint.
janjagusch Aug 11, 2025
1c8f212
Revert hardcoded custom URLs.
janjagusch Aug 11, 2025
489ed1d
Use default dict.
janjagusch Aug 11, 2025
ef39d27
Do not try to replace expressions.
janjagusch Aug 11, 2025
2329ad1
Add get_v1_recipe_file_if_exists function.
janjagusch Aug 11, 2025
ee4f0fe
Make private.
janjagusch Aug 11, 2025
c21907a
Add comments.
janjagusch Aug 11, 2025
2092c4f
Add docstring.
janjagusch Aug 11, 2025
e8bb9cb
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
janjagusch Aug 13, 2025
5c5bddf
Add unit tests for get_grayskull_comparison for v0 and v1 format.
janjagusch Aug 13, 2025
f4321e7
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
janjagusch Aug 13, 2025
ef38259
relock w/ conda-lock
regro-cf-autotick-bot Aug 14, 2025
d006cbb
Add unit test case for DependencyUpdateMigrator for v1 recipe format.
janjagusch Aug 14, 2025
cbdf760
Reword.
janjagusch Aug 14, 2025
6b2bbd1
Remove azure-cli-core integration test.
janjagusch Aug 14, 2025
042edf3
Add basis of fastapi v1 integration test.
janjagusch Aug 14, 2025
86536c9
Add v1 support to integration test helper.
janjagusch Aug 14, 2025
a2b1cef
Add separate v0 and v1 test methods.
janjagusch Aug 14, 2025
3e64431
Add v1 test case for fastapi.
janjagusch Aug 14, 2025
5d7793a
Fix retrieving new version.
janjagusch Aug 14, 2025
f37fe40
Allow traffic to codeload.github.com.
janjagusch Aug 14, 2025
b3bb35e
Mock pypi.org/pypi/fastapi/0.116.1/json.
janjagusch Aug 14, 2025
909340f
Fix unit tests.
janjagusch Aug 14, 2025
62fe221
Add integration test for updated run requirements.
janjagusch Aug 14, 2025
2802ffb
Only update run section for v1.
janjagusch Aug 14, 2025
e38e28f
Rename function.
janjagusch Aug 14, 2025
17e49e1
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
janjagusch Aug 14, 2025
78a8391
Rename variable to grayskull_recipe.
janjagusch Aug 14, 2025
45992e3
Add test docstring.
janjagusch Aug 14, 2025
c367c4d
Handle when patch.before is None.
janjagusch Aug 14, 2025
e66ae2b
Update test since we no longer update the host section.
janjagusch Aug 14, 2025
f4ed57f
Fix test.
janjagusch Aug 14, 2025
32e467f
relock w/ conda-lock
regro-cf-autotick-bot Aug 18, 2025
ebd015a
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
beckermr Aug 18, 2025
b623018
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
beckermr Aug 18, 2025
4ea9436
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
janjagusch Aug 19, 2025
86821f9
Merge branch 'main' into add-runtime-requirements-test-for-v1-recipe
beckermr Aug 19, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ pixi.toml
venv
oryx-build-commands.txt
.env
.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "tests_integration/definitions/pydantic/resources/feedstock_v1"]
path = tests_integration/lib/_definitions/pydantic/resources/feedstock_v1
url = https://github.com/conda-forge/pydantic-feedstock.git
[submodule "tests_integration/lib/_definitions/fastapi/resources/feedstock"]
path = tests_integration/lib/_definitions/fastapi/resources/feedstock
url = https://github.com/conda-forge/fastapi-feedstock.git
Loading
Loading