Adria Navarro
|
c70b50277f
|
Fix tsconfig.json
|
2024-03-20 17:37:27 +01:00 |
Sam Rose
|
4783426b0f
|
Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars
|
2024-03-20 11:46:59 +00:00 |
Sam Rose
|
217b39c232
|
Reenable no-unused-vars
|
2024-03-20 11:46:39 +00:00 |
Adria Navarro
|
2f016d86e3
|
Remove .d.ts
|
2024-03-20 11:01:53 +01:00 |
Adria Navarro
|
9c08a40e7e
|
Clean
|
2024-03-20 00:11:13 +01:00 |
Adria Navarro
|
94a93a5bb6
|
Run jest
|
2024-03-19 23:40:55 +01:00 |
Adria Navarro
|
abbe9deb1c
|
Add test command
|
2024-03-19 23:28:03 +01:00 |
Adria Navarro
|
b62044b4b8
|
Fix tests
|
2024-03-19 23:26:04 +01:00 |
Adria Navarro
|
73f3e0c53b
|
Clean dependencies
|
2024-03-19 23:25:53 +01:00 |
Andrew Kingston
|
2732a11b4b
|
Update packages/shared-core/src/constants/index.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
|
2024-03-13 14:29:50 +00:00 |
Andrew Kingston
|
2d12a1a8fa
|
Add server-side validation for snippet names
|
2024-03-13 11:48:17 +00:00 |
Peter Clement
|
632b9a26f4
|
remove log
|
2024-03-06 14:42:30 +00:00 |
Peter Clement
|
1f107041a1
|
use vitest each
|
2024-03-06 11:57:45 +00:00 |
Peter Clement
|
eb00ce401f
|
pr comments
|
2024-03-06 10:10:28 +00:00 |
Peter Clement
|
b232371eff
|
remove uneeded comment
|
2024-03-06 10:01:42 +00:00 |
Peter Clement
|
3d9a7e5ddf
|
fix type
|
2024-03-04 10:07:06 +00:00 |
Peter Clement
|
5679acb868
|
fix types
|
2024-03-04 09:55:28 +00:00 |
Peter Clement
|
e3c514e45a
|
Update test lucene builder and add more tests
|
2024-03-04 09:48:47 +00:00 |
Peter Clement
|
2933571c62
|
update runLuceneQuery in client to allow for all filter matching
|
2024-02-28 08:34:41 +00:00 |
melohagan
|
c12e5fd196
|
Fix array type missing from query schema selector (#12772)
* Tidy MongoDB aggregation pipeline view
* Remove unused code
* WIP
* Add bindings for bindings drawer
* Is not external table if it's a query
* Add QueryArrayFetch
* Bug fix
* JavaScript is the worst
* refactor
* Add array label to query schema
* Remove console log
* type fix
* Don't include Array in SchemaTypeOptions, but show label
* Fix bindings
* refactor
* Rename isObject to hasSchema
* WIP
* Typing WIP
* Type not Types
* Unused import
* type fix
* Handle json array subtype
* Support queryarray datasource type
* refactor
* yarn lock
* update account portal
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
|
2024-02-19 09:13:03 +00:00 |
mike12345567
|
1f4a254ec5
|
Fix for integration test, make sure to carry auth headers over correctly.
|
2024-02-15 15:47:56 +00:00 |
Peter Clement
|
aaf476ca25
|
Merge remote-tracking branch 'refs/remotes/origin/fix/add-cron-validation' into fix/add-cron-validation
|
2024-02-13 15:14:28 +00:00 |
Peter Clement
|
2660149fea
|
move constant to shared-core
|
2024-02-13 15:14:03 +00:00 |
mike12345567
|
523f211d1a
|
pinning cron-validate version.
|
2024-02-13 13:42:58 +00:00 |
mike12345567
|
5546b8ffe6
|
PR comments.
|
2024-02-12 13:28:12 +00:00 |
mike12345567
|
8bf79c5f10
|
Adding some basic cron validation to publishing, currently the error is not explained if it is hit - still need some frontend for this, but this now means that an error is provided to users when attempting to publish, and we can re-use this validation in the automation UI. Need to have both backend and frontend validation as invalid CRONs will already exist, backend makes sure these are error'd on.
|
2024-02-09 18:04:40 +00:00 |
jvcalderon
|
03f7fb37ed
|
Calculate creators count when group role changes
|
2024-01-18 11:14:25 +01:00 |
melohagan
|
59ca41d837
|
Support number array binding filtering in automations (#12708)
* Support number array binding filtering in automations
* Remove ts-ignore
* Fix action trigger array test input
* Unit tests
* Refactor
* lint
|
2024-01-09 10:25:36 +00:00 |
Adria Navarro
|
f3e046ba98
|
Move header constants to shared-core
|
2023-12-14 10:07:46 +01:00 |
Adria Navarro
|
9c9f45436f
|
Merge branch 'master' into BUDI-7580/account_portal_submodule
|
2023-12-04 09:30:00 +01:00 |
melohagan
|
a5a3b12936
|
Return false don't throw (#12460)
Co-authored-by: Sam Rose <hello@samwho.dev>
|
2023-11-29 10:10:59 +00:00 |
Adria Navarro
|
e7bcabf1d2
|
Merge branch 'master' into BUDI-7580/account_portal_submodule
|
2023-11-27 20:48:32 +01:00 |
Andrew Kingston
|
d8b646de29
|
Don't consider admin app access as creator access
|
2023-11-24 16:15:42 +00:00 |
Andrew Kingston
|
ce5d6267cc
|
Move per creator utils into backend core, allow creators to create apps
|
2023-11-23 17:13:51 +00:00 |
Andrew Kingston
|
974b117500
|
Allow creators to use the builder portal
|
2023-11-23 15:29:34 +00:00 |
Andrew Kingston
|
9b99991b2e
|
Update SDK to account for new creator builder flag
|
2023-11-23 14:01:58 +00:00 |
melohagan
|
f35e3cb99c
|
Handle dates in query range filter (#12413)
* Handle dates in query range filter
* Add unit tests for runLuceneQuery
* Fix build errors
|
2023-11-21 16:08:20 +00:00 |
Sam Rose
|
303ae3c58b
|
Block some code extensions that could be used maliciously.
|
2023-11-21 11:41:32 +00:00 |
Sam Rose
|
71b8b300bf
|
Add archive file formats to blocklist.
|
2023-11-21 11:26:25 +00:00 |
Sam Rose
|
b4cb97963c
|
Move from an allow list to a block list of file extensions.
|
2023-11-21 10:40:25 +00:00 |
Adria Navarro
|
a945b52f9a
|
Rename dev:builder to dev (unifying account-portal)
|
2023-11-07 19:15:40 +01:00 |
Dean
|
a39accdb42
|
Test coverage added for the component. Minor refactor
|
2023-11-07 15:07:00 +00:00 |
Sam Rose
|
6bb6f106d5
|
Apply valid file types to AttachmentCell.
|
2023-10-27 16:46:30 +01:00 |
Sam Rose
|
2160f4e5e2
|
Add valid extension list to shared-core.
|
2023-10-27 16:24:02 +01:00 |
jvcalderon
|
f643bc5ee8
|
Keep only migrations
|
2023-10-24 10:24:00 +02:00 |
jvcalderon
|
648410348d
|
[Revert] [Added] Per user per creator changes
|
2023-10-23 13:27:59 +02:00 |
Andrew Kingston
|
41e72a28c9
|
Merge branch 'master' into grid-all-datasources
|
2023-10-18 15:59:12 +01:00 |
Andrew Kingston
|
fb69c3a0da
|
Add new shared core util for determining whether columns can be sort columns or not
|
2023-10-18 15:38:37 +01:00 |
jvcalderon
|
44474b063a
|
Merge branch 'master' into features/per-user-per-creator-realease2
|
2023-10-18 13:43:11 +02:00 |
jvcalderon
|
5b2f55a592
|
Per user per creator changes
|
2023-10-18 13:36:34 +02:00 |