Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
6f7605c
45773 feat(fieldsets) backend init commit
pneumojoseph Apr 23, 2026
975d3ee
45773 feat(fieldsets): frontend init commit
pneumojoseph Apr 23, 2026
f67dee1
Merge remote-tracking branch 'origin/frontend/fieldsets/45773__fields…
Maria-Lordwill Apr 24, 2026
c0ab52f
46129 fix(fieldset): fieldsets link visibility for unsaved templates …
Maria-Lordwill Apr 24, 2026
c563064
46129 fix(fieldsets): fix task output fields width narrower than desc…
Maria-Lordwill Apr 27, 2026
21797ab
45773 feat(fieldsets): add ordering parameter to the GET /templates/i…
pneumojoseph Apr 27, 2026
5496bf6
45773 feat(fieldsets): remove "order" field from fieldsets api
pneumojoseph Apr 27, 2026
87dd575
46129 feat(fieldsets): add breadcrumb navigation on fieldset detail page
Maria-Lordwill Apr 28, 2026
aefb0b2
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill Apr 28, 2026
dfae482
46129 feat(fieldsets) add sorting SelectMenu to fieldsets list page
Maria-Lordwill Apr 28, 2026
03e6896
45773 feat(fieldsets): add an m2m relation betweet TaskTemplate, Kick…
pneumojoseph Apr 28, 2026
589f685
45773 feat(fieldsets): Passing the FieldSet.order property from the i…
pneumojoseph Apr 28, 2026
b81d55a
45773 feat(fieldsets): allow adding one same fieldset to different te…
pneumojoseph Apr 29, 2026
1d70614
resolve conflicts and merge master into 46129
Maria-Lordwill Apr 29, 2026
5b6c82a
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill Apr 29, 2026
5944362
46129 feat(fieldsets)!: migrate fieldset identification to apiName in…
Maria-Lordwill Apr 30, 2026
e93cdc1
46129 feat(fieldsets): display fields and fieldsets in unified order-…
Maria-Lordwill Apr 30, 2026
f05fee2
46129 fix(fieldsets): fix output display order in workflow log, task …
Maria-Lordwill Apr 30, 2026
4a1332e
46129 fix(datasets): pass datasetOptions to ExtraFieldIntl in OutputF…
Maria-Lordwill May 1, 2026
da96ea3
46129 chore(fieldsets): remove stray word left from refactoring
Maria-Lordwill May 2, 2026
9ac5c6c
45773 fix(templates): correct removing fieldset from task and kickoff
pneumojoseph May 4, 2026
0fed34e
Merge branch 'master' of github.com:pneumaticapp/pneumaticworkflow in…
pneumojoseph May 4, 2026
060065e
45773 fix(migrtions): rename migrations
pneumojoseph May 5, 2026
fe91aff
46129 resolve conflicts and merge 45773 into 46129
Maria-Lordwill May 5, 2026
bfee87f
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill May 5, 2026
c03df84
46129 fix(tests): add missing property in TaskPerformers test
Maria-Lordwill May 5, 2026
aaec178
Merge branch 'master' of github.com:pneumaticapp/pneumaticworkflow in…
Maria-Lordwill May 5, 2026
2cc2b38
45773 fix(workflows): skip deleted fieldsets when workflow creates
pneumojoseph May 5, 2026
595d5fa
yamaha fix(editor): include fieldset fields in cleanTemplateReference…
Maria-Lordwill Apr 30, 2026
2813859
yamaha fix(fildsets): clean up stale fieldset references in cleanTemp…
Maria-Lordwill May 1, 2026
a3dd2f7
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill May 5, 2026
2d39393
46129 fix(fieldsets): include fieldsets in output guard check for wor…
Maria-Lordwill May 5, 2026
4b52f1b
46129 refactor(fieldsets): migrate fieldset catalog from React Contex…
Maria-Lordwill May 6, 2026
b868db2
46129 refactor(fieldsets): centralize fieldset catalog in Redux, skip…
Maria-Lordwill May 6, 2026
cd8ef70
45773 feat(templates): add fieldsets to GET /templates/id/fieldsets
pneumojoseph May 6, 2026
a5f79a5
46129 refactor(fieldset): unify Kickoff and Task fieldset rendering v…
Maria-Lordwill May 6, 2026
0f6f6c5
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill May 6, 2026
4fa0dec
45773 fix(templates): add fieldset order to the GET /templates API
pneumojoseph May 6, 2026
92b3c1f
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 6, 2026
4e44624
45773 fix(templates): add fieldset to the GET /templates/public
pneumojoseph May 6, 2026
ac887b8
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 6, 2026
0d89fea
46129 fix(datasets): enforce strict datasetOptions typing in ExtraFie…
Maria-Lordwill May 7, 2026
2eb16d6
46129 fix(fieldsets): use kickoff fieldset order in Run form instead …
Maria-Lordwill May 7, 2026
e17e818
46129 fix(fieldsets): correct field/fieldset ordering in KickoffEdit,…
Maria-Lordwill May 8, 2026
e02b465
test(fieldsets): add tests for correct fields and fieldsets ordering …
Maria-Lordwill May 8, 2026
fcf7b98
45773 feat(fieldsets): not raise "sum_equal" exception for a blank an…
pneumojoseph May 8, 2026
6c93f44
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 8, 2026
a7ecb1d
46129 fix(fieldsets): clear fieldsets list on template switch to prev…
Maria-Lordwill May 8, 2026
4dcf8d0
Merge branch 'frontend/templates/46129__add_fieldsets' of github.com:…
Maria-Lordwill May 8, 2026
f30f832
Merge branch 'master' of github.com:pneumaticapp/pneumaticworkflow in…
Maria-Lordwill May 8, 2026
1a7c0f3
45773 feat(workflow): GET /workflows?fields api now returns fieldset …
pneumojoseph May 8, 2026
d528e16
45773 feat(workflow): GET /workflows/fields api now returns fieldset …
pneumojoseph May 8, 2026
59fe705
46129 fix(fieldsets): persist fieldsets in localStorage via storage f…
Maria-Lordwill May 11, 2026
62011cd
46129 feat(notifications): add complete_workflow notification rendering
Maria-Lordwill May 11, 2026
c7061c7
46129 fix(fieldsets): include fieldset file attachments in attachment…
Maria-Lordwill May 11, 2026
54551e3
46129 fix(fieldsets): disable Save/Start button when fieldset contain…
Maria-Lordwill May 11, 2026
7b7910e
46129 fix(highlights): show kickoff output fields for WorkflowRun events
Maria-Lordwill May 12, 2026
0617284
46129 fix(fieldsets): synchronize fieldsets catalog loading before te…
Maria-Lordwill May 12, 2026
c53259f
45773 feat(fieldsets): update fieldsets API: add template_id to the r…
pneumojoseph May 12, 2026
097575e
46129 fix(fieldsets): wrap createFieldset and deleteFieldset in call(…
Maria-Lordwill May 12, 2026
47056ce
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill May 12, 2026
835ebc3
46129 fix(fieldsets): redirect to templates list when template not fo…
Maria-Lordwill May 12, 2026
c753989
46129 fix(fieldsets): validate template ownership on fieldset detail …
Maria-Lordwill May 12, 2026
be7df1d
45773 feat(conditions): add new PredicateOperator "SKIPPED"
pneumojoseph May 12, 2026
d5a1780
45773 fix(highlights): add kickoff fields and fieldsets to the workfl…
pneumojoseph May 12, 2026
c7cc865
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 12, 2026
bf22c93
Merge branch 'backend/fieldsets/45773__fieldsets' of
Maria-Lordwill May 13, 2026
1aed9e8
46129 fix(fieldsets): pass kickoff fieldsets to KickoffOutputs in Hig…
Maria-Lordwill May 13, 2026
490a27d
Merge branch 'frontend/templates/46129__add_fieldsets' of github.com:…
Maria-Lordwill May 13, 2026
09e0f86
46129 feat(check if): add skipped operator to task conditions in temp…
Maria-Lordwill May 13, 2026
6f5c3f8
45773 fix(templates): clone fieldsets with the template
pneumojoseph May 13, 2026
700b43d
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 13, 2026
94ad8f2
46129 fix(fieldsets): align fieldset preparation with fields logic an…
Maria-Lordwill May 13, 2026
a4558f7
45773 fix(templates): clone fieldset and fieldset rule api_names
pneumojoseph May 13, 2026
eb3c0d3
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 13, 2026
4125cbe
45773 feat(conditions): add new PredicateOperator "COMPLETED_OR_SKIPPED"
pneumojoseph May 13, 2026
3736734
45773 fix(templates): allow add fieldset fields to the "workflow name…
pneumojoseph May 13, 2026
d8ef83e
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 13, 2026
33618db
45773 fix(templates): allow add fieldset fields to the "workflow name…
pneumojoseph May 13, 2026
90762ec
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 13, 2026
784bab8
46129 fix(fieldsets): include kickoff fieldset fields in wfNameTempla…
Maria-Lordwill May 14, 2026
1c6906e
46129 fix(run) hide Insert variable button in Run workflow name field…
Maria-Lordwill May 14, 2026
8aaf63c
46129 refactor(fieldsets): make IFieldsetData.order required, remove …
Maria-Lordwill May 14, 2026
e5d253f
45773 fix(conditions): allow "skipped" and "completed_or_skipped" for…
pneumojoseph May 14, 2026
c67d196
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
Maria-Lordwill May 15, 2026
f19f423
46129 feat(conditions): add completed_or_skipped operator and fix ope…
Maria-Lordwill May 15, 2026
53bd469
46129 fix(fieldsets): validate URL params on fieldset list and detail…
Maria-Lordwill May 15, 2026
3429478
46129 refactor(template): replace weak param types in collectFieldApi…
Maria-Lordwill May 15, 2026
48f20a2
46129 fix(fieldsets): align getTaskVariables typings with backend and…
Maria-Lordwill May 15, 2026
cfe8ed5
45773 fix(conditions): allow "skipped" and "completed_or_skipped" for…
pneumojoseph May 15, 2026
a3c6cb0
45773 feat(templates): add the fieldset order field to the GET /templ…
pneumojoseph May 15, 2026
435b1ec
45773 feat(templates): add the fieldset order field to the GET /templ…
pneumojoseph May 15, 2026
5ac131f
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 15, 2026
15db8dd
46129 feat(fieldsets): add fieldset rendering to TuneViewModal
Maria-Lordwill May 16, 2026
1811ae1
46129 fix(fieldset details): reset loading state on template mismatch…
Maria-Lordwill May 18, 2026
858962e
46129 test(fieldsets): add unit tests for Fieldsets, FieldsetCard and…
Maria-Lordwill May 18, 2026
ccf25a7
46129 test(fieldsets): add unit tests for fieldsets in template editor
Maria-Lordwill May 18, 2026
f14ce24
Merge branch 'master' of github.com:pneumaticapp/pneumaticworkflow in…
pneumojoseph May 18, 2026
8c8f090
45773 feat(conditions): replace predicate operator "completed" to "co…
pneumojoseph May 18, 2026
a3ece52
Merge branch 'backend/fieldsets/45773__fieldsets' of github.com:pneum…
pneumojoseph May 18, 2026
64b4dbd
46129 test(fieldsets/editor): cover TemplateEdit cleanup, variables s…
Maria-Lordwill May 21, 2026
4288682
46129 test(fieldsets): cover task variables, item, fields counter, ou…
Maria-Lordwill May 21, 2026
5588c69
46129 test(template-edit): add fieldsets coverage for editor (kickoff…
Maria-Lordwill May 21, 2026
99b8bed
feat(docker): Upgrade installation
pneumojoseph May 21, 2026
3e05694
46129 test(fieldsets/runtime): cover kickoff edit, task card outputs,…
Maria-Lordwill May 22, 2026
5e2e65a
46129 test(fieldsets): cover fieldsets in WorkflowEditPopup, Workflow…
Maria-Lordwill May 22, 2026
cff7011
46129 test(fieldsets): routing contract for TemplateView, FieldsetsVi…
Maria-Lordwill May 22, 2026
5fe83cd
46129 test(fieldsets): cover API clients, Redux slice/selectors/sagas…
Maria-Lordwill May 22, 2026
9bb9e36
fix(start.sh) review fixes
pneumojoseph May 25, 2026
2927049
feat(start.sh): add django secret_key generation
pneumojoseph May 25, 2026
4e7900d
fix(start.sh) review fixes
pneumojoseph May 25, 2026
0069b52
feat(nginx): read SSL certificate files from the host
pneumojoseph May 25, 2026
8c7939d
fix(nginx) review fixes
pneumojoseph May 25, 2026
4a08290
Merge branch 'docker/scripts/advanced_installation' of github.com:pne…
pneumojoseph May 26, 2026
6996bed
fix(nginx): read SSL certificate files from the project dir
pneumojoseph May 26, 2026
53822ec
Merge branch 'docker/scripts/advanced_installation' of github.com:pne…
pneumojoseph May 26, 2026
5fadaff
feat(nginx): include common directives and tmp remove server block fo…
pneumojoseph May 26, 2026
16adbfe
Merge branch 'docker/scripts/advanced_installation' of github.com:pne…
pneumojoseph May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ If you want to be accessing Pneumatic over the Internet and the machine you plan

<pre>
# Without SSL
SERVER_ADDRESS=your-address
BACKEND_URL=http://your-address:8001
FRONTEND_URL=http://your-address
FORMS_URL=http://form.your-address
FRONTEND_DOMAIN=your-address
BACKEND_DOMAIN=your-address
FORM_DOMAIN=form.your-address
WSS_URL=ws://your-address:8001
</pre>
Expand Down
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BACKEND_URL=http://localhost:8001
FRONTEND_URL=http://localhost
FORMS_URL=http://form.localhost
ENVIRONMENT=Development
ENABLE_LOGGING=yes
ENABLE_LOGGING=no
DJANGO_DEBUG=yes
DJANGO_SETTINGS_MODULE=src.settings
DJANGO_SECRET_KEY=django_secret_django_secret_django_secret
Expand Down
44 changes: 40 additions & 4 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,25 @@ services:
RELEASE: ${RELEASE:-1.0.0}
LANGUAGE_CODE: ${LANGUAGE_CODE:-en} # Allowed values: en, fr, de, es, ru
CAPTCHA: ${CAPTCHA:-no}
RECAPTCHA_SITE_KEY: ${RECAPTCHA_SITE_KEY:-}
RECAPTCHA_SECRET_KEY: ${RECAPTCHA_SECRET_KEY:-}
RECAPTCHA_TESTING: ${RECAPTCHA_TESTING:-no}
ANALYTICS: ${ANALYTICS:-no}
ANALYTICS_DEBUG: ${ANALYTICS_DEBUG:-no}
ANALYTICS_WRITE_KEY: ${ANALYTICS_WRITE_KEY:-}
BILLING: ${BILLING:-no}
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY:-}
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET:-}
STRIPE_WEBHOOK_IP_WHITELIST: ${STRIPE_WEBHOOK_IP_WHITELIST:-}
SIGNUP: ${SIGNUP:-yes}
MS_AUTH: ${MS_AUTH:-no}
MS_CLIENT_ID: ${MS_CLIENT_ID:-}
MS_CLIENT_SECRET: ${MS_CLIENT_SECRET:-}
MS_AUTHORITY: ${MS_AUTHORITY:-}
GOOGLE_AUTH: ${GOOGLE_AUTH:-no}
GOOGLE_OAUTH2_CLIENT_ID: ${GOOGLE_OAUTH2_CLIENT_ID:-}
GOOGLE_OAUTH2_CLIENT_SECRET: ${GOOGLE_OAUTH2_CLIENT_SECRET:-}
GOOGLE_OAUTH2_REDIRECT_URI: ${GOOGLE_OAUTH2_REDIRECT_URI:-}
SSO_AUTH: ${SSO_AUTH:-no}
SSO_PROVIDER: ${SSO_PROVIDER:-} # Allowed values: okta, auth0
OKTA_DOMAIN: ${OKTA_DOMAIN:-}
Expand Down Expand Up @@ -119,11 +133,15 @@ services:
EMAIL_TIMEOUT: ${EMAIL_TIMEOUT:-}
AI: ${AI:-no}
AI_PROVIDER: ${AI_PROVIDER:-}
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
OPENAI_API_ORG: ${OPENAI_API_ORG:-}
PUSH: ${PUSH:-no}
PUSH_PROVIDER: ${PUSH_PROVIDER:-}
FIREBASE_PUSH_APPLICATION_CREDENTIALS: ${FIREBASE_PUSH_APPLICATION_CREDENTIALS:-/pneumatic_backend/firebase-push.json}
STORAGE: ${STORAGE:-no}
STORAGE_PROVIDER: ${STORAGE_PROVIDER:-}
GOOGLE_APPLICATION_CREDENTIALS: /pneumatic_backend/google_api_credentials.json
GCLOUD_BUCKET_NAME: ${GCLOUD_BUCKET_NAME:-pneumatic}
GOOGLE_APPLICATION_CREDENTIALS: ${GOOGLE_APPLICATION_CREDENTIALS:-/pneumatic_backend/google_api_credentials.json}
SENTRY_DSN: ${SENTRY_DSN:-}
POSTGRES_HOST: ${POSTGRES_HOST:-postgres}
POSTGRES_USER: ${POSTGRES_USER:-postgres_user}
Expand All @@ -142,7 +160,7 @@ services:
CHANNELS_REDIS_URL: "redis://:${REDIS_PASSWORD:-redis_password}@redis:6379/2"
SESSION_REDIS_URL: "redis://:${REDIS_PASSWORD:-redis_password}@redis:6379/3"
CELERY_BROKER_URL: "amqp://${RABBITMQ_USER:-rabbitmq_user}:${RABBITMQ_PASSWORD:-rabbitmq_password}@rabbitmq:5672"
ALLOWED_HOSTS: "pneumatic-nginx ${FRONTEND_DOMAIN:-localhost}"
ALLOWED_HOSTS: "pneumatic-nginx ${SERVER_ADDRESS:-localhost}"
VERIFICATION_CHECK: no
CORS_ORIGIN_ALLOW_ALL: no
CORS_ALLOW_CREDENTIALS: yes
Expand Down Expand Up @@ -172,11 +190,25 @@ services:
RELEASE: ${RELEASE:-1.0.0}
LANGUAGE_CODE: ${LANGUAGE_CODE:-en} # Allowed values: en, fr, de, es, ru
CAPTCHA: ${CAPTCHA:-no}
RECAPTCHA_SITE_KEY: ${RECAPTCHA_SITE_KEY:-}
RECAPTCHA_SECRET_KEY: ${RECAPTCHA_SECRET_KEY:-}
RECAPTCHA_TESTING: ${RECAPTCHA_TESTING:-no}
ANALYTICS: ${ANALYTICS:-no}
ANALYTICS_DEBUG: ${ANALYTICS_DEBUG:-no}
ANALYTICS_WRITE_KEY: ${ANALYTICS_WRITE_KEY:-}
BILLING: ${BILLING:-no}
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY:-}
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET:-}
STRIPE_WEBHOOK_IP_WHITELIST: ${STRIPE_WEBHOOK_IP_WHITELIST:-}
SIGNUP: ${SIGNUP:-yes}
MS_AUTH: ${MS_AUTH:-no}
MS_CLIENT_ID: ${MS_CLIENT_ID:-}
MS_CLIENT_SECRET: ${MS_CLIENT_SECRET:-}
MS_AUTHORITY: ${MS_AUTHORITY:-}
GOOGLE_AUTH: ${GOOGLE_AUTH:-no}
GOOGLE_OAUTH2_CLIENT_ID: ${GOOGLE_OAUTH2_CLIENT_ID:-}
GOOGLE_OAUTH2_CLIENT_SECRET: ${GOOGLE_OAUTH2_CLIENT_SECRET:-}
GOOGLE_OAUTH2_REDIRECT_URI: ${GOOGLE_OAUTH2_REDIRECT_URI:-}
SSO_AUTH: ${SSO_AUTH:-no}
SSO_PROVIDER: ${SSO_PROVIDER:-} # Allowed values: okta, auth0
OKTA_DOMAIN: ${OKTA_DOMAIN:-}
Expand Down Expand Up @@ -216,11 +248,15 @@ services:
EMAIL_TIMEOUT: ${EMAIL_TIMEOUT:-}
AI: ${AI:-no}
AI_PROVIDER: ${AI_PROVIDER:-}
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
OPENAI_API_ORG: ${OPENAI_API_ORG:-}
PUSH: ${PUSH:-no}
PUSH_PROVIDER: ${PUSH_PROVIDER:-}
FIREBASE_PUSH_APPLICATION_CREDENTIALS: ${FIREBASE_PUSH_APPLICATION_CREDENTIALS:-/pneumatic_backend/firebase-push.json}
STORAGE: ${STORAGE:-no}
STORAGE_PROVIDER: ${STORAGE_PROVIDER:-}
GOOGLE_APPLICATION_CREDENTIALS: /pneumatic_backend/google_api_credentials.json
GCLOUD_BUCKET_NAME: ${GCLOUD_BUCKET_NAME:-pneumatic}
GOOGLE_APPLICATION_CREDENTIALS: ${GOOGLE_APPLICATION_CREDENTIALS:-/pneumatic_backend/google_api_credentials.json}
SENTRY_DSN: ${SENTRY_DSN:-}
POSTGRES_HOST: ${POSTGRES_HOST:-postgres}
POSTGRES_USER: ${POSTGRES_USER:-postgres_user}
Expand All @@ -239,7 +275,7 @@ services:
CHANNELS_REDIS_URL: "redis://:${REDIS_PASSWORD:-redis_password}@redis:6379/2"
SESSION_REDIS_URL: "redis://:${REDIS_PASSWORD:-redis_password}@redis:6379/3"
CELERY_BROKER_URL: "amqp://${RABBITMQ_USER:-rabbitmq_user}:${RABBITMQ_PASSWORD:-rabbitmq_password}@rabbitmq:5672"
ALLOWED_HOSTS: "pneumatic-nginx ${FRONTEND_DOMAIN:-localhost}"
ALLOWED_HOSTS: "pneumatic-nginx ${SERVER_ADDRESS:-localhost}"
VERIFICATION_CHECK: no
CORS_ORIGIN_ALLOW_ALL: no
CORS_ALLOW_CREDENTIALS: yes
Expand Down
2 changes: 1 addition & 1 deletion backend/src/accounts/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/accounts/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/accounts/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/accounts/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/accounts/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/authentication/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/authentication/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/authentication/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/authentication/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/authentication/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/datasets/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/datasets/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/datasets/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/datasets/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion backend/src/datasets/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-07 11:48+0000\n"
"POT-Creation-Date: 2026-04-13 23:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
8 changes: 4 additions & 4 deletions backend/src/datasets/services/dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Dict, List, Optional
from typing import Dict, List, Optional

