-
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
Use Octue SDK without answer topics #57
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
- Coverage 50.96% 50.79% -0.18%
==========================================
Files 43 43
Lines 832 886 +54
==========================================
+ Hits 424 450 +26
- Misses 408 436 +28 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM for experimentation purposes but let's release at the same time as we release octue.
…ango-twined into use-octue-without-answer-topics
e18b50f
to
0b9d0cd
Compare
BREAKING CHANGE: Upgrade all Octue services in the network of services called by your instance of `django-twined` to run on `octue>=0.51.0`
BREAKING CHANGE: If you imported these for your question admin subclass, simply stop importing them and use the updated `QuestionAdmin`.
Questions for @thclark when we discuss this:
|
Contents (#57)
IMPORTANT: There are 2 breaking changes.
New features
Question
modelstatus
field toAbstractQuestion
model and show status in question adminEnhancements
fieldsets
moduleget_output_values
andget_output_manifest
methods to question modelFixes
Refactoring
ReelMessage
and websockets-related codeQuestion
methods overriding identical methods inAbstractQuestion
Operations
Dependencies
octue>=0.52.0
Chores
DS_Store
fileOther
Upgrade instructions
💥 Use `octue>=0.52.0`
Upgrade all Octue services in the network of services called by your instance of
django-twined
to run onoctue>=0.52.0
💥 Remove unused `fieldsets` module
If you imported these for your question admin subclass, simply stop importing them and use the updated
QuestionAdmin
.