Adria Navarro
5ef90a3855
Fix import
2023-10-13 09:08:07 +02:00
mike12345567
2e8e21e5d2
Linting.
2023-10-12 19:20:03 +01:00
mike12345567
bd182d5b3b
Test cases for updated API.
2023-10-12 19:19:05 +01:00
mike12345567
162f2cb938
Removing un-used function.
2023-10-12 19:07:22 +01:00
mike12345567
535a6e1a47
Minor cleanup.
2023-10-12 19:07:04 +01:00
mike12345567
16d551542e
Frontend component of updating the API and accounting for default value not being in the paginated results of the relationship picker.
2023-10-12 19:00:53 +01:00
Sam Rose
6af05500e9
Fix lint warnings.
2023-10-12 17:59:02 +01:00
Sam Rose
f4fa542e86
Remove some unused fields, fix a broken spec.
2023-10-12 17:34:48 +01:00
Sam Rose
16451904c9
Expose an errors object via the buildSchemaFromDb endpoint.
2023-10-12 17:12:49 +01:00
Sam Rose
1faf920c67
DatasourcePlus deals exclusively in ExternalTables, reflect that in the types.
2023-10-12 16:38:15 +01:00
mike12345567
6bbce23910
Updating user fetch functionality to send up lucene syntax for searching to global user endpoint.
2023-10-12 16:31:32 +01:00
Sam Rose
85b3af2971
Refactor DatasourcePlus's buildSchema to return a value, rather than rely on member variables.
2023-10-12 16:27:18 +01:00
Andrew Kingston
6dfe2c22af
Fix issue with multiple filters at the same time and remove unused variable
2023-10-12 15:46:18 +01:00
Andrew Kingston
c906efb972
Fix text colour for inline searching in grid block
2023-10-12 14:37:13 +01:00
Andrew Kingston
6c3fe00b13
Merge branch 'develop' of github.com:Budibase/budibase into grid-inline-searching
2023-10-12 14:34:03 +01:00
Andrew Kingston
cfdaa3564c
Improve options inline searching
2023-10-12 14:30:41 +01:00
Andrew Kingston
2ef2d07cab
Add inline searching for formula and longform columns, and improve searching operators where possible
2023-10-12 14:28:05 +01:00
Sam Rose
6e1962e6ea
Plumb Google Sheets table fetching error through to buildSchemaFromDb endpoint.
2023-10-12 12:07:13 +01:00
Andrew Kingston
789bb528f4
Add basic inline searching and fix create first row popup
2023-10-12 11:58:25 +01:00
mike12345567
44fbda9290
Fixing conflict.
2023-10-12 11:18:03 +01:00
Michael Drury
a23f918880
Merge branch 'master' into fix/internal-db-enrich-perf
2023-10-12 11:09:17 +01:00
mike12345567
7b8e23eb82
Merge branch 'master' of github.com:Budibase/budibase into BUDI-7573/use_existing_image_cache
2023-10-12 11:08:12 +01:00
Andrew Kingston
99f72ffd28
Merge branch 'grid-all-datasources' of github.com:Budibase/budibase into grid-all-datasources
2023-10-12 09:26:49 +01:00
Andrew Kingston
052ec2a7ed
Merge branch 'master' into fix/selected-by-user-obscured-nav-item
2023-10-12 08:34:21 +01:00
Andrew Kingston
b51950a43a
Undo bump comment change
2023-10-12 08:31:46 +01:00
Andrew Kingston
4ed3767324
Merge branch 'develop' into grid-all-datasources
2023-10-12 08:31:09 +01:00
Conor Webb
d6f8662e95
Adding onchange actions to code scanner. ( #12029 )
...
* Adding onchange actions to code scanner.
* Removed unused code, set updateOnChange to false.
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-10-12 08:29:40 +01:00
Andrew Kingston
98cb8afdd4
Merge branch 'master' into fix/selected-by-user-obscured-nav-item
2023-10-12 08:28:32 +01:00
mike12345567
b6d56351b0
Merge branch 'backmerge-20231011' of github.com:Budibase/budibase into backmerge-20231011
2023-10-11 18:50:22 +01:00
mike12345567
f1b73058c2
Merge branch 'fix/update-vm2' of github.com:Budibase/budibase into backmerge-20231011
2023-10-11 18:49:39 +01:00
mike12345567
7090819752
Updating version of VM2 to ^3.9.19 - due to possible RCE issue with Promises (we do not allow async code, but there still could be a risk).
2023-10-11 18:43:25 +01:00
Adria Navarro
4ae3d56023
Update pro ref
2023-10-11 19:42:58 +02:00
Adria Navarro
6869f892a8
Update pro ref
2023-10-11 19:41:31 +02:00
Adria Navarro
1089136a02
Merge branch 'develop' into backmerge-20231011
2023-10-11 19:28:01 +02:00
Adria Navarro
5908a791f2
Return email and names on bb reference api output
2023-10-11 19:10:58 +02:00
mike12345567
d1b7ccd86f
Updating docs and removing old documentation pathway.
2023-10-11 17:49:25 +01:00
Martin McKeaveney
0040db27b2
Merge branch 'master' into fix/selected-by-user-obscured-nav-item
2023-10-11 17:32:40 +01:00
Michael Drury
95423fdabc
Merge branch 'master' into fix/create-duplicate-queries
2023-10-11 17:27:01 +01:00
mike12345567
09ce950e64
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
2023-10-11 17:24:08 +01:00
Michael Drury
e5eb3c98f2
Merge branch 'develop' into grid-all-datasources
2023-10-11 17:21:54 +01:00
mike12345567
b310d7c5a7
Linting.
2023-10-11 17:12:28 +01:00
Sam Rose
c76e110350
Add BulkImportResponse as a type after merging Adri's type changes.
2023-10-11 16:58:24 +01:00
Sam Rose
789b247879
Pull origin, resolve merge conflicts.
2023-10-11 16:53:28 +01:00
Sam Rose
123f96db12
Pull origin, resolve merge conflicts.
2023-10-11 16:49:34 +01:00
Michael Drury
7825a56847
Merge branch 'master' into fix/budi-7552-csv-import-messes-up-auto-generated-auto-id-column
2023-10-11 16:48:19 +01:00
Sam Rose
a0e9abb95b
Responding to PR feedback.
2023-10-11 16:45:02 +01:00
Michael Drury
d212837b1b
Merge branch 'master' into fix/budi-7552-csv-import-messes-up-auto-generated-auto-id-column
2023-10-11 16:42:01 +01:00
mike12345567
d14a773925
Merge branch 'develop' of github.com:Budibase/budibase into backmerge-20231011
2023-10-11 14:02:48 +01:00
Adria Navarro
e6b807cf4a
Fix merge conflicts
2023-10-11 14:14:55 +02:00
Adria Navarro
62fd9011f3
Merge branch 'labday/type_schema' into feature/multi-user-type-column
2023-10-11 14:13:55 +02:00
Adria Navarro
1bfde57391
Remove anys on tests
2023-10-11 14:08:22 +02:00
Adria Navarro
0720aa8b98
Remove any
2023-10-11 13:55:35 +02:00
Adria Navarro
8fa71e2e1b
Clean
2023-10-11 13:54:51 +02:00
Adria Navarro
fcaf657e53
More types
2023-10-11 13:53:14 +02:00
Sam Rose
0d9f257cc2
Remove whitespace-only change.
2023-10-11 12:51:57 +01:00
Adria Navarro
514f2b0cef
Types
2023-10-11 13:48:28 +02:00
Adria Navarro
a3b3c176d3
More types
2023-10-11 13:37:50 +02:00
Adria Navarro
1e8aa9eb60
More types
2023-10-11 13:36:56 +02:00
Sam Rose
7f2ab8b1ae
Make sure table gets saved after bulkImport if it has changed. This fixes auto ID columns having the wrong lastID.
2023-10-11 12:29:43 +01:00
Adria Navarro
f3762885c6
Clean types
2023-10-11 13:29:35 +02:00
Adria Navarro
d03e0cb1f6
Clean code
2023-10-11 13:27:03 +02:00
Adria Navarro
715db97436
Clean code
2023-10-11 13:21:51 +02:00
Adria Navarro
9391854f46
Types
2023-10-11 13:21:19 +02:00
Adria Navarro
6fa5727166
Clean
2023-10-11 13:19:05 +02:00
Adria Navarro
ea1c273de0
Clean
2023-10-11 13:18:04 +02:00
Adria Navarro
164e1f4c18
Clean
2023-10-11 13:15:59 +02:00
Adria Navarro
79ef97387b
Subtype on datetime
2023-10-11 13:06:18 +02:00
Adria Navarro
3f6d48da1f
Fix autoid numbers
2023-10-11 13:03:05 +02:00
Adria Navarro
248c44ac2a
Fix relationship field metadata
2023-10-11 12:55:23 +02:00
Adria Navarro
5edc3d3de6
Change formula to be mandatory on FormulaFieldMetadata
2023-10-11 12:34:58 +02:00
Adria Navarro
0113b5d8e8
Remove unnused StringFieldMetadata
2023-10-11 12:33:01 +02:00
Adria Navarro
f57104730e
Remove subtype from the base field schema
2023-10-11 12:23:54 +02:00
Sam Rose
4bda97d70f
Create a failing test for BUDI-7552
2023-10-11 11:07:46 +01:00
Andrew Kingston
aa0dc7dd37
Bump
2023-10-11 10:24:49 +01:00
Dean
059bed1cfa
Merge remote-tracking branch 'origin/master' into fix/selected-by-user-obscured-nav-item
2023-10-11 10:13:42 +01:00
Dean
b4a8f22b2e
Initial commit
2023-10-11 10:09:14 +01:00
Andrew Kingston
efa2386fd5
Merge branch 'master' into fix/create-duplicate-queries
2023-10-11 07:57:03 +01:00
mike12345567
ff89a15eea
Updating jest types - old version was causing some weird errors in Webstorm.
2023-10-10 18:12:28 +01:00
Adria Navarro
74cba9de27
Lint
2023-10-10 18:54:57 +02:00
Adria Navarro
1b7be0d637
Fix import
2023-10-10 18:54:57 +02:00
Adria Navarro
a8c814e714
Fixes fixes
2023-10-10 18:54:57 +02:00
Adria Navarro
1f1ebc82e5
Fix more types
2023-10-10 18:54:57 +02:00
Adria Navarro
6c328109b6
Fixes
2023-10-10 18:54:57 +02:00
Adria Navarro
ea86ded912
Fixes
2023-10-10 18:54:57 +02:00
Adria Navarro
7ee63365f7
Fix
2023-10-10 18:54:57 +02:00
Adria Navarro
40226c5c3a
Fix more types
2023-10-10 18:54:57 +02:00
Adria Navarro
21e2d7ddbe
Fix relationship types
2023-10-10 18:54:57 +02:00
Adria Navarro
c8ffa98844
Fixes
2023-10-10 18:54:57 +02:00
Adria Navarro
dd373cd5e9
Fix types
2023-10-10 18:54:57 +02:00
Adria Navarro
fe6535a65f
Type schema fields
2023-10-10 18:54:57 +02:00
Michael Drury
5937f2139a
Merge branch 'develop' into feat/relationship-configuration
2023-10-10 16:49:50 +01:00
Adria Navarro
54b94f041c
Merge pull request #12020 from Budibase/restrict-display-on-import-table
...
Restrict display on import table
2023-10-10 17:29:08 +02:00
Andrew Kingston
a31186ee56
Improve custom data fetch parsing to better support csv-like strings
2023-10-10 15:42:09 +01:00
Adria Navarro
193b8785ee
Reset display field if required
2023-10-10 16:17:03 +02:00
Adria Navarro
6124139295
Don't allow selecting unvalid display columns
2023-10-10 16:13:21 +02:00
Adria Navarro
7ba8001ae4
Merge pull request #12008 from Budibase/feature/import_user_column_type
...
Import user column type
2023-10-10 16:09:50 +02:00
Adria Navarro
31469cb2d6
Fix rebuilding shared-core
2023-10-10 16:05:41 +02:00
Adria Navarro
e0f51fb7db
Fixes
2023-10-10 15:53:10 +02:00
Adria Navarro
36909ff7f6
Export bannedDisplayColumnTypes
2023-10-10 15:50:12 +02:00
Adria Navarro
530857a6ff
Fix
2023-10-10 15:39:05 +02:00
Adria Navarro
c49a16fdac
Fix tests
2023-10-10 15:35:00 +02:00
Adria Navarro
21420c59fa
Fix order
2023-10-10 14:39:55 +02:00
Adria Navarro
78335be26a
Clean
2023-10-10 14:20:26 +02:00
Adria Navarro
e473c8b3a8
Fix tests
2023-10-10 14:07:12 +02:00
mike12345567
012d0f4fe9
Removing the option to add a filter to the dataset of a user column picker, as there is no current API for searching this.
2023-10-10 12:54:49 +01:00
Adria Navarro
48afa2aa0d
Lint
2023-10-10 13:52:47 +02:00
Adria Navarro
bd82dae565
Display user/users fields
2023-10-10 13:52:47 +02:00
Adria Navarro
d3e8e1f4f8
Fix importing
2023-10-10 13:52:47 +02:00
Adria Navarro
b966ed221d
Fix bulk delete
2023-10-10 13:52:47 +02:00
Adria Navarro
71159e4f4a
Import internal
2023-10-10 13:52:47 +02:00
Adria Navarro
fd414dbe4b
Enable importing bbrefs as string csv
2023-10-10 13:52:47 +02:00
Adria Navarro
62c6631bc8
Don't cast on the fe
2023-10-10 13:52:47 +02:00
Adria Navarro
979c2aeb00
Return only id and primary display
2023-10-10 13:52:47 +02:00
Adria Navarro
df97b7ad93
Expect BB ref data as csv strings
2023-10-10 13:52:47 +02:00
Adria Navarro
adf5e6bcf2
Allow users
2023-10-10 13:52:47 +02:00
Adria Navarro
f22467fa53
Validate user column
2023-10-10 13:52:47 +02:00
Adria Navarro
a514358e57
Allow selecting user column type
2023-10-10 13:52:47 +02:00
Michael Drury
5783ae3e00
Merge branch 'master' into feature/multi-user-type-column
2023-10-10 12:38:51 +01:00
mike12345567
5099d6c3a5
Merge branch 'feature/multi-user-type-column' of github.com:Budibase/budibase into fix/null-user-column-value
2023-10-10 12:10:56 +01:00
Andrew Kingston
08331c3632
Fix bug that was causing an empty grid when adding a new column
2023-10-10 11:59:24 +01:00
mike12345567
27abfdccc2
Removing onChange handler.
2023-10-10 11:50:45 +01:00
mike12345567
95caee66a7
PR comments.
2023-10-10 11:22:59 +01:00
mike12345567
2ef5cb3894
Merge branch 'feature/multi-user-type-column' of github.com:Budibase/budibase into fix/null-user-column-value
2023-10-09 18:31:13 +01:00
mike12345567
fa5e340e60
Merge branch 'feature/multi-user-type-column' of github.com:Budibase/budibase into fix/external-table-keep-types
2023-10-09 18:30:47 +01:00
mike12345567
635f33f81e
Make sure that external tables preserve the BB_REFERNECE type, under the hood it is text/array, but it should continue to be treated correctly as its own indpendent type when updating Budibase tables (fetching).
2023-10-09 18:28:09 +01:00
mike12345567
c87a67a37a
Converting user IDs where necessary to global user IDs in the frontend, correcting the null entry when using current user IDs, or other user IDs, as a default value for a user column form type.
2023-10-09 18:18:34 +01:00
Andrew Kingston
513aaf1174
Update custom datasource label to 'JSON / CSV'
2023-10-09 16:03:12 +01:00
Andrew Kingston
b17ec630c1
Ensure user table editing is still allowed for old apps that are imported
2023-10-09 15:09:11 +01:00
Andrew Kingston
73e208292f
Simplify logic to be more readable
2023-10-09 15:05:57 +01:00
Andrew Kingston
a4e3cd72cc
Add new app feature flag to allow disable user metadata columns in new apps, but allow them in old apps
2023-10-09 15:01:16 +01:00
Adria Navarro
7d6cd53c29
Add comments
2023-10-09 15:37:42 +02:00
Adria Navarro
6f77be622f
Simplify
2023-10-09 15:36:17 +02:00
Adria Navarro
0909e0547e
Process formulas after processing complex fields
2023-10-09 15:30:07 +02:00
Adria Navarro
065e633742
Don't allow users column as primary display
2023-10-09 15:30:07 +02:00
Adria Navarro
d7aa23f740
Testing
2023-10-09 13:21:40 +02:00
Adria Navarro
a5477f14d2
Handle users on search input
2023-10-09 13:21:27 +02:00
Andrew Kingston
a781860b1c
Improve grid handling of non datasource plus and fix focused cell issue with row click actions
2023-10-09 09:36:01 +01:00
Adria Navarro
cd5835bfeb
Merge branch 'master' into budi-7589/user-column-multi-user-filtering-support
2023-10-09 09:37:44 +02:00
Andrew Kingston
c48eca4a0f
Update if logic to avoid redundant check
2023-10-09 08:33:28 +01:00
Andrew Kingston
e415c516e9
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
2023-10-09 08:31:50 +01:00
Andrew Kingston
71a8d5695b
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
2023-10-09 08:24:06 +01:00
Andrew Kingston
8ce001cd4a
Merge branch 'develop' into grid-mobile-scrolling
2023-10-09 08:23:43 +01:00
Adria Navarro
047936bcbf
Merge branch 'master' into budi-7589/user-column-multi-user-filtering-support
2023-10-09 09:22:55 +02:00
melohagan
d8f1b7960e
Fix form block crash on no data tables ( #11995 )
...
* Fix form block crash on no data tables
* Refactor
* Refactor
2023-10-09 08:22:19 +01:00
Andrew Kingston
2171b14f50
Merge branch 'develop' into grid-clipboard
2023-10-09 08:06:18 +01:00
Andrew Kingston
0303027754
Merge branch 'develop' into grid-mobile-scrolling
2023-10-09 08:06:04 +01:00
Andrew Kingston
04271838c3
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
2023-10-09 08:05:57 +01:00
mike12345567
0dc28122fa
Adding test case.
2023-10-06 16:38:36 +01:00
mike12345567
d4335bca73
Quick fix for saving current user._id - make sure it is the correct format of ID.
2023-10-06 16:31:48 +01:00
mike12345567
df29f4c30f
Merge branch 'develop' of github.com:Budibase/budibase into backmerge-6-10-23
2023-10-06 15:56:09 +01:00
mike12345567
d8b7f930e9
Merging.
2023-10-06 15:55:10 +01:00
Michael Drury
c7c63a7b83
Merge branch 'master' into budi-7589/user-column-multi-user-filtering-support
2023-10-06 15:54:12 +01:00
Michael Drury
7934e984cc
Merge branch 'master' into fix/user-column-search-mapping
2023-10-06 14:30:09 +01:00
melohagan
23b7a8de72
Allow relationship to be deleted even if missing ( #11991 )
...
* Allow relationship to be deleted even if missing
* Comment
2023-10-06 14:17:36 +01:00
mike12345567
575693d69a
Updating pro.
2023-10-06 14:07:12 +01:00
Adria Navarro
434f2a0670
More nx cache
2023-10-06 14:52:32 +02:00
Adria Navarro
13e985813c
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-06 14:44:35 +02:00
Adria Navarro
da53f0a366
Cache output files
2023-10-06 14:32:17 +02:00
mike12345567
bc17bc43fa
Fixing issue brought up by some unit tests.
2023-10-06 13:32:12 +01:00
mike12345567
7acc164e12
Fix build.
2023-10-06 13:28:27 +01:00
mike12345567
017b522a3f
Comment to explain function.
2023-10-06 12:56:55 +01:00
mike12345567
18cca671d4
PR comments.
2023-10-06 12:56:07 +01:00
Adria Navarro
0d21d13e4b
Extract functions
2023-10-06 13:53:34 +02:00
mike12345567
6e6c5bc776
Handle arrays and fix issue brought up by REST testcase.
2023-10-06 12:31:52 +01:00
Michael Drury
8f41554c6f
Merge branch 'master' into budi-7589/user-column-multi-user-filtering-support
2023-10-06 12:18:20 +01:00
mike12345567
cfe261a8f6
Merge branch 'master' of github.com:Budibase/budibase into fix/user-column-search-mapping
2023-10-06 12:16:54 +01:00
mike12345567
dc50515bcc
Adding negative test case and fixing build issue.
2023-10-06 12:16:37 +01:00
Andrew Kingston
c2acac36a8
Improve retention of grid metadata when updating datasources to avoid resetting state
2023-10-06 12:02:30 +01:00
mike12345567
3de8c53166
Adding a mapping layer to search queries so that we can map search inputs based on the table schema if desired - primarily for the user column.
2023-10-06 11:57:11 +01:00
Adria Navarro
19254a3f8d
Update rollup
2023-10-06 12:31:37 +02:00
Adria Navarro
c60de3ebe0
Update vite dependencies
2023-10-06 12:29:12 +02:00
mike12345567
7976772842
Fixing test case.
2023-10-05 23:19:11 +01:00
mike12345567
10fffef467
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
2023-10-05 23:05:18 +01:00
mike12345567
5810529350
Quick fix for #11982 - check for both deprecated docker-compose and docker compose V2.
2023-10-05 23:03:34 +01:00
Andrew Kingston
3564fd5621
Improve handling of JSON objects in custom datasources
2023-10-05 19:30:00 +01:00
Andrew Kingston
549ea44245
Improve handling of file uploads
2023-10-05 19:17:13 +01:00
Andrew Kingston
ecd2ed3d07
Improve custom datasource schema generation and error resistance
2023-10-05 19:00:11 +01:00
mike12345567
ee4a042204
Typing fixes - unsure why all of these came up suddenly.
2023-10-05 18:40:56 +01:00
Andrew Kingston
0e394f0259
Lint
2023-10-05 18:31:43 +01:00
Andrew Kingston
5990f43f3f
Fix issues with fetching features and bindings in custom datasources
2023-10-05 18:30:40 +01:00
mike12345567
3e2f9dfc4e
Further enhancement, client library sends up the column it wants enriched and then we can ignore everything else, makes a big difference for enriching users (with a lot of relationships).
2023-10-05 18:23:18 +01:00
Andrew Kingston
9667c954ef
Enable uploading a CSV file as a datasource and fix edge cases
2023-10-05 17:55:57 +01:00
Andrew Kingston
43c30d877b
Add new custom datasource type
2023-10-05 14:42:26 +01:00
Adria Navarro
9a97f5f076
Fix devdependency type
2023-10-05 13:38:46 +02:00
Adria Navarro
58a22ccde8
Fix initialisation of simple types
2023-10-05 11:16:52 +02:00
Andrew Kingston
b75c78dae5
Remove log
2023-10-05 08:24:30 +01:00
Andrew Kingston
922a851710
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
2023-10-05 08:23:26 +01:00
Andrew Kingston
88c4d0cd20
Update grids to work with all datasources
2023-10-05 08:23:01 +01:00
mike12345567
069fd33964
Some work towards improving performance of internal DB enrichment, there is a problem with cyclic enrichment due to the outputProcessing, need to decide how to handle formulas on enrichment.
2023-10-04 19:18:21 +01:00
Adria Navarro
6d387946a6
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-04 18:08:31 +02:00
Adria Navarro
f215f69067
Lint
2023-10-04 17:56:04 +02:00
Adria Navarro
91306c79eb
Fix tests
2023-10-04 17:55:23 +02:00
Adria Navarro
2d0ac5ffba
Fix filtering
2023-10-04 17:55:23 +02:00
Adria Navarro
39b5a2b539
Allow filtering
2023-10-04 17:55:23 +02:00
Adria Navarro
ee11ebf8e4
Do not allow multiple users for google sheets
2023-10-04 17:55:23 +02:00
Adria Navarro
46b85ac12c
Multiple users column
2023-10-04 17:55:23 +02:00
Adria Navarro
753cb442c2
Allow edit
2023-10-04 17:55:23 +02:00
Adria Navarro
9b45c1fe92
Fix wrong constraints
2023-10-04 17:55:23 +02:00
Adria Navarro
6d5e95af6e
Add icons
2023-10-04 17:55:23 +02:00
Adria Navarro
583721ac47
Remove composite types
2023-10-04 17:55:23 +02:00
Adria Navarro
17df64c588
Allow selecting multiple users
2023-10-04 17:55:23 +02:00
Adria Navarro
23702391ff
Use field ids instead of playing with the type/subtype
2023-10-04 17:55:23 +02:00
Adria Navarro
b19c5ae5c6
Add subtype
2023-10-04 17:55:23 +02:00
Adria Navarro
e01600d1bb
Remove composite key
2023-10-04 17:55:23 +02:00
Adria Navarro
e77cc3dac8
Specify column types instead of using spread
2023-10-04 17:55:23 +02:00
Adria Navarro
deeb8ee254
Remove relationshiptype from user type
2023-10-04 17:55:23 +02:00
Adria Navarro
bf632ae9a8
Fix
2023-10-04 17:55:23 +02:00
Adria Navarro
d22fac9bf9
Replace relationshipType for subtype
2023-10-04 17:55:23 +02:00
Adria Navarro
fe15b4d1e3
Use types
2023-10-04 17:55:23 +02:00
Martin McKeaveney
d86c251699
Merge branch 'develop' into grid-clipboard
2023-10-04 11:57:45 +01:00
Adria Navarro
63306d3509
Fix filtering pg datasource
2023-10-04 12:20:19 +02:00
Andrew Kingston
77f87af87f
Improve grid handling of invalid datasources and fix potential error when encoutering invalid datasources
2023-10-04 09:36:42 +01:00
Andrew Kingston
c4a516ccb3
Ensure grid schema structure is predictable and prevent copying IDs for query datasources
2023-10-04 09:25:35 +01:00
Adria Navarro
680ce087ba
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-04 00:28:33 +02:00
Adria Navarro
18545b1c79
Fix vulnerabilities
2023-10-03 23:45:39 +02:00
Adria Navarro
15fd357b54
Update @google-cloud/firestore (yarn audit)
2023-10-03 23:09:57 +02:00
Adria Navarro
9dd5530c4e
More cleanups
2023-10-03 22:39:00 +02:00
Adria Navarro
16752bb437
More cleanups
2023-10-03 22:37:00 +02:00
melohagan
4df2f622db
Do not re-initialise options if changed ( #11964 )
...
* Do not re-initialise options if changed
* Init options onMount
2023-10-03 20:55:53 +01:00
Adria Navarro
42b75a1ec3
Use script
2023-10-03 19:55:23 +02:00
Adria Navarro
429530a34d
Clean predocker steps
2023-10-03 19:55:23 +02:00
Adria Navarro
94e9715fef
Build only required packages
2023-10-03 19:55:23 +02:00
Adria Navarro
e7b47d08bb
Do not sanitize on operator change
2023-10-03 18:39:52 +02:00
Andrew Kingston
d03fdb6df9
Add initial support for query datasources in grids
2023-10-03 17:35:00 +01:00
mike12345567
5eacc9d93e
Lint fix.
2023-10-03 17:34:20 +01:00
mike12345567
2c20d0b738
Spelling fix.
2023-10-03 17:33:58 +01:00
Adria Navarro
02bfaa4378
Clean multiple user checks to simplify
2023-10-03 18:29:35 +02:00
Adria Navarro
2c49638766
Lint
2023-10-03 17:37:14 +02:00
Adria Navarro
3f37416016
Sanitise field
2023-10-03 17:35:40 +02:00
Adria Navarro
0da029c896
Sanitise field
2023-10-03 17:35:36 +02:00
Adria Navarro
83790bc324
Lint
2023-10-03 17:14:33 +02:00
Adria Navarro
4b23139bfe
Merge branch 'master' into budi-7583/filtering-data-provider-with-a-user-column-does-not-work
2023-10-03 17:08:33 +02:00
Adria Navarro
da95c32a0c
Simplify code
2023-10-03 17:06:17 +02:00
Adria Navarro
8ebf473ab2
Disable multiple users for now
2023-10-03 16:58:49 +02:00
Adria Navarro
dbd5f7a134
In instead of ContainsAny
2023-10-03 16:58:39 +02:00
Andrew Kingston
5096170575
Merge branch 'develop' into grid-row-click-events
2023-10-03 15:19:01 +01:00
Adria Navarro
0053103974
Fix external
2023-10-03 15:41:00 +02:00
Adria Navarro
28d5fe37de
Fix postgres docker-compose integration to 15
2023-10-03 15:26:41 +02:00
Adria Navarro
c84d2449f2
Smarter getValidOperatorsForType
2023-10-03 14:26:12 +02:00
Adria Navarro
b2429e1fe0
Allow selecting many for many-to-many
2023-10-03 14:05:25 +02:00
Adria Navarro
614bbb0412
Handle has any
2023-10-03 13:51:06 +02:00
Adria Navarro
0834d33f9a
Remove none array operators
2023-10-03 13:43:42 +02:00
Adria Navarro
2367ceeb87
Disable when noValue
2023-10-03 13:25:56 +02:00
Adria Navarro
4577ba8239
Change filters
2023-10-03 13:19:28 +02:00
Adria Navarro
f7e92992a8
Fix error
2023-10-03 13:12:50 +02:00
Adria Navarro
0702bc6c33
Sanity filter on change
2023-10-03 13:10:53 +02:00
Adria Navarro
9b14f50e8f
Apply filter
2023-10-03 12:59:15 +02:00
Adria Navarro
3b93748376
Filter user (single) UI
2023-10-03 12:46:06 +02:00
Michael Drury
0220bc3381
Merge branch 'master' into fix/11947
2023-10-03 11:24:12 +01:00
Adria Navarro
af924ae4a2
Use types
2023-10-03 12:01:15 +02:00
melohagan
b291633c79
Don't use DrawerBindableSlot in test modal ( #11959 )
2023-10-03 10:19:19 +01:00
Peter Clement
eca0089cb9
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-10-03 08:44:27 +01:00
Samuel Martineau
84d30e4f4a
Merge branch 'Budibase:develop' into allow-plugins-contribute-datasourceplus
2023-10-02 17:49:34 -04:00
Martin McKeaveney
1e5be5bb96
Merge branch 'develop' into grid-row-click-events
2023-10-02 17:35:38 +01:00
mike12345567
0912720f19
Quick fix for built PKG CLI version, make sure prebuilds are loaded correctly.
2023-10-02 15:43:32 +01:00
Adria Navarro
4389ac0445
Merge branch 'develop' into backmerge-20231002
2023-10-02 15:57:14 +02:00
Adria Navarro
3169962a0a
Merge branch 'master' into BUDI-7500/validation-not-triggering-for-required-foreign-keys
2023-10-02 15:35:26 +02:00
Adria Navarro
2df32b7b28
Use _id if populated
2023-10-02 15:34:26 +02:00
Adria Navarro
3546dfc0cf
Validate
2023-10-02 15:18:28 +02:00
Adria Navarro
0f0b4d3535
Merge branch 'master' into fix/swaggerapi-version
2023-10-02 15:13:19 +02:00
Adria Navarro
aa0ec1c7cb
Fix validating on relationshipType change
2023-10-02 15:12:35 +02:00
Adria Navarro
46c40f011e
Fix multiple relationship display
2023-10-02 15:00:51 +02:00
mike12345567
fc62edf4cc
Fixing swagger API version, updating to use old 3.0.46 as version 3.0.47 does not appear to running correctly.
2023-10-02 13:53:58 +01:00
Adria Navarro
15bec7aae8
Refresh relationships on column link add/edit/delete
2023-10-02 14:51:48 +02:00
Adria Navarro
53236e1039
Add comment
2023-10-02 13:41:07 +02:00
Adria Navarro
ce90109422
Fixing filtering on user column
2023-10-02 13:37:06 +02:00
Adria Navarro
6d59cb2982
Update pro submodule
2023-10-02 13:05:16 +02:00
Adria Navarro
62e1a12fe4
Log errors on retry
2023-10-02 13:01:25 +02:00
melohagan
7003475caf
Refactor FieldSelector to not use BindableSlot ( #11942 )
2023-10-02 11:42:04 +01:00
Andrew Kingston
7d036ab30d
Move position of grid row click setting
2023-10-02 09:25:59 +01:00
Andrew Kingston
0506adee50
Update row click event name to match best practices
2023-10-02 09:18:25 +01:00
Andrew Kingston
68215684e1
Prevent row selection, deletion and expansion from triggering on click events in grids
2023-10-02 09:13:23 +01:00
Andrew Kingston
3f267be628
Merge branch 'develop' of github.com:Budibase/budibase into grid-row-click-events
2023-10-02 09:08:20 +01:00
Andrew Kingston
0b3b35825a
Merge branch 'develop' into fix/client-initialisation
2023-10-02 08:31:21 +01:00
Andrew Kingston
6b904dd01a
Remove log
2023-10-02 08:27:28 +01:00
Andrew Kingston
bdd70d8bdb
Fix regression when considering empty app navigation roles
2023-10-02 08:26:47 +01:00
Andrew Kingston
986069d7d7
Fix issue causing client apps to initialise 3 times
2023-10-02 08:19:59 +01:00
Martin McKeaveney
b36d728f7a
updating pro ref
2023-10-01 23:45:30 +01:00
Andrew Kingston
eb934adc33
Add row click events to grid
2023-09-29 16:47:53 +01:00
Andrew Kingston
0a1070a4f2
Update grid to support dragging to scroll via touch events
2023-09-29 16:10:16 +01:00
Michael Drury
57ed79ec0f
Merge branch 'develop' into chore/relation_deletions
2023-09-29 15:46:40 +01:00
Adria Navarro
ca8bf5c5ca
Merge branch 'develop' into chore/relation_deletions
2023-09-29 16:39:50 +02:00
Adria Navarro
1a00b60088
Fix tests
2023-09-29 16:39:18 +02:00
Michael Drury
47775aa824
Merge branch 'develop' into fix/BUDI-7084
2023-09-29 15:20:04 +01:00
Adria Navarro
7050c5352a
Check external table types
2023-09-29 16:09:08 +02:00
Adria Navarro
bc6c6b9e80
Handle deleting m2m
2023-09-29 16:02:45 +02:00
melohagan
f22cce9553
Saving pre filled relation picker doesnt work ( #11928 )
...
* Make sure field state is valid
* Skip non-object relationship links
* Note
---------
Co-authored-by: Adria Navarro <adria@budibase.com>
2023-09-29 14:47:07 +01:00
Peter Clement
b5e9a09d22
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-29 14:31:15 +01:00
Adria Navarro
dfea7f253e
Fix test ds data
2023-09-29 14:58:41 +02:00
Adria Navarro
9d186df018
Don't modify internal API
2023-09-29 14:58:02 +02:00
mike12345567
c498f39f2a
Fixing type build.
2023-09-29 13:45:02 +01:00
mike12345567
5a3ecc3095
Getting create/update response consistent with internal API for external.
2023-09-29 13:40:40 +01:00
mike12345567
3dc7192113
Merge branch 'chore/relation_deletions' of github.com:Budibase/budibase into chore/relation_deletions
2023-09-29 13:34:09 +01:00
mike12345567
45ac9ae06c
Quick update to fix test case.
2023-09-29 13:33:49 +01:00
Adria Navarro
fe45770266
Merge branch 'develop' into chore/relation_deletions
2023-09-29 14:21:08 +02:00
mike12345567
96327eaef1
Quick fix for REST schema being updated by user, when the request is sent again/query performed again user updates are lost - this means that changes are maintained across runs.
2023-09-29 13:17:14 +01:00
Adria Navarro
1f7aa772c9
Add comment
2023-09-29 14:05:52 +02:00
Adria Navarro
c5e52f7cbe
Fix deleting one-2-many relationships
2023-09-29 14:02:45 +02:00
Peter Clement
cb2d7d3915
Merge remote-tracking branch 'origin/develop' into fix/relationship-bug
2023-09-29 11:58:37 +01:00
Peter Clement
ebe8a562f6
fix relationship direction issue
2023-09-29 11:56:50 +01:00
Adria Navarro
17ecace6fa
Fix test
2023-09-29 12:54:16 +02:00
Adria Navarro
711f82099f
Extend bbreference test to check link relationships
2023-09-29 12:48:55 +02:00
Peter Clement
58309739f2
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-29 11:29:19 +01:00
melohagan
89f7539503
Update automation bindings ( #11930 )
...
* Deprecate zapier+make values1..5
* Allow dates in meeting invite to be bindable
* Add DrawerBindableSlot component
* Show calendar icon
* refactor
* Use cancel icon
* Disable cancel for JS bindings
* WIP
* WIP
* WIP
* Fix linkedIds svelte binding
* Label and icon update
* Handle arrays
* Support text area
* Add reactivity to text area icon
* Support boolean
* JSON support
* Remove rowControl
* Allow boolean field to have three states
* lint
* Refactor
* Exclude bindings button for formula types
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-29 10:12:43 +00:00
Adria Navarro
46a224751f
Types
2023-09-29 11:47:23 +02:00
melohagan
b4e0d98973
Add bindings support to meeting start / end dates ( #11759 )
...
* Deprecate zapier+make values1..5
* Allow dates in meeting invite to be bindable
* Add DrawerBindableSlot component
* Show calendar icon
* refactor
* Use cancel icon
* Disable cancel for JS bindings
* WIP
* WIP
* WIP
* Fix linkedIds svelte binding
* Label and icon update
* Handle arrays
* Support text area
* Add reactivity to text area icon
* Support boolean
* JSON support
* Remove rowControl
* Allow boolean field to have three states
* lint
* Refactor
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-29 09:15:36 +00:00
Andrew Kingston
647becd52c
Add support for dragging scollbars in grids on mobile
2023-09-29 09:15:58 +01:00
Andrew Kingston
97c08c5327
Copy to clipboard while copying inside grids
2023-09-29 08:50:58 +01:00
Peter Clement
39bed1f419
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-28 16:45:37 +01:00
Martin McKeaveney
d372396018
Update README.md
2023-09-28 16:41:22 +01:00
Peter Clement
c6442efcab
tidy up
2023-09-28 16:29:45 +01:00
Peter Clement
bcd9357218
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-28 16:21:45 +01:00
melohagan
80d91cdd92
Make sure field state is valid ( #11921 )
2023-09-28 16:09:13 +01:00
Peter Clement
ac2c63f9ed
use Relationship selector for external datasource relationships
2023-09-28 16:02:37 +01:00
Adria Navarro
d591776ac8
Merge branch 'develop' into fix-relations-on-ds+
2023-09-28 16:35:54 +02:00
Peter Clement
7e6faaf587
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-28 15:28:21 +01:00
Adria Navarro
12c57cb51e
Merge branch 'develop' into fix-relations-on-ds+
2023-09-28 15:55:58 +02:00
Adria Navarro
5b5c0b31ff
Fix link loading relationships on external ds+
2023-09-28 15:54:53 +02:00
Martin McKeaveney
1a5b2eb540
Update README.md
2023-09-28 14:48:50 +01:00
Adria Navarro
8be76f1f97
Move the -2 magic number in its right place
2023-09-28 13:55:35 +02:00
Adria Navarro
b4bbc44569
Merge branch 'develop' into BUDI-7403/google_integration
2023-09-28 12:49:04 +02:00
Adria Navarro
c202f88b6d
Allow deleting cell
2023-09-28 12:42:42 +02:00
Andrew Kingston
ffe9f75dda
Merge branch 'develop' into hide-portal-sidebar-when-no-apps
2023-09-28 11:22:59 +01:00
Adria Navarro
606bad7f4d
Clean
2023-09-28 11:41:20 +02:00
Adria Navarro
7db92638de
Prevent double fetching on patch
2023-09-28 11:40:58 +02:00
Adria Navarro
80e979faa6
Type external request responses
2023-09-28 11:02:16 +02:00
Adria Navarro
0c4cdde25f
Allow BB_REFERENCE to google sheets
2023-09-28 10:12:45 +02:00
Adria Navarro
317da512a5
Fix tests
2023-09-28 10:00:25 +02:00
Adria Navarro
fad4f12e26
Fix test
2023-09-28 10:00:25 +02:00
Adria Navarro
0cec026932
Datasource usage on tests
2023-09-28 10:00:25 +02:00
Adria Navarro
8c99ac3f9b
Test search
2023-09-28 10:00:25 +02:00
Adria Navarro
e22c770bad
Clean tests
2023-09-28 10:00:25 +02:00
Adria Navarro
d7cbd2dcbc
Fix
2023-09-28 10:00:25 +02:00
Adria Navarro
049a91debb
Clean
2023-09-28 10:00:25 +02:00
Adria Navarro
0e3cacd19c
Clean
2023-09-28 10:00:25 +02:00
Adria Navarro
01057baa96
Add extra tests
2023-09-28 10:00:25 +02:00
Adria Navarro
8a9e87ea6f
Add extra tests
2023-09-28 10:00:25 +02:00
Adria Navarro
a87e3dd0fc
Extra tests
2023-09-28 10:00:25 +02:00
Adria Navarro
3c0a033c8b
Add new tests
2023-09-28 10:00:25 +02:00
Adria Navarro
bf975ac039
Fix tests
2023-09-28 10:00:25 +02:00
Adria Navarro
fdb6474868
Fix tests
2023-09-28 10:00:25 +02:00
Adria Navarro
9afa334501
Fix deletions
2023-09-28 10:00:25 +02:00
Adria Navarro
1fb3c4b3c3
Fix external save/update
2023-09-28 10:00:25 +02:00
Adria Navarro
ab97093a06
Remove user logic from CreateEditColumn
2023-09-28 10:00:25 +02:00
Adria Navarro
d0fcb5d7e6
Fix patch on external ds
2023-09-28 10:00:25 +02:00
Adria Navarro
81ca81222c
Process bb_references on external
2023-09-28 10:00:25 +02:00
Andrew Kingston
2e83a4b972
Merge branch 'develop' into cheeks-fixes
2023-09-28 08:12:05 +01:00
Andrew Kingston
8a6da67ecb
Add header background on query page when scrolling
2023-09-27 17:13:03 +01:00
Michael Drury
a67f78fead
Merge branch 'develop' into fix/BUDI-7236
2023-09-27 17:08:21 +01:00
Martin McKeaveney
65af2ed7c2
backmerge from master
2023-09-27 17:06:57 +01:00
mike12345567
e2c5b3ca9d
Removing unused.
2023-09-27 16:56:23 +01:00
mike12345567
e3469ed38d
Fixing dev-tools handling of custom roles and build issue - PR comments.
2023-09-27 16:52:20 +01:00
mike12345567
395969e0f0
Fixing build issue,.
2023-09-27 16:24:12 +01:00
mike12345567
4bfda10fbb
Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-7236
2023-09-27 15:51:49 +01:00
mike12345567
31103d6f25
Fixing comment.
2023-09-27 15:51:39 +01:00
Peter Clement
4b0501d186
fix bad merge
2023-09-27 15:47:19 +01:00
mike12345567
e916178046
Adding test case for new endpoint and covering public, builder and normal roles.
2023-09-27 15:46:04 +01:00
Peter Clement
70d1581577
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-27 15:26:12 +01:00
Peter Clement
b32f1b5510
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-27 15:25:39 +01:00
Peter Clement
420972ca6b
fixing edge cases and improving reusability
2023-09-27 15:15:02 +01:00
Adria Navarro
294a6f0eed
Merge branch 'develop' into chore/clean_unused_dependencies
2023-09-27 15:53:43 +02:00
mike12345567
bb2892cbc2
Getting client library loading in Webstorm debug, as well as adding accessible roles endpoint.
2023-09-27 14:21:25 +01:00
Gerard Burns
9766535b7a
Merge branch 'develop' into hide-portal-sidebar-when-no-apps
2023-09-27 14:17:12 +01:00
Michael Drury
81bbc3adf6
Merge branch 'develop' into fix/BUDI-7508
2023-09-27 13:33:20 +01:00
melohagan
6c9ff55f8a
Check manyRelationships length ( #11907 )
2023-09-27 13:31:27 +01:00
Michael Drury
0820363790
Merge branch 'develop' into fix/BUDI-7508
2023-09-27 11:15:08 +01:00
mike12345567
4168b45a77
PR comments.
2023-09-27 11:14:14 +01:00
Gerard Burns
3192b2826c
wip
2023-09-27 10:52:51 +01:00
Samuel Martineau
08bbfa09c2
Merge branch 'Budibase:develop' into allow-plugins-contribute-datasourceplus
2023-09-26 21:28:26 -04:00
Samuel-Martineau
2aac1c992a
Correct bugs with Datasource+ plugins
2023-09-26 21:26:40 -04:00
Adria Navarro
41c56217c4
Merge branch 'develop' into chore/clean_unused_dependencies
2023-09-26 18:30:39 +02:00
mike12345567
a8c96848a5
Adding a quick check incase too many related tables - switch to just fetching everything.
2023-09-26 17:13:16 +01:00
Adria Navarro
f600ad7711
Editing scripts
2023-09-26 18:08:37 +02:00
mike12345567
7bd84bd048
Some typing fixes as well as a fix for the frontend issue of tables not correctly having their schemas updated in the table store when relationships added.
2023-09-26 17:01:30 +01:00
Adria Navarro
653e29d678
Fix conflicting svelte version (conflicting on lint)
2023-09-26 17:47:12 +02:00
Adria Navarro
ba24504546
Remove "@budibase/standard-components" devDependency
2023-09-26 17:06:05 +02:00
Adria Navarro
d006ec890a
Dedupe babel
2023-09-26 17:02:54 +02:00
Adria Navarro
c68cfc5042
Remove unused devDependencies on worker
2023-09-26 16:37:10 +02:00
Dean
e73ddef040
Updated UI tests
2023-09-26 15:29:40 +01:00
Peter Clement
8b062524e2
fix lint
2023-09-26 15:24:14 +01:00
Adria Navarro
30af3e4c10
Remove unused koa dependencies
2023-09-26 16:17:41 +02:00
Dean
09280166c7
Added comment updates to reflect new naming behaviour
2023-09-26 15:15:30 +01:00
Peter Clement
7d4613c3f6
extract logic from component and disable one to one
2023-09-26 15:12:01 +01:00
Adria Navarro
ebb3966092
Remove unused devDependencies on server
2023-09-26 16:10:43 +02:00
Adria Navarro
7c5f13a12b
Remove unused dependencies on server
2023-09-26 16:07:52 +02:00
Adria Navarro
ba2eb80684
Remove unused devDependencies on cli
2023-09-26 16:05:44 +02:00
Adria Navarro
6801e75200
Merge branch 'develop' into chore/clean_unused_dependencies
2023-09-26 16:03:40 +02:00
Gerard Burns
62acbc43fd
Query UI improvements ( #11881 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* linting
* sidebar close icon, fix overflow issue with sidebar
* better schema auto populating behavior
* rename newqueryviewer
* remove external datasource table
* linting
* wip
* align header
* fix needing to press the validate button twice
* table min width
* wip
* remove loading
* remove disabled
* remove validation
* lint
* wip
* fix json panel
2023-09-26 12:27:27 +01:00
Adria Navarro
12aa6bc119
Remove unused dependencies on cli
2023-09-26 13:21:52 +02:00
Adria Navarro
946b8f8927
Add missing deps
2023-09-26 13:19:23 +02:00
Adria Navarro
463a035793
Remove builder unused devDependencies
2023-09-26 13:15:42 +02:00
Adria Navarro
31974834a0
Remove builder unused dependencies
2023-09-26 13:13:52 +02:00
Adria Navarro
1fdb822699
Missing dependencies
2023-09-26 13:09:16 +02:00
Adria Navarro
d61564155d
Clean dependencies from bbui
2023-09-26 12:53:10 +02:00
Adria Navarro
53f3847916
Clean dependencies from types
2023-09-26 12:53:10 +02:00
Adria Navarro
220adea647
Clean dependencies from string-templates
2023-09-26 12:53:09 +02:00
Adria Navarro
6cfb5e8fb5
Clean dependencies from shared-core
2023-09-26 12:53:09 +02:00
Adria Navarro
1acbcaa4d8
Clean dependencies from sdk
2023-09-26 12:53:09 +02:00
Adria Navarro
a13aef1c16
Fix dependencies from backend-core
2023-09-26 12:53:09 +02:00
Adria Navarro
7feaf58f7f
Fix dependencies from backend-core
2023-09-26 12:53:09 +02:00
Andrew Kingston
db62330d16
Fix portal side bar edit button
2023-09-26 11:18:21 +01:00
Adria Navarro
da313e72c9
Lint
2023-09-26 12:02:24 +02:00
Adria Navarro
0b0ffff6dd
Enable field outside dev
2023-09-26 12:00:55 +02:00
Dean
d7a8b5f2b7
Updated the nav item body text to ensure it was truncated. The selected by Avatar was being pushed out of view. Hover text added
2023-09-26 10:58:56 +01:00
Adria Navarro
f4542283f5
Merge branch 'develop' into feature/user-column-type
2023-09-26 11:51:20 +02:00
Adria Navarro
b3405b7aaa
Design forms
2023-09-26 11:44:37 +02:00
Adria Navarro
b9dc60dc07
Display side panel form selector
2023-09-26 11:27:17 +02:00
Andrew Kingston
f1cf9c3d41
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-26 10:20:46 +01:00
Michael Drury
18fd154ab5
Merge branch 'develop' into feat/relationship-configuration
2023-09-26 09:44:00 +01:00
Andrew Kingston
dec43051f6
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-26 09:41:38 +01:00
Peter Clement
8af8c33bbe
pr comments
2023-09-26 09:33:44 +01:00
Adria Navarro
9f391ed2d9
Fix initial load empty
2023-09-26 10:26:12 +02:00
Andrew Kingston
7bf32176a7
Add event for block ejection
2023-09-26 09:14:53 +01:00
Andrew Kingston
7056ad7c44
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-26 09:09:20 +01:00
Andrew Kingston
ed1fa2aba5
Merge branch 'develop' into date-only-type
2023-09-26 08:31:45 +01:00
Adria Navarro
db2fcf3606
Fix display
2023-09-25 21:52:16 +02:00
Adria Navarro
2bc96addc2
Register BBReferenceField
2023-09-25 21:52:16 +02:00
Adria Navarro
69b6edb1e7
FieldTypes from @budibase/types
2023-09-25 21:52:16 +02:00
Adria Navarro
2ce9f850d9
Render bb reference as relationship
2023-09-25 21:52:16 +02:00
Adria Navarro
6487d76b1d
Merge branch 'develop' into feature/user-column-type
2023-09-25 21:51:43 +02:00
Adria Navarro
ee6548b3fb
Merge branch 'develop' into chore/field_with_large_relationships
2023-09-25 21:41:03 +02:00
melohagan
9d12fbb3f4
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-25 20:01:47 +01:00
Andrew Kingston
00bd6e92db
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-25 19:41:53 +01:00
Andrew Kingston
1f8a4d9280
Merge branch 'master' into fix/table-block-delete-button-default
2023-09-25 19:35:23 +01:00
Andrew Kingston
38cad518a4
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-25 19:34:04 +01:00
Andrew Kingston
f010cf2d53
Merge branch 'develop' into user-table-changes
2023-09-25 19:33:35 +01:00
Andrew Kingston
6b152349bd
Expose date-only setting on date fields
2023-09-25 19:30:34 +01:00
Adria Navarro
79e693c89d
Merge branch 'develop' into feature/user-column-type
2023-09-25 19:03:25 +02:00
mike12345567
ebd6643346
Setting pro reference to develop.
2023-09-25 17:56:02 +01:00
mike12345567
6b52adc294
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7458
2023-09-25 17:55:06 +01:00
Adria Navarro
9fc04e7053
Merge branch 'develop' into chore/field_with_large_relationships
2023-09-25 18:50:54 +02:00
mike12345567
98680f7895
Updating dual bulkDocs call, to handle the merging of similar documents.
2023-09-25 17:48:07 +01:00
Martin McKeaveney
2fbab6b5d1
Merge branch 'master' into fix/microsoft-sec-advisory
2023-09-25 17:42:49 +01:00
Adria Navarro
e3c3edb8bd
Fix reduces
2023-09-25 18:21:02 +02:00
Adria Navarro
28fc050299
Remove unwanted horizontal scroll
2023-09-25 18:15:22 +02:00
mike12345567
3d143c28a9
Last PR comments.
2023-09-25 17:00:20 +01:00
mike12345567
4d1c749444
First PR comment.
2023-09-25 16:58:06 +01:00
Martin McKeaveney
5998f9544c
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-25 16:57:59 +01:00
Dean
cb7c9e936c
Merge remote-tracking branch 'origin/master' into fix/table-block-delete-button-default
2023-09-25 16:54:03 +01:00
Adria Navarro
6cd1deb19a
Merge branch 'develop' into chore/update_ts
2023-09-25 17:48:10 +02:00
Adria Navarro
4cd7be52ae
Update pro
2023-09-25 17:46:29 +02:00
Adria Navarro
f6a894a678
Merge branch 'develop' into chore/field_with_large_relationships
2023-09-25 17:43:01 +02:00
Michael Drury
28189fa5ae
Merge branch 'develop' into feature/BUDI-7458
2023-09-25 16:29:01 +01:00
Peter Clement
db9c5db6e3
bug fixes
2023-09-25 15:36:08 +01:00
Peter Clement
66e67ffa44
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-25 15:33:41 +01:00
mike12345567
5f0050849e
Fixing issue detected by test.
2023-09-25 15:05:14 +01:00
Peter Clement
85f4141e46
code clean up
2023-09-25 14:38:36 +01:00
Martin McKeaveney
1ef3c92195
Merge branch 'develop' into remove-automation-tooltip
2023-09-25 13:58:32 +01:00
Martin McKeaveney
83f042eeaf
update name of platform users view so it rebuilds
2023-09-25 13:57:10 +01:00
Peter Clement
678afc134e
Create new component for selecting relationships
2023-09-25 13:25:23 +01:00
mike12345567
56adf75bdd
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7458
2023-09-25 12:52:47 +01:00
mike12345567
bca63eba45
Finishing out test cases for public API app export/import.
2023-09-25 12:52:29 +01:00
Dean
d6ae511eda
Refactor of the delete label logic into a block
2023-09-25 12:43:43 +01:00
melohagan
f3309a742c
Add onChange to linked rows, longform text area, and multi select arrays in automations ( #11874 )
...
* Add onChange to LinkedRowSelector
* Add onChange to Multiselect array
* Add onChange to TextArea
* lint
2023-09-25 11:50:01 +01:00
Dean
a04dd3a66d
Linting
2023-09-25 11:40:54 +01:00
Adria Navarro
a834402e16
Fix UX
2023-09-25 12:40:12 +02:00
Adria Navarro
a175fb3293
Clean code
2023-09-25 12:33:21 +02:00
Adria Navarro
86feec66b1
Custom max height
2023-09-25 12:27:28 +02:00
Adria Navarro
ab4f399033
Handle sorting
2023-09-25 12:23:17 +02:00
Dean
fcb1575da5
Added default config values for buttons on auto screen creation. Added behaviour to accomodate screens created without defaults set.
2023-09-25 10:59:34 +01:00
melohagan
05aa725b2a
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-25 10:22:44 +01:00
Adria Navarro
26362c44e8
Change spinner location
2023-09-25 11:03:35 +02:00
Adria Navarro
10fdd696c6
Clean code
2023-09-25 10:17:26 +02:00
Adria Navarro
825f1c639e
Improve readability
2023-09-25 10:16:01 +02:00
Adria Navarro
2530ebda2b
Fix tests
2023-09-25 09:48:27 +02:00
Adria Navarro
aee590bbba
Update lint
2023-09-25 09:42:48 +02:00
Martin McKeaveney
6d4e3082e3
type tidy up and lint
2023-09-24 22:07:40 +01:00
Martin McKeaveney
ba52a901a9
improved type guards
2023-09-24 20:47:29 +01:00
Martin McKeaveney
9cf41133fb
add verifiable SSO providers type
2023-09-24 19:40:37 +01:00
Samuel-Martineau
df111f8b44
Allow plugins to contribute DatasourcePlus integrations
2023-09-23 14:05:49 -04:00
Martin McKeaveney
b979b29313
e2e secure microsoft auth
2023-09-23 00:10:12 +01:00
mike12345567
c0a2940d8b
Adding basic tests for public API app export/import.
2023-09-22 18:43:18 +01:00
mike12345567
fe5cc6878b
Adding licensing checks to import/export API.
2023-09-22 17:38:34 +01:00
Adria Navarro
124ff40159
Fix types
2023-09-22 18:24:00 +02:00
Adria Navarro
02ab0a134e
Update ts to 5.x
2023-09-22 18:17:19 +02:00
Adria Navarro
3fc396db8a
Merge branch 'develop' into chore/field_with_large_relationships
2023-09-22 17:33:55 +02:00
Adria Navarro
38d6fa8b2a
Renames
2023-09-22 17:33:13 +02:00
Andrew Kingston
1fde202c49
Merge branch 'develop' into remove-default-value-conditions
2023-09-22 16:03:55 +01:00
Andrew Kingston
af2a7e39e4
Merge branch 'develop' into remove-automation-tooltip
2023-09-22 16:03:36 +01:00
Adria Navarro
0172eb2216
Merge branch 'develop' into chore/field_with_large_relationships
2023-09-22 16:12:01 +02:00
Adria Navarro
160b52c22b
Remove useFetch
2023-09-22 15:50:29 +02:00
melohagan
bb6bf65c0f
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-22 14:03:41 +01:00
mike12345567
07c7192154
Adding documentation for export endpoint.
2023-09-22 13:29:16 +01:00
melohagan
c5accec85c
Hide popover when viewing published app ( #11858 )
...
* Hide popover when viewing published app
* Refactor
2023-09-22 13:24:19 +01:00
Adria Navarro
c814e51e36
Display loader
2023-09-22 14:03:23 +02:00
Adria Navarro
b391ca37ab
Infinite scroll
2023-09-22 13:51:08 +02:00
Adria Navarro
7ad05930e1
Simplify
2023-09-22 13:07:02 +02:00
Adria Navarro
1272414a57
Filter using picker
2023-09-22 13:04:44 +02:00
Adria Navarro
85854aa8be
Keep options
2023-09-22 12:39:49 +02:00
Mel O'Hagan
3bae1662ef
Null coalesce
2023-09-22 11:35:01 +01:00
Mel O'Hagan
fc5f14e04f
Use null coalescing
2023-09-22 11:17:09 +01:00
Adria Navarro
b56081405e
Handle initial values
2023-09-22 12:16:54 +02:00
Mel O'Hagan
a790d6cd74
Let null and blank strings be saved as they are
2023-09-22 11:05:24 +01:00
Adria Navarro
506176948b
Fix
2023-09-22 11:00:56 +02:00
Andrew Kingston
10764053df
Remove form field default value settings from being updated by conditional UI
2023-09-22 09:28:37 +01:00
Andrew Kingston
41eaaaa471
Remove tooltip from automation undo redo control
2023-09-22 09:16:23 +01:00
Adria Navarro
4ca9029dc9
Fix selected value
2023-09-22 10:15:43 +02:00
Adria Navarro
06d881aa7f
Unify selectedValue func
2023-09-22 10:14:17 +02:00
Andrew Kingston
69c688a03e
Update section component grid column styles to explicit widths to prevent issues with dynamic resizing and overflow
2023-09-22 08:48:34 +01:00
mike12345567
cf24d90f4b
Base of API - still needs pro implementation.
2023-09-21 18:04:15 +01:00
Adria Navarro
013f00e90d
Clean
2023-09-21 13:24:29 +02:00
Adria Navarro
d25542f2c3
Fix search
2023-09-21 13:22:48 +02:00
Adria Navarro
2ef014b070
Prevent extra fetches when not required
2023-09-21 13:15:42 +02:00
Adria Navarro
1191e71a15
Use fetch updates for the autocomplete
2023-09-21 12:29:39 +02:00
Adria Navarro
44bf32981a
Undo changes
2023-09-21 11:39:02 +02:00
mike12345567
85887d0371
Adding test case for app import functionality.
2023-09-20 18:25:34 +01:00
mike12345567
61c12d88cf
Final work to support app update process.
2023-09-20 16:43:50 +01:00
mike12345567
1808665bb3
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7458
2023-09-20 15:50:56 +01:00
melohagan
acb53c075a
Scroll to first invalid field ( #11824 )
...
* Final actions
* Add vertical options to ScrollTo
* Remove nearest option
* Scroll to form field when invalid
* Backwards compatibility for ScrollTo action
* Revert "Final actions"
This reverts commit 910e9e6d396aa8531c9662181ebccc77b90ed0ae.
* Scroll to form field when invalid
* Remove createAutomations function
* Refactor
* Refactor
* lint
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-20 14:30:35 +01:00
Adria Navarro
8a5270c6ee
Fix
2023-09-20 13:19:38 +02:00
mike12345567
65d96b5ec5
Adding message to let user know why roles have been ignored, as well as adding test case for this.
2023-09-20 12:13:10 +01:00
Adria Navarro
31b29662d6
Handle delete behaviours
2023-09-20 12:47:47 +02:00
Adria Navarro
244af30b6a
Fix tests
2023-09-20 12:47:47 +02:00
Adria Navarro
35f1513e40
Commenting
2023-09-20 12:47:47 +02:00
Adria Navarro
af499412cf
Don't return the full user object
2023-09-20 12:47:47 +02:00
Adria Navarro
85be9d6ebd
Lint
2023-09-20 12:45:26 +02:00
mike12345567
87362be154
Removing required from roles on user API, as it is now paid.
2023-09-20 10:54:06 +01:00
Adria Navarro
d1cfb64017
Renames
2023-09-20 10:08:47 +02:00
Adria Navarro
ed830835a4
use bulk cache in processOutputBBReferences
2023-09-20 10:07:38 +02:00
Adria Navarro
58d9d3e8e8
use bulk cache in processInputBBReferences
2023-09-20 10:05:52 +02:00
Gerard Burns
ac50ce5832
Change verification banner implementation to respect portal and design app section layouts ( #11813 )
2023-09-20 08:51:13 +01:00
mike12345567
8e0cf1d087
Moving things around ready for implementation of temp db handle.
2023-09-19 18:38:44 +01:00
mike12345567
e408de539a
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7458
2023-09-19 17:31:49 +01:00
mike12345567
05e5efd2c2
Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-7258
2023-09-19 14:17:46 +01:00
mike12345567
c8775601fc
Merge branch 'fix/BUDI-7258' of github.com:Budibase/budibase into fix/BUDI-7258
2023-09-19 14:01:24 +01:00
mike12345567
e69ebfb2ab
Adding test case for row creation, don't allow user table.
2023-09-19 14:01:03 +01:00
mike12345567
e8e4dd5c90
Finishing UI - getting API ready.
2023-09-19 13:45:24 +01:00
Michael Drury
9e5b6bf654
Merge branch 'develop' into fix/BUDI-7258
2023-09-19 13:45:04 +01:00
Adria Navarro
63ab14865a
Typings
2023-09-19 14:32:16 +02:00
Adria Navarro
9cd7ef7827
Typing redis
2023-09-19 14:32:05 +02:00
Adria Navarro
6879c65a5b
Merge branch 'develop' into feature/user-column-type
2023-09-19 14:21:40 +02:00
Adria Navarro
f18063d43c
Merge branch 'develop' into backmerge-20230919
2023-09-19 14:18:17 +02:00
Adria Navarro
a891acc228
Merge pull request #11796 from Budibase/BUDI-7403/data_section_frontend
...
Data section frontend for the user column
2023-09-19 14:16:52 +02:00
Adria Navarro
e128f1c921
Fix types
2023-09-19 13:28:24 +02:00
Adria Navarro
1d63b219b8
Make use of UserDB
2023-09-19 13:28:24 +02:00
Adria Navarro
9e1ccc35ee
Handle missing users
2023-09-19 13:28:24 +02:00
Adria Navarro
7b4585ce68
Tenantid optional
2023-09-19 13:28:24 +02:00
Adria Navarro
6f1d027126
Fix test
2023-09-19 13:28:24 +02:00
Adria Navarro
4311d563d2
Add tests
2023-09-19 13:28:24 +02:00
Adria Navarro
d3b04ef4de
Add tests
2023-09-19 13:28:24 +02:00
Adria Navarro
3336433de8
User cache, get in bulk
2023-09-19 13:28:24 +02:00
Adria Navarro
6d6b3dd971
Refactor
2023-09-19 13:28:24 +02:00
Adria Navarro
1314b991c7
Value is always csv
2023-09-19 13:17:07 +02:00
Adria Navarro
235799c07d
Merge branch 'develop' into backmerge-20230919
2023-09-19 12:33:04 +02:00
Andrew Kingston
84a89ddc92
Support up to 3 lines of text in tooltips and fix icon for date fields
2023-09-19 11:07:31 +01:00
Adria Navarro
89af863c34
Lint
2023-09-19 10:14:25 +02:00
Adria Navarro
4bea599b2a
Merge branch 'feature/user-column-type' into BUDI-7455/populate_user_refs_on_get
2023-09-19 10:12:10 +02:00
Adria Navarro
9ef710c8c0
Handle bb ref only if there is a value
2023-09-19 10:07:20 +02:00
Adria Navarro
60460da4f9
Error handling
2023-09-19 10:07:20 +02:00
Adria Navarro
b808d76734
Validate objects
2023-09-19 10:07:20 +02:00
Adria Navarro
f1a1cf74bc
Validate and return csv
2023-09-19 10:07:20 +02:00
Adria Navarro
2f9843bd4c
Handle ids
2023-09-19 10:07:20 +02:00
Adria Navarro
20ab7fb24d
Renames
2023-09-19 10:06:18 +02:00
Adria Navarro
05315df183
Clean test
2023-09-19 10:06:18 +02:00
Adria Navarro
33d8b34ed7
Add tests
2023-09-19 10:06:17 +02:00
Adria Navarro
a1bb33bb4a
Process bb ref on input processing
2023-09-19 10:06:17 +02:00
Adria Navarro
9860023c9e
inputProcessing async
2023-09-19 10:06:17 +02:00
Adria Navarro
e4caf8b737
Remove context refs in row processor
2023-09-19 10:06:17 +02:00
Adria Navarro
3ee95938c3
Allow bb_refs to externals
2023-09-19 10:06:17 +02:00
Adria Navarro
18f667b596
Renamings
2023-09-19 10:06:17 +02:00
Adria Navarro
f2c31b5752
Add type
2023-09-19 10:06:17 +02:00
Adria Navarro
bedf43fb28
Rename user type
2023-09-19 10:06:17 +02:00
Adria Navarro
997e7640bf
Clean
2023-09-19 10:06:16 +02:00
Adria Navarro
00d2adccec
Merge dev fields to fields
2023-09-19 10:06:16 +02:00
Adria Navarro
ca5f7cba09
Clean
2023-09-19 10:06:16 +02:00
Adria Navarro
03c3179df4
Clean
2023-09-19 10:06:16 +02:00
Adria Navarro
752ae0ac2b
Handle internal types frontend
2023-09-19 10:06:16 +02:00
Adria Navarro
a79960bf23
Typings
2023-09-19 10:06:16 +02:00
Adria Navarro
d7436d3f97
Add user type column selector
2023-09-19 10:06:15 +02:00
Adria Navarro
a561e3f4f8
Commenting
2023-09-19 10:04:28 +02:00
Adria Navarro
847e17e04a
Change column config layout
2023-09-19 09:50:29 +02:00
mike12345567
bd197bee9e
Frontend work and basic API work for app update support.
2023-09-18 18:06:03 +01:00
Adria Navarro
3f7b615d10
Populate apps from groups while fetching apps
2023-09-18 17:58:07 +02:00
Adria Navarro
1c76a77682
Fix relationship cell
2023-09-18 15:23:05 +02:00
Adria Navarro
4599ff3b9c
Fix test
2023-09-18 14:38:40 +02:00
Adria Navarro
6aa5a9c545
Merge branch 'develop' into BUDI-7456/user_cache_bulk_get
2023-09-18 14:37:13 +02:00
Adria Navarro
437f8eeb43
Add tests
2023-09-18 13:57:59 +02:00
Adria Navarro
333b415635
Add tests
2023-09-18 13:46:59 +02:00
Adria Navarro
8c16c1908b
User cache, get in bulk
2023-09-18 13:39:05 +02:00
Gerard Burns
36acd69fdd
Note about MySQL SSL ( #11797 )
2023-09-18 12:14:12 +01:00
Adria Navarro
a620bca62b
Refactor
2023-09-18 13:10:27 +02:00
Adria Navarro
10fe86e30d
Type
2023-09-18 12:44:58 +02:00
Adria Navarro
108728ee15
Lint
2023-09-18 12:22:49 +02:00
Adria Navarro
d0197730d5
Fix initial references
2023-09-18 12:22:49 +02:00
Adria Navarro
c00443d0ad
Handle single/multiple users on creation and display
2023-09-18 12:22:48 +02:00
Adria Navarro
98a46fa155
Display
2023-09-18 12:22:48 +02:00
Adria Navarro
e06d3296b0
Fix deletion
2023-09-18 12:22:48 +02:00
Adria Navarro
79e179d726
Implement search and push
2023-09-18 12:22:48 +02:00
Adria Navarro
45a474f7ea
Fix refs
2023-09-18 12:22:48 +02:00
Adria Navarro
ae237d3714
Reference cell
2023-09-18 12:22:48 +02:00
Adria Navarro
43bbf8d093
Display icon in column
2023-09-18 12:22:48 +02:00
Adria Navarro
256ab3a296
Fix test
2023-09-18 12:22:18 +02:00
Adria Navarro
ead2a2795e
Fix deletion
2023-09-18 11:58:34 +02:00
Adria Navarro
7f6ef551c9
Return always arrays for bb processor fields
2023-09-18 11:57:27 +02:00
Andrew Kingston
11971c45cf
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-15 18:36:13 +01:00
Andrew Kingston
c7b9ebc1ba
Merge branch 'develop' into user-table-changes
2023-09-15 18:36:01 +01:00
Adria Navarro
60d94e76cf
Lint
2023-09-15 13:49:24 +02:00
Adria Navarro
29eaeacc4c
Fix deletions
2023-09-15 13:47:08 +02:00
Adria Navarro
385989eca4
Process output
2023-09-15 13:31:56 +02:00
Adria Navarro
bebe342b33
Handle output processing
2023-09-15 13:31:22 +02:00
Adria Navarro
9510c37b7a
Handle bb ref only if there is a value
2023-09-15 13:04:45 +02:00
Adria Navarro
679f56f32f
Error handling
2023-09-15 12:29:57 +02:00
Adria Navarro
d62e9a475f
Validate objects
2023-09-15 12:10:59 +02:00
Adria Navarro
0d3f9dac8c
Validate and return csv
2023-09-15 12:07:25 +02:00
melohagan
7f43db09a6
Budi 7481 initial form step binding drawer can crash ( #11751 )
...
* Type safety
* Clear localFiles is fieldState is cleared
2023-09-15 10:45:15 +01:00
Adria Navarro
1ff3f5db80
Handle ids
2023-09-15 11:21:10 +02:00
Adria Navarro
4c4c2e118b
Renames
2023-09-15 10:54:43 +02:00
Adria Navarro
8a9474c2ac
Clean test
2023-09-15 10:44:50 +02:00
Adria Navarro
e36fd75bc1
Add tests
2023-09-15 10:41:39 +02:00
Adria Navarro
0e3f316eb2
Process bb ref on input processing
2023-09-15 10:33:36 +02:00
Adria Navarro
edd8879d04
inputProcessing async
2023-09-15 10:31:54 +02:00
Adria Navarro
1cbfeafe39
Remove context refs in row processor
2023-09-15 09:56:28 +02:00
Andrew Kingston
bd5c6056d8
Update dayjs dependencies to same version and fix import syntax in DateCell
2023-09-15 08:04:17 +01:00
mike12345567
68f3197522
Moving test to where the functions are now.
2023-09-14 17:12:09 +01:00
mike12345567
8ca3f13a1c
Quick re-jig based on test failure, seems the base sql.ts is depended on fairly heavily, importing the SDK can create a lot of cycles.
2023-09-14 16:53:36 +01:00
Adria Navarro
8564509ca9
Allow bb_refs to externals
2023-09-14 17:51:09 +02:00
Adria Navarro
2c715f5144
Renamings
2023-09-14 17:49:48 +02:00
Adria Navarro
321bd8eec4
Add type
2023-09-14 17:47:45 +02:00
Adria Navarro
3ff4f9702b
Rename user type
2023-09-14 17:46:50 +02:00
Adria Navarro
6f78825592
Clean
2023-09-14 16:51:15 +02:00
Adria Navarro
78c5216ee8
Merge dev fields to fields
2023-09-14 16:49:41 +02:00
Adria Navarro
3c4e550c7d
Clean
2023-09-14 16:43:34 +02:00
Adria Navarro
1b1819b4a5
Clean
2023-09-14 16:16:47 +02:00
Adria Navarro
29b2e3b8f1
Handle internal types frontend
2023-09-14 16:06:02 +02:00
Adria Navarro
85a9b9ab21
Typings
2023-09-14 15:18:54 +02:00
Michael Drury
8573a8775f
Merge branch 'master' into fix/more-less-than-sql
2023-09-14 14:04:57 +01:00
mike12345567
217d10f5fb
Fix for more than/less than ranges, zeros were ignored when building up ranges, so that it simply acted like an upper limit, rather than a range.
2023-09-14 14:00:49 +01:00
Andrew Kingston
e659f35225
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-14 13:26:11 +01:00
Andrew Kingston
54fcc52197
Merge branch 'develop' into user-table-changes
2023-09-14 13:26:07 +01:00
mike12345567
ff5e9a468d
Add an error if trying to add new users to the user metadata table within an app - this is invalid and should throw an error.
2023-09-14 12:44:14 +01:00
mike12345567
5f82b79d40
Removing test logs.
2023-09-14 11:42:04 +01:00
mike12345567
26c6393f06
Adding retries to 409 test.
2023-09-14 11:11:05 +01:00
mike12345567
4ca9ea97b6
Get server/worker tests to run.
2023-09-14 10:55:41 +01:00
mike12345567
4daa996044
Adding console log to trigger cache bust and run tests.
2023-09-14 10:38:14 +01:00
Adria Navarro
eb748db3be
Add user type column selector
2023-09-14 10:45:27 +02:00
Adria Navarro
434a153395
Merge branch 'develop' into backmerge
2023-09-13 21:34:21 +02:00
Adria Navarro
405ea4e37b
Reverts
2023-09-13 16:39:23 +02:00
Adria Navarro
d1e1ad4930
Revert TestConfiguration changes
2023-09-13 16:33:04 +02:00
Michael Drury
b0a56f398e
Merge branch 'master' into fix/10118
2023-09-13 15:06:44 +01:00
Adria Navarro
dc29ebfe27
Fix tests
2023-09-13 15:54:44 +02:00
Adria Navarro
17c365d398
Fix tests
2023-09-13 15:39:59 +02:00
Adria Navarro
d248c7b6b8
Fix types
2023-09-13 15:26:29 +02:00
Adria Navarro
9c6e880479
Fix update datasource test helper
2023-09-13 15:03:21 +02:00
Adria Navarro
881ff02a7d
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
2023-09-13 14:49:17 +02:00
Martin McKeaveney
52d1b4d4ff
bumping to master version
2023-09-13 13:10:33 +01:00
Adria Navarro
142fb18c17
Fix tests
2023-09-13 14:09:48 +02:00
Adria Navarro
c530d5fa34
Timeout issues
2023-09-13 13:17:51 +02:00
Adria Navarro
dc5cd7cf76
Fix
2023-09-13 12:53:47 +02:00
Adria Navarro
6bae382d81
Fix tests
2023-09-13 12:23:59 +02:00
Adria Navarro
ceb3129e22
Revert relationship changes
2023-09-13 12:02:13 +02:00
Adria Navarro
823afa1f55
Run all tests
2023-09-13 11:59:34 +02:00
Adria Navarro
c7e41eacc7
Cleanup test
2023-09-13 11:00:53 +02:00
Adria Navarro
47899c669d
Use api
2023-09-13 10:39:22 +02:00
Adria Navarro
069b0d6161
Fix types
2023-09-13 10:31:39 +02:00
Adria Navarro
cf74f19381
Use test api
2023-09-13 10:13:54 +02:00
Adria Navarro
4d12ee53da
LegacyView test api
2023-09-13 09:59:17 +02:00
Adria Navarro
14259c82f3
Use test api
2023-09-13 09:57:41 +02:00
Adria Navarro
986decb103
Reduce timings
2023-09-13 09:37:11 +02:00
Adria Navarro
0c8a8e1b26
Unify
2023-09-12 21:09:25 +02:00
Adria Navarro
eee8a2e5f9
Run before alls
2023-09-12 20:49:47 +02:00
Adria Navarro
d522ff70b4
Don't create tables for each test
2023-09-12 20:47:06 +02:00
Adria Navarro
b5e6b42db2
Reuse tables
2023-09-12 20:40:00 +02:00
Adria Navarro
458de1282e
Use api for testing
2023-09-12 20:17:21 +02:00
Adria Navarro
f0872c1fa3
Improve api
2023-09-12 19:59:37 +02:00
Adria Navarro
fccb2f625c
Use configs
2023-09-12 19:39:40 +02:00
Adria Navarro
3843581e56
Unify
2023-09-12 19:31:58 +02:00
Adria Navarro
9c37f2f056
Use configs
2023-09-12 19:18:19 +02:00
Adria Navarro
cb762cc336
Use api for testing
2023-09-12 19:03:30 +02:00
Peter Clement
4be96846c9
Merge remote-tracking branch 'origin/master' into fix/creator-in-portal-bug
2023-09-12 17:28:45 +01:00
Peter Clement
2dd2dcc2cb
Role fixes
2023-09-12 17:26:41 +01:00
Adria Navarro
c3808682f8
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
2023-09-12 18:10:39 +02:00
Adria Navarro
dd47c79ef9
Replace guids by words
2023-09-12 18:09:42 +02:00
Adria Navarro
8b644555e3
Fetch primaryDisplay
2023-09-12 18:09:09 +02:00
Adria Navarro
a537b17b23
Run attachments only on internal
2023-09-12 18:07:50 +02:00
Adria Navarro
88c68cfe58
Fetch relationships on external row find
2023-09-12 18:07:20 +02:00
Martin McKeaveney
9cb35a45eb
Merge pull request #11635 from Budibase/fix/daysjs-export-err
...
Fix daysjs import error
2023-09-12 16:39:01 +01:00
Martin McKeaveney
69a64464f0
Merge pull request #11689 from Budibase/duplicate-column
...
Add option to duplicate columns
2023-09-12 16:38:20 +01:00
Martin McKeaveney
971ac82e5f
Merge pull request #11735 from Budibase/Fixed-min-value-label-number-type-column
...
Fixed typo of label for number type column.
2023-09-12 16:38:02 +01:00
Martin McKeaveney
b9c021c5f2
Merge pull request #11731 from FlaminWrap/fix-#11353
...
Fix #11353
2023-09-12 16:37:45 +01:00
Andrew Kingston
94fefb5199
Merge branch 'develop' into duplicate-column
2023-09-12 14:35:55 +01:00
mike12345567
80e217afda
Quick test to avoid scenario in future.
2023-09-12 14:23:08 +01:00
mike12345567
aed5694ac2
Adding dedicated function for removing empty filters.
2023-09-12 14:06:20 +01:00
mike12345567
aeac7aaa0c
Making sure that not all falsy values are considered invalid filter inputs.
2023-09-12 13:54:39 +01:00
Gerard Burns
4560510069
Customize signup flow BB changes ( #11706 )
...
* wip
* wip
* wip
* wip
2023-09-12 12:16:13 +01:00
Martin McKeaveney
0c19bac1ec
Merge pull request #11743 from Budibase/budi-7476-postgres-sql-invalid-time-value-error-when-saving-json-as
...
Postgres sql invalid time value error when saving json as text
2023-09-12 11:18:23 +01:00
Mel O'Hagan
91fedc8241
Merge branch 'master' into budi-7476-postgres-sql-invalid-time-value-error-when-saving-json-as
2023-09-12 10:37:30 +01:00
Mel O'Hagan
fab15e57d1
Merge branch 'master' into budi-7468-save-row-action-will-attempt-to-save-the-image-data-of-the
2023-09-12 10:29:39 +01:00
Mel O'Hagan
fac2b845a0
Merge branch 'master' into budi-7468-save-row-action-will-attempt-to-save-the-image-data-of-the
2023-09-12 10:27:10 +01:00
Mel O'Hagan
260e0b6f99
Improve default S3 subtitle
2023-09-12 10:25:10 +01:00
Adria Navarro
66524d998b
Run coerced only for internal
2023-09-12 11:02:44 +02:00
Peter Clement
d294b171c0
pro update
2023-09-12 09:40:29 +01:00
Mel O'Hagan
377fc7fc10
Updating pro reference to master
2023-09-12 09:38:33 +01:00
Peter Clement
0df9f821fe
Merge remote-tracking branch 'origin/master' into fix/remove-developer-role-from-imports
2023-09-12 09:36:11 +01:00
Peter Clement
cee89b95b1
remove reference to premium plan
2023-09-12 09:34:11 +01:00
Adria Navarro
8ee23e6168
Fix
2023-09-12 09:57:47 +02:00
Adria Navarro
c70c627fc9
Fix view test
2023-09-12 09:52:46 +02:00
Adria Navarro
a3e9765555
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
2023-09-12 09:20:00 +02:00
Mel O'Hagan
17dc01808c
Additional unit test
2023-09-11 21:35:51 +01:00
Mel O'Hagan
7147752b9c
Fix date validation regex
2023-09-11 21:26:05 +01:00
Peter Clement
491d5b2de7
Remove missed reference to developer in user import modal
2023-09-11 16:01:47 +01:00
Martin McKeaveney
722c4e6d48
merge with master
2023-09-11 11:57:18 +01:00
Conor Webb
ca743e77fb
Fixed typo of label for number type column.
2023-09-11 07:52:43 +01:00
Mel O'Hagan
c860a75978
Use asterisk instead of null
2023-09-09 00:04:42 +01:00
Mel O'Hagan
1f4c608882
S3 upload field is now simple input
2023-09-08 23:59:25 +01:00
Mel O'Hagan
139c642199
Don't send S3 image data url to rows endpoint
2023-09-08 23:53:15 +01:00
FlaminWrap
33be2d6c96
Fix #11353
...
Removes the slice as the v prefix has been removed
Addresses:
#11353
2023-09-08 21:28:25 +01:00
Adria Navarro
4e69e51cca
Fix autocolumns
2023-09-08 17:42:54 +02:00
Adria Navarro
2f5aadec4b
More fixes
2023-09-08 16:39:13 +02:00
Adria Navarro
8858fe3887
Fixes
2023-09-08 16:31:47 +02:00
Adria Navarro
1a7a1cdd1b
Fix view test
2023-09-08 16:23:34 +02:00
Andrew Kingston
32892b1ef9
Merge branch 'develop' into lab-theme-binding
2023-09-08 15:10:51 +01:00
Adria Navarro
fd023cf291
Add dist/plugins.js back
2023-09-08 15:56:31 +02:00
Adria Navarro
b63b61655b
Fixes
2023-09-08 15:54:27 +02:00
Adria Navarro
c26a4c3a11
Fixes
2023-09-08 15:46:10 +02:00
Adria Navarro
45ddd46f4c
Fix tests
2023-09-08 15:29:05 +02:00
Adria Navarro
a5142088d9
Clean tests
2023-09-08 15:09:50 +02:00
Adria Navarro
9b783e0804
Fix cleanup relationships
2023-09-08 15:08:49 +02:00
Michael Drury
9e4be3f163
Merge branch 'develop' into fix/BUDI-7449
2023-09-08 13:08:44 +01:00
Adria Navarro
5e2e43a7d7
Clean configs
2023-09-08 13:52:17 +02:00
Andrew Kingston
47a313d099
Merge branch 'develop' into user-table-changes
2023-09-08 11:10:06 +01:00
Andrew Kingston
6785ec281b
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-08 11:09:07 +01:00
Andrew Kingston
bac5d52107
Add users table button explaining why it is readonly
2023-09-08 11:05:09 +01:00
Andrew Kingston
8375297f2d
Make users table readonly and add WIP for button explaining change
2023-09-08 09:56:01 +01:00
Adria Navarro
9e799c6b93
Legacy views tests
2023-09-08 10:43:19 +02:00
Adria Navarro
93e9b1b8b4
Fix tests
2023-09-08 10:34:45 +02:00
Adria Navarro
3912517f67
Do not validate external
2023-09-08 10:22:24 +02:00
Adria Navarro
93124d804b
Fix validate test
2023-09-08 10:17:22 +02:00
Adria Navarro
2c6df74755
Fix more tests
2023-09-08 10:12:46 +02:00
Adria Navarro
f8adbb86a0
Fix tests
2023-09-08 10:04:49 +02:00
Adria Navarro
c6621e8c49
Type response
2023-09-08 10:04:35 +02:00
Adria Navarro
e2b8226de1
Merge branch 'develop' into BUDI-7367/ds_plus_row_unittest
2023-09-08 09:11:27 +02:00
Adria Navarro
f61abd1f1d
Revert "Clean backend-core package"
2023-09-07 21:14:38 +01:00
Adria Navarro
4177008bc2
Merge branch 'develop' into chore/clean_npm_package
2023-09-07 20:38:31 +02:00
Martin McKeaveney
b748149068
fix for app backups not being shown
2023-09-07 19:06:58 +01:00
Adria Navarro
847d8f0732
Update pro ref
2023-09-07 19:54:37 +02:00
Adria Navarro
3b69acc166
Merge branch 'develop' into update-node-types
2023-09-07 19:50:39 +02:00
Martin McKeaveney
ab5753273d
fix for legacy custom roles
2023-09-07 18:50:07 +01:00
Adria Navarro
f6d1344ea5
Update pro ref
2023-09-07 19:49:55 +02:00
Michael Drury
7bb1db6c1d
Merge branch 'develop' into fix/shared-core-dev
2023-09-07 17:07:41 +01:00
mike12345567
2b87514cf4
Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-7449
2023-09-07 17:02:31 +01:00
mike12345567
662e8d9c31
Quick fix for disabling formula changing, swapping between static and dynamic can cause problems.
2023-09-07 17:02:11 +01:00
Mitch-Budibase
2502d87326
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-07 16:51:24 +01:00
Mitch-Budibase
64ec4fe9e2
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-07 16:39:37 +01:00
Michael Drury
fe39bdfbfb
Merge branch 'develop' into fix/shared-core-dev
2023-09-07 16:33:05 +01:00
Michael Drury
8b4c4fd3d7
Merge branch 'develop' into fix/BUDI-7447
2023-09-07 16:32:54 +01:00
mike12345567
2f115b5b64
Quick fix for automation timing.
2023-09-07 15:27:52 +01:00
Adria Navarro
7bd91ebb7f
Fix
2023-09-07 16:25:13 +02:00
Adria Navarro
205d33f172
Clean cypress refs
2023-09-07 15:37:22 +02:00
Adria Navarro
8781ca0be7
Remove cypress dependencies
2023-09-07 15:27:13 +02:00
mike12345567
425c9cb112
Merge branch 'develop' of github.com:Budibase/budibase into fix/shared-core-dev
2023-09-07 14:03:32 +01:00
Mitch-Budibase
827f502611
Update pro reference
2023-09-07 11:06:56 +01:00
Mitch-Budibase
1aa2db275f
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-07 10:32:30 +01:00
mike12345567
ad1d25badf
Updating pro to develop.
2023-09-07 10:32:00 +01:00
Adria Navarro
f691987e65
Update node types
2023-09-07 11:21:41 +02:00
mike12345567
346060092a
Updating pro to master reference.
2023-09-07 10:17:33 +01:00
Adria Navarro
2a3e83e53d
Fix linting issues
2023-09-07 09:46:30 +01:00
Adria Navarro
aca2d7be5b
Remove src and test from the backend-core npm
2023-09-07 09:54:17 +02:00
Martin McKeaveney
4668315acd
Merge branch 'develop' of github.com:Budibase/budibase into develop
2023-09-06 18:30:16 +01:00
Martin McKeaveney
f6b15b0632
Merge branch 'branding-self-host' of github.com:Budibase/budibase into develop
2023-09-06 18:30:01 +01:00
mike12345567
c361588bd4
Updating the yarn dev process to not include a removal of the dist directory as part of the streamed watchers - this seems to create a problem for shared core and moving this up a level to a parallel run before the watchers massively improves stability.
2023-09-06 18:17:44 +01:00
Andrew Kingston
a880960f98
Merge branch 'develop' into cheeks-lab-day-portal-poc
2023-09-06 17:00:26 +01:00
Andrew Kingston
dc70df3a2c
Merge branch 'develop' into duplicate-column
2023-09-06 17:00:05 +01:00
Andrew Kingston
32108abbc0
Remove logs
2023-09-06 16:59:30 +01:00
Andrew Kingston
0bda4a1952
Add option to duplicate columns
2023-09-06 16:56:27 +01:00
melohagan
3f1ec54fe9
Relationship picker searching enhancement ( #11639 )
...
* Search for initially set value and add to options
* Only append option if needed
* Handle change
* Open dropdown on search
* Avoid duplicates
* Add client side search
* lint
* Offset popover
* refactor
* Refactor
* refactor
2023-09-06 16:38:11 +01:00
Andrew Kingston
f972aa340a
Ensure invalid app IDs redirect properly without issues in portal
2023-09-06 16:22:47 +01:00
Mitch-Budibase
27ce59eaa2
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-06 16:02:59 +01:00
Andrew Kingston
3c3c4cf8b1
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-poc
2023-09-06 14:27:43 +01:00
Andrew Kingston
de948f6065
Only show edit button if user is a builder for this apps
2023-09-06 14:25:58 +01:00
Andrew Kingston
fdfe09f8d0
Clean up and use existing components
2023-09-06 14:15:43 +01:00
Andrew Kingston
dd8b89d4e0
Update side bar to use square styles in line with the builder
2023-09-06 13:14:35 +01:00
Adria Navarro
45585d263a
Build backend-core/tests via tsc
2023-09-06 13:14:59 +02:00
Adria Navarro
7a8eab863c
Fix tests
2023-09-06 13:03:35 +02:00
Adria Navarro
3fe7a9f4cb
Unmock pg
2023-09-06 12:51:08 +02:00
Andrew Kingston
6e4ce346cf
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-poc
2023-09-06 11:36:09 +01:00
Andrew Kingston
256ee25609
Merge branch 'develop' into cheeks-fixes
2023-09-06 11:34:41 +01:00
Adria Navarro
43713e1db5
Publish src code in the npm package
2023-09-06 12:04:04 +02:00
Mitch-Budibase
6fb012dc04
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-06 10:19:21 +01:00
Peter Clement
1a9cc7551b
Merge remote-tracking branch 'origin/develop' into picker-bug
2023-09-06 10:18:40 +01:00
mike12345567
259e739490
Merge branch 'develop' of github.com:Budibase/budibase into fix/relationship-toast
2023-09-06 10:10:07 +01:00
Peter Clement
f602eb9fb0
Merge remote-tracking branch 'origin/develop' into picker-bug
2023-09-06 10:10:02 +01:00
mike12345567
9c32f278b7
Revert "Quick fix issue integration tests have displayed, retrieving users through the public API was broken due to a lack of app ID in context."
...
This reverts commit 0cd05a4adf
.
2023-09-06 10:09:45 +01:00
Peter Clement
0168ee335b
remove trailing character from picker
2023-09-06 10:09:10 +01:00
Dean
4a1e969b7c
PR Feedback and fixes for the edit field popover
2023-09-06 09:09:43 +01:00
Adria Navarro
0f0533ff2b
Merge branch 'develop' into fix/backend-core-test-types
2023-09-06 10:08:46 +02:00
Adria Navarro
743fe0e05c
Keep types field
2023-09-06 09:28:57 +02:00
José Vte. Calderón
b3e2c6334c
Merge branch 'develop' into fix/daysjs-export-err
2023-09-06 08:01:43 +02:00
Adria Navarro
1c8060272d
Fix import
2023-09-06 01:49:54 +02:00
Adria Navarro
73d9be4161
Allow silent scripts
2023-09-06 01:45:59 +02:00
Adria Navarro
b0dc777af7
Fix role tests
2023-09-06 01:34:39 +02:00
Adria Navarro
b3fc110899
Fix versions
2023-09-06 01:10:30 +02:00
Adria Navarro
9651def415
Fix types
2023-09-06 00:58:33 +02:00
Adria Navarro
cd8e667f39
Fix permission sdk usage on auth middleware
2023-09-06 00:23:19 +02:00
mike12345567
0cd05a4adf
Quick fix issue integration tests have displayed, retrieving users through the public API was broken due to a lack of app ID in context.
2023-09-05 19:58:03 +01:00
mike12345567
ad46ff6f8c
Updating to accept action as an object specifier.
2023-09-05 19:33:43 +01:00
Adria Navarro
2427f79229
Merge branch 'develop' into fix/jest_relative_mocks
2023-09-05 16:51:42 +02:00
Adria Navarro
5a4d032b0d
Build dist/tests
2023-09-05 16:44:02 +02:00
mike12345567
fef5c2a003
Quick fix for relationship toast.
2023-09-05 15:37:18 +01:00
mike12345567
5a1b67b830
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
2023-09-05 15:25:51 +01:00
Adria Navarro
7ff6714ff8
Use esbuild js
2023-09-05 16:19:15 +02:00
Adria Navarro
d3f4cde372
Update test entry point
2023-09-05 15:47:15 +02:00
Adria Navarro
fa38057fb6
Keep structure building test dist
2023-09-05 15:46:39 +02:00
Mitch-Budibase
720516ed9f
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-05 13:44:54 +01:00
Dean
61cbd45806
Fix for default create row label in table block. Ensure its always visible
2023-09-05 13:32:54 +01:00
mike12345567
c6223ca935
Linting.
2023-09-05 12:33:01 +01:00
mike12345567
83875cd2d6
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
2023-09-05 12:29:27 +01:00
mike12345567
d096f359d7
Revert "Revert "Merge branch 'develop' into master""
...
This reverts commit 3265042025
.
2023-09-05 12:28:56 +01:00
Peter Clement
1997cb5d6b
readibility update
2023-09-05 12:28:03 +01:00
Peter Clement
70c71c13bf
remove redudant delete
2023-09-05 12:20:39 +01:00
Dean
b923d24d56
Removed debugging console statement
2023-09-05 11:56:23 +01:00
Dean
c6bd81ba21
Fix for datasource reset on formblock. Added 'resetOn' to the manifest to trigger a clear when the configured field is cleared
2023-09-05 11:40:52 +01:00
Adria Navarro
f476c84bc2
Run row api for pg
2023-09-05 12:09:11 +02:00
Adria Navarro
14303c9eb0
Extend test create api
2023-09-05 11:41:30 +02:00
Peter Clement
ff8ee8d987
Merge remote-tracking branch 'origin/develop' into fix/per-app-fixes
2023-09-05 10:37:57 +01:00
Adria Navarro
887ebb2eeb
Simplify
2023-09-05 11:16:37 +02:00
Peter Clement
9c30d79093
formatting
2023-09-05 10:13:23 +01:00
Adria Navarro
6240740a42
Simplify
2023-09-05 11:11:47 +02:00
Peter Clement
c16fd53b0a
add developer label back and improve invite flow
2023-09-05 09:58:05 +01:00
Adria Navarro
b27899b1e6
Redo helpers
2023-09-05 10:47:59 +02:00
Peter Clement
6d3a7727eb
fixes for perr app builder and refactoring based on comments
2023-09-05 09:25:06 +01:00
Andrew Kingston
53987ca2df
Upate search bar font
2023-09-05 07:45:22 +01:00
Adria Navarro
57801b5bcc
Use docker utils helpers
2023-09-04 19:05:18 +02:00
Adria Navarro
baab7d3fb5
Use docker utils helpers
2023-09-04 19:05:11 +02:00
Adria Navarro
e4479ee522
Use docker utils helpers
2023-09-04 19:05:04 +02:00
Adria Navarro
8931309669
Datasource test api
2023-09-04 18:53:32 +02:00
Andrew Kingston
2c425073c7
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-poc
2023-09-04 16:10:39 +01:00
Adria Navarro
5ee4f6f6cc
Clean code
2023-09-04 17:03:25 +02:00
Adria Navarro
cb6977a18b
Create non-plus datasource
2023-09-04 17:01:49 +02:00
Adria Navarro
122cd843ab
Type ds in testconfiguration
2023-09-04 16:25:34 +02:00
Adria Navarro
c5e061c9bf
Fix types
2023-09-04 16:22:50 +02:00
Adria Navarro
111e999962
Merge branch 'develop' into BUDI-7393/use_permissions_on_middleware
2023-09-04 15:51:45 +02:00
Adria Navarro
d16110ca73
Fix tests
2023-09-04 15:49:58 +02:00
Adria Navarro
ad8fb01657
Use permissions sdk on authorized middleware
2023-09-04 14:13:10 +02:00
Adria Navarro
f6329e6a22
Add tests
2023-09-04 14:12:37 +02:00
Adria Navarro
fc0ee3f462
Types
2023-09-04 13:23:21 +02:00
Adria Navarro
f6e5e9ad6b
Fix test after rebase
2023-09-04 12:35:35 +02:00
Adria Navarro
2c70543d5c
Merge branch 'develop' into BUDI-7189/fix/legacy_views_permissions
2023-09-04 12:34:19 +02:00
Adria Navarro
5429c03741
Fix renamings
2023-09-04 12:28:10 +02:00
Adria Navarro
900c773ce9
Renamings
2023-09-04 12:17:37 +02:00
Adria Navarro
8b5700774b
Add test
2023-09-04 12:16:44 +02:00
Adria Navarro
d68d449f1f
DRY
2023-09-04 12:11:59 +02:00
Adria Navarro
a012c0a458
Add back base default legacy views permissions
2023-09-04 12:00:58 +02:00
Andrew Kingston
770216ccf1
Merge branch 'master' into dean-bug-fixes
2023-09-04 10:17:10 +01:00
Peter Clement
24abd91600
Fix issue around adding of admin users
2023-09-04 09:37:10 +01:00
Peter Clement
190e29e043
fix issue with counting of groups and apps
2023-09-04 09:36:48 +01:00
Andrew Kingston
cf33680b1e
Fix crash when converting form fields with a schema that doesn't contain a certain field
2023-09-04 09:05:33 +01:00
Adria Navarro
a1da8e495c
Merge branch 'develop' into BUDI-7393/display_inheritance_permission
2023-09-04 09:53:34 +02:00
Adria Navarro
5599e44422
Fix tests
2023-09-04 09:40:56 +02:00
Andrew Kingston
401c12732f
Fix datasource definitions to ensure they work with both tables and views, for both type datasource and type table, and fix bindings
2023-09-04 08:37:24 +01:00
Adria Navarro
bb8aacd830
Improve messaging
2023-09-01 17:23:47 +02:00
Adria Navarro
3e3b965bb3
Rename
2023-09-01 17:03:40 +02:00
Adria Navarro
0dc03abe5f
Display dependant info
2023-09-01 17:03:33 +02:00
Rory Powell
9444b01756
Update pro ref
2023-09-01 15:23:47 +01:00
Rory Powell
64af549341
Revert "Merge pull request #11489 from Budibase/fix/automation-disable"
...
This reverts commit e6319cce67
, reversing
changes made to 7c12280fe3
.
2023-09-01 15:12:23 +01:00
Mitch-Budibase
166a6fb44d
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-09-01 13:44:08 +01:00
Andrew Kingston
3d7a2d4ba9
Ensure resourceId is specified when creating default table datasources
2023-09-01 11:49:46 +01:00
Martin McKeaveney
5845884e77
Revert "don't recreate secret after first deploy, bump vm2 deps"
2023-09-01 11:30:05 +01:00
Adria Navarro
a541bde7e1
Secure view read
2023-09-01 12:19:16 +02:00
Adria Navarro
8c801f2bbe
Handle disabled
2023-09-01 11:44:40 +02:00
Adria Navarro
5b7756936d
Change api interfaces
2023-09-01 11:33:59 +02:00
Andrew Kingston
d47bb4f191
Show tooltip when initially applying filters to a table
2023-09-01 10:07:37 +01:00
Adria Navarro
466f1e6132
Display inherit option
2023-09-01 10:52:06 +02:00
Andrew Kingston
0b7998f898
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-09-01 09:42:07 +01:00
Adria Navarro
bdaf179f20
Remove placeholder
2023-09-01 10:16:49 +02:00
Adria Navarro
3192bbe4dd
Clean
2023-09-01 09:56:12 +02:00
Adria Navarro
5d870fb41a
Rename
2023-09-01 09:50:55 +02:00
Adria Navarro
774ff745b6
Return role origin
2023-09-01 09:40:29 +02:00
Mitch-Budibase
6c0c179783
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-08-31 15:49:52 +01:00
Dean
dfe1310ac4
Merge remote-tracking branch 'origin/develop' into fix/blank-screen-create
2023-08-31 15:07:26 +01:00
Dean
cd30c45ca5
Fix for error seen when creating blank screen
2023-08-31 14:50:28 +01:00
Rory Powell
fc5c63df55
Revert "Fix: Remove unused usage of `@budibase/types` in frontend-core"
2023-08-31 14:49:08 +01:00
jvcalderon
9fb2d89a33
Fix daysjs import error
2023-08-31 15:11:39 +02:00
José Vte. Calderón
67a47bb2f3
Merge branch 'develop' into fix/remove-unused-budibase-types-usage
2023-08-31 13:16:21 +02:00
Adria Navarro
a56712f4d7
Change shape
2023-08-31 13:01:17 +02:00
Adria Navarro
bbc484e2c4
Handle frontend levels
2023-08-31 13:00:51 +02:00
Andrew Kingston
bc8ebc42f9
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-08-31 11:29:54 +01:00
Rory Powell
1210af3563
Fix: Remove unused usage of `@budibase/types` in frontend-core
2023-08-31 11:12:19 +01:00
Peter Clement
2360e5d8a5
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-31 11:07:39 +01:00
Peter Clement
33adc9960b
more developer references removed
2023-08-31 11:01:24 +01:00
Peter Clement
61e2aad44b
remove more reference of developer
2023-08-31 10:59:50 +01:00
Peter Clement
ddf9e734f4
pr comments and bug fixes
2023-08-31 10:36:27 +01:00
Adria Navarro
566f9ecd22
Create remove permission js api
2023-08-31 10:53:25 +02:00
Adria Navarro
dcd8c3b289
Move permissions code to sdk
2023-08-31 10:36:17 +02:00
Adria Navarro
d36c7d744f
Rename
2023-08-31 10:24:52 +02:00
Dean
2f36b2f805
Ensure the default export value is only set once
2023-08-31 08:51:00 +01:00
Andrew Kingston
8c889b873c
Filter out invalid fields from fieldconfiguration (we don't allow formula and nested JSON fields in forms)
2023-08-31 08:50:36 +01:00
Andrew Kingston
471a5838a3
Ensure null IDs are pruned from draggable list to avoid crashing
2023-08-31 08:50:06 +01:00
Dean
4d2f76e5be
Fix for view export filtering and view tableblock exception
2023-08-31 08:42:31 +01:00
Peter Clement
7c8914207b
fix invite user flow
2023-08-30 16:43:24 +01:00
Andrew Kingston
7a8d042256
Update px style to use spacing var
2023-08-30 16:00:16 +01:00
Andrew Kingston
63f7fd3bf2
Remove duplicate code for deleting viewId from rows before deletion
2023-08-30 15:50:57 +01:00
Andrew Kingston
230138d540
Fix wrong comment
2023-08-30 15:47:29 +01:00
Andrew Kingston
4bdc35eec2
Remove extraneous check if view ID exists
2023-08-30 15:46:48 +01:00
Andrew Kingston
7505eccbbc
Use selected view table ID to check if a datasource contains the selected view V2
2023-08-30 15:44:30 +01:00
Andrew Kingston
db28b29cf7
Prevent views with same name but different casing
2023-08-30 15:40:26 +01:00
Mitch-Budibase
256cdb0239
Update pro
2023-08-30 15:14:57 +01:00
Mitch-Budibase
178b807573
Merge branch 'develop' into account-portal-auth-api-testing-2
2023-08-30 15:14:48 +01:00
Adria Navarro
cefb57d78a
Merge branch 'develop' into views-v2-frontend
2023-08-30 15:12:56 +02:00
Adria Navarro
691d7c22cb
Merge branch 'develop' into BUDI-7393/allow-view-permissions
2023-08-30 15:01:02 +02:00
Peter Clement
86c35a2266
add invite user button
2023-08-30 13:44:36 +01:00
Peter Clement
adef9a17eb
remove logs
2023-08-30 10:51:32 +01:00
Peter Clement
84571e36c2
use display to hide picker button instead of prop
2023-08-30 10:50:49 +01:00
Peter Clement
2aff73ac25
Update user pages to account for creator role
2023-08-30 10:50:19 +01:00
Dean
eb6269a0bb
Refactor theme binding into device databindings fn
2023-08-30 09:27:23 +01:00
Peter Clement
7dfc516758
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-30 09:06:13 +01:00
Dean
f7d0f98a45
Merge remote-tracking branch 'origin/develop' into lab-theme-binding
2023-08-30 09:06:01 +01:00
Peter Clement
6bf343078c
update role label to member
2023-08-30 09:05:58 +01:00
Rory Powell
5726fa86be
Update CLI PH Token
2023-08-30 08:37:29 +01:00
Andrew Kingston
c2b6a7d016
Ensure grid metadata is saved when creating views, even if not yet associated with the table
2023-08-30 08:21:10 +01:00
Andrew Kingston
37158ea387
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-30 08:06:19 +01:00
Adria Navarro
f47a2c3016
Merge pull request #11615 from Budibase/BUDI-7189/views_on_plus_ds
...
Support views on plus datasources
2023-08-30 00:51:45 +02:00
Peter Clement
b5a1c31034
more code tidy up
2023-08-29 22:07:55 +01:00
Peter Clement
ac34f1129c
code tidy up
2023-08-29 21:54:15 +01:00
Adria Navarro
8e4138f50d
Lint
2023-08-29 18:32:18 +02:00
Martin McKeaveney
ae71b5a7bd
update pro ref
2023-08-29 17:22:17 +01:00
Dean
e412f2ae16
Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates
2023-08-29 17:20:33 +01:00
Dean
3bdb1ea877
PR Feedback updates
2023-08-29 17:11:25 +01:00
Martin McKeaveney
6ac0f3e8bc
Merge branch 'master' into fix/security-deps
2023-08-29 16:56:31 +01:00
Adria Navarro
24332f2f45
Fix tests
2023-08-29 16:39:19 +02:00
Adria Navarro
ed9e0ed2ff
Test external
2023-08-29 16:13:44 +02:00
Peter Clement
f456210224
fix constants definition
2023-08-29 14:54:02 +01:00
Peter Clement
a7241487fd
use constants instead of hard coding:
2023-08-29 14:45:42 +01:00
Peter Clement
8b8bce186c
builder side panel changes to support inviting creators
2023-08-29 14:41:56 +01:00
Peter Clement
e88efe2d1a
update picker to allow only popover
2023-08-29 14:41:34 +01:00
Adria Navarro
0fe02c189c
Copy change
2023-08-29 15:41:31 +02:00
Peter Clement
ac2389c445
update api to take a per app builder
2023-08-29 14:40:56 +01:00
Adria Navarro
6f2aa32878
Implement external
2023-08-29 15:39:56 +02:00
Martin McKeaveney
79065f6689
update pro ref
2023-08-29 14:28:11 +01:00
Martin McKeaveney
3265042025
Revert "Merge branch 'develop' into master"
...
This reverts commit 99adc2039b
, reversing
changes made to fec20e526e
.
2023-08-29 14:27:39 +01:00
Peter Clement
fc3d6ad963
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-29 13:05:56 +01:00
Adria Navarro
7e2ecc1b3a
Split between internal and external views
2023-08-29 13:35:22 +02:00
Adria Navarro
bf59ecf6b7
Split between internal and external views
2023-08-29 13:35:12 +02:00
Adria Navarro
12b869d7d1
Display required license
2023-08-29 12:47:15 +02:00
Adria Navarro
ce11a5a852
Lock feature based on ff
2023-08-29 12:47:15 +02:00
Adria Navarro
33ed4e1cbf
Merge branch 'develop' into views-v2-frontend
2023-08-29 12:45:23 +02:00
Adria Navarro
d1e346f5e5
Update pro ref
2023-08-29 12:36:59 +02:00
Adria Navarro
26e5648602
Update pro ref
2023-08-29 12:13:48 +02:00
Dean
5365de6a8d
POC
2023-08-29 09:19:11 +01:00
Peter Clement
34a125f90d
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-29 08:56:25 +01:00
Martin McKeaveney
26aa47078b
Merge branch 'master' into fix/security-deps
2023-08-25 18:35:27 +01:00
Andrew Kingston
02d2f9d875
Remove more usage of accumulators because they're evil
2023-08-25 16:53:45 +01:00
Andrew Kingston
6c38eb5a4c
Add back in auto focus behaviour to modals but disable it for screen creation
2023-08-25 16:45:41 +01:00
Andrew Kingston
abbc4f7d2a
Remove tests which are no longer relevant
2023-08-25 16:27:39 +01:00
Andrew Kingston
100c6450dc
Update view tests
2023-08-25 15:50:29 +01:00
Andrew Kingston
e82c08ea3e
Fix row tests
2023-08-25 15:28:29 +01:00
Andrew Kingston
8e74fc65d1
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-25 15:23:33 +01:00
Andrew Kingston
dcb6350339
Enable creating views for SQL tables
2023-08-25 15:21:59 +01:00
Dean
ef6f8e2abf
Lint fixes
2023-08-25 15:14:49 +01:00
Andrew Kingston
2bbdb5ce46
Fix prod bug where screens are not deleted when the backing table is
2023-08-25 12:29:32 +01:00
Andrew Kingston
22f34d83ee
Update table deletion to properly delete screens
2023-08-25 12:21:19 +01:00
Andrew Kingston
09ad3e73ae
Rewrite most of the screen creation code to account for views and clean up mess
2023-08-25 12:14:17 +01:00
Dean
13f6fed101
UX Enhancements and custom positioning behaviour for the popover
2023-08-25 11:19:28 +01:00
Andrew Kingston
71c092be1e
Stop focusing submit button in modals as this causes long modals to scroll to the bottom
2023-08-25 09:49:04 +01:00
Peter Clement
d2284c2f0a
fix sorting of users and groups
2023-08-25 09:44:29 +01:00
Andrew Kingston
1210db575a
Update row explorer block setting label to account for views as well
2023-08-25 09:38:43 +01:00
Andrew Kingston
d6688d1914
Use view name when generating bindings
2023-08-25 09:35:30 +01:00
Andrew Kingston
118bf9e9c3
Add ID and rev as filterable fields for views
2023-08-25 09:31:03 +01:00
Andrew Kingston
1dcc0b3d38
Updated leftover broken reference to function
2023-08-25 09:24:16 +01:00
Andrew Kingston
aa3840833e
Fix selection indicators inside side panels
2023-08-25 09:20:00 +01:00
Dean
7492a70bcf
Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates
2023-08-25 09:06:24 +01:00
Martin McKeaveney
2eb78fb23d
don't recreate secret after first deploy, bump vm2 deps
2023-08-24 17:12:48 +01:00
Peter Clement
5226f7389b
fix bug with app not being shown to per app builder
2023-08-24 16:41:52 +01:00
Andrew Kingston
f7805ef5f9
Fix table blocks not being able to create rows through V2 views
2023-08-24 16:29:21 +01:00
Andrew Kingston
8269ecf237
Update automatic dataprovider hot reloading to support views
2023-08-24 16:20:32 +01:00
Andrew Kingston
d109411ed8
Update fetch row action to support views
2023-08-24 16:16:28 +01:00
Andrew Kingston
5763a9843c
Update duplicate rows action to support views V2
2023-08-24 16:14:37 +01:00
Andrew Kingston
fd71ad57da
Add better support for generic DS+ into databindings and update save row to work with view V2s
2023-08-24 16:12:12 +01:00
Jonny McCullagh
6826f48743
merge master changes into develop ( #11590 )
...
* Return the actual objects (#11570 )
* Bump version to 2.9.30
* trigger a feature branch on pull request (#11584 )
trigger a feature branch on pull request
* Bump version to 2.9.31
* Bump version to 2.9.32
---------
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Budibase Staging Release Bot <>
2023-08-24 15:51:46 +01:00
Andrew Kingston
c78fcb2ba6
Ensure 'table' type settings are migrated and handled properly. Allow deleting rows from views
2023-08-24 15:50:57 +01:00
Peter Clement
d5aa975593
add per app builder support when adding groups
2023-08-24 15:42:32 +01:00
Dean
32f8638ffd
Removed comment
2023-08-24 15:40:03 +01:00
Dean
3f51b5aa90
Fix for buttons section display config.
2023-08-24 15:35:12 +01:00
Dean
38e46dfa15
Added fix for ComponentSettingSection component location
2023-08-24 15:26:00 +01:00
Andrew Kingston
b6e675e3ff
Migrate DS+ settings without keys
2023-08-24 15:15:15 +01:00
Jonny McCullagh
99adc2039b
Merge branch 'develop' into master
2023-08-24 15:04:47 +01:00
Dean
dc500ba290
Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates
2023-08-24 14:43:50 +01:00
Dean
1ec2faf74d
List refinement, Form Block UX updates for action type. Bug fixes for FormBlock bindings. TableBlock UX updates and Component Setting updates
2023-08-24 14:39:53 +01:00
Andrew Kingston
50e3a66f92
Fix notifications in grid block in client apps
2023-08-24 12:26:46 +01:00
Andrew Kingston
409df71c12
Add hover color to divider in screen list
2023-08-24 12:11:22 +01:00
Andrew Kingston
a22fc8d208
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-24 12:07:23 +01:00
Peter Clement
6b14353dcb
update side panel to enable selecting of creator role
2023-08-24 11:40:00 +01:00
Peter Clement
f7e43a766d
add tag support to picker
2023-08-24 11:38:50 +01:00
Peter Clement
8d5f6cf7af
add api for per app builder and help function
2023-08-24 11:38:12 +01:00
Adria Navarro
388731bd9e
Merge branch 'develop' into BUDI-7393/allow-view-permissions
2023-08-24 13:36:07 +03:00
Adria Navarro
c0581408e9
Add extra tests
2023-08-24 11:48:38 +02:00
Adria Navarro
12be5a3d83
Setuo init pro mocks
2023-08-24 11:47:51 +02:00
Adria Navarro
3e70369832
Use
2023-08-24 11:47:42 +02:00
Adria Navarro
cfeb6993cc
Test authorised view use cases
2023-08-24 11:46:36 +02:00
Adria Navarro
8359185a22
Add unhappy paths tests
2023-08-24 11:23:30 +02:00
Adria Navarro
84a6f239a9
Migrate tests to ts
2023-08-24 11:05:31 +02:00
Andrew Kingston
a6e000ed34
Merge branch 'develop' into design-section-feature-branch
2023-08-24 09:23:30 +01:00
Adria Navarro
9a7a3b9c72
Rename test
2023-08-24 10:23:21 +02:00
Adria Navarro
bfa2b491f3
Allow view permission type
2023-08-24 10:22:08 +02:00
Adria Navarro
972cc9916b
Add inheritance tests
2023-08-24 09:39:38 +02:00
Adria Navarro
b380207064
Merge resource and authorized, allowing transformers
2023-08-24 09:36:44 +02:00
Adria Navarro
9a15277fa1
Split authorized middleware to handle resource id fetch
2023-08-24 09:11:54 +02:00
Adria Navarro
b4a824a843
Update pro ref
2023-08-24 09:06:42 +02:00
Adria Navarro
1a88a9078d
Merge branch 'develop' into BUDI-7393-view-permissions-behind-feature-flag
2023-08-24 08:39:53 +02:00
Andrew Kingston
4192618bdf
Handle missing required columns in views by showing errors
2023-08-23 18:56:04 +01:00
Andrew Kingston
f421ef54f3
Merge branch 'develop' of github.com:Budibase/budibase into design-section-feature-branch
2023-08-23 18:45:35 +01:00