from django.contrib.auth import get_user_model
from django.db import IntegrityError
Expand Down Expand Up @@ -37,7 +37,7 @@ def _create_instance(

def _create_related(
self,
items: Optional[List[Dict[str, Any]]] = None,
items: Optional[List[Dict]] = None,
**kwargs,
):
if items:
Expand Down Expand Up @@ -82,7 +82,7 @@ def delete(self) -> None:

def create_items(
self,
items_data: List[Dict[str, Any]],
items_data: List[Dict],
):
service = DataSetItemService(
user=self.user,
Expand All @@ -97,7 +97,7 @@ def create_items(

def update_items(
self,
items_data: List[Dict[str, Any]],
items_data: List[Dict],
):
""" All dataset items will be updated """

Expand Down
6 changes: 0 additions & 6 deletions backend/src/datasets/services/dataset_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def _create_instance(
) from ex
return self.instance

def _create_related(self, **kwargs):
pass

def partial_update(
self,
force_save: bool = True,
Expand All @@ -54,6 +51,3 @@ def partial_update(
message=MSG_DS_0002(value=self.instance.value),
) from ex
return self.instance

def delete(self) -> None:
self.instance.delete()
4 changes: 3 additions & 1 deletion backend/src/generics/base/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def __init__(
self.instance = instance
self.update_fields = set()

@abstractmethod
def _create_related(
self,
**kwargs,
Expand Down Expand Up @@ -78,3 +77,6 @@ def partial_update(
if force_save:
self.save()
return self.instance

def delete(self) -> None:
self.instance.delete()
Loading