1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-13 12:51:43 +00:00
Commit graph

110 commits

Author SHA1 Message Date
Przemyslaw Kukulski
b761d5eed0 Setting default value on number field breaks workspace export 2025-05-12 16:41:37 +00:00
Przemyslaw Kukulski
6e96802e41 Be able to specify a default value on single select field 2025-05-12 06:42:31 +00:00
Jérémie Pardou
f648aae776 Add File input element 2025-04-28 15:52:44 +02:00
Evren Ozkan
332ec39ef6 Add array support to query parameters validation handlers 2025-03-31 09:55:57 +00:00
Jérémie Pardou
c312f70f24 Fix schema cache issue for real this time 2025-03-26 15:20:52 +01:00
Peter Evans
6b255356a4 Disallow choosing a data synced table in the user source and workflow action forms. 2025-03-24 16:37:20 +00:00
Jérémie Pardou
69d7962fcb Remove table fields from integration data 2025-03-24 17:10:06 +01:00
Cezary Statkiewicz
a5145514a6 2213 upsert in table import 2025-03-18 20:58:54 +00:00
Peter Evans
1a0368bed1 Prevent aggregate rows services from using the new distribution aggregation type. 2025-03-05 09:00:44 +00:00
Jeremie Pardou
607b410fb1 Fix bug when creating a new application 2025-02-26 09:43:39 +01:00
Jérémie Pardou
a97987bfc0 Improve data source and dispatch endpoints performances 2025-02-19 09:42:10 +00:00
Jérémie Pardou
7fd5853020 Final fix for service responses 2025-02-17 09:19:23 +00:00
Peter Evans
28844e1223 Resolve "Service filters pointing to trashed database fields can lead to an exception raised during dispatch." 2025-02-10 17:16:26 +00:00
Peter Evans
c917c9903c Ensure the aggregation service supports the new allowed_fields parameter. 2025-02-05 17:39:10 +00:00
Davide Silvestri
fadc768d7a Resolve "Use "Collaborator" field type in formulas" 2025-01-31 14:01:04 +00:00
Tsering Paljor
ee6d7efe62 Filter unused fields from Workflow Actions 2025-01-22 07:02:01 +00:00
Peter Evans
5448b1996f Resolve "Upsert row service type fails hard if we are updating or creating a row with a date field mapping, and the value is an invalid date." 2024-12-24 08:39:24 +00:00
Tsering Paljor
573c96b078 Hide Integration secret data 2024-12-24 06:36:49 +00:00
Tsering Paljor
9fd883afa5 Improve Data Source Context security 2024-12-23 13:40:25 +00:00
Davide Silvestri
d78f6b6906 Resolve "Sorting by link_row (Link to table) field" 2024-12-13 13:27:52 +00:00
Tsering Paljor
789b19d373 Remove feature flag: FF_FILTER_DISPATCH_DATA_USING_ONLY 2024-12-03 13:53:32 +00:00
Peter Evans
e902852c13 Merge branch '3226-the-integrations-module-needs-to-detect-when-a-field-type-changes-and-if-the-old-field-s' into 'develop'
Resolve "The integrations module needs to detect when a field type changes, and if the old field's service filters don't support the new field type, they must be destroyed."

Closes 

See merge request 
2024-11-28 09:46:24 +00:00
Peter Evans
0662bc50a4 Resolve "The integrations module needs to detect when a field type changes, and if the old field's service filters don't support the new field type, they must be destroyed." 2024-11-28 09:46:23 +00:00
Peter Evans
369fad0840 Merge branch '3200-editing-a-datasource-and-changing-the-table-and-then-view-results-in-an-error' into 'develop'
Resolve "Editing a datasource and changing the table and then view, results in an error"

Closes 

See merge request 
2024-11-28 09:17:58 +00:00
Peter Evans
4946ce7f65 Resolve "Editing a datasource and changing the table and then view, results in an error" 2024-11-28 09:17:57 +00:00
Jérémie Pardou
b10a65666a Resolve "Create a multi-page container element" 2024-11-28 08:47:54 +00:00
Afonso Silva
cee61bd8aa Resolve "Add date time picker element" 2024-11-26 11:23:15 +00:00
Jérémie Pardou
137c21c6f2 Filter out deleted fields when a data source is dispatched 2024-11-14 08:51:46 +00:00
Peter Evans
8c0fe4e867 Ensure LocalBaserowAggregateRowsUserServiceType.generate_schema handles no aggregation_type being set. 2024-11-13 16:10:47 +00:00
Tsering Paljor
90b2116392 Move List Rows service type's queryset.only() behind a feature flag. 2024-11-13 10:25:50 +00:00
Bram Wiepjes
d01dccd0e1 [2/2] AI improvements: AI field choice output type 2024-11-12 16:29:42 +00:00
Peter Evans
7c5866f23e Aggregation service type frontend 2024-11-07 11:09:56 +00:00
Peter Evans
c85b64b82d Resolve "Implement the collection element filter, sort and search menu." 2024-11-06 06:02:47 +00:00
Peter Evans
8d3ff3616a Implement the collection element form user actions table 2024-10-30 15:32:27 +00:00
Petr Stribny
4171cf7840 Resolve "Aggregation service type for local Baserow integration" 2024-10-28 13:37:11 +00:00
Jérémie Pardou
6c6f1774bd Allow shared data sources 2024-10-17 15:49:51 +00:00
Jérémie Pardou
2cde818b59 Fix bug when defering fields that are also used in select_related 2024-10-17 15:05:41 +00:00
Peter Evans
268d786cbd Merge branch '3092-making-the-search-tab-empty-in-a-data-source-results-in-an-error' into 'develop'
Resolve "Making the Search tab empty in a data source results in an error"

Closes 

See merge request 
2024-10-15 13:10:07 +00:00
Peter Evans
557e51ee61 Resolve "Making the Search tab empty in a data source results in an error" 2024-10-15 13:10:06 +00:00
Davide Silvestri
4863e1a587 Use proper action types instead of the row handler in local_baserow service_types 2024-10-14 14:57:32 +00:00
Peter Evans
5704eec4ff Resolve "Validate Local Baserow ad-hoc filtering, sorting and search fields against their property options." 2024-10-08 14:55:16 +00:00
Tsering Paljor
cc952f0685 Ensure DispatchDataSourcesView excludes hidden data 2024-10-03 14:34:29 +00:00
Peter Evans
facf4a09ba Resolve "Exporting a workspace removes single select filters in the data source" 2024-09-30 10:14:57 +00:00
Afonso Silva
861826c2e2 Resolve "Problems using a schema's array result on elements expecting a string." 2024-09-24 10:35:01 +00:00
Peter Evans
f0f3b14629 Resolve "The current record index (__idx__) doesn't work in a collection element create/update row workflow action." 2024-09-23 10:01:20 +00:00
Peter Evans
15f563e25e Resolve "Implement collection element adhoc filtering in the backend." 2024-09-19 14:32:42 +00:00
Tsering Paljor
38b57664c6 AB Order of Table elements can be inconsistent 2024-09-06 09:52:49 +00:00
Peter Evans
a8a0d001fd Resolve "Remove the group compatibility code introduced in the group to workspace rename." 2024-08-14 09:15:35 +00:00
Davide Silvestri
45e02ee9ea Dont expand formulas 2024-08-13 12:34:08 +00:00
Tsering Paljor
484f42b3a5 Changing Data Source Type can Break Formulas 2024-08-07 13:14:05 +00:00