Commit Graph

28089 Commits

Author SHA1 Message Date
mike12345567 0c73662f32 Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
Rory Powell cfaae2c3fa
Merge pull request #8814 from Budibase/env-var-fix-master
Environment variable type coercion fix
2022-11-25 14:47:43 +00:00
Budibase Release Bot e5bad5c599 Update pro version to 2.1.36 2022-11-25 14:14:57 +00:00
Budibase Release Bot 4f5806fba3 v2.1.36 2022-11-25 14:11:38 +00:00
melohagan 00fc52dd80
Merge pull request #8810 from Budibase/bug/sev2/disable-date-picker
Disable date picker
2022-11-25 14:01:00 +00:00
Budibase Staging Release Bot 998fd7ccc8 Update pro version to 2.1.32-alpha.10 2022-11-25 14:00:38 +00:00
Budibase Staging Release Bot 229f7bd35b v2.1.32-alpha.10 2022-11-25 13:57:11 +00:00
Andrew Kingston 518c3abdc1 Remove console log 2022-11-25 13:54:49 +00:00
Andrew Kingston bab61698cb Clear a create form block when submitted 2022-11-25 13:34:25 +00:00
Martin McKeaveney 035d66c86e
Merge pull request #8790 from Budibase/bug/sev4/duplicate-add-binding-button
Remove duplicate add binding button
2022-11-25 13:33:36 +00:00
Rory Powell f8dfc32103
Merge pull request #8813 from Budibase/env-var-fix
Environment variable type coercion fix
2022-11-25 13:30:00 +00:00
Budibase Release Bot eddf5d1374 Update pro version to 2.1.35 2022-11-25 12:59:26 +00:00
Rory Powell 42f596c728 Environment variable type coercion fix 2022-11-25 12:55:58 +00:00
Budibase Release Bot b806c6bfba v2.1.35 2022-11-25 12:55:56 +00:00
Rory Powell 20c4b00a0c Environment variable type coercion fix 2022-11-25 12:52:50 +00:00
Rory Powell 938b6af7d9
Merge pull request #8811 from Budibase/per-user-fixes
Update Price type def
2022-11-25 12:44:24 +00:00
Andrew Kingston 5854b523e7 Hide horizontal overflow in side panels 2022-11-25 12:14:25 +00:00
Andrew Kingston fa21a91301 Ensure datepicker underlay does not exceed parent element size 2022-11-25 12:14:05 +00:00
Andrew Kingston 472c7bbd74 Ignore modals from consideration in clickOutside util 2022-11-25 12:13:48 +00:00
Andrew Kingston d49a1c90c0 Refactor clickoutside util to use a single event listener rather than many, and add support for ignoring certain classes 2022-11-25 12:08:34 +00:00
Andrew Kingston 2a6ba0536f Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
Rory Powell e450afa4b7 Update Price type def 2022-11-25 11:00:35 +00:00
Mel O'Hagan 19fdd84113 Disable input 2022-11-25 10:54:36 +00:00
Budibase Staging Release Bot 3a3cc523f8 Update pro version to 2.1.32-alpha.9 2022-11-25 10:21:14 +00:00
Budibase Staging Release Bot 003049abb2 v2.1.32-alpha.9 2022-11-25 10:17:30 +00:00
Gerard Burns 21b2706cea
Skeleton Loading States (#8719)
* Loading Skeletons

* PR Feedback
2022-11-25 10:02:43 +00:00
mike12345567 a38d617138 Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
Mel O'Hagan b2e8522b7b Don't add numbering to primary key 2022-11-24 18:24:38 +00:00
Budibase Release Bot 38994eb977 Update pro version to 2.1.34 2022-11-24 15:29:22 +00:00
Budibase Release Bot 3a97595805 v2.1.34 2022-11-24 15:25:31 +00:00
melohagan c01562456b
Merge pull request #8798 from Budibase/bug/sev3/homescreen-on-load
Only uncheck other homescreens if homescreen set
2022-11-24 15:13:24 +00:00
Andrew Kingston 92987ebfb8 Rename migration 2022-11-24 14:27:49 +00:00
Andrew Kingston fa68773b3e Refactor table settings migration slightly and add missing await keyword 2022-11-24 14:23:27 +00:00
Andrew Kingston 0016899459 Rename table settings migration and only run on dev apps 2022-11-24 14:23:04 +00:00
Budibase Release Bot 4d1599082a Update pro version to 2.1.33 2022-11-24 13:59:59 +00:00
Budibase Release Bot 0a46bcc1e1 v2.1.33 2022-11-24 13:56:05 +00:00
deanhannigan 30160a5fc1
Merge pull request #8795 from Budibase/fix/pass-request-context-to-dynamic-var-retry
User/Auth context now being passed to dynamic variable request updates
2022-11-24 13:42:51 +00:00
Mel O'Hagan 7deef86cb2 Only uncheck other homescreens if homescreen set 2022-11-24 13:24:09 +00:00
Budibase Release Bot 8442da7aef Update pro version to 2.1.32 2022-11-24 12:21:22 +00:00
Budibase Release Bot e2edbced82 v2.1.32 2022-11-24 12:17:58 +00:00
melohagan a9402c4ab7
Merge pull request #8797 from Budibase/bug/sev2/no-fetch-create-table
Allow tables to be created even if no fetch
2022-11-24 12:06:44 +00:00
Mel O'Hagan 29de393a2f Allow tables to be created even if no fetch 2022-11-24 11:45:58 +00:00
Andrew Kingston fe72fc6463 Update side panel icon 2022-11-24 10:33:57 +00:00
Dean 821cff392c User/Auth context now being passed to dynamic variable request updates 2022-11-24 10:16:05 +00:00
mike12345567 1b408e60f2 Refactoring worker, converting all controllers/routes to Typescript and all imports of backend-core to new style. 2022-11-23 18:25:20 +00:00
Mel O'Hagan 84aa2d4776 Remove duplicate add binding button 2022-11-23 18:19:43 +00:00
Dean 13616e5966 Review updates 2022-11-23 17:12:23 +00:00
Budibase Staging Release Bot c79f7506c1 Update pro version to 2.1.32-alpha.8 2022-11-23 17:06:27 +00:00
Budibase Staging Release Bot 55efd02421 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Mitch-Budibase 05d6144bd9
Merge pull request #8786 from Budibase/cypress-build-fix
Cypress Build Update
2022-11-23 16:49:40 +00:00