-
Notifications
You must be signed in to change notification settings - Fork 5
[Content]: Schedule Unpublish Button #4028
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
Open
geodem127
wants to merge
61
commits into
dev
Choose a base branch
from
feature/3151-schedule-unpublish-button
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
f5f4eb1
Cereated schedule unpublish modal component
geodem127 42760c6
added function to procerss schedule unpublishing
geodem127 d1b4b28
updated logic to handle scheduled unpublishing
geodem127 5852d37
updated redux function
geodem127 7cb0834
added cypress tests
geodem127 7733a72
refactored to use existing component
geodem127 556ff63
refactored deeply nested ternary operators for readability
geodem127 c7f4e8e
[Content] - Add comment explaining publish-as-unschedule pattern in S…
geodem127 a4d2adb
Content: Address PR review — schedule unpublish dialog & test coverage
geodem127 11dd249
Update src/apps/content-editor/src/app/views/ItemEdit/components/Item…
geodem127 59be807
Update src/shell/components/SchedulePublish/index.tsx
geodem127 17c6198
Content: Address PR review — schedule unpublish permission fix, corre…
geodem127 cebe432
Content: Fix cancel unpublish crashing when a scheduled publish exists
geodem127 c796199
Content: Address PR review — dead vars, error toast, styling, spuriou…
geodem127 b4a5554
Update src/shell/components/SchedulePublish/index.tsx
geodem127 2d2c6a3
Content: Refactor SchedulePublish into smart container + dumb dialogs…
geodem127 9876186
Content: Cancel scheduled unpublish at end of schedule test to preven…
geodem127 fe1b743
Content: Address PR review — promise handling, boolean typing, TS errors
geodem127 71c76d3
Content: Add .catch() to handleSchedulePublish and handleScheduleUnpu…
geodem127 150471a
Content: Fix ScheduleUnpublishDialog data-cy attrs, PublishStatus gua…
geodem127 d91843e
Update src/apps/content-editor/src/app/views/ItemEdit/components/Item…
geodem127 ed436c5
change requests
geodem127 ccb00d7
Content - Show user names instead of ZUIDs in item edit header tooltips
geodem127 29e67c7
Content: Remove unused catch binding in SchedulePublish
geodem127 b184855
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 f63ebd7
fixed spelling errors
geodem127 cb104ae
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 5f575ad
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 15dc2e2
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 43bcc8c
Merge remote-tracking branch 'origin/feature/3151-schedule-unpublish-…
geodem127 0ed5560
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 1c6c369
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 c6c42d1
Merge branch 'dev' of github.com:zesty-io/manager-ui into feature/315…
geodem127 04079ed
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 9064e03
updated scheduled for unpublish label to show only on actual unpublis…
geodem127 3cc1a16
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 56c5e6e
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 d3bd80e
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 2d8ad61
Content: Address PR review — fix response.error.message bug in handle…
geodem127 904fc80
Content: Address PR review — fix wrong error toast for failed schedul…
geodem127 36ba476
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 b147518
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 bad3482
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 6b278e1
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 e55ecfa
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 79df78d
Content - Fix scheduled unpublish badge/menu hidden after saving a ne…
geodem127 6f99adf
Content - Delete conflicting scheduled publish before scheduling an u…
geodem127 189e392
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 9fd44b6
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 11bec6e
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 4199af9
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 34f133f
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 c1e94a4
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 10146c9
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 55b9070
trigger ci
geodem127 fca06b8
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 6537469
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 6385855
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 f03a5ba
Merge branch 'dev' into feature/3151-schedule-unpublish-button
geodem127 dcb49df
Content - Gate stale publishAfterUnschedule flag on scheduledAction
geodem127 8e93e04
Content - Address latest review round on schedule-unpublish flow
geodem127 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.