1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00
Commit graph

30941 commits

Author SHA1 Message Date
mike12345567
59ab557a93 Looping characters used. 2024-02-26 18:29:57 +00:00
mike12345567
80dc0beeed Multiline SQL tests. 2024-02-26 18:22:19 +00:00
mike12345567
1bb375a500 Further typing. 2024-02-26 18:16:42 +00:00
Sam Rose
3c450dffd6
Merge pull request #13136 from Budibase/budi-7710-user-groups-do-not-fully-support-custom-roles
Modernise application.spec.ts
2024-02-26 18:02:02 +00:00
mike12345567
ad1964f47f Merge branch 'feature/sql-query-aliasing' of github.com:Budibase/budibase into feature/sql-query-aliasing 2024-02-26 17:56:53 +00:00
mike12345567
cb19e1f24c Fixing response types of DS+ query function. 2024-02-26 17:56:28 +00:00
Sam Rose
c1a88f1279
Fix type checks. 2024-02-26 17:55:32 +00:00
Sam Rose
2e8eda47f1
Respond to PR feedback. 2024-02-26 17:38:33 +00:00
Sam Rose
8f61b69ee5
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles 2024-02-26 17:28:51 +00:00
Sam Rose
c15554547b
Respond to PR feedback. 2024-02-26 17:28:37 +00:00
Andrew Kingston
a44f348e37 Standardise icon sizes in binding side panel 2024-02-26 16:13:39 +00:00
Andrew Kingston
92abdec150 Fully refactor drawer rendering to not depend on CSS transforms, which break codemirror 2024-02-26 16:07:01 +00:00
Sam Rose
04e5699c9c
Finish modernising application.spec.ts 2024-02-26 16:00:12 +00:00
Adria Navarro
3aba6e70aa Add test validating not overriding scim users 2024-02-26 16:53:25 +01:00
Adria Navarro
67b9201fbe Add tests 2024-02-26 16:47:55 +01:00
mike12345567
90c06e633b Merging latest master. 2024-02-26 15:46:00 +00:00
Michael Drury
c60e2bf41c
Merge branch 'master' into feature/sql-query-aliasing 2024-02-26 14:59:49 +00:00
mike12345567
45d2e67905 Adding some new test cases based on finishing off testing. 2024-02-26 13:50:15 +00:00
Andrew Kingston
ad576e2c01 Add swap overlay when changing modes and improve styles 2024-02-26 13:31:34 +00:00
Sam Rose
b9600d8330
More progress on modernising application tests. 2024-02-26 11:57:56 +00:00
Conor Webb
af7b6a46a9
Help popout email support license validation check (#13133)
* Added helper function to check user plan type.

* Updated help menu email support license check.

* Removed stray output check

* Updated function name as per feedback.

* Reworked code to use the licensing store over the auth store.

* Removed unnecessary variable declaration and return instead.

* Updated function name to maintain consistency.
2024-02-26 11:45:47 +00:00
Dean
a01bd88fd7 Bump account portal 2024-02-26 11:05:26 +00:00
Dean
8556a869b9 Merge remote-tracking branch 'origin/master' into feature/app-list-actions 2024-02-26 11:01:01 +00:00
Dean
e8e2a3c31d Added context menu to the app navigation sidebar 2024-02-26 10:57:37 +00:00
Gerard Burns
c1f4cb685c
update sdk packages (#13120) 2024-02-26 09:07:47 +00:00
Andrew Kingston
d666d03328 Add loading indicator and debounce evaluations to fix performance issues with large JSON payloads 2024-02-24 18:17:08 +00:00
Andrew Kingston
a27529eca5 Remove success state from evaluation panel and rename to preview 2024-02-24 16:33:15 +00:00
Andrew Kingston
da838386d9 Show binding panel by default 2024-02-24 16:30:58 +00:00
Andrew Kingston
fde54b2897 Revert codemirror to v5 2024-02-24 16:28:21 +00:00
Andrew Kingston
395942d8b6 Add modal drawer support with transitions 2024-02-24 13:26:34 +00:00
Andrew Kingston
7484f087bc Add stacked drawer support and transitions 2024-02-23 18:15:01 +00:00
mike12345567
5f76f143bf Adding the ability to disable SQL aliasing if necessary. 2024-02-23 17:31:45 +00:00
Michael Drury
8a09f6c2d6
Merge branch 'master' into feature/sql-query-aliasing 2024-02-23 16:20:32 +00:00
mike12345567
cbce9af2b0 Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing 2024-02-23 16:18:37 +00:00
José Vte. Calderón
5c7388cb4a
Merge pull request #13127 from Budibase/feature/synchronicity
[Added] Specific Redis DB to handle events from BPM processes
2024-02-23 17:08:29 +01:00
jvcalderon
eafb8a6903 Merge branch 'master' into feature/synchronicity 2024-02-23 16:49:24 +01:00
jvcalderon
07b6947d03 Update account portal submodule 2024-02-23 16:48:40 +01:00
Dean
0579e3bea6 Merge remote-tracking branch 'origin/master' into feature/app-list-actions 2024-02-23 15:35:28 +00:00
jvcalderon
1ef5e54c29 Add BPM_EVENTS to Redis DB list 2024-02-23 16:26:23 +01:00
jvcalderon
55410dcfd4 Update pro submodule 2024-02-23 16:25:37 +01:00
jvcalderon
9bafb66616 Update account portal submodule 2024-02-23 16:25:04 +01:00
Andrew Kingston
d3504d714c More style fixes for drawer overflow 2024-02-23 12:49:43 +00:00
Andrew Kingston
c410160e60 More drawer style updates 2024-02-23 12:43:14 +00:00
Michael Drury
2d1efe57d7
Merge pull request #13071 from Budibase/fix/isolated-vm-tests
Isolated VM test cases (real world)
2024-02-23 11:54:38 +00:00
mike12345567
c03a4b0792 Addressing PR comments. 2024-02-23 11:48:10 +00:00
deanhannigan
ddcc433484
Merge branch 'master' into feature/app-list-actions 2024-02-23 11:34:31 +00:00
Dean
ea978923cb Merge remote-tracking branch 'origin/master' into feature/form-screen-template 2024-02-23 11:32:16 +00:00
Dean
717729cd02 Highlight setting feedback 2024-02-23 11:22:02 +00:00
Dean
be05985882 Lint 2024-02-23 11:20:21 +00:00
Dean
78969a33f4 Fixes 2024-02-23 11:05:39 +00:00