Commit Graph

25201 Commits

Author SHA1 Message Date
Adria Navarro 64d66b1154 Merge branch 'master' into BUDI-8143/dont-delete-attachments-directly-from-the-frontend 2024-04-12 13:37:45 +02:00
jvcalderon 205858c6d7 Account portal submodule to master 2024-04-12 13:27:41 +02:00
José Vte. Calderón 6aea5c341e
Merge branch 'master' into fix/self-host-missed-tenantId 2024-04-12 13:24:45 +02:00
Adria Navarro 068c8b8c66 Remove from frontend 2024-04-12 13:11:16 +02:00
Adria Navarro 1406b05740 Remove endpoints 2024-04-12 13:10:58 +02:00
Adria Navarro e4e3efb975
Merge branch 'master' into budi-8166/search-filter-operators-dont-have-options-for-some-types 2024-04-12 13:09:54 +02:00
Adria Navarro 8ed476a15d
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action 2024-04-12 12:53:12 +02:00
Adria Navarro adaf555616 Handle errors 2024-04-12 12:52:02 +02:00
jvcalderon bdd487f475 Update account portal submodule 2024-04-12 12:06:41 +02:00
jvcalderon 7ba041cdbf Merge branch 'master' into fix/self-host-missed-tenantId 2024-04-12 12:04:25 +02:00
Adria Navarro 3fa19a06b8 Fix api 2024-04-12 10:27:34 +02:00
Adria Navarro 1524780982 UI fixes 2024-04-12 10:26:46 +02:00
mikesealey 859bda0a51 removes unecessary side-panel-open actions 2024-04-12 09:24:12 +01:00
Adria Navarro 88961986ae Fix messaging 2024-04-12 09:59:15 +02:00
jvcalderon e3d427bc82 Fix a problem with missed tenantId for SSO in self-hosted 2024-04-12 09:55:14 +02:00
Adria Navarro 4b38220048 Fix drawer 2024-04-12 09:50:11 +02:00
Adria Navarro 8c954135c4
Merge branch 'master' into budi-8166/search-filter-operators-dont-have-options-for-some-types 2024-04-12 09:30:06 +02:00
Adria Navarro db9809207e Fix client 2024-04-12 09:13:16 +02:00
Adria Navarro 173debd403 Fix bindings 2024-04-12 09:07:10 +02:00
mike12345567 d6b252013b Quick fix to link document structure in sqlite. 2024-04-11 18:25:18 +01:00
mike12345567 6e4a66b2e1 Initial implementation of generating SQS junction table definitions. 2024-04-11 18:19:47 +01:00
Sam Rose a024a28de1
Fix tests. 2024-04-11 17:16:32 +01:00
Sam Rose 12fdaefe4c
Add tests for sorting to search.spec.ts 2024-04-11 17:12:15 +01:00
Adria Navarro 03589292d5 Fix 2024-04-11 18:03:28 +02:00
Michael Drury aedd9264ce
Merge branch 'master' into BUDI-8157 2024-04-11 16:40:36 +01:00
Sam Rose c5edfea51b
Merge branch 'master' into slim-down-integration-tests 2024-04-11 16:23:00 +01:00
Michael Drury d3c9d835d6
Merge branch 'master' into BUDI-8157 2024-04-11 16:07:39 +01:00
Adria Navarro fc96d51519 Fix grid 2024-04-11 16:45:28 +02:00
mikesealey a7ec49613c fixes typo, removes unused variables 2024-04-11 15:42:19 +01:00
melohagan a044ba226a
ignore key action if posthog survey is focused (#13466) 2024-04-11 15:25:36 +01:00
Adria Navarro 1f77b09eed Handle drawers 2024-04-11 16:22:16 +02:00
Sam Rose c07882b452
Restructure search.spec.ts to be much more readable. 2024-04-11 15:16:26 +01:00
Adria Navarro 7cf52bff02 User filter 2024-04-11 16:05:03 +02:00
Adria Navarro 2fcdf2602e Handle extra filters in base 2024-04-11 16:00:56 +02:00
mikesealey 3201eb5953 adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel 2024-04-11 12:53:32 +01:00
Sam Rose eb56140ce2
Convert dates to strings, looks nicer and makes no difference. 2024-04-11 12:03:34 +01:00
Sam Rose 0d564a8b4c
Remove unused variables. 2024-04-11 11:58:49 +01:00
Sam Rose ba171bb5a2
Reduce duplication in search.spec.ts 2024-04-11 11:58:21 +01:00
Adria Navarro 6945ed5674 Format 2024-04-11 12:51:40 +02:00
Adria Navarro 9edde27620 Add no column valid message 2024-04-11 12:48:06 +02:00
Adria Navarro 3f85514a0a Fix 2024-04-11 12:44:33 +02:00
Adria Navarro 709457477e Move filterbuilder to frontend-core 2024-04-11 12:29:45 +02:00
Adria Navarro a4a095b6a1 Handle formulas for getValidOperatorsForType 2024-04-11 11:37:59 +02:00
Sam Rose 5a36422b97
Fix postgres tests. 2024-04-11 10:21:30 +01:00
Sam Rose 672025e176
Solve onEmptyFilter in a nicer way. 2024-04-11 10:11:03 +01:00
Sam Rose 229bbc0d10
Assert length on search tests, fixes bug in SQS around on empty return none. 2024-04-11 09:53:54 +01:00
Adria Navarro 63dd0b5d65 Display no available filter 2024-04-11 10:19:37 +02:00
Adria Navarro cf2778cbaa Filter out fields without filtering options 2024-04-11 09:30:57 +02:00
Adria Navarro e8dbb8f681 Remove todo 2024-04-11 09:14:04 +02:00
Adria Navarro c4c261ccbd
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action 2024-04-11 08:37:06 +02:00
Sam Rose e6c3fd2951
Make pro submodule match master. 2024-04-10 18:01:25 +01:00
Sam Rose 432b11a7f6
Revert unneeded change to types. 2024-04-10 17:56:57 +01:00
Sam Rose ed8f0960e0
All search tests for dates working across all datasources. 2024-04-10 17:54:45 +01:00
Sam Rose de06fe4e4c
Merge master. 2024-04-10 17:50:39 +01:00
Sam Rose a1164ac581
Working towards getting date tests working for SQS. 2024-04-10 17:50:18 +01:00
mike12345567 2e3e512433 Linting. 2024-04-10 17:40:12 +01:00
mike12345567 20da8bb816 Adding support for SQS prepared statement API. 2024-04-10 17:36:57 +01:00
mike12345567 4d3d78f7a0 PR comments. 2024-04-10 17:02:03 +01:00
mike12345567 d51bbb7952 When looking through the search parameters to build up information about validating search inputs better on the API (recently created linear issue) found the public docs weren't fully up to date - fixing this. 2024-04-10 16:38:52 +01:00
Andrew Kingston dc0b56e213 Update navigation tests 2024-04-10 16:17:06 +01:00
Andrew Kingston 2a9a05ad2d Merge branch 'nested-nav-links' of github.com:Budibase/budibase into nested-nav-links 2024-04-10 16:07:11 +01:00
Andrew Kingston b62c1e6fb3 Update navigation tests 2024-04-10 16:06:37 +01:00
Andrew Kingston e0f02941b9
Merge branch 'master' into nested-nav-links 2024-04-10 14:19:26 +01:00
Andrew Kingston 380a0e7d30 Add type and role to automatically created nav links and ensure cleanup from both links and sublinks when deleting screens 2024-04-10 14:19:05 +01:00
Adria Navarro 52a95308bd Pin version 2024-04-10 15:18:01 +02:00
Adria Navarro 3f4d3faeb3 PR comments 2024-04-10 15:18:01 +02:00
Adria Navarro 465fde2460 Merge branch 'master' into BUDI-8082/download-files-using-a-button-action 2024-04-10 14:31:37 +02:00
Adria Navarro b707514deb Update pro ref to fix flakiness 2024-04-10 13:40:38 +02:00
Adria Navarro e525e0df17
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type 2024-04-10 13:35:22 +02:00
Adria Navarro 38f53020eb Revert check 2024-04-10 13:19:22 +02:00
Sam Rose db448dbf13
Merge branch 'master' into more-sqs-tests 2024-04-10 11:59:27 +01:00
Adria Navarro 5a93f2b542 Change icons to attach 2024-04-10 12:53:42 +02:00
Sam Rose 8483bdf0f7
Add number and date tests. 2024-04-10 11:50:27 +01:00
Adria Navarro b4063fae01 Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type 2024-04-10 12:42:03 +02:00
Adria Navarro bc0b42bda6 Fix test 2024-04-10 12:35:31 +02:00
Adria Navarro 2322e430c4 Lint 2024-04-10 12:26:22 +02:00
Adria Navarro 61e235767d Add auto icon 2024-04-10 12:07:48 +02:00
Adria Navarro 5cdbc75fef Change icon 2024-04-10 12:07:48 +02:00
Adria Navarro d821d04d5b Change icon 2024-04-10 12:07:48 +02:00
Adria Navarro 71d3e37482
Merge branch 'master' into BUDI-8122/unify_icon_settings 2024-04-10 11:57:42 +02:00
Adria Navarro e744e4ebb1 Unify icons 2024-04-10 11:52:19 +02:00
Sam Rose 956bdda260
Merge branch 'master' into budi-7659-sqs-investigate-handle-more-complex-types 2024-04-10 10:48:38 +01:00
Adria Navarro b42cc88180
Merge pull request #13407 from Budibase/BUDI-8122/attachment_cleanup
Handle singleattachment on AttachmentCleanup
2024-04-10 10:41:32 +02:00
Sam Rose 245fa93bd2
Make test cases a little cleaner. 2024-04-10 09:30:01 +01:00
Dean 8210bcc0a6 Lint 2024-04-10 09:28:36 +01:00
Dean 0aefefe184 Merge remote-tracking branch 'origin/master' into dean-bug-fixes 2024-04-10 09:21:11 +01:00
Dean 06db50147e PR Feedback 2024-04-10 09:20:54 +01:00
Adria Navarro 8f9dea43a0
Merge pull request #13408 from Budibase/BUDI-8122/tests
Tests and handle imports
2024-04-10 10:16:54 +02:00
Adria Navarro f6eb27c19c Fix merge conflicts 2024-04-10 10:10:15 +02:00
Adria Navarro f69056c9fe PR comments 2024-04-10 10:07:07 +02:00
Adria Navarro 4ca090bf10 Add single attachment as component on "add component" 2024-04-10 09:51:13 +02:00
Adria Navarro 5b6c3d0c96 Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type 2024-04-10 09:01:36 +02:00
Sam Rose a647e7ff0a
Fix lint. 2024-04-09 18:13:18 +01:00
Sam Rose d96bf29bef
Add more search tests. 2024-04-09 18:09:37 +01:00
Sam Rose 4c24a43465
Merge branch 'master' of github.com:budibase/budibase into budi-7659-sqs-investigate-handle-more-complex-types 2024-04-09 16:57:21 +01:00
Sam Rose 06e01be5f9
Enable all search.spec.ts tests, pull the sqs CouchDB image in CI. 2024-04-09 16:48:54 +01:00
mike12345567 678c429f64 Fixing test case. 2024-04-09 16:05:00 +01:00
Sam Rose 2d36cf6c6a
Working towards getting first SQS test passing. 2024-04-09 15:55:44 +01:00
deanhannigan 637bbf5831
Merge branch 'master' into dean-bug-fixes 2024-04-09 15:42:14 +01:00
Sam Rose c5580b4767
Get SQS plumbing working in tests. 2024-04-09 15:31:32 +01:00