Update docker.io/baserow/baserow Docker tag to v1.24.0 #612

Merged
tobru merged 1 commits from renovate/docker.io-baserow-baserow-1.x into main 2024-04-10 19:41:44 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
docker.io/baserow/baserow minor 1.23.2 -> 1.24.0

Release Notes

baserow/baserow (docker.io/baserow/baserow)

v1.24.0

Compare Source

New features
  • Make links in the URL field type clickable in the row edit modal. #​1072
  • Display unavailable advanced/enterprise roles even if the user isn't on one of these plans #​1313
  • Made email notifications clickable and link to related row. #​1881
  • Introduce 'greater than or equal to' and 'lower than or equal to' filter types for number fields #​1988
  • Add support for user mentions in the rich text field. #​2041
  • Introduced is any of and is none of filters. #​2102
  • Add keyboard shortcuts to interact with Application Builder elements: c (select child), p (select parent), arrow keys (select elements), arrow keys + alt/option (move elements). #​2198
  • Add a new data provider that allows to use values from previous actions in formulas #​2224
  • For Grid view, show field name on hover if it doesn't fit in the field width #​2236
  • Allow optional co-branding in enterprise. #​2294
  • Allow selecting entire array result in data explorer #​2347
  • Allow to define visibility for elements in application builder #​2374
  • Add logout action to application builder #​2390
  • Add after login even for the authentication form #​2391
  • Add links to the rich text field. #​2412
  • Tweaked the application builder data source and events forms so that they occasionally use our smaller form input variant. #​2447
  • Improved upon loading states for elements which can dispatch a workflow action. #​2449
  • Allow overwriting generative ai settings on workspace level. #​2490
  • Add && and || operators to the formula language #​2135
  • Introduced a new AI field type
Bug fixes
  • Fixed copy and paste of unnamed rows for link row field #​1744
  • Application builder integrations are now loaded with the application #​2156
  • Fixed a bug that caused displacement of the filter type dropdown in survey mode forms. #​2400
  • Allow selecting the value property for linked tables field. It also fixes the data schema icons for File fields" #​2402
  • Resolved an issue where creating/updating a row in a workflow action would break if the field was read only. #​2408
  • Improved formula input field reactivity #​2420
  • Resolved an issue causing the rich text menus to malfunction in Safari. #​2428
  • Resolved an issue where a list data source's row index would raise an error when used in the current_record data provider. #​2431
  • Disable HTML support in the rich text field #​2450
  • Fix #​2464
  • Resolved an error which was raised when an application was published with a misconfigured user source. #​2467
  • Resolved an issue where updating a table element with an invalid data source would cause the backend to throw an unhandled error. #​2468
  • ensure that the get row service type path importer receives no field it doesn t fail hard #​2473
  • Using login form if you are already logged doesn't require to click twice on the button anymore #​2476
  • Fix bug where cards were overlapping if the field name was too long. #​2478
  • Resolved an issue preventing the import/export of workspaces containing a duration field. #​2507
  • Restrict 'Manage members' context menu item to database applications only. #​2510
  • Fix a bug preventing to trigger a test call for the update_row webhook event type. #​2511
  • Collection fields are now deleted on table element update
  • Dropdown opened low on the page opens upward now
  • Fixed a memory leak in the all_models property key of the apps registry.
  • Fix thread safety bug of the table get_model method. #​2421
  • Restore dashboard performances when getting all applications
Refactors
  • Create base components for the AB #​2355
  • Change application builder elements order
Breaking API changes
  • Made the application request serializers polymorphic.
    • Breaking change: when an application is created or updated via the API with an invalid type we will now return an ERROR_APPLICATION_TYPE_DOES_NOT_EXIST error code, rather than ERROR_REQUEST_BODY_VALIDATION.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | minor | `1.23.2` -> `1.24.0` | --- ### Release Notes <details> <summary>baserow/baserow (docker.io/baserow/baserow)</summary> ### [`v1.24.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1240) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.23.2...1.24.0) ##### New features - Make links in the URL field type clickable in the row edit modal. [#&#8203;1072](https://gitlab.com/baserow/baserow/-/issues/1072) - Display unavailable advanced/enterprise roles even if the user isn't on one of these plans [#&#8203;1313](https://gitlab.com/baserow/baserow/-/issues/1313) - Made email notifications clickable and link to related row. [#&#8203;1881](https://gitlab.com/baserow/baserow/-/issues/1881) - Introduce 'greater than or equal to' and 'lower than or equal to' filter types for number fields [#&#8203;1988](https://gitlab.com/baserow/baserow/-/issues/1988) - Add support for user mentions in the rich text field. [#&#8203;2041](https://gitlab.com/baserow/baserow/-/issues/2041) - Introduced is any of and is none of filters. [#&#8203;2102](https://gitlab.com/baserow/baserow/-/issues/2102) - Add keyboard shortcuts to interact with Application Builder elements: c (select child), p (select parent), arrow keys (select elements), arrow keys + alt/option (move elements). [#&#8203;2198](https://gitlab.com/baserow/baserow/-/issues/2198) - Add a new data provider that allows to use values from previous actions in formulas [#&#8203;2224](https://gitlab.com/baserow/baserow/-/issues/2224) - For Grid view, show field name on hover if it doesn't fit in the field width [#&#8203;2236](https://gitlab.com/baserow/baserow/-/issues/2236) - Allow optional co-branding in enterprise. [#&#8203;2294](https://gitlab.com/baserow/baserow/-/issues/2294) - Allow selecting entire array result in data explorer [#&#8203;2347](https://gitlab.com/baserow/baserow/-/issues/2347) - Allow to define visibility for elements in application builder [#&#8203;2374](https://gitlab.com/baserow/baserow/-/issues/2374) - Add logout action to application builder [#&#8203;2390](https://gitlab.com/baserow/baserow/-/issues/2390) - Add after login even for the authentication form [#&#8203;2391](https://gitlab.com/baserow/baserow/-/issues/2391) - Add links to the rich text field. [#&#8203;2412](https://gitlab.com/baserow/baserow/-/issues/2412) - Tweaked the application builder data source and events forms so that they occasionally use our smaller form input variant. [#&#8203;2447](https://gitlab.com/baserow/baserow/-/issues/2447) - Improved upon loading states for elements which can dispatch a workflow action. [#&#8203;2449](https://gitlab.com/baserow/baserow/-/issues/2449) - Allow overwriting generative ai settings on workspace level. [#&#8203;2490](https://gitlab.com/baserow/baserow/-/issues/2490) - Add && and || operators to the formula language [#&#8203;2135](https://gitlab.com/baserow/baserow/-/issues/2135) - Introduced a new AI field type ##### Bug fixes - Fixed copy and paste of unnamed rows for link row field [#&#8203;1744](https://gitlab.com/baserow/baserow/-/issues/1744) - Application builder integrations are now loaded with the application [#&#8203;2156](https://gitlab.com/baserow/baserow/-/issues/2156) - Fixed a bug that caused displacement of the filter type dropdown in survey mode forms. [#&#8203;2400](https://gitlab.com/baserow/baserow/-/issues/2400) - Allow selecting the value property for linked tables field. It also fixes the data schema icons for File fields" [#&#8203;2402](https://gitlab.com/baserow/baserow/-/issues/2402) - Resolved an issue where creating/updating a row in a workflow action would break if the field was read only. [#&#8203;2408](https://gitlab.com/baserow/baserow/-/issues/2408) - Improved formula input field reactivity [#&#8203;2420](https://gitlab.com/baserow/baserow/-/issues/2420) - Resolved an issue causing the rich text menus to malfunction in Safari. [#&#8203;2428](https://gitlab.com/baserow/baserow/-/issues/2428) - Resolved an issue where a list data source's row index would raise an error when used in the current_record data provider. [#&#8203;2431](https://gitlab.com/baserow/baserow/-/issues/2431) - Disable HTML support in the rich text field [#&#8203;2450](https://gitlab.com/baserow/baserow/-/issues/2450) - Fix [#&#8203;2464](https://gitlab.com/baserow/baserow/-/issues/2464) - Resolved an error which was raised when an application was published with a misconfigured user source. [#&#8203;2467](https://gitlab.com/baserow/baserow/-/issues/2467) - Resolved an issue where updating a table element with an invalid data source would cause the backend to throw an unhandled error. [#&#8203;2468](https://gitlab.com/baserow/baserow/-/issues/2468) - ensure that the get row service type path importer receives no field it doesn t fail hard [#&#8203;2473](https://gitlab.com/baserow/baserow/-/issues/2473) - Using login form if you are already logged doesn't require to click twice on the button anymore [#&#8203;2476](https://gitlab.com/baserow/baserow/-/issues/2476) - Fix bug where cards were overlapping if the field name was too long. [#&#8203;2478](https://gitlab.com/baserow/baserow/-/issues/2478) - Resolved an issue preventing the import/export of workspaces containing a duration field. [#&#8203;2507](https://gitlab.com/baserow/baserow/-/issues/2507) - Restrict 'Manage members' context menu item to database applications only. [#&#8203;2510](https://gitlab.com/baserow/baserow/-/issues/2510) - Fix a bug preventing to trigger a test call for the `update_row` webhook event type. [#&#8203;2511](https://gitlab.com/baserow/baserow/-/issues/2511) - Collection fields are now deleted on table element update - Dropdown opened low on the page opens upward now - Fixed a memory leak in the all_models property key of the apps registry. - Fix thread safety bug of the table get_model method. [#&#8203;2421](https://gitlab.com/baserow/baserow/-/issues/2421) - Restore dashboard performances when getting all applications ##### Refactors - Create base components for the AB [#&#8203;2355](https://gitlab.com/baserow/baserow/-/issues/2355) - Change application builder elements order ##### Breaking API changes - Made the application request serializers polymorphic. - Breaking change: when an application is created or updated via the API with an invalid `type` we will now return an `ERROR_APPLICATION_TYPE_DOES_NOT_EXIST` error code, rather than `ERROR_REQUEST_BODY_VALIDATION`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJtYWludGVuYW5jZSJdfQ==-->
renovate-bot added 1 commit 2024-04-10 18:44:33 +00:00
tobru merged commit 9357c374ea into main 2024-04-10 19:41:44 +00:00
tobru deleted branch renovate/docker.io-baserow-baserow-1.x 2024-04-10 19:41:44 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tobru/gitops-zurrli#612
No description provided.