1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
Commit graph

26818 commits

Author SHA1 Message Date
Mitch-Budibase
6c7d6357c3 Merge branch 'develop' into api-screens 2022-10-20 17:05:30 +01:00
Mitch-Budibase
25f9a2043b Small changes based on PR feedback
As per some of the comments on the PR:
- Renaming createScreen & deleteScreen to create & delete as they are on the screens namespace
- Updating a test within create.spec.js (applications) for when a screen is generated
- Improvements to the current screens tests (removing unnecessary `expect` lines & updating the for loop for the create screens test)
2022-10-12 17:48:33 +01:00
Jonny McCullagh
a487dfcb34
Merge pull request #8230 from Budibase/jonny/ipv6
remove ipv6 conf from nginx proxy if ipv6 not enabled
2022-10-12 16:56:25 +01:00
Mitch-Budibase
4e8577f47d Merge branch 'develop' into api-screens 2022-10-12 16:53:47 +01:00
Jonny McCullagh
d5df8e8305 remove ipv6 conf from nginx proxy if ipv6 not enabled 2022-10-12 15:02:05 +01:00
Jonny McCullagh
9b830c5b19 remove ipv6 conf from nginx proxy if ipv6 not enabled 2022-10-12 14:54:25 +01:00
Jonny McCullagh
6cab57932e remove ipv6 conf from nginx proxy if ipv6 not enabled 2022-10-12 14:53:06 +01:00
Budibase Staging Release Bot
ddf9abf63d Update pro version to 2.0.30-alpha.1 2022-10-12 11:50:43 +00:00
Budibase Staging Release Bot
6183bdb53e v2.0.30-alpha.1 2022-10-12 11:46:45 +00:00
Rory Powell
a414f92265
Merge pull request #8164 from Budibase/feature/quota-emails
Approaching and Exceeded Usage Limit Notifications
2022-10-12 12:31:17 +01:00
Rory Powell
34bd4b15df Improve documentation on quota.triggers[] 2022-10-12 11:38:16 +01:00
Budibase Staging Release Bot
0d0c1fd91b Update pro version to 2.0.30-alpha.0 2022-10-12 10:33:41 +00:00
Budibase Staging Release Bot
d0200a093e v2.0.30-alpha.0 2022-10-12 10:30:23 +00:00
Rory Powell
3ba5f4ed21 Fix tests 2022-10-12 11:18:57 +01:00
Rory Powell
40d204fbb2 Fix linting 2022-10-12 10:25:02 +01:00
Mitch-Budibase
ebeae952df
Merge pull request #8204 from Budibase/cypress_test_skip
Cypress: Auto Screens UI + PostgreSql test skip
2022-10-12 10:22:56 +01:00
Rory Powell
98b6629a25
Merge pull request #7716 from adamkingsbury/rejectUnauthorized
Reject unauthorized
2022-10-12 10:22:01 +01:00
Rory Powell
d69fe68faa
Merge pull request #8216 from Budibase/merge-master
Merge master -> develop
2022-10-12 10:21:09 +01:00
Rory Powell
ef433633b2 Merge branch 'master' into merge-master 2022-10-12 10:19:46 +01:00
Rory Powell
51566deeae
Merge branch 'develop' into rejectUnauthorized 2022-10-12 10:06:50 +01:00
Martin McKeaveney
89edf154d4 Merge branch 'develop' of github.com:Budibase/budibase into cypress_test_skip 2022-10-12 09:30:18 +01:00
Budibase Release Bot
5eb52d2728 Update pro version to 2.0.29 2022-10-12 08:25:38 +00:00
Budibase Release Bot
855990ae00 v2.0.29 2022-10-12 08:22:33 +00:00
melohagan
d15df3691b
Merge pull request #8169 from Budibase/bug/sev3/delete-button-roles
Hide delete button for built-in roles, and prevent duplicate roles
2022-10-12 09:11:58 +01:00
Budibase Release Bot
d5c379f537 Update pro version to 2.0.28 2022-10-12 07:36:40 +00:00
Budibase Release Bot
fbc9af0c20 v2.0.28 2022-10-12 07:33:11 +00:00
Rory Powell
1900146bc6
Merge pull request #8212 from Budibase/fix/user-metadata-update
Fix user metadata update
2022-10-12 08:20:36 +01:00
Budibase Release Bot
9f215bc975 Update pro version to 2.0.27 2022-10-11 18:14:21 +00:00
Budibase Release Bot
2454379ed3 v2.0.27 2022-10-11 18:11:05 +00:00
Andrew Kingston
04206dcc37
Merge pull request #8218 from Budibase/user-fixes
Fix user pagination not working when viewing users with access to an app
2022-10-11 19:00:30 +01:00
Budibase Staging Release Bot
c04759a0c9 Update pro version to 2.0.24-alpha.4 2022-10-11 16:44:58 +00:00
Budibase Staging Release Bot
8b477356ce v2.0.24-alpha.4 2022-10-11 16:41:24 +00:00
Pedro Silva
44a35880d0
Merge pull request #8197 from Budibase/api-create-app
Api create app
2022-10-11 17:28:22 +01:00
Pedro Silva
9094da347e Add types for Responses 2022-10-11 16:47:02 +01:00
Pedro Silva
4b916e7074 Fix Identation 2022-10-11 16:24:43 +01:00
Pedro Silva
d04a20a9e6 Remove Test and fix types 2022-10-11 16:21:05 +01:00
Pedro Silva
a81500e5f0 Add types for response 2022-10-11 15:08:08 +01:00
Pedro Silva
db709c6a4d Add test for appDefinition 2022-10-11 15:06:04 +01:00
Andrew Kingston
40917f8635 Fix user pagination not working when viewing users with access to an app 2022-10-11 14:17:30 +01:00
Rory Powell
507401b75c Fix user metadata update 2022-10-11 12:42:35 +01:00
Mitch-Budibase
5f5965fb56 Cypress: Auto Screens UI + PostgreSql test skip
As previously discussed with Marty, any further flakey tests (timing issues) with Cypress will be skipped for now but not removed.

