chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

chore(main): release linkedevents 3.12.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents
Open

chore(main): release linkedevents 3.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--linkedevents

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 28, 2024

Copy link
Copy Markdown

🤖 I have created a release beepboop

3.12.0 (2025-06-26)

Features

  • Accounts to API (7cf83a7)
  • Action endpoints for getting merchants and accounts (4722c52)
  • Add client for the Talpa Merchant Experience API (7333820)
  • Add client for the Talpa Product Experience API (196b278)
  • Add create_instant_refunds method to WebStoreOrderAPIClient (1c9842c)
  • Add is_superuser field to UserSerializer (90905cf)
  • Add lang parameter to checkout URLs (dd4da32)
  • Add name and address_locality fields to analytics API (507287b)
  • Add readiness and healthz endpoints (5a6a229)
  • Add refund request to WebStorePaymentAPIClient (fcd6073)
  • Add Talpa accounts to Django admin (2258030)
  • Add Talpa merchants to Django admin (529c3f4)
  • Allow multiple accounts per organization (90e13e2)
  • Allow multiple merchants per organization (99bbece)
  • Allow only same VAT percentage for registration price groups (f715b0c)
  • Allow partial signup payment refunds (2e4c25a)
  • Allow registration admin to signup to closed enrolment (56fb1ab)
  • Always use the partial refund Talpa endpoint (42835c6)
  • analytics: Data_source endpoint to analytics api (2e513f4)
  • Cancel signups on event deletion or cancellation (a898459)
  • Check order and payment before refunds (3da4bcb)
  • Command for removing expired admin permissions (244db58)
  • Create new merchant in Talpa if Paytrail merchant ID changed (17b31af)
  • Create or update a Merchant in Talpa (e0e07c8)
  • Create product mapping if missing during signup (ff52b15)
  • Create Talpa product mapping and accounting for paid registrations (4988630)
  • Don't allow cancelling event with payments (afa6b2b)
  • Don't require organization membership from superusers (23ea303)
  • Don't update merchant in Talpa if data has not changed (f2cd537)
  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events-api: Match audience in keyword_* filters (0b42f0b)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Add image's license_url to api (7128b94)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • Filtering by modified time to data analytics api (4c2fd93)
  • Further Enkora importer improvements as agreed with KUVA/Liikunta (4579fdd)
  • gdpr-api: Add translations to gdpr data (95120f9)
  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)
  • Improve payment refund and cancellation processing (d1b0a17)
  • Merchant and account selections for registration (5bfd796)
  • Merchants to API (3098127)
  • Move signups to attending on capacity increase (5fd2ded)
  • Prevent deleting signup with refund or cancellation (2c17cb3)
  • Refund and cancel payment through webhooks (8ab3d92)
  • Refund cancelled paid signups (0fc3431)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registrations: Add ordering for registrations view (36d8a0b)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)
  • Remove apikey auth from web store webhooks (6a712f5)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)
  • Remove helmet importer (473c7bd)
  • Remove webhook attendee_status update (34420ed)
  • Rest api for data analytics (6559870)
  • Scrub sensitive data through sentry_sdk (7658f0e)
  • Sentry returns git commit hash (5b7b4b4)
  • Store orderItemId from web store response (d59dbee)
  • Update product mapping if Talpa merchant ID is changed (5e91cec)
  • Use LINKED_EVENTS_UI_URL as merchant.url (5e885c0)
  • Use new enkora api translations endpoint (55c8c6f)
  • Use the same VAT percentage in registration price group admin (845a705)
  • Vat code mapping for vat percentage (16b67bb)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • Add missing recurring event cancellation and refund texts (dfd24c2)
  • Add missing recurring event payment expiration texts (5fec021)
  • Allow multiple product mappings for merchants and accounts (fc37fe7)
  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • Always update offer info_url when creating new registration (6eef8ec)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Broken graph.preferredLabel call in YSO importer (a7c012b)
  • Catch GDALException when receiving a bad srid in query params (66a19eb)
  • Change Enkora importer date interval and yso mappings (46b7e4a)
  • Change logger error to info (bacec67)
  • Changes to Enkora place_map and error logging (bb4328d)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Don't always include all translated fields (79051b7)
  • Enkora course expiry check and service image urls (4155efe)
  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • events: Use espoo api days back conf as int (35abc25)
  • events: Validation for duplicate event links (8df7b1b)
  • Financial admin with admin role can POST or PUT organization data (ea035a5)
  • Flaky notification date and time format tests (cac3f3d)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • Improve Swedish translations (45d3e49)
  • Lippupiste importer (c78048f)
  • Make espoo importer ignore orphaned events (e06238c)
  • Make merchant_id a read_only field in API (dec1438)
  • Mark transferred signup with payment as attending (360ac2d)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Allow large remaining capacities (4a841e3)
  • registration: Order signups by id (3058608)
  • registration: Order signups by signup order in excel (122d6cf)
  • registration: Reapply allow customer groups with zero price (9725673)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • registrations: Order signups in descending order (7b8c47f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Remove matko importer (4efdee9)
  • Signup unpaid order cancellation (234f917)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use django's static root in swagger schema url config (ea21c23)
  • Use geomodelserializer in analytics api (6e2e6f0)
  • Use https for importing yso keywords (1f95b42)
  • Use https for tprek importer (d0c5f42)
  • Use sort in error log (5adbb7d)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

  • Bump cryptography from 43.0.1 to 44.0.1 (7f840a5)
  • Bump dependencies (de365c1)
  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)
  • Bump django from 4.2.18 to 4.2.20 (080658f)
  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)
  • Bump jinja2 from 3.1.5 to 3.1.6 (cfe16de)
  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)
  • Upgrade dependencies (2949084)
  • Upgrade dependencies to newer versions (0816f1f)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Improve Offer.is_free description (75ea578)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)
  • Update importer documentation (d0e8dc0)

This PR was generated with Release Please. See documentation.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 9 times, most recently from 956afd9 to f42a248CompareNovember 5, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 487ce16 to d82dd85CompareNovember 12, 2024 01:17
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from 84c73e3 to ca077b5CompareNovember 19, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 155a2d2 to 9f85ed8CompareNovember 25, 2024 01:24
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from e5c8fe6 to 2f9f986CompareDecember 14, 2024 01:23
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 8 times, most recently from 85c5317 to c1f151cCompareDecember 22, 2024 01:25
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 7 times, most recently from cbc7432 to 8b1e120CompareDecember 29, 2024 01:26
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--linkedevents branch 6 times, most recently from 17e73f9 to 99fb07eCompareJanuary 4, 2025 01:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants