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

Use transition_to to move GS forward #1986

Closed
wants to merge 1 commit into from

Conversation

mgarrard
Copy link
Contributor

Summary:
This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Differential Revision: D51264471

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 13, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 14, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd80cba) 94.52% compared to head (686d7fc) 94.53%.

❗ Current head 686d7fc differs from pull request most recent head 7049196. Consider uploading reports for the commit 7049196 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1986      +/-   ##
==========================================
+ Coverage   94.52%   94.53%   +0.01%     
==========================================
  Files         460      460              
  Lines       44301    44311      +10     
==========================================
+ Hits        41874    41890      +16     
+ Misses       2427     2421       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 15, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 15, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 17, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 18, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 18, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 18, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 18, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51264471

mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 27, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 27, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
mgarrard pushed a commit to mgarrard/Ax that referenced this pull request Nov 27, 2023
Summary:

This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node

upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion

Reviewed By: lena-kashtelyan

Differential Revision: D51264471
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f8560e8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants