Commit Graph

6613 Commits

Author SHA1 Message Date
Adria Navarro 550cdd7268 Fix field selector on datasource picker 2025-01-08 12:23:56 +01:00
Adria Navarro 1714a3cc1d Fix relatedcolumns return type 2024-12-31 12:07:39 +01:00
Andrew Kingston b91f915e40
Merge branch 'master' of github.com:Budibase/budibase into update-aliasing 2024-12-30 15:59:02 +00:00
Naveen Kumar 4339bf1d3c fix, handling use case when duplicate step name is allowed 2024-12-24 13:29:06 +05:30
andz-bb 59a98ec0cb support placeholder values in datasource config fields 2024-12-19 16:24:21 +00:00
Andrew Kingston 4181755887
Revert changing case 2024-12-18 12:07:52 +00:00
Andrew Kingston 7cee1cd266
Fix other accidental renames 2024-12-18 10:53:51 +00:00
Andrew Kingston 87d14ff906
Lint 2024-12-18 10:51:53 +00:00
Andrew Kingston e2a81836a2
Merge branch 'master' of github.com:Budibase/budibase into update-aliasing 2024-12-18 09:51:00 +00:00
Andrew Kingston 47997282fa
Update all root aliases to be prefixed by @/ 2024-12-18 09:47:27 +00:00
mike12345567 590ba5de60 Updating datasource and sorted integration store to be classes, that extend the BudiStore base implementation. 2024-12-17 16:31:40 +00:00
mike12345567 2e7f75e93c Make sure password is always requested when working with encrypted files - if the enc file has been copied the name may change format, we should handle if this happens. 2024-12-17 12:28:22 +00:00
Andrew Kingston d49b1f6131
Merge branch 'master' into ts-portal-admin-store 2024-12-17 10:22:41 +00:00
Andrew Kingston d5eaa6ee3e
Fix duplicating apps 2024-12-16 16:58:58 +00:00
Andrew Kingston 5319fb34ac
Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into ts-portal-admin-store 2024-12-13 09:14:13 +00:00
Andrew Kingston ea444a9078
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-12 16:42:23 +00:00
Andrew Kingston 3dfdb740ac
Ensure admin store checklist is optional 2024-12-12 14:58:55 +00:00
Dean 1e297f7917 Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-12-12 14:25:09 +00:00
Andrew Kingston a781800f2a
Merge branch 'master' into frontend-core-ts-2 2024-12-10 16:43:29 +00:00
Dean 36f8ae45fe Rejig the filtering behaviour in the builder around empty config. Empty filters wont cause errors on load and will clear when they are saved 2024-12-10 14:17:46 +00:00
Andrew Kingston 65f37e046e
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-10 10:33:53 +00:00
Sam Rose 7a98f03e82
Merge branch 'master' into eslint-strict-1 2024-12-09 17:43:25 +00:00
Sam Rose 84d9f6816c
Enable a variety of useful looking lints. 2024-12-09 12:52:21 +00:00
Dean 5106ad81bb Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-12-09 11:52:47 +00:00
Andrew Kingston d0b3c9d961
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-09 10:42:34 +00:00
Andrew Kingston 700872395c
Merge branch 'master' into automations-fixes 2024-12-09 10:40:57 +00:00
andz-bb 997daf17d0 handle cases where datasourceName is undefined when sorting datasources 2024-12-09 10:29:37 +00:00
deanhannigan 6d607450c3
Merge branch 'master' into automations-fixes 2024-12-09 09:06:38 +00:00
Andrew Kingston 3efac145a4
Merge branch 'master' into automation-branching-ux-updates 2024-12-06 16:11:57 +00:00
Andrew Kingston 92f8d79d45
Merge branch 'master' into frontend-core-ts-2 2024-12-04 14:02:07 +00:00
Andrew Kingston f57dbfa1b8
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-04 11:45:56 +00:00
Andrew Kingston 1b467f2e74
Type view endpoints 2024-12-04 11:39:20 +00:00
Andrew Thompson 412cf67e17
Merge branch 'master' into sort-table-names 2024-12-04 09:34:12 +00:00
Martin McKeaveney 92e5667b81 prevent empty snippets being saved, don't crash for old empty snippets 2024-12-03 18:55:06 +00:00
andz-bb 582d05651d sort table names alphabetically when selecting data source 2024-12-03 15:50:51 +00:00
Andrew Kingston b329187591
Type table endpoints 2024-12-03 15:09:30 +00:00
Andrew Kingston 2d46939fb1
Type row endpoints 2024-12-03 11:50:23 +00:00
Andrew Kingston ea84af782d
Type row action endpoints 2024-12-03 10:37:15 +00:00
Andrew Kingston 6b0b7fe731
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-11-29 11:22:15 +00:00
Dean 7f5ca044aa Merge remote-tracking branch 'origin/master' into automations-fixes 2024-11-28 12:38:03 +00:00
Dean 8cd4fae50c Refactored out test data bind, fix for row intialisation in test data and fix for the modal timing issue 2024-11-28 12:37:13 +00:00
Dean dfc0493177 Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-11-28 11:11:03 +00:00
melohagan 525b6f84bb
Remove references to day passes (#15079)
* Remove references to day passes

* lint

* Point pro to branch with no day passes code

* update yarn lock
2024-11-28 10:37:44 +00:00
Dean c52a29df29 Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-11-27 09:11:57 +00:00
Dean 29c780a458 Removed unnecessary mouse behaviour and added in a fix for dragging an element into its own drag zone. 2024-11-26 17:31:32 +00:00
Dean 1f0de9b9cb Remove unused 2024-11-26 17:00:02 +00:00
Dean 0eb83239dd Lint 2024-11-26 16:56:43 +00:00
Andrew Kingston 1e535d36b7
Update AI and analytics endpoints to TS 2024-11-26 16:51:02 +00:00
Dean 293abc80e1 Added infinite dragging and some css updates to make the canvas drag UX more consistent 2024-11-26 16:45:29 +00:00
Dean b4d1e1deb0 Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-11-25 09:09:14 +00:00