-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add metadata to data being sent to API endpoint in json dump registration backend #5053
base: master
Are you sure you want to change the base?
Conversation
85cfc56
to
427717f
Compare
047a0c9
to
54efef5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5053 +/- ##
==========================================
+ Coverage 96.71% 96.72% +0.01%
==========================================
Files 770 771 +1
Lines 26489 26573 +84
Branches 3453 3460 +7
==========================================
+ Hits 25618 25704 +86
Misses 607 607
+ Partials 264 262 -2 ☔ View full report in Codecov by Sentry. |
54efef5
to
8f487bf
Compare
Few design considerations: Tried making the To show all metadata variables (additional and required) in the metadata selection box, and grey out all variables which are required by default, thought about adding the registration variables to the |
8f487bf
to
205d6aa
Compare
Also add support for an extra static variables registry in generate_json_schema
If there is no authentication, the value can be an empty string
If there is no content (in case of an HTTP 204 response for example), converting the response to json results in an error, so we just return an empty string
205d6aa
to
5a5e6a8
Compare
Closes #5012
Changes
Add metadata to data being sent to API endpoint in JSON dump registration backend
Checklist
Check off the items that are completed or not relevant.
Impact on features
Release management
I have updated the translations assets (you do NOT need to provide translations)
./bin/makemessages_js.sh
./bin/compilemessages_js.sh
Dockerfile/scripts
./bin
folderCommit hygiene