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

[module-loaders] File and test refactor #26532

Merged

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Dec 17, 2024

Summary & Motivation

Consolidate module loader code and tests into a single directory for easier reuse between them.

Copy link
Contributor Author

dpeng817 commented Dec 17, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

github-actions bot commented Dec 17, 2024

Deploy preview for dagster-docs ready!

Preview available at https://dagster-docs-fybsvgplh-elementl.vercel.app
https://dpeng817-file-and-test-refactor.dagster.dagster-docs.io

Direct link to changed pages:

@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 09effd3 to 1c471fe Compare December 18, 2024 02:52
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 747dd4c to d794181 Compare December 18, 2024 02:52
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 1c471fe to d4250b7 Compare December 18, 2024 03:35
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from d794181 to 0f54413 Compare December 18, 2024 03:35
@dpeng817 dpeng817 marked this pull request as ready for review December 18, 2024 15:20
@dpeng817 dpeng817 changed the title File and test refactor [module-loaders] File and test refactor Dec 18, 2024
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from d4250b7 to 395778b Compare December 18, 2024 18:02
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 0f54413 to 06866ca Compare December 18, 2024 18:02
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 395778b to d43be3f Compare December 18, 2024 20:24
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 06866ca to b5ffe39 Compare December 18, 2024 20:24
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from d43be3f to 9239b46 Compare December 18, 2024 20:50
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from b5ffe39 to 43a69bb Compare December 18, 2024 20:50
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 9239b46 to 6ce58d8 Compare December 18, 2024 20:55
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 43a69bb to b1163c0 Compare December 18, 2024 20:55
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 6ce58d8 to 1e90746 Compare December 18, 2024 21:27
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from b1163c0 to fbc3842 Compare December 18, 2024 21:27
@dpeng817 dpeng817 force-pushed the dpeng817/consolidate_cacheable branch from 1e90746 to 9120c45 Compare December 19, 2024 00:27
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch 2 times, most recently from 35a9591 to 3306b93 Compare December 19, 2024 01:18
@dpeng817 dpeng817 changed the base branch from dpeng817/consolidate_cacheable to dpeng817/explicit_check_with_attributes December 19, 2024 01:19
@dpeng817 dpeng817 force-pushed the dpeng817/explicit_check_with_attributes branch from a5f5196 to 0cd44d7 Compare December 19, 2024 02:05
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 3306b93 to 6906f5c Compare December 19, 2024 02:05
@dpeng817 dpeng817 force-pushed the dpeng817/explicit_check_with_attributes branch from 0cd44d7 to 36b9068 Compare December 19, 2024 14:18
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 6906f5c to 10d53b0 Compare December 19, 2024 14:18
@dpeng817 dpeng817 force-pushed the dpeng817/explicit_check_with_attributes branch from 36b9068 to 02a6eb4 Compare December 19, 2024 14:24
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 10d53b0 to 4f5d461 Compare December 19, 2024 14:24
@dpeng817 dpeng817 force-pushed the dpeng817/explicit_check_with_attributes branch from 02a6eb4 to 7b0e692 Compare December 19, 2024 15:54
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 4f5d461 to 5040516 Compare December 19, 2024 15:54
Base automatically changed from dpeng817/explicit_check_with_attributes to dpeng817/delete_extra_source_assets December 19, 2024 16:15
@dpeng817 dpeng817 force-pushed the dpeng817/delete_extra_source_assets branch from 472a759 to 1b50ebe Compare December 19, 2024 16:36
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 5040516 to c3575b9 Compare December 19, 2024 16:36
@dpeng817 dpeng817 force-pushed the dpeng817/delete_extra_source_assets branch from 1b50ebe to 5ddc747 Compare December 19, 2024 16:40
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from c3575b9 to cf18a2a Compare December 19, 2024 16:40
@dpeng817 dpeng817 merged commit fb83dda into dpeng817/delete_extra_source_assets Dec 19, 2024
1 of 2 checks passed
@dpeng817 dpeng817 deleted the dpeng817/file_and_test_refactor branch December 19, 2024 16:41
dpeng817 added a commit that referenced this pull request Dec 19, 2024
## Summary & Motivation
Consolidate module loader code and tests into a single directory for
easier reuse between them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants