1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00
Commit graph

34258 commits

Author SHA1 Message Date
Andrew Kingston
51cbced119
Add common collapsed button group and use it for row actions and client button groups. Add collapsed settings to grids and form blocks 2024-09-02 11:44:49 +01:00
Andrew Kingston
d8b6d10dce
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-02 10:17:56 +01:00
Andrew Kingston
e6f6760c2a
Add collapsable buttons to form block 2024-09-02 09:38:34 +01:00
Andrew Kingston
fae897f468
Allow button groups to be collapsed 2024-09-02 09:31:19 +01:00
Martin McKeaveney
cbf6891c5f
Merge pull request #14411 from Budibase/poc-authenticated-iframe
Poc authenticated iframe
2024-09-02 09:08:56 +01:00
Martin McKeaveney
f7b2c77be4
Merge branch 'master' into poc-authenticated-iframe 2024-09-02 09:08:20 +01:00
Martin McKeaveney
9924ad20e0 lint 2024-09-02 08:58:28 +01:00
Andrew Kingston
2d52eff96f
Update button column to account for ability to add rows 2024-09-02 08:47:15 +01:00
Andrew Kingston
c5e27b860f
Add row actions to tables in data section 2024-09-02 08:45:49 +01:00
melohagan
fc367476c1
Make sure setEnrichedUsers is called when tenantOwnerLoaded (#14491) 2024-08-30 17:40:43 +00:00
Michael Drury
4b5ab43266
Merge pull request #14484 from Budibase/fix/sqs-default-dev-on
Enable SQS by default in development
2024-08-30 18:16:20 +01:00
Martin McKeaveney
d5f58fc6c8 merge 2024-08-30 18:08:40 +01:00
Michael Drury
9b84d959dc
Merge branch 'master' into fix/sqs-default-dev-on 2024-08-30 18:07:51 +01:00
Martin McKeaveney
9b4c89746a update submodule references 2024-08-30 18:06:30 +01:00
mike12345567
d5bc5debac Another fix. 2024-08-30 17:57:02 +01:00
Michael Drury
971ebd6584
Merge pull request #14489 from Budibase/dependabot/npm_and_yarn/micromatch-4.0.8
Bump micromatch from 4.0.5 to 4.0.8
2024-08-30 17:48:12 +01:00
mike12345567
70708dc36e Adding back missing tests. 2024-08-30 17:47:08 +01:00
mike12345567
7c1f2522e2 Another test. 2024-08-30 17:42:54 +01:00
Michael Drury
5283cac57c
Merge branch 'master' into dependabot/npm_and_yarn/micromatch-4.0.8 2024-08-30 17:40:22 +01:00
Michael Drury
09c50fd9c0
Merge pull request #14488 from Budibase/dependabot/npm_and_yarn/examples/nextjs-api-sales/micromatch-4.0.8
Bump micromatch from 4.0.4 to 4.0.8 in /examples/nextjs-api-sales
2024-08-30 17:40:11 +01:00
mike12345567
998e95a402 Fixing yarn lock. 2024-08-30 17:37:17 +01:00
mike12345567
0c699da7a2 Merge branch 'master' of github.com:Budibase/budibase into dependabot/npm_and_yarn/micromatch-4.0.8 2024-08-30 17:35:42 +01:00
Michael Drury
348977374b
Merge branch 'master' into dependabot/npm_and_yarn/examples/nextjs-api-sales/micromatch-4.0.8 2024-08-30 17:34:52 +01:00
mike12345567
6249f41bbb Make sure Lucene correctly sets environment variables in development tests. 2024-08-30 17:34:10 +01:00
melohagan
3f357561d0
The UI should indicate who the account holder is (#14470)
* Get tenantInfo in user fetch

* Add account holder label in users table

* Don't allow account holder to be selected in users table

* Sort account holder to top of list

* Only use account holder role in users table

* lint

* Remove joi validation from tenant-info endpoint

* Remove dayPasses

* Catch CouchDB 404 and return undefined

* Don't allow account holder role to be changed UI

* Don't offer delete option for tenant owner

* Backend validation to ensure account holder role cannot be updated

* Don't allow account holder role to be changed UI

* Get tenantOwner in separate call

* Pass data into SelectEditRenderer

* Rename var to __selectable

* setEnrichedUsers

* Update pro reference

* Only load tenantOwner once
2024-08-30 16:29:38 +00:00
dependabot[bot]
5930d396b5
Bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 16:21:38 +00:00
dependabot[bot]
92df98581f
Bump micromatch from 4.0.4 to 4.0.8 in /examples/nextjs-api-sales
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 16:20:33 +00:00
Michael Drury
ab0d658930
Merge pull request #14487 from Budibase/fix/pro-submodule-issue-2
Pro submodule check issue
2024-08-30 17:19:51 +01:00
mike12345567
bdfd64c98c Fixing view test. 2024-08-30 17:19:04 +01:00
mike12345567
afe81fcf69 Adding condition to make sure pro and base commit aren't identical when erroring. 2024-08-30 17:14:02 +01:00
mike12345567
0311e8433b Fixing tests so they can work with SQS. 2024-08-30 17:06:30 +01:00
mike12345567
b622df2683 Defaulting SQS to on in development environments, this removes the need for setting it in the management scripts. 2024-08-30 15:10:55 +01:00
Michael Drury
10dc832587
Merge pull request #14480 from Budibase/update-pro-3
Update pro to latest master.
2024-08-30 14:21:16 +01:00
Michael Drury
2d030d442b
Merge branch 'master' into update-pro-3 2024-08-30 14:12:02 +01:00
melohagan
4d9f87e4c4
Set password to 12 characters (#14478) 2024-08-30 09:16:16 +00:00
Sam Rose
8618c7cc9b
Update pro reference. 2024-08-30 09:14:12 +01:00
Sam Rose
d9e34ba056
Merge pull request #14386 from Budibase/feature-flag-sqs
Use new feature flag API for SQS.
2024-08-30 09:05:04 +01:00
Sam Rose
2a2dbfb745
Respond to last PR comment. 2024-08-29 17:59:17 +01:00
Sam Rose
d134c21a45
Fix build. 2024-08-29 17:45:47 +01:00
Sam Rose
5a5c0d74dd
Update pro reference. 2024-08-29 16:44:15 +01:00
Sam Rose
82396c339d
Update account-portal submodule to latest master. 2024-08-29 16:30:38 +01:00
Sam Rose
edfedec930
Fix lint. 2024-08-29 15:50:46 +01:00
Sam Rose
bced81d241
Fix tests. 2024-08-29 15:45:19 +01:00
Sam Rose
f9f528e880
Merge branch 'master' of github.com:budibase/budibase into feature-flag-sqs 2024-08-29 15:34:42 +01:00
deanhannigan
0352b4d50e
Merge pull request #14475 from Budibase/fix/modal-zindex
Reduced the Modal z-index to 1001
2024-08-29 14:41:19 +01:00
Dean
d2b6959b44 Reduced the z-index to just 1 above the binding drawer. The updated value caused index issues in other areas of budibase. 2024-08-29 12:58:12 +01:00
Sam Rose
92957ede23
Merge master. 2024-08-29 12:12:29 +01:00
Adria Navarro
27b640b360
Merge pull request #14468 from Budibase/BUDI-8562/fix-trimming-views
Trimming views
2024-08-29 12:43:41 +02:00
Adria Navarro
5c1be1fe7a
Merge branch 'master' into BUDI-8562/fix-trimming-views 2024-08-29 12:35:04 +02:00
Adria Navarro
6028ddec84 Move cast 2024-08-29 12:34:17 +02:00