5280f7b036
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [baserow/baserow](https://gitlab.com/baserow/baserow) | minor | `1.21.2` -> `1.22.1` | --- > [!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.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1) ##### Bug fixes - Fix bug causing Baserow to use empty jwt secret by default when running baserow from docker compose. [#​2160](https://gitlab.com/baserow/baserow/-/issues/2160) - Fixed incorrect handling of row moved warning. ### [`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0) ##### New features - Add support for multiple select in the formula field. Add `has_option` formula to check if a multiple select field has a specific option. [#​1363](https://gitlab.com/baserow/baserow/-/issues/1363) - Group rows by field. [#​143](https://gitlab.com/baserow/baserow/-/issues/143) - Allow switching between personal and collaborative views. [#​1449](https://gitlab.com/baserow/baserow/-/issues/1449) - Added UUID field type. [#​1463](https://gitlab.com/baserow/baserow/-/issues/1463) - Allow choosing a checkbox input option for the multiple select field in the form view. [#​1899](https://gitlab.com/baserow/baserow/-/issues/1899) - Add chips UI component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Redesign context and select menus [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Restyle input and textarea [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Restyle radio button [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Add Last Modified By field [#​2042](https://gitlab.com/baserow/baserow/-/issues/2042) - Send a notification on form submission to subscribed users. [#​2054](https://gitlab.com/baserow/baserow/-/issues/2054) - Allow to follow/unfollow comments on a specific row. [#​2086](https://gitlab.com/baserow/baserow/-/issues/2086) - Display 'available in premium version' message for non-premium users when switching view to Personal [#​2087](https://gitlab.com/baserow/baserow/-/issues/2087) - Add the duration field type. [#​2088](https://gitlab.com/baserow/baserow/-/issues/2088) - Add support for sorting Last Modified By fields [#​2106](https://gitlab.com/baserow/baserow/-/issues/2106) - Add support for search for last modified by field type [#​2108](https://gitlab.com/baserow/baserow/-/issues/2108) - Add is, is not, empty, not empty filters for last modified by field [#​2109](https://gitlab.com/baserow/baserow/-/issues/2109) - Immediate frontend rendering for changing Last modified by field values [#​2113](https://gitlab.com/baserow/baserow/-/issues/2113) - Add the created_by field type. [#​624](https://gitlab.com/baserow/baserow/-/issues/624) - Add autonumber field [#​811](https://gitlab.com/baserow/baserow/-/issues/811) - Allow choosing a radio input option for the single select field in the form view. [#​813](https://gitlab.com/baserow/baserow/-/issues/813) - Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to change the cookie sameSite value. - New templates: - Beverage Sales Management - Car Comparison - ESG Management - Staff Development ##### Bug fixes - Fixed incorrect font in emails by introducing fallback. [#​1947](https://gitlab.com/baserow/baserow/-/issues/1947) - Fixes the deadlock errors that can occur when updating TSV cells. [#​1984](https://gitlab.com/baserow/baserow/-/issues/1984) - Fix shift arrow selection on grid view when primary key field option is not first [#​1998](https://gitlab.com/baserow/baserow/-/issues/1998) - Make date field responsive in Row dialog. [#​2048](https://gitlab.com/baserow/baserow/-/issues/2048) - Fixed a bug that prevented table duplication when a 'Link to Table' field is modified to link to a different table. [#​2053](https://gitlab.com/baserow/baserow/-/issues/2053) - Remove the 'App pitch planner' database from the 'Elementary School Management System' template. [#​2060](https://gitlab.com/baserow/baserow/-/issues/2060) - Fix a bug causing the 'Duplicate row' in the UI not showing values correctly for single and multiple select fields. [#​2068](https://gitlab.com/baserow/baserow/-/issues/2068) - Fix a bug preventing lookup fields to work properly with last modified fields. [#​2081](https://gitlab.com/baserow/baserow/-/issues/2081) - Fixed a bug causing the UI to freeze on clicking the already opened table link in sidebar. [#​2082](https://gitlab.com/baserow/baserow/-/issues/2082) - Fix filename inconsistency for downloaded files [#​2096](https://gitlab.com/baserow/baserow/-/issues/2096) - Disable incompatible filters in public views [#​2116](https://gitlab.com/baserow/baserow/-/issues/2116) - Fix values not being updated in row edit modal if the row is not in the buffer. [#​2128](https://gitlab.com/baserow/baserow/-/issues/2128) - Fix a bug causing comments not syncing in row edit modal on navigation. [#​2144](https://gitlab.com/baserow/baserow/-/issues/2144) - Fix bug causing the notification panel to crash with comment notifications lacking user sender [#​2157](https://gitlab.com/baserow/baserow/-/issues/2157) - Disable session recording in Posthog to prevent ReportingObserver error. - Fix show paginated response of the APIListingView in the OpenAPI spec. - Fixed undefined event when copying rows via multiple row context. - Fix duplicate darker color in palette. - Fix limit of the multiple selection in the web-frontend - Resolve the postcss-loader warnings. - Fix bug where commenters were not able to see row comments and change history. - Suppress redirect error when selecting the database application. ##### Refactors - Alert and toast refactor [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Reduce the amount of data written from automatic field updates when possible. [#​2021](https://gitlab.com/baserow/baserow/-/issues/2021) - Pick a valid view from the available ones if a rowId is provided in the route params. [#​2095](https://gitlab.com/baserow/baserow/-/issues/2095) - Add the `workspace_id` and the `database_id` to webhook payload. [#​2147](https://gitlab.com/baserow/baserow/-/issues/2147) - Improved performance of the field dependency updating. - Improved performance of the field serialized import export, resulting in fast duplication. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
---|---|---|
.chglog | ||
.devcontainer | ||
.github | ||
.vscode | ||
charts | ||
templates | ||
tools | ||
.all-contributorsrc | ||
.editorconfig | ||
.gitignore | ||
.helmdocsignore | ||
.markdownlint.yaml | ||
.pre-commit-config.yaml | ||
.snyk | ||
CNAME | ||
LICENSE | ||
charttool | ||
charttool.LICENSE | ||
cr.yaml | ||
cspell.config.yaml | ||
package.json | ||
yarn.lock |
.github/README.md
TrueCharts
Community Chart Catalog for TrueNAS SCALE
TrueCharts is a catalog of highly optimised TrueNAS SCALE Charts. Made for the community, By the community!
Our primary goals are:
-
Micro-Service Centered
-
Native Kubernetes
-
Stability
-
Consistency
All our charts are supposed to work together, be easy to setup using the TrueNAS UI and, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Installing TrueCharts within TrueNAS SCALE, is possible using the TrueNAS SCALE Catalog list.
Check TrueCharts Quick-Start Guides for more information.
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!
Roadmap
For big changes we do have a roadmap, every spot on the roadmap is synced to a TrueNAS SCALE Release and should be read as "Should be added at or before this release"
Restructure of the Project - TrueNAS SCALE "Bluefin" 22.xx ALPHA 1
The current project is hitting internal performance issues, for this reason we need to rework the structure and split some parts of the project into separate repositories.
Refactor the Common Chart - TrueNAS SCALE "Bluefin" 22.xx ALPHA 2
The shared Common (chart) basis, used by all our Charts, needs some significant code cleanup. Primarily all code needs to follow a standardised format and comply to the same standard
Increased test coverage - TrueNAS SCALE "Bluefin" 22.xx BETA 1
With most parts of our project somewhat cleaned up, we need to work on increasing the coverage of our test system. Our unit tests should cover all features and we should also take upgrades into account when testing Chart changes
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
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior know-how on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our development manual
Automation and you
We provide a lot of tools to make it easier to develop charts, templates, automated testing, automated fixes, automated docs. Even automated update is included. We also actively try to collaborate with other k8s community projects on tooling, for the betterment of all!
Those tools do, however, take time to develop and are certainly not bug free. If you find mistakes in our tooling, please feel free to repost issues or submit any fixes you feel appropriate!
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Featured Projects
A lot of our work is based on the great effort of others. We would love to extend special thanks to these projects we owe a lot to:
TrueNAS SCALE | K8S-At-Home | Traefik | Authelia |
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 BSD-3-clause license, this ensures almost everyone can use and modify our charts. As a lot of Charts are based on upstream Helm 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 BSD-3-clause 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: BSD-3-Clause