-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Publish docs from release 2.7.11 #8392
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Zach Angell <42625717+zangell44@users.noreply.github.com> Co-authored-by: Michael Adkins <michael@prefect.io>
Co-authored-by: Zach Angell <42625717+zangell44@users.noreply.github.com>
…7857) Co-authored-by: Chris Pickett <chris.pickett@prefect.io> Co-authored-by: Dustin Ngo <dustin.ngo@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Harshbarger <pleek91@gmail.com>
Co-authored-by: Craig Harshbarger <pleek91@gmail.com>
Co-authored-by: pleek91 <pleek91@gmail.com>
Co-authored-by: Andrew <15331990+ahuang11@users.noreply.github.com>
Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
…-compositions from 1.1.2 to 1.2.3 in /orion-ui and fix breaking changes (#8051)
Co-authored-by: Alexander Streed <alex.s@prefect.io>
Co-authored-by: Peyton <44583861+peytonrunyan@users.noreply.github.com> Co-authored-by: peytonrunyan <peytonrunyan@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Nowack <thrast36@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris White <chris@prefect.io> Co-authored-by: Alexander Streed <alex.s@prefect.io> Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: peytonrunyan <peytonrunyan@gmail.com>
Co-authored-by: nate nowack <thrast36@gmail.com> Co-authored-by: Terrence Dorsey <terrend@mishu.com> Co-authored-by: Bill Palombi <bill@prefect.io> Co-authored-by: Serina Grill <42048900+serinamarie@users.noreply.github.com> Co-authored-by: Zanie Adkins <michael@prefect.io>
zanieb
requested review from
a team,
anticorrelator,
tpdorsey,
pleek91,
cicdw and
zangell44
as code owners
February 3, 2023 00:49
✅ Deploy Preview for prefect-orion ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pause_flow_run
for consistency with engine state handling (Refactorpause_flow_run
for consistency with engine state handling #7857)WorkerThreadPool
for running synchronous work in threads (AddWorkerThreadPool
for running synchronous work in threads #7875)Event
implementation consistency and fix deadlock (ImproveEvent
implementation consistency and fix deadlock #7897)validate
toBlock.load
enabling block document migration (addvalidate
toBlock.load
enabling block document migration #7862)SQLALCHEMY_SILENCE_UBER_WARNING
to setup.cfg (MovesSQLALCHEMY_SILENCE_UBER_WARNING
to setup.cfg #8053)Block.save
(Allow schema migration of block documents duringBlock.save
#8056)visit_collection
with support for annotations (Extendvisit_collection
with support for annotations #7263)BaseWorker
andProcessWorker
(AddBaseWorker
andProcessWorker
#7996)test_dependent_events_in_two_loops_do_not_deadlock
(Skip flaky testtest_dependent_events_in_two_loops_do_not_deadlock
#8159)is_schedule_active
to clientDeployment
class (Addis_schedule_active
to clientDeployment
class #7430)CANCELLING
state type (Create aCANCELLING
state type #7794)--start-at
option (Fix tests for scheduled flow runs CLI--start-at
option #8330)PREFECT_LOGGING_ORION_WHEN_MISSING_FLOW
setting to handle error raised when logs outside of flow run context (AddPREFECT_LOGGING_ORION_WHEN_MISSING_FLOW
setting to handle error raised when logs outside of flow run context #8311)work_queue
table to accommodate work pools (Expandwork_queue
table to accommodate work pools #8264)last_polled
time when polling work pools (Enables updates to work queuelast_polled
time when polling work pools #8338)WorkQueue
core schema (Adds default value for priority onWorkQueue
core schema #8373)Example
Checklist
<link to issue>
"fix
,feature
,enhancement