1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
Commit graph

30480 commits

Author SHA1 Message Date
Adria Navarro f41da36995 Display single attachment in form 2024-04-03 12:53:55 +02:00
Adria Navarro 6d5c47e0cc Max 1 file on single attachment 2024-04-03 12:53:55 +02:00
Adria Navarro ed228a2288 Single attachment cell 2024-04-03 12:53:55 +02:00
Adria Navarro c96e8b273d Fix types 2024-04-03 12:53:55 +02:00
Adria Navarro 7d88548255 More types 2024-04-03 12:53:55 +02:00
Adria Navarro 7523cf8be3 Single attachment cell 2024-04-03 12:53:54 +02:00
Adria Navarro f7c7ee91e2 Add single attachment type 2024-04-03 12:53:54 +02:00
Adria Navarro 38bfdcd749 Rename attachment to attachment list 2024-04-03 12:53:54 +02:00
Sam Rose c31614a582
Give test-libraries its own container namespace, give packages/server/scripts/test.sh some new params in the larger runners. 2024-04-03 11:45:41 +01:00
Adria Navarro a6c56c35d4 Type 2024-04-03 12:43:51 +02:00
Adria Navarro fba24987af Undo icon change 2024-04-03 12:41:32 +02:00
Sam Rose 258226ddef
Better error message when multiple images are found. 2024-04-03 11:40:14 +01:00
Martin McKeaveney 19c7c6aa9c upgrading posthog-js to support surveys 2024-04-03 11:38:42 +01:00
Adria Navarro 1fd4365cba Lint 2024-04-03 12:38:17 +02:00
Adria Navarro 445a879f90
Merge branch 'master' into BUDI-8122/use-types 2024-04-03 12:34:00 +02:00
Sam Rose 8cffdeda56
Re-use containers and create namespaces for each test. 2024-04-03 11:33:39 +01:00
Adria Navarro 5f55b85e98 Remove single 2024-04-03 12:29:13 +02:00
Adria Navarro 94890eae3e Type TypeIconMap 2024-04-03 12:26:25 +02:00
Sam Rose 3dff4bf334
Fix lint. 2024-04-03 11:20:43 +01:00
Sam Rose dbccfd115b
Update CI workflow to use new larger runners. 2024-04-03 11:16:20 +01:00
Adria Navarro f771cc17a7 Type FieldTypeToComponentMap 2024-04-03 12:15:47 +02:00
Sam Rose e3fbce25fa
Merge branch 'master' of github.com:budibase/budibase into reuse-containers 2024-04-03 11:15:11 +01:00
Adria Navarro edd3ce8f0f More types 2024-04-03 12:13:33 +02:00
Adria Navarro 3d45dcea5f Type renderers 2024-04-03 12:10:21 +02:00
Adria Navarro fcda81434c Fix types 2024-04-03 12:03:13 +02:00
Adria Navarro 890059829f More types 2024-04-03 12:03:05 +02:00
Adria Navarro d431f633d3 Use types 2024-04-03 12:02:55 +02:00
Adria Navarro 21c94297ac
Merge pull request #13387 from Budibase/remove-qa-core
remove QA core
2024-04-03 12:02:42 +02:00
Adria Navarro ebaf5681d7
Merge branch 'master' into remove-qa-core 2024-04-03 11:58:56 +02:00
mike12345567 9b8b422f1b Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2024-04-03 10:16:23 +01:00
Budibase Staging Release Bot 8c8e386d2d Bump version to 2.22.15 2024-04-03 09:01:14 +00:00
Dean aa7fe8f1b5 PR feedback 2024-04-03 09:11:56 +01:00
Dean f4fc8e5e97 Merge remote-tracking branch 'origin/master' into feature/screen-deselect 2024-04-03 09:05:12 +01:00
Michael Drury fb22342368
Merge pull request #13386 from Budibase/fix/BUDI-8086
Support for `oneOf` filter in user search API
2024-04-02 17:28:31 +01:00
Martin McKeaveney 6b1829a7fc remove QA core 2024-04-02 17:24:30 +01:00
mike12345567 8c326b501b Adding support for oneOf ID search of users, today the relationship picker attempts to use this for the users table, but it was not supported. 2024-04-02 17:12:31 +01:00
Martin McKeaveney 89e081271f
Merge pull request #13385 from Budibase/bump-account-portal
acct-portal-sub
2024-04-02 16:16:51 +01:00
Martin McKeaveney 9762b2df0c acct-portal-sub 2024-04-02 16:14:46 +01:00
Budibase Staging Release Bot 3e3e761f88 Bump version to 2.22.14 2024-04-02 13:55:58 +00:00
Andrew Kingston 567c3a6d10 Add optional chaining to fix log out and log in issue 2024-04-02 14:46:28 +01:00
mike12345567 5e186b5c8a Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2024-04-02 12:05:34 +01:00
deanhannigan 5ba59adda7
Merge pull request #13346 from Budibase/fix/automation-step-js-bindings
Fix to ensure runtimeTime binding is used is automation js modal
2024-04-02 09:23:22 +01:00
Dean 1c71b38569 PR feedback 2024-04-02 09:22:42 +01:00
deanhannigan 28968237c9
Merge branch 'master' into fix/automation-step-js-bindings 2024-04-02 09:15:31 +01:00
Dean ff5c7ceda8 Merge remote-tracking branch 'origin/master' into feature/screen-deselect 2024-04-02 09:14:22 +01:00
mike12345567 0b02233055 Moving test case to be more accurate in placement. 2024-03-28 17:59:51 +00:00
mike12345567 4c755b3af3 Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library. 2024-03-28 17:57:37 +00:00
Sam Rose 90cfdd661d
Rework how we connect to containers. 2024-03-28 17:36:26 +00:00
Martin McKeaveney 29d0b91cc2 update account-portal ref 2024-03-28 17:28:41 +00:00
Budibase Staging Release Bot 0fe6804290 Bump version to 2.22.13 2024-03-28 16:49:13 +00:00