-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding new async publish feature for single and bulk. #700
Conversation
Disabling buttons during active requests
I see you added the "On Staging" label, I'll get this merged to the staging branch! |
src/app/components/multiple-draft-generator/multiple-draft-generator.component.html
Outdated
Show resolved
Hide resolved
src/app/components/multiple-draft-generator/multiple-draft-generator.component.html
Outdated
Show resolved
Hide resolved
src/app/components/multiple-draft-generator/multiple-draft-generator.component.html
Outdated
Show resolved
Hide resolved
…w calling resource instead of allResources when fetching publish status
I'm working on the CodeCov test |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #700 +/- ##
==========================================
- Coverage 65.94% 65.77% -0.18%
==========================================
Files 59 60 +1
Lines 1436 1607 +171
Branches 102 133 +31
==========================================
+ Hits 947 1057 +110
- Misses 475 524 +49
- Partials 14 26 +12 ☔ View full report in Codecov by Sentry. |
Fixed publishing error issue on the initial Post request to publish the language.
Description
Added new async publish API endpoint to single and bulk calls. I've also updated the "Bulk actions" modal by allowing bulk create drafts and bulk publish drafts.
On single publish
Bulk:
Test:
I'm going to be out until Jan 8th from today, so I wanted this PR to be up for you to review. However, since I did it in a bit of a rush, I hope there aren't many errors, but there might be some.