Adria Navarro
534b4fffb4
Allow hiding config
2023-06-28 14:33:52 +01:00
Gerard Burns
099eee5f8c
Fix table selection ( #11050 )
2023-06-28 12:14:23 +01:00
Andrew Kingston
801f5655ac
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-06-27 16:50:51 +01:00
Michael Drury
f7cdf5f2bc
Merge pull request #11001 from Budibase/feature/custom-role-readable-ids
...
Custom roles - readable IDs
2023-06-27 16:17:08 +01:00
Andrew Kingston
8c9d4a9126
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-06-27 16:09:59 +01:00
Gerard Burns
c749209172
PR Feedback
2023-06-27 15:49:17 +01:00
mike12345567
fc537a0aab
Further PR comments.
2023-06-27 14:56:24 +01:00
Gerard Burns
4387eb2a67
Update datasource config to use tabs
2023-06-27 14:33:11 +01:00
Andrew Kingston
73ea1022eb
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-06-26 18:13:56 +01:00
Andrew Kingston
4d3ea4cc3e
Merge pull request #11029 from Budibase/use-modal-for-editing-datasources-v3
...
Use modal for editing datasources v3
2023-06-26 18:11:16 +01:00
Gerard Burns
6b36b8824e
PR Feedback
2023-06-26 15:49:42 +01:00
Gerard Burns
601a855f13
filter out REST fields
2023-06-26 14:32:14 +01:00
Gerard Burns
88582b871e
replace use of datasources.save with datasources.update
2023-06-26 14:15:04 +01:00
Gerard Burns
f3d5e2b4a0
remove builderstore/datasource
2023-06-26 13:44:23 +01:00
Gerard Burns
3771ab2ffc
Update datasource config editing
2023-06-26 13:31:16 +01:00
mike12345567
b94801d10a
Merge branch 'develop' of github.com:Budibase/budibase into feature/custom-role-readable-ids
2023-06-26 12:39:41 +01:00
Andrew Kingston
6d38bdcd64
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-06-26 11:32:54 +01:00
Andrew Kingston
325818748e
Merge pull request #10962 from Budibase/grid-block
...
Grid block
2023-06-26 11:32:04 +01:00
Andrew Kingston
2a2215f485
Display users table as its own option at the very top of the datasource list
2023-06-26 10:50:54 +01:00
Gerard Burns
1606ca0c84
Refactor Datasource Creation Modal ( #10783 )
2023-06-26 09:52:02 +01:00
Andrew Kingston
aebc3b2bb8
Merge branch 'develop' of github.com:Budibase/budibase into grid-block
2023-06-26 09:05:06 +01:00
mike12345567
3d3efadb37
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-06-23 15:19:49 +01:00
Andrew Kingston
007b6d605b
Merge pull request #10917 from Budibase/fix/datasource-409
...
Fix datasource conflicts
2023-06-23 11:54:15 +01:00
mike12345567
5373b867e1
Fix for #10949 - the relationship types were always locked to be the same, which means that the foreign key wasn't being updated correctly as the backend was not aware of which side was the one-to-many side.
2023-06-22 12:32:39 +01:00
Andrew Kingston
bcbeae2279
Rework grid buttons, removing add row and add column buttons, and compression height and width into new size button
2023-06-22 08:16:59 +01:00
mike12345567
45120c60ba
Getting basic regex in place to make sure role names can be IDs.
2023-06-21 17:08:54 +01:00
Andrew Kingston
5350cdf346
Revert testing whitelist
2023-06-19 17:45:07 +01:00
Andrew Kingston
9d8b5e99af
Add column setting to grid
2023-06-19 17:38:44 +01:00
Andrew Kingston
68f21274ed
Add settings to grid block for filtering and sorting, and refactor grid logic to allow external control of these stores
2023-06-19 09:54:24 +01:00
Rory Powell
5f716a62a4
Revert "Merge branch 'develop' into master"
...
This reverts commit 67fb9de7f4
, reversing
changes made to ebec885b0a
.
2023-06-16 10:13:43 +01:00
Andrew Kingston
70eda7ff81
Merge branch 'develop' of github.com:Budibase/budibase into grid-block
2023-06-16 10:02:42 +01:00
Andrew Kingston
9e535a1ca4
Account for table 'type' field meaning different things in different endpoints
2023-06-15 09:35:22 +01:00
Andrew Kingston
99a8fc7c12
Revert websocket changes and just fetch datasources constantly
2023-06-15 09:27:45 +01:00
Jonny McCullagh
757ca6a166
Merge master develop ( #10897 )
...
* Binding drawer fixes
* Added missing headless flag for the bindable combobox
* Fix for QueryEditor width
* Fix svelte transitions in grid new row component breaking routify
* Bump version to 2.7.7
* fix REST connector failure to save
* Bump version to 2.7.8
* Bump version to 2.7.9
* Unexpected token when export data (#10721 )
* Tidy ID string for JSON parse
* Display error for composite keys
* Unit test WIP
* directly assign the mock function on the datasource
* Unit tests for exportRows ID handling
---------
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
* Return all rows if oneOf value is falsey (#10638 )
* Bump version to 2.7.10
* Make sure divider fields are left-most (#10627 )
* Make sure divider fields are left most
* Refactor
* Bump version to 2.7.11
* Temporarily remove the focus store update as it triggers a full redraw of the component settings
* Linting
* Removed commented out code
* Bump version to 2.7.12
* Bump version to 2.7.13
* Do not show Business tag for Email action (#10867 )
* Bump version to 2.7.14
* new deploy trigger (#10892 )
* point the deploys at the new env
* Bump version to 2.7.15
---------
Co-authored-by: Dean <deanhannigan@gmail.com>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: Budibase Staging Release Bot <>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
Co-authored-by: Martin McKeaveney <martin@budibase.com>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Adria Navarro <adria@budibase.com>
2023-06-14 16:18:09 +01:00
Andrew Kingston
0dbd709438
Merge branch 'develop' of github.com:Budibase/budibase into grid-block
2023-06-13 15:15:41 +01:00
mike12345567
fb0e4c2c40
Removing await.
2023-06-12 16:06:08 +01:00
Andrew Kingston
c2e5427860
Small refactor to move CSS variables inside fields rather fancy forms
2023-06-12 15:54:08 +01:00
Michael Drury
06eb965564
Updates from PR comments.
2023-06-09 14:35:46 +01:00
Adria Navarro
a875c09979
Display error
2023-06-09 12:23:48 +01:00
Adria Navarro
86fa262649
Fix flash
2023-06-09 12:00:16 +01:00
Dean
9da2a1e8ea
Merge remote-tracking branch 'origin/master' into fix/bindings-fixes
2023-06-09 11:57:57 +01:00
Adria Navarro
0bd35be861
Navigate when the modal is closed and the datasource was created
2023-06-09 11:57:17 +01:00
Martin McKeaveney
a9787ff608
fix REST connector failure to save
2023-06-08 12:00:34 +01:00
Adria Navarro
9021a095b1
Create datasource on the second step
2023-06-08 10:56:21 +01:00
mike12345567
9ee06e8e42
Updating fetch within main datasource UI to mimic that of the onboarding.
2023-06-07 18:34:32 +01:00
Michael Drury
834dff93f7
Merge pull request #10818 from Budibase/budi-6945/no_sheet_selected
...
Change submit text if sheets not selected
2023-06-07 15:43:14 +01:00
Adria Navarro
ae7dbd4088
Rename text
2023-06-07 14:49:44 +01:00
Adria Navarro
23350016e2
Change submit if sheets not selected
2023-06-07 14:34:31 +01:00
Adria Navarro
dd58aaf5cb
Use fancycheckboxgroup
2023-06-07 11:44:32 +01:00
Adria Navarro
b128bdece5
Display sheets
2023-06-07 11:31:10 +01:00
Adria Navarro
39848eef07
Fetch sheets
2023-06-07 11:31:10 +01:00
Adria Navarro
77bd236557
Fetch info when enabled
2023-06-07 11:31:10 +01:00
Adria Navarro
e9d4dd51bb
Add sheets step
2023-06-07 11:31:10 +01:00
Adria Navarro
faf886f446
Change success message
2023-06-07 11:31:10 +01:00
Andrew Kingston
61a143628b
Revert tableType flag and derive from table instead
2023-06-07 10:48:08 +01:00
Dean
fd558a46bb
Merge remote-tracking branch 'origin/master' into fix/bindings-fixes
2023-06-07 09:35:30 +01:00
gitstart
0ae378dbec
Update other places where download is used
...
Co-authored-by: v1b3m <vibenjamin6@gmail.com>
2023-06-07 06:43:30 +00:00
Adria Navarro
deeba8bae3
Revert "Merge branch 'develop' into master"
...
This reverts commit 6f29c978e0
, reversing
changes made to 1c6ff73c19
.
2023-06-06 22:06:34 +01:00
mike12345567
ae1f7ae21a
Changing copy around datasource creation modals.
2023-06-06 18:50:50 +01:00
mike12345567
dab1db2271
Updating datasource save API to allow specifying a filter for which tables to fetch and then linking this up with the new frontend.
2023-06-06 18:27:03 +01:00
Dean
b2633dc2db
Binding drawer fixes
2023-06-06 17:46:40 +01:00
mike12345567
cc60baa3d1
Some fixes for BBUI and updating postgres table name fetching to get uniques.
2023-06-06 17:40:14 +01:00
mike12345567
1760fcb34d
Merge branch 'feature/table-fetching-frontend' of github.com:Budibase/budibase into feature/table-fetching-frontend
2023-06-06 16:40:09 +01:00
mike12345567
0602f5f26f
Updating fancy form components and building out first version of fancy checkbox group.
2023-06-06 16:32:20 +01:00
gitstart
05851f6b19
Fix CSV encoding issue
...
Co-authored-by: Benjamin Mayanja <vibenjamin6@gmail.com>
2023-06-06 15:18:15 +00:00
Adria Navarro
4c200fbca4
Merge branch 'develop' into feature/table-fetching-frontend
2023-06-06 15:08:23 +01:00
Adria Navarro
21e870109c
Save datasource
2023-06-06 11:29:50 +01:00
Adria Navarro
25c921e340
Validate url
2023-06-06 11:29:49 +01:00
Adria Navarro
1e238ce693
Validate google sheets url
2023-06-06 11:29:49 +01:00
Adria Navarro
d4ba73f331
Open continue
2023-06-06 11:29:49 +01:00
Adria Navarro
3a6a3eb8a5
Store tokens in cache and amend redirect
2023-06-06 11:29:49 +01:00
Adria Navarro
c89708cda3
Google wizard on the same page
2023-06-06 11:29:49 +01:00
Adria Navarro
498eedaf19
Remove confirm button while setting up google datasource
2023-06-06 11:29:49 +01:00
mike12345567
b57557760d
Updating fancy forms to be usable for data table fetching designs.
2023-06-05 18:36:50 +01:00
mike12345567
96f44c0a86
Reworking implementation to a single modal, that changes content rather than progressing to a new modal.
2023-06-05 17:40:12 +01:00
mike12345567
a330e606bf
Removing merge artifact.
2023-06-05 15:17:06 +01:00
mike12345567
805e417553
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-fetching-frontend
2023-06-05 14:21:35 +01:00
Andrew Kingston
0582dd40b2
Ensue table schema change made via grids are properly synced with backend stores, given absence of websocket events for own events
2023-06-02 15:28:48 +01:00
Andrew Kingston
2db3012ae0
Fix JSON editor overflow row edit modal
2023-06-02 15:13:57 +01:00
Dean
24d57e8fd2
Merge remote-tracking branch 'origin/develop' into feature/db-query-save-prompt
2023-05-31 11:56:55 +01:00
Gerard Burns
23ee9f4af8
Post Sign Up Onboarding Changes ( #10701 )
...
* wip
* PR Feedback
* Fixes
* PR Feedback
* PR Feedback
* PR Feedback
2023-05-30 12:54:57 +01:00
Andrew Kingston
be40d72f55
Merge pull request #10712 from Budibase/data-section-multidev
...
Multiple user collaboration for data section
2023-05-30 09:08:14 +01:00
Adria Navarro
77a619945b
Merge pull request #10680 from Budibase/budi-6933-verify-data-source-connection-during
...
Verify data source connection before saves
2023-05-26 10:47:42 +02:00
Andrew Kingston
520158c8f9
Merge branch 'develop' of github.com:Budibase/budibase into data-section-multidev
2023-05-26 09:39:06 +01:00
Michael Drury
bb4209cd67
Basic modal put together.
2023-05-26 09:21:34 +01:00
deanhannigan
567ee451dd
Merge pull request #10702 from Budibase/fix/data-export-rows
...
Fixes and updates for export internal rows
2023-05-26 09:08:35 +01:00
Michael Drury
c08d67d299
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-fetching-frontend
2023-05-26 08:44:39 +01:00
melohagan
b5c98871ad
Update table data via CSV import ( #10313 )
...
* Add identifierFields select for import
* Update rows on import (Internal DB)
* Only allow internal DB to upsert import CSV
* Clear identifierFields when turning off update
* Passing table instead of tableId
* Pass table
* Pass tableType
2023-05-25 18:05:07 +01:00
Dean
146940f6ae
Added error handling for export row front end and fixed row export backend behaviour
2023-05-25 17:50:52 +01:00
Andrew Kingston
183fb3d29b
Fix issue with schema mutation in grids. Use displayName to represent grid column labels. Allow deletion of duplicated user columns
2023-05-25 08:51:24 +01:00
Adria Navarro
237cda064c
Simplify integration features
2023-05-24 10:50:51 +02:00
Adria Navarro
0c97f61cc8
Validate feature toggle
2023-05-24 10:03:49 +02:00
Adria Navarro
7be824b2e6
Remove secondary action
2023-05-24 10:03:49 +02:00
Adria Navarro
2b2b252900
Update messages
2023-05-24 10:03:49 +02:00
Adria Navarro
6659a697de
Improve messaging
2023-05-24 10:03:49 +02:00
Adria Navarro
d6b00efa90
Verify datasouce before updating
2023-05-24 10:03:49 +02:00
Adria Navarro
886b726627
Verify datasouce before saving
2023-05-24 10:03:49 +02:00
Andrew Kingston
cfa07a68ae
Handle table, query and datasource events using builder socket
2023-05-22 15:59:44 +01:00
Andrew Kingston
3794d8e204
Simplify websocket comms for grid and improve builder socket
2023-05-18 08:57:20 +01:00
mike12345567
14806809e8
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-05-16 14:54:44 +01:00
Andrew Kingston
e28ec0a5a8
Merge pull request #10556 from Budibase/cheeks-fixes
...
Sort tables in data section + show full screen URLs on hover
2023-05-15 13:54:55 +01:00
Dean
3e19afd390
Merge fix
2023-05-15 12:10:19 +01:00
Dean
5b2f37e175
Merge remote-tracking branch 'origin/develop' into feature/db-query-save-prompt
2023-05-15 12:09:25 +01:00
Dean
6fa59da628
Merge remote-tracking branch 'origin/develop' into feature/portal-pending-users-section
2023-05-15 11:02:25 +01:00
Dean
ea458639b3
Navigation updates
2023-05-15 09:14:18 +01:00
Andrew Kingston
f5a4ad58ab
Fix alphabetical sorting for tables
2023-05-12 08:02:21 +01:00
Dean
03c048f978
Merge remote-tracking branch 'origin/master' into fix/inclusion-row-parsing
2023-05-05 15:22:49 +01:00
Andrew Kingston
86ce8eb831
Fix table ID being passed in to access modal
2023-05-05 10:45:34 +01:00
Andrew Kingston
e01e91e075
Fix row selection being cleared when exporting rows, and ignore download-js click events in click-outside handler
2023-05-05 09:13:06 +01:00
Andrew Kingston
9b4fa75954
Merge branch 'develop' of github.com:Budibase/budibase into more-grid-tweaks
2023-05-05 08:29:03 +01:00
Dean
98963c1505
Fix for inclusion parsing for arrays and options. View table fix to hide edit button
2023-05-04 11:21:24 +01:00
Rory Powell
e1a147e823
Merge branch 'master' into develop
2023-05-03 16:06:42 +01:00
Dean
19ed0ec3f5
Feedback updates and a fix for z-index issue in user side panel
2023-05-03 11:22:38 +01:00
Andrew Kingston
b07e5095e9
Increase support for lower resolutions in the grid UI by using tooltips instead of text for some buttons at low horizontal breakpoints
2023-04-28 11:13:40 +01:00
Andrew Kingston
128411a61b
Fix legacy delete button in edit row modal not doing anything
2023-04-25 08:58:41 +01:00
Andrew Kingston
5155727b56
Update grid button text and refactor gutter cell into own component
2023-04-24 11:22:03 +01:00
Andrew Kingston
943d17966e
Remove import button for users table
2023-04-21 10:50:50 +01:00
Michael Drury
145c0834bb
Fix for #10358 - making sure that client-side we don't check the content type for CSV, check if it might be JSON, if not assume we can try it as a CSV - this is a fix for an issue which occurs on Windows, in Firefox. ( #10359 )
2023-04-20 15:21:50 +01:00
Andrew Kingston
6bf6d15849
Rename sheet to grid
2023-04-20 08:17:07 +01:00
Andrew Kingston
06e1f2954a
Add schemaOverrides prop to sheet and use it to customise user table schema
2023-04-18 13:41:17 +01:00
Andrew Kingston
a06f584e7d
Use unique user edit modal for editing users in sheets
2023-04-18 13:12:20 +01:00
Andrew Kingston
91ee5be7c5
Disable row import button for users table and add optional chaining to spreadsheetsocket invocations to fix tests
2023-04-18 11:31:19 +01:00
Andrew Kingston
8aff208acd
Improve sheet loading state
2023-04-18 09:08:38 +01:00
Andrew Kingston
ffd3e5d008
Fix table selection not working when on datasource page
2023-04-18 08:55:54 +01:00
Andrew Kingston
140729b1d7
Remove unused code and change selected table faster in data section
2023-04-18 08:51:00 +01:00
Andrew Kingston
208e481bbc
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-04-17 17:00:56 +01:00
Andrew Kingston
c614c0739f
Lint
2023-04-17 16:22:59 +01:00
mike12345567
b36702ca72
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-04-14 17:32:04 +01:00
Andrew Kingston
f7f1ee49a6
Improve sheet loading states
2023-04-13 14:30:01 +01:00
Andrew Kingston
69f6834886
Improve sheet integration with data section and add horizontal cell inversion
2023-04-13 12:01:16 +01:00
Andrew Kingston
7bbb8e5648
Fix importing and exporting with sheets
2023-04-12 10:03:58 +01:00
Andrew Kingston
38f326dce4
Fix filters not working
2023-04-11 23:25:19 +01:00
Andrew Kingston
6290112d06
Improve data fetch reset logic, fix issues with stale cache in spreadsheets
2023-04-11 22:21:07 +01:00
Andrew Kingston
0ee63417c1
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-04-11 17:36:28 +01:00
Michael Drury
bfec84e1df
Removing console logging.
2023-04-05 20:32:41 +01:00
mike12345567
022b3acbcc
Linting.
2023-04-05 17:54:05 +01:00
mike12345567
373952a59b
Fixing #10155 - some options errors were being swallowed and in general it was never considered to be an error state due to the 'handled' flag being consistently sent, changed the logic a bit here.
2023-04-05 17:43:35 +01:00
mike12345567
8673ed1dae
Minor improvement - opening the google authorization in the same tab as onboarding rather than creating a dead tab.
2023-03-31 14:03:34 +01:00
Andrew Kingston
7050c6713a
Remove log and add notification when creating or editing columns
2023-03-31 13:21:53 +01:00
Michael Drury
1c6465edcb
Merge pull request #10172 from Budibase/fix/budi-6797
...
Googlesheets onboarding - fix in cloud, disable self host
2023-03-31 13:19:29 +01:00
mike12345567
e9f69dcfea
Adding default state.
2023-03-31 12:51:45 +01:00
Andrew Kingston
b2d2cf3989
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-31 12:08:58 +01:00
adrinr
6f69798f27
Undo wrongly commited code
2023-03-31 11:27:44 +01:00
adrinr
faa1c27d29
Refresh sql columns on defining relationships
2023-03-31 10:53:50 +01:00
mike12345567
42320b1d95
Merge branch 'develop' of github.com:Budibase/budibase into fix/budi-6797
2023-03-30 17:29:58 +01:00
Andrew Kingston
7570c52879
Allow expanding rows using existing edit row modal
2023-03-30 16:12:28 +01:00
Rory Powell
38e6d61709
Explictly check for google datasource configured ( #10165 )
...
* Explictly check for google datasource configured
* Unit tests for getGoogleDatasourceConfig
* Update /api/global/configs/public test + lint
2023-03-30 13:40:59 +01:00
Andrew Kingston
d3c17308ab
Fix one-to-many relationships allowing selecting multiple rows on both sides
2023-03-30 08:53:09 +01:00
mike12345567
32c78ec9bf
This makes it so that Googlesheets works correctly as part of onboarding in the Cloud, in self host the googlesheets onboarding option has been hidden as it is too complex to get the user to setup the correct integrations with their google account while doing the first time onboarding to an app.
2023-03-29 19:58:24 +01:00
Andrew Kingston
e0e5ca7a3c
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-28 15:47:53 +01:00
mike12345567
4eba548e93
Removing console log.
2023-03-13 18:05:11 +00:00
mike12345567
2a1f215351
Removing relationship option from Googlesheets as it doesn't add value, as well as multi-select as it can't really be supported. Also fixing issues with re-fetching after adding some special column types./
2023-03-13 18:04:29 +00:00
Andrew Kingston
38a3ef0c34
Update filter button to look consistent and add double click to resize columns to default width
2023-03-11 18:54:38 +00:00
mike12345567
9037ab86d5
Adding an error for XLSX type sheets not working, adding the sheets URL as an option for google config (should be added to redirect URL) and fixing some error states.
2023-03-10 18:46:48 +00:00
mike12345567
741d732795
Don't allow creation of google sheets datasource until google auth configured correctly.
2023-03-10 17:39:06 +00:00
Andrew Kingston
a78ba19cf8
Tidy up buttons above sheets and add FAB for adding rows
2023-03-10 11:59:10 +00:00
Mel O'Hagan
ad7bda17bb
Change database to Service Name in oracle
2023-03-09 15:52:16 +00:00
Andrew Kingston
0e9fc297fb
Expose loading state of sheet and improve column highlighting logic
2023-03-07 12:05:00 +00:00
Andrew Kingston
df757ce09b
Prevent adding rows to users table and remove log
2023-03-07 11:57:28 +00:00
Andrew Kingston
554659bd91
Fix buttons being highlighted when filters are set
2023-03-07 11:43:42 +00:00
Andrew Kingston
ca92d520b3
Fully integrates sheets with datasection and remove lots of old stuff
2023-03-07 11:40:32 +00:00
Andrew Kingston
b93f575bca
Add popovers to sheet column headers, improve mouse UX
2023-03-06 15:09:42 +00:00
Andrew Kingston
4647e1bc07
Fix issues with not disconnecting users when swapping datasource and improve multi-user UI
2023-03-06 11:20:47 +00:00
Andrew Kingston
b82e7582db
Add back in functional delete row button
2023-03-03 08:34:26 +00:00
Andrew Kingston
5b590a5976
Integrate sheet into data section better
2023-03-02 17:20:51 +00:00
Andrew Kingston
a28148d9f8
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-abs
2023-02-28 13:59:37 +00:00
Andrew Kingston
385e9eadb0
Add infinite scroll, improve row fetching, add error handling, fix svelte store updates
2023-02-28 11:48:25 +00:00
adrinr
b231311a87
Don't hide errors on the frontend
2023-02-27 13:17:05 +01:00
Andrew Kingston
fae24276f9
Migrate sheet to data section, improve reordering and reszing
2023-02-26 21:29:46 +00:00
Martin McKeaveney
33b08faffa
Merge pull request #9706 from Budibase/qa-2-qa-job-for-nightly-api-test
...
Re-enabling nightly tests
2023-02-16 14:04:51 +00:00
Martin McKeaveney
6b5128a0bf
running API tests with reporting qa nightly tests
2023-02-15 23:38:59 +00:00
mike12345567
488b542ac1
Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother.
2023-02-14 14:38:55 +00:00
Martin McKeaveney
321a869da7
fix displayColumn logic
2023-02-11 01:14:58 +00:00
Martin McKeaveney
cd8e007da8
force display column to be chosen when uploading csv
2023-02-11 01:07:20 +00:00
Dean
4c013df676
Reactivity fix for the editableColumn and an update to the onChange behaviour for the formula value to ensure updates are detected
2023-02-09 16:36:02 +00:00
Gerard Burns
e2f52c8e1d
Fix Import Validations
2023-02-07 19:05:00 +00:00
Martin McKeaveney
2ebbd319d5
auto columns fix
2023-02-06 08:36:25 +00:00
Martin McKeaveney
d4a0e44b31
merge
2023-02-05 22:11:37 +00:00
Michael Drury
ceee79f1b8
Merge pull request #9516 from Budibase/fix/relationship-modal
...
SQL relationship modal
2023-02-03 11:08:34 +00:00
mike12345567
90c2e69efe
Final fix - making sure relationships can be built from table UI.
2023-02-02 17:37:41 +00:00
mike12345567
01edfba90e
Some final fixes based on comments, adding foreign key type checking for through tables.
2023-02-02 17:25:02 +00:00
mike12345567
2807fbd4b6
Updating reactivity to fix issues with occasionally incorrect errors.
2023-02-02 16:59:12 +00:00
mike12345567
21556c215a
PR comments.
2023-02-02 16:19:50 +00:00
mike12345567
1704a1f266
Adding many to many arrow to make reading relationships easier.
2023-02-02 14:14:06 +00:00
Peter Clement
154648e5ea
ensure port input is a string type
2023-02-02 13:57:14 +00:00
mike12345567
ab66378fbf
Some final updates, clean up some code that could be causing reactive issues.
2023-02-01 19:26:26 +00:00
mike12345567
049d4a0363
Removing console log.
2023-02-01 19:10:41 +00:00
mike12345567
3a51933801
Re-working the error handling for the SQL relationship modal, as well as adding some better defaults for the majority of the options to make the UI a bit easier to use.
2023-02-01 19:09:36 +00:00
Andrew Kingston
4e9d952b52
Merge branch 'develop' of github.com:Budibase/budibase into Cypress
2023-02-01 08:24:30 +00:00
Andrew Kingston
6e12c3fa3c
Remove most traces of data-cy attributes
2023-02-01 08:20:46 +00:00
Gerard Burns
dd343a5946
New App Onboarding ( #9489 )
...
* New App Onboarding
* Lint
* Move app creation onboarding into its own route
* Fix quiet action button variant
* Fix alt attribute background image flashing
* Update routing logic and redirects to show app creation onboarding
* Navigate to data rather than design upon initial app creation to allow tour to function properly
* Tidy up popover logic and remove tip functionality
* Fix binding popovers
* Lint
* Silence spammy warnings from the builder
* Exclude SVG files from rollup plugin image to fix spectrum icons
* Fix help menu icon colours not working in light themes
* Tweak help menu styles
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
deanhannigan
fb472b0f42
Merge pull request #9025 from Budibase/feature/configurable-data-export
...
Filtering and sort on data row export
2023-01-31 15:35:12 +00:00
Dean
680a9acb4f
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-31 15:08:46 +00:00
mike12345567
c2eb8fb976
Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480 .
2023-01-30 18:50:35 +00:00
Peter Clement
3a00caeda1
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 16:44:11 +00:00
mike12345567
2007543c98
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 16:41:19 +00:00
mike12345567
dd94019fcb
PR comments - switching back to password field to hide the --secret-value--.
2023-01-30 16:40:31 +00:00
Peter Clement
2eac4ff604
fix async handling for variable creation
2023-01-30 16:40:16 +00:00
Peter Clement
71352f1ddc
add try catch to all environment variable loading
2023-01-30 16:30:51 +00:00
Peter Clement
ee94435c06
gate env vars for rest variables
2023-01-30 16:28:45 +00:00