1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00
Commit graph

27296 commits

Author SHA1 Message Date
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
Andrew Kingston b5d50a71d7 Improve DND experience, use correct size of drop placeholder and don't drop if the position is unchanged 2022-10-11 16:02:09 +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
Andrew Kingston f2d1730139 Improve column/row detection by appending an ephemeral child component and tune timings 2022-10-11 08:52:45 +01:00
mike12345567 bb65cf8ef9 Some updates towards supporting attachments in app exports. 2022-10-10 20:08:59 +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
Dean 6809bd72ed Ensure field type is preserved if it contains a slash. Some additional refactoring 2022-10-10 14:20:06 +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
Andrew Kingston 0dd245c21c Remove dragged component from consideration of drop target 2022-10-10 14:00:37 +01: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
Mel O'Hagan 1b4531ec29 Allow deleteComponent from settings bar 2022-10-10 13:36:32 +01:00
Dean cbdf7c8bd1 Adjustments to accomodate the updates scanner type 2022-10-10 12:11:29 +01:00
Dean dc38ad03a0 Minor labelling change for field type 2022-10-10 11:40:34 +01:00
Budibase Release Bot 69957e9c1d Update pro version to 2.0.25 2022-10-10 10:16:15 +00:00
Budibase Release Bot 26095923b5 v2.0.25 2022-10-10 10:13:09 +00:00
Martin McKeaveney 236c5e4bd1
Merge pull request #8192 from Budibase/feature/turn-on-gsheets
turn on gsheets
2022-10-10 11:02:40 +01:00
Martin McKeaveney 88e9419d73 redis fix for new instances, removing relationship options from google sheets integration 2022-10-10 11:00:45 +01:00
Dean 806d832dff Code review updates 2022-10-10 10:39:34 +01:00
Andrew Kingston 90172ec2a1 Fully remove source component from client tree while dragging 2022-10-10 09:51:13 +01:00
Andrew Kingston c5b36863d2 Make DND work again by converting new parent+index params into old target+mode 2022-10-10 09:36:17 +01:00
Andrew Kingston 6cf3a0af5b Tune DND throttle rate 2022-10-10 09:22:47 +01:00
Dean 91e63ca2c9 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-10 09:08:48 +01:00
Martin McKeaveney 2855fbea66 turn on gsheets 2022-10-10 09:02:17 +01:00
Rory Powell e92a31bd45 Add locking framework 2022-10-10 08:21:17 +01:00
Martin McKeaveney 83f3a02d23 ensure correct revert endpoint being hit, update call to revert 2022-10-09 19:31:35 +01:00
tomamplius e1c55a2da7
remove move on / 2022-10-09 09:35:21 +02:00
Andrew Kingston 9f7504c53f Reduce padding when dragging over a component tree and remove unused component class names 2022-10-08 15:32:36 +01:00
Andrew Kingston cf0891c911 Rename DND state variables for clarity 2022-10-08 15:28:22 +01:00
Andrew Kingston 6f73ecdc4c Fix row/column detection, add comments and remove old code 2022-10-08 15:18:05 +01:00
Andrew Kingston e9dfc9ad9f Throttle updates to prevent all jank and revert to component center breakboints for DND candidates 2022-10-08 15:04:18 +01:00
Andrew Kingston e48bbb451e Add throttle utility as an improved debounce 2022-10-08 15:03:44 +01:00
mike12345567 3860ec4e5e Updating koa versions to align with pro - types were inaccurate and couldn't be imported correctly. 2022-10-07 21:08:20 +01:00
mike12345567 a05369977e Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-07 20:48:28 +01:00
Andrew Kingston ab4eebc0cf Reduce jank by computing symmetrical component breakpoint whens considering DND candidate positions and ignoring the hidden selected component 2022-10-07 20:00:25 +01:00
Budibase Release Bot c2cd2af494 Update pro version to 2.0.24 2022-10-07 17:19:31 +00:00
Budibase Release Bot e1180dfac0 v2.0.24 2022-10-07 17:16:16 +00:00
Pedro Silva 3abf993779 Merge branch 'develop' into api-create-app 2022-10-07 18:06:57 +01:00
Pedro Silva 25b72cbe2b Add tests for revert endpoint 2022-10-07 18:05:58 +01:00
mike12345567 39c9acb740 Fixing test mocks. 2022-10-07 18:05:26 +01:00