1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00
Commit graph

22175 commits

Author SHA1 Message Date
Andrew Kingston
c4de70c77c Update builder side panel to use new copy for roles 2023-11-24 12:24:14 +00:00
Adria Navarro
4f3df1a58b
Merge branch 'master' into chore/cleanup_v2 2023-11-24 13:08:01 +01:00
Adria Navarro
9c221afc59 Rename Dockerfile.v2 to Dockerfile 2023-11-24 13:02:14 +01:00
Adria Navarro
3cdb1da6d8 Update tsconfig 2023-11-24 12:57:09 +01:00
Gerard Burns
fdcfd1be02 merge master 2023-11-24 11:53:32 +00:00
Gerard Burns
0d0db98484
Grid columns UI (#12209)
* grid columns ui

* linting

* remove comment

* remove property thats not used

* remove cli pacakge change

* PR Feedback

* fixes

* fixes

* wip

* wip

* wip

* wip

* wip

* wip

* about to implement

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* tests

* linting

* remove drag handle file

* fix icons

* remove field config changes

* wip

* wip

* wip

* remove logs

* wip

* linting

* pr feedback

* linting
2023-11-24 11:02:57 +00:00
Gerard Burns
1fb61e6ed9 wip 2023-11-24 10:18:49 +00:00
Dean
22dc6a682b Lint 2023-11-23 18:15:33 +00:00
Dean
8cc5eb19e6 Formblock fixes 2023-11-23 18:08:39 +00:00
Andrew Kingston
c67d415c05 Merge branch 'master' of github.com:Budibase/budibase into creator-changes 2023-11-23 17:56:26 +00:00
Andrew Kingston
5c39ac2d1d Merge branch 'creator-changes' of github.com:Budibase/budibase into creator-changes 2023-11-23 17:49:18 +00:00
mike12345567
0636580d28 Merge branch 'creator-changes' of github.com:Budibase/budibase into creator-changes 2023-11-23 17:36:13 +00:00
mike12345567
b6c6e6ec6e Clearing out per-app builders when app is deleted. 2023-11-23 17:35:55 +00:00
Andrew Kingston
8f47eab2b6 Allow deleting apps without being a global builder 2023-11-23 17:34:06 +00:00
Andrew Kingston
d217053e87 Allow saving per-app builder metadata without a license 2023-11-23 17:29:01 +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
Gerard Burns
7cc5576306 linting 2023-11-23 17:07:00 +00:00
Gerard Burns
23f5941bf5 move position of screen nav item menu 2023-11-23 17:05:49 +00:00
Andrew Kingston
7984ecde05 Allow creators to see dev portal and use onboarding 2023-11-23 16:23:05 +00:00
Andrew Kingston
24e6b3103d Add creator permission type 2023-11-23 16:22:42 +00:00
Andrew Kingston
c2c0012013 Add new permission type for creators, update app creation endpoint to allow creators and assign access to new apps 2023-11-23 16:22:16 +00:00
Andrew Kingston
974b117500 Allow creators to use the builder portal 2023-11-23 15:29:34 +00:00
Andrew Kingston
2cac5c9e8c Remove duplicated constants and add creator option to user import modal 2023-11-23 14:31:27 +00:00
Andrew Kingston
820eeeafe5 Fix button group having no spacing by default 2023-11-23 14:13:16 +00:00
Gerard Burns
4175ccbffb wip 2023-11-23 14:12:54 +00:00
Andrew Kingston
fd5dd8dd72 Dedupe and clean up some role logic and constants, and display roles properly in user list 2023-11-23 14:12:10 +00:00
Gerard Burns
e0e27aa3c9 wip 2023-11-23 14:09:14 +00:00
Andrew Kingston
b72b93e5b2 Update user invitation modal and details page to allow creating creator users 2023-11-23 14:03:23 +00:00
Andrew Kingston
35a35f92e6 Update constants and user invitation API to account for new creator flag 2023-11-23 14:02:29 +00:00
Andrew Kingston
9b99991b2e Update SDK to account for new creator builder flag 2023-11-23 14:01:58 +00:00
Gerard Burns
5824425020 git stash 2023-11-23 13:44:01 +00:00
Gerard Burns
8b8604267d refactor 2023-11-23 13:37:10 +00:00
Gerard Burns
63b4a4cada wip 2023-11-23 13:18:11 +00:00
Dean
5ddc543bd5 Minor UX updates 2023-11-23 12:57:43 +00:00
Michael Drury
aa5cc43147
Merge branch 'master' into fix/relationship-picker-filtering 2023-11-23 10:55:19 +00:00
Adria Navarro
da4e7fccf9
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-23 11:06:22 +01:00
Adria Navarro
df244c68ec Copy change 2023-11-23 11:05:51 +01:00
melohagan
0e93717f1a
Allow null strings (#12298)
* Allow null strings

* Don't update null to blank

* Save empty as null

* Make blank string map to null

* Add mappings for BigInt

* Fix unit tests
2023-11-23 09:53:35 +00:00
Andrew Kingston
3d39a2f77b Fix relationship filter setting being ignored, and debounce searches 2023-11-23 09:47:07 +00:00
Adria Navarro
bf4678ad01 Reuse component on screens 2023-11-23 10:38:14 +01:00
Adria Navarro
54b2fec3c1 Unify formats 2023-11-23 09:59:59 +01:00
Adria Navarro
4f544343f3 No results design changes 2023-11-23 09:43:24 +01:00
Adria Navarro
3b8b531d2b
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-23 09:39:22 +01:00
melohagan
778104d6e6
Fix for Parameters Binding keyword duplicated (repeated) in REST Query URL (#12325)
* Dont set breakQs if not url change

* Don't replace already readable binding

* dataBinding unit tests
2023-11-23 08:37:40 +00:00
Gerard Burns
f1c3d50930 functioning resize 2023-11-22 20:50:55 +00:00
Adria Navarro
93d89f9ca3
Merge branch 'master' into fix/BUDI-7747-user-group-lock-out 2023-11-22 16:05:17 +01:00
Martin McKeaveney
971146a6fa
Merge branch 'master' into master 2023-11-22 14:30:34 +00:00
mike12345567
2913589bc0 Updating pro reference. 2023-11-22 14:28:53 +00:00
Andrew Kingston
a58af2b7e4
Merge branch 'master' into settings-enhancements 2023-11-22 12:26:19 +00:00
Michael Drury
1d368be5de
Merge branch 'master' into fix/admin-user-backup 2023-11-22 10:59:45 +00:00
Martin McKeaveney
ff5ee7164f
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-22 09:15:28 +00:00
Michael Drury
1167dfc8b2
Merge branch 'master' into fix/admin-user-backup 2023-11-21 18:00:12 +00:00
mike12345567
18a275ecb1 Removing unused function. 2023-11-21 17:44:46 +00:00
Adria Navarro
5de491e858
Merge branch 'master' into chore/lint_imports 2023-11-21 18:38:57 +01:00
mike12345567
ddd8482013 Updating bb admin user creation so that it can be used incase in self host a user gets locked out, the environment variables can be used to create a simple user to access the system. 2023-11-21 17:30:11 +00:00
Adria Navarro
0f5f341966 Update pro ref 2023-11-21 18:29:35 +01:00
melohagan
483a267875
Don't encode undefined (#12404) 2023-11-21 16:13:11 +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
Gerard Burns
96046dab3d component name tooltips 2023-11-21 14:51:01 +00:00
Michael Drury
921fcb08e6
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-21 14:21:14 +00:00
Gerard Burns
463cee560b
Disable preview and publish for apps with no screens (#12384)
* disable preview and publish for apps with no screens

* PR feedback

* linting

* PR Feedback
2023-11-21 13:19:19 +00:00
Gerard Burns
217ac49628 wip 2023-11-21 13:02:06 +00:00
Adria Navarro
3a3658fd03
Merge branch 'master' into chore/lint_imports 2023-11-21 13:51:39 +01:00
Adria Navarro
09dbbf5ee3
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-21 13:29:43 +01:00
Michael Drury
2b37152157
Merge branch 'master' into master 2023-11-21 12:15:42 +00:00
Sam Rose
786e45e15a
Merge branch 'master' into switch-to-blocklist-for-file-extensions 2023-11-21 12:00:24 +00:00
Michael Drury
2c0b026486
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-21 11:45:13 +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
Adria Navarro
e1198d13cd
Merge branch 'master' into fix/red-lock-warnings 2023-11-21 12:22:40 +01:00
mike12345567
0df315c478 There has been quite a few redlock errors the last while - the message does not provide much information about what is going wrong - trying to rectify this to see if this is an error that could be impacting performance. 2023-11-21 10:52:50 +00:00
Sam Rose
79dcc468b8
Add a test for uppercase malicious extensions. 2023-11-21 10:42:44 +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
16af6ce352
Merge branch 'master' into chore/lint_imports 2023-11-21 10:22:32 +01:00
Adria Navarro
0fe97bf01a
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-21 10:22:21 +01:00
Dean
a8b7533809 Merge remote-tracking branch 'origin/master' into fix/export-data-ui 2023-11-21 09:06:31 +00:00
Adria Navarro
db2c20e3ae eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
Adria Navarro
92f411bf77 Prettier 2023-11-20 21:48:49 +01:00
Adria Navarro
4d27ff1dc0 eslint import/no-duplicates 2023-11-20 21:48:49 +01:00
Adria Navarro
90ae387fbd Fix import/export 2023-11-20 21:48:49 +01:00
Adria Navarro
dbcc768d42
Merge branch 'master' into budi-7680/data-section-add-search-to-data-sources 2023-11-20 17:05:41 +01:00
mike12345567
a2adc5eff4 Merge branch 'master' of github.com:Budibase/budibase 2023-11-20 15:59:31 +00:00
mike12345567
1ca8edc285 Fixing a documentation issue, OpenAPI definition said it was an unpublish rather than publish endpoint. 2023-11-20 15:59:17 +00:00
Adria Navarro
8e0cb4b17b
Merge branch 'master' into chore/lint_js_tests 2023-11-20 16:43:36 +01:00
Adria Navarro
05f1d393bf
Merge branch 'master' into chore/lint_js_tests 2023-11-20 16:39:38 +01:00
mike12345567
8fdf378a57 Fix an issue with account portal redis connection, if no Redis port is supplied in URL we should assume the default port number 6379. 2023-11-20 15:34:16 +00:00
Gerard Burns
7e037099b4
Field help text (#12383)
* wip

* client finished

* add to bbui input

* linting

* PR Feedback

* remove test code

* linting

* PR feedback

---------

Co-authored-by: Martin McKeaveney <martin@budibase.com>
2023-11-20 15:05:58 +00:00
Adria Navarro
742eb4ff46 Lint fix 2023-11-20 15:36:55 +01:00
Adria Navarro
a8f572c0e8 No results 2023-11-20 15:21:37 +01:00
Adria Navarro
93bf76e1fe Filter views 2023-11-20 14:22:39 +01:00
Adria Navarro
b121d64b79 Fix tests 2023-11-20 13:52:41 +01:00
Adria Navarro
0a289f508e Undo store usage 2023-11-20 13:41:48 +01:00
Adria Navarro
d8590caa24 Add extra tests 2023-11-20 13:34:10 +01:00
Adria Navarro
2e4cf53d05 Test table filtering 2023-11-20 13:33:36 +01:00
Adria Navarro
afaa0a70a9 Fix 2023-11-20 13:27:37 +01:00
Adria Navarro
ab31d90de8 Clean names 2023-11-20 13:26:31 +01:00
Adria Navarro
1449560ab3 Add initial filtering tests 2023-11-20 13:16:17 +01:00
Adria Navarro
fbadd55cbf Fix undefined 2023-11-20 13:13:19 +01:00
Adria Navarro
2381bbd80c Prevent flashes 2023-11-20 13:09:43 +01:00
Adria Navarro
4a1a87d12d Remove table store dependency 2023-11-20 13:05:01 +01:00