- Timing issues are effecting Auto Screens UI & PostgreSql tests
- We will receive coverage of these tests via QA Wolf
- The tests are not removed so we still have reference for generating relative API tests
2022-10-10 18:09:35 +01:00
Mitch-Budibase
013d29475f API Screens - Updating create screen test
The create screen tests will now create a screen with each available role type
- The types are: BASIC, POWER, ADMIN, PUBLIC
2022-10-10 17:44:19 +01:00
Mitch-Budibase
44c9ef1568 API Screens - Fetch screens test
Additional test to fetch screens.
- To confirm the screen was created i am checking `routes`
- It will then confirm the route with the screen exists - in this case the route is `/test` (as determined when the screen is created)
2022-10-10 17:27:55 +01:00
Mitch-Budibase
18b9f65161 Merge branch 'develop' into api-screens 2022-10-10 15:40:03 +01:00
Mitch-Budibase
a620b147dd API: Screens - Add and Delete Screen
Screens API tests
- This includes adding a basic screen and deleting a screen
2022-10-10 15:39:02 +01:00
Pedro Silva
d9baa5be66 Remove comment 2022-10-10 14:39:12 +01:00
Pedro Silva
b59cd28b1d Fix revert test with 400 status 2022-10-10 14:24:34 +01:00
Budibase Release Bot
45e17f16a9 Update pro version to 2.0.26 2022-10-10 13:05:06 +00:00
Budibase Release Bot
15e6dc221a v2.0.26 2022-10-10 13:01:46 +00:00
melohagan
a14045e597
Merge pull request #8199 from Budibase/bug/sev2/delete-settings-bar
FIX: Delete component from settings bar
2022-10-10 13:50:43 +01:00