This PR contains the following updates: | Package | Update | Change | |---|---|---| | [baserow/baserow](https://gitlab.com/baserow/baserow) | minor | `1.23.0` -> `1.24.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>baserow/baserow (baserow/baserow)</summary> ### [`v1.24.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1242) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.24.1...1.24.2) ##### Bug fixes - Fix ownership when initializing PG15 database. ### [`v1.24.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1241) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.24.0...1.24.1) ##### New features - Add the 'Clear' shortcut key for full-sized Mac keyboards. [#​2198](https://gitlab.com/baserow/baserow/-/issues/2198) - add input_type to InputTextElement to handle password type [#​2446](https://gitlab.com/baserow/baserow/-/issues/2446) ##### Bug fixes - Fixes the Render deployment by enforcing http. - Fix selecting role on database and table level. ### [`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. [#​1072](https://gitlab.com/baserow/baserow/-/issues/1072) - Display unavailable advanced/enterprise roles even if the user isn't on one of these plans [#​1313](https://gitlab.com/baserow/baserow/-/issues/1313) - Made email notifications clickable and link to related row. [#​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 [#​1988](https://gitlab.com/baserow/baserow/-/issues/1988) - Add support for user mentions in the rich text field. [#​2041](https://gitlab.com/baserow/baserow/-/issues/2041) - Introduced is any of and is none of filters. [#​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). [#​2198](https://gitlab.com/baserow/baserow/-/issues/2198) - Add a new data provider that allows to use values from previous actions in formulas [#​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 [#​2236](https://gitlab.com/baserow/baserow/-/issues/2236) - Allow optional co-branding in enterprise. [#​2294](https://gitlab.com/baserow/baserow/-/issues/2294) - Allow selecting entire array result in data explorer [#​2347](https://gitlab.com/baserow/baserow/-/issues/2347) - Allow to define visibility for elements in application builder [#​2374](https://gitlab.com/baserow/baserow/-/issues/2374) - Add logout action to application builder [#​2390](https://gitlab.com/baserow/baserow/-/issues/2390) - Add after login even for the authentication form [#​2391](https://gitlab.com/baserow/baserow/-/issues/2391) - Add links to the rich text field. [#​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. [#​2447](https://gitlab.com/baserow/baserow/-/issues/2447) - Improved upon loading states for elements which can dispatch a workflow action. [#​2449](https://gitlab.com/baserow/baserow/-/issues/2449) - Allow overwriting generative ai settings on workspace level. [#​2490](https://gitlab.com/baserow/baserow/-/issues/2490) - Add && and || operators to the formula language [#​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 [#​1744](https://gitlab.com/baserow/baserow/-/issues/1744) - Application builder integrations are now loaded with the application [#​2156](https://gitlab.com/baserow/baserow/-/issues/2156) - Fixed a bug that caused displacement of the filter type dropdown in survey mode forms. [#​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" [#​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. [#​2408](https://gitlab.com/baserow/baserow/-/issues/2408) - Improved formula input field reactivity [#​2420](https://gitlab.com/baserow/baserow/-/issues/2420) - Resolved an issue causing the rich text menus to malfunction in Safari. [#​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. [#​2431](https://gitlab.com/baserow/baserow/-/issues/2431) - Disable HTML support in the rich text field [#​2450](https://gitlab.com/baserow/baserow/-/issues/2450) - Fix [#​2464](https://gitlab.com/baserow/baserow/-/issues/2464) - Resolved an error which was raised when an application was published with a misconfigured user source. [#​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. [#​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 [#​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 [#​2476](https://gitlab.com/baserow/baserow/-/issues/2476) - Fix bug where cards were overlapping if the field name was too long. [#​2478](https://gitlab.com/baserow/baserow/-/issues/2478) - Resolved an issue preventing the import/export of workspaces containing a duration field. [#​2507](https://gitlab.com/baserow/baserow/-/issues/2507) - Restrict 'Manage members' context menu item to database applications only. [#​2510](https://gitlab.com/baserow/baserow/-/issues/2510) - Fix a bug preventing to trigger a test call for the `update_row` webhook event type. [#​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. [#​2421](https://gitlab.com/baserow/baserow/-/issues/2421) - Restore dashboard performances when getting all applications ##### Refactors - Create base components for the AB [#​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`. ### [`v1.23.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1232) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.23.1...1.23.2) ##### Bug fixes - Fix thread safety bug of the table get_model method. [#​2421](https://gitlab.com/baserow/baserow/-/issues/2421) ### [`v1.23.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1231) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.23.0...1.23.1) ##### New features - Copy single value to all selected cells [#​2238](https://gitlab.com/baserow/baserow/-/issues/2238) - Added templates: Net Promoter score, Project Management, OOO Management, Agile Product Roadmap ##### Bug fixes - Resolved an issue causing duplicate notifications and improved handling of multiple WorkspaceInvitations for the same user. [#​2350](https://gitlab.com/baserow/baserow/-/issues/2350) - Tweaked the application builder Examples page table element columns. [#​2382](https://gitlab.com/baserow/baserow/-/issues/2382) - Fix port binding problem in the all in one image. [#​2403](https://gitlab.com/baserow/baserow/-/issues/2403) - ensure that the list rows service type path importer receives no row or field it doesn't fail. [#​2411](https://gitlab.com/baserow/baserow/-/issues/2411) - Fix error for invalid formulas in DropdownElement default value [#​2414](https://gitlab.com/baserow/baserow/-/issues/2414) - Resolved an issue where an application's user sources would try and list users when no table had been selected. [#​2415](https://gitlab.com/baserow/baserow/-/issues/2415) - Ensure the dispatch datasources endpoint handles missing pages properly. [#​2417](https://gitlab.com/baserow/baserow/-/issues/2417) - Fix error fro workflow actions with no loading indicator [#​2418](https://gitlab.com/baserow/baserow/-/issues/2418) - Resolved an issue with the update row workflow action throwing an error if an invalid row ID was provided. [#​2419](https://gitlab.com/baserow/baserow/-/issues/2419) - Improve page editor performances when using lots of input elements [#​2420](https://gitlab.com/baserow/baserow/-/issues/2420) - Delete group by if the field is changed to an incompatible type. - Fixed public grid view failing is empty order_by parameter was provided. - Show billable badge to billable roles. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0