1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
Commit graph

29754 commits

Author SHA1 Message Date
Andrew Kingston
8b71c2731b Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-11 16:16:29 +00:00
Budibase Staging Release Bot
c34fa61479 Bump version to 2.21.7 2024-03-11 16:16:26 +00:00
Adria Navarro
86926ad86f
Merge pull request #13230 from Budibase/fix/group-member-protection
Fix - Group members edits only for admins
2024-03-11 16:52:19 +01:00
Andrew Kingston
ca4318f8c2 Merge branch 'master' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval 2024-03-11 15:47:48 +00:00
Adria Navarro
e9b72710de
Merge branch 'master' into fix/group-member-protection 2024-03-11 16:46:56 +01:00
Adria Navarro
4f5eb6110a Update pro ref 2024-03-11 16:46:33 +01:00
Andrew Kingston
f4ff245aa8
Merge branch 'master' into cheeks-lab-day-binding-eval 2024-03-11 15:41:59 +00:00
Sam Rose
19803f9182
Use BBUI components instead of raw HTML. 2024-03-11 15:19:23 +00:00
Dean
1cd20781fb Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-11 14:41:07 +00:00
Dean
debb7c7255 Merge remote-tracking branch 'origin/master' into feature/app-list-actions 2024-03-11 14:33:05 +00:00
Dean
d6fd5933a4 PR feedback and bug fix for server tests being completely skipped 2024-03-11 14:22:41 +00:00
Adria Navarro
8e69f05071 Update pro ref 2024-03-11 15:16:07 +01:00
Sam Rose
0ff2f85dee
Merge pull request #13222 from Budibase/fix/BUDI-7814
Fix query schema updating
2024-03-11 14:13:31 +00:00
Andrew Kingston
9c15d8bd2f Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval 2024-03-11 14:01:06 +00:00
Andrew Kingston
20c8191323 Fix bgu 2024-03-11 14:00:42 +00:00
Andrew Kingston
af10b65d51 Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-11 13:55:12 +00:00
Andrew Kingston
b1c4c910d8
Merge branch 'master' into cheeks-lab-day-binding-eval 2024-03-11 13:49:06 +00:00
Sam Rose
3550ae8c1a
Merge branch 'master' of github.com:budibase/budibase into budi-7664-sqs-self-host-ui-for-detecting-lack-of-sqs-support-2 2024-03-11 13:45:08 +00:00
Andrew Kingston
bb953d3bc4 Shorten duplicate key value 2024-03-11 13:32:27 +00:00
Andrew Kingston
a3b1062d09 Fix existing issue of CodeEditor completions not being reactive and allow saving invalid HBS bindings 2024-03-11 13:18:53 +00:00
Dean
b8c2f6f7d5 Merge remote-tracking branch 'origin/master' into feature/app-list-actions 2024-03-11 12:23:26 +00:00
Dean
8c90d422c2 Update to update self endpoint to make remove distinct flow for appFavourites 2024-03-11 12:21:59 +00:00
Adria Navarro
4b38b5263b Allow group members edits to admins 2024-03-11 13:14:02 +01:00
Andrew Kingston
07ea080ab8 Update binding popovers to remove example bindings and therefore make consistent across the board 2024-03-11 12:07:25 +00:00
Andrew Kingston
7e724e8d8b Update binding side panel to show readable bindings and real values 2024-03-11 11:45:11 +00:00
Sam Rose
7153c73810
Merge branch 'master' into fix/BUDI-7814 2024-03-11 11:25:53 +00:00
Budibase Staging Release Bot
41b5799564 Bump version to 2.21.6 2024-03-11 11:07:05 +00:00
Andrew Kingston
10c5eee87e Fix existing issue where command palette sits behinds modals 2024-03-11 11:00:04 +00:00
Dean
e3fba2aa05 Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-11 10:11:01 +00:00
deanhannigan
eacbacda59
Merge branch 'master' into feature/app-list-actions 2024-03-11 09:59:37 +00:00
Dean
1f7e8f19ed packages/builder/src/components/start/DuplicateAppModal.svelte 2024-03-11 09:55:44 +00:00
Adria Navarro
600d593bdd
Merge pull request #13139 from Budibase/feat/BUDI-8046
Allow SCIM and internal users at the same time
2024-03-11 10:49:04 +01:00
Adria Navarro
2e5784c248 Update pro ref 2024-03-11 10:35:51 +01:00
Adria Navarro
5e23205e15
Merge branch 'master' into feat/BUDI-8046 2024-03-11 10:34:01 +01:00
Andrew Kingston
ce0ad154da Merge branch 'master' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval 2024-03-11 09:33:46 +00:00
Andrew Kingston
12b5989e57 Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval 2024-03-11 09:33:35 +00:00
Andrew Kingston
7d1af03e62 Merge 2024-03-11 09:32:52 +00:00
Dean
9f29a2c3d9 Creator bug fix was not commited 2024-03-11 09:32:13 +00:00
Dean
c5753dab0a Fix for duplicate app, PR feedback. Update for View only UX in app row, ensure favourite is displayed 2024-03-11 09:20:19 +00:00
mike12345567
507fa2b417 Quick fix for #12502 - the schema was never updating in the UI no matter what was input despite the response - cleaned up the key parsing a little on the backend and made sure there is simply one schema that the frontend always uses, respecting whatever the backend responds with. 2024-03-08 16:50:59 +00:00
Budibase Staging Release Bot
7e3d6019be Bump version to 2.21.5 2024-03-08 15:35:42 +00:00
Dean
780e11af47 Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-08 15:07:44 +00:00
deanhannigan
66f0deecae
Merge branch 'master' into feature/app-list-actions 2024-03-08 14:44:08 +00:00
Dean
ce1c98405a Lint 2024-03-08 14:40:01 +00:00
Dean
fec52c11e8 Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-08 14:26:05 +00:00
Michael Drury
64dd8cf054
Merge pull request #13217 from Budibase/fix/13199-deleted-rows-issue
Fix issue with invalid IDs leading to inability to emit rows when bulk deleting
2024-03-08 13:34:39 +00:00
mike12345567
a5dcc59f53 Merge branch 'fix/13199-deleted-rows-issue' of github.com:Budibase/budibase into fix/13199-deleted-rows-issue 2024-03-08 13:17:31 +00:00
mike12345567
22753a6b04 Merge branch 'master' of github.com:Budibase/budibase into fix/13199-deleted-rows-issue 2024-03-08 13:11:57 +00:00
Adria Navarro
795814753e Update pro ref 2024-03-08 13:42:06 +01:00
Adria Navarro
52957a9a22
Merge branch 'master' into feat/BUDI-8046 2024-03-08 13:39:34 +01:00