Commit Graph

20471 Commits

Author SHA1 Message Date
mike12345567 13ae950101 Updating test case. 2023-03-06 15:31:27 +00:00
Vinoth Kirubakaran 201087ee95 Update auth.ts
Updated success and error redirect paths using ENV variables
2023-03-06 20:57:24 +05:30
Vinoth Kirubakaran c66e4f5c2a Update environment.ts
Added new ENV variables for auth redirect paths
2023-03-06 20:56:09 +05:30
mike12345567 c51b9fb4b3 Merge branch 'develop' of github.com:Budibase/budibase into jonny/api-metrics 2023-03-06 15:23:35 +00:00
Andrew Kingston b5a72438e1 Tidy reordering stuff 2023-03-06 15:15:00 +00:00
Andrew Kingston b93f575bca Add popovers to sheet column headers, improve mouse UX 2023-03-06 15:09:42 +00:00
Andrew Kingston 36e8664605 WIP column popovers for dataspace sheets 2023-03-06 12:29:18 +00:00
Jonny McCullagh cbc377b0f4 unit tests 2023-03-06 11:51:49 +00:00
Budibase Release Bot a1d9906529 Update pro version to 2.3.21 2023-03-06 11:46:28 +00:00
Budibase Release Bot f8173d9767 v2.3.21 2023-03-06 11:43:39 +00:00
Andrew Kingston d15b1748ef Update layout and remove logging 2023-03-06 11:30:38 +00:00
Martin McKeaveney 97f0b76d82 removing test step from release 2023-03-06 11:30:21 +00:00
Martin McKeaveney 195868b9b1 increasing max-old-space-size 2023-03-06 11:27:32 +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
Martin McKeaveney ae30f7c985 Merge pull request #9885 from Budibase/fix/gsheets-test
Fix/gsheets test
2023-03-06 11:00:28 +00:00
Martin McKeaveney 26660b12fb PR comments 2023-03-06 10:33:49 +00:00
Martin McKeaveney edac525424 remove import 2023-03-06 10:24:45 +00:00
Martin McKeaveney e8c73cdee0 return gsheets config in test regardless 2023-03-06 10:22:32 +00:00
Andrew Kingston 3e907af8b5 Add WIP multi-user UI for sheet interface 2023-03-06 07:43:45 +00:00
Martin McKeaveney 851fb6140d Merge pull request #9875 from Budibase/develop
develop -> master
2023-03-06 00:04:24 +00:00
Andrew Kingston 36c953443f Add WIP initial multi-user websocket implementation for sheets 2023-03-05 18:57:05 +00:00
Budibase Staging Release Bot 56a188bb64 Update pro version to 2.3.21-alpha.1 2023-03-03 22:36:42 +00:00
Budibase Staging Release Bot e043bb4ea8 v2.3.21-alpha.1 2023-03-03 22:33:27 +00:00
Budibase Staging Release Bot 2377f44774 Update pro version to 2.3.21-alpha.0 2023-03-03 16:59:04 +00:00
Budibase Staging Release Bot 03964345ad v2.3.21-alpha.0 2023-03-03 16:56:19 +00:00
Martin McKeaveney f7d6c37fc7 merge 2023-03-03 16:49:04 +00:00
Dean 7988f8c2d9 Added error handling for leaflet initialisation errors 2023-03-03 14:51:54 +00:00
Budibase Staging Release Bot 6acec42ae5 Update pro version to 2.3.18-alpha.30 2023-03-03 13:27:40 +00:00
Budibase Staging Release Bot 486cb0004c v2.3.18-alpha.30 2023-03-03 13:24:17 +00:00
mike12345567 b44832965d Removing pro references. 2023-03-03 13:10:41 +00:00
Michael Drury 271124b47d Merge pull request #9872 from Budibase/labday/cli-ts
Typescript conversion for CLI
2023-03-03 13:06:43 +00:00
mike12345567 158b33883b Fixing lint issue. 2023-03-03 12:08:03 +00:00
mike12345567 96208a5e8a Fixing build issue. 2023-03-03 12:05:30 +00:00
mike12345567 04ef7eeb9c Minor fixes - after removing axios altogether and adding a start script to make life easier for running from ts. 2023-03-03 10:03:33 +00:00
Pedro Silva b913e4c938 Merge branch 'develop' into api-tets-public-api-key-generation 2023-03-03 09:41:30 +00:00
Andrew Kingston 01867f5736 Fix options cells being unable to scroll 2023-03-03 09:16:00 +00:00
Andrew Kingston f1a67a2cc5 Remove add column button 2023-03-03 09:14:38 +00:00
Andrew Kingston 110d5d5a35 Lint and remove unused deps 2023-03-03 09:07:48 +00:00
Andrew Kingston 37393c4e2a Refactor stores and make state more modular 2023-03-03 09:02:19 +00:00
Andrew Kingston b82e7582db Add back in functional delete row button 2023-03-03 08:34:26 +00:00
mike12345567 207889f095 Updating dependencies. 2023-03-02 19:30:24 +00:00
mike12345567 4d0116a553 Linting. 2023-03-02 18:22:58 +00:00
mike12345567 2125331b14 First pass - converting CLI to Typescript. 2023-03-02 18:21:45 +00:00
Andrew Kingston 5b590a5976 Integrate sheet into data section better 2023-03-02 17:20:51 +00:00
Andrew Kingston 540906cf62 Allow configuring selecting rows and adding rows 2023-03-02 16:07:14 +00:00
Andrew Kingston 3a8d223a77 Ensure scroll top is always properly reset and add config store 2023-03-02 15:45:55 +00:00
Budibase Staging Release Bot 381bf816aa Update pro version to 2.3.18-alpha.29 2023-03-02 15:20:14 +00:00
Pedro Silva dfff64b847 Add firstApp creation to public api tests 2023-03-02 15:17:17 +00:00
Budibase Staging Release Bot 82c0706d36 v2.3.18-alpha.29 2023-03-02 15:17:09 +00:00
Michael Drury 857742c419 Merge pull request #9864 from Budibase/fix/audit-log-fixes
Audit logs fixes
2023-03-02 15:08:20 +00:00