Mitch-Budibase
cd4f9f12e3
Cypress: Smoke build test changes
User Management & Revert App test files changed to better suit the timing of the smoke build
4 years ago
Budibase Staging Release Bot
fa012bd576
v1.1.22-alpha.0
4 years ago
Budibase Staging Release Bot
1d5a43f66e
v1.1.18-alpha.5
4 years ago
Mitch-Budibase
a5c8219034
Update command file
Including a wait which seems necessary when logging in for the first time
4 years ago
Mitch-Budibase
bec8e3be3e
Updated createApp.spec.js
Including an extended timeout for the first test. Specifically when the test is looking for the create app button
4 years ago
Mitch-Budibase
7b227817e9
Cypress: Test Changes + New Command
Data-cy IDs are gone for components (I assume due to the UI redesign)
For now I have created a new command to search and add a component. Tests have been updated to reflect this
4 years ago
Budibase Release Bot
bd399ecec7
v1.1.21
4 years ago
Budibase Release Bot
654a371df2
v1.1.20
4 years ago
Budibase Staging Release Bot
5024df1d98
v1.1.18-alpha.4
4 years ago
Budibase Staging Release Bot
0bfaf28ea8
v1.1.18-alpha.3
4 years ago
Budibase Release Bot
af92c3d6e8
v1.1.19
4 years ago
Mitch-Budibase
f396e33018
CreateScreen Tests
Updated the current createScreen test file:
- Reworked a test related to access levels
- Tests for screens of all access levels and deleting all screens (and starting new screen journey)
- Added commands to delete screen and delete all screens
4 years ago
Mitch-Budibase
552a2e00aa
AutoScreensUI test changes
Changes related to the UI redesign
- Also added new command to filter screens by access level
4 years ago
Dean
26713ab53b
Fix for left positioning of the KeyValueBuilder drawers
4 years ago
Budibase Release Bot
4256542aea
v1.1.18
4 years ago
Budibase Staging Release Bot
135ce55971
v1.1.18-alpha.2
4 years ago
Budibase Staging Release Bot
8264777bcc
v1.1.18-alpha.1
4 years ago
Budibase Staging Release Bot
981cd98376
v1.1.18-alpha.0
4 years ago
Budibase Staging Release Bot
3b8078c809
v1.1.15-alpha.3
4 years ago
Budibase Release Bot
327cc3b6f9
v1.1.17
4 years ago
Budibase Staging Release Bot
94a0f1b575
v1.1.15-alpha.2
4 years ago
Dean
ef458db8b8
Fix to the default input binding to ensure new bindings are set correctly
4 years ago
Budibase Release Bot
914258cba1
v1.1.16
4 years ago
dependabot[bot]
27d75cbc74
Bump svelte from 3.46.4 to 3.49.0
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Budibase Staging Release Bot
55f61d5034
v1.1.15-alpha.1
4 years ago
Mitch-Budibase
d9f0d9da1c
Create App Tests: Timeout Changes
This test spec file fires off against every PR. There is some timing issues currently.
I am making a few changes in relation to timeout values (a small restructure too) in hopes this helps with the PR builds.
Tests pass locally for me, so there may be more changes required against this spec file as I check its performance
4 years ago
Budibase Staging Release Bot
bf337239b9
v1.1.15-alpha.0
4 years ago
Budibase Release Bot
9852ee7f2b
v1.1.15
4 years ago
Mitch-Budibase
7ab64c730b
Timeout changes for Cypress Commands file
Cypress visit and requests in some cases need a timeout value included. This is specific for smoke build and CI runs (has no effect on local runs)
4 years ago
Budibase Release Bot
f0ac987c98
v1.1.14
4 years ago
Budibase Release Bot
13cac82db7
v1.1.13
4 years ago
Budibase Staging Release Bot
0b1e9c4aa3
v1.1.10-alpha.4
4 years ago
Budibase Release Bot
dbdd88b46d
v1.1.12
4 years ago
dependabot[bot]
a3f473e690
Bump svelte from 3.48.0 to 3.49.0 in /packages/builder
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
mike12345567
30b7790e65
Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from.
4 years ago
mike12345567
a4825f8f6c
Removing console log.
4 years ago
mike12345567
90bc52336a
Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required.
4 years ago
Andrew Kingston
61ed214e88
Replace incorrect usages of element.childNodes with element.children
4 years ago
mike12345567
320e41c393
Fix for #6702 - remove users table as an option for automation triggers.
4 years ago
Andrew Kingston
eeb528b312
Lint
4 years ago
Andrew Kingston
343dec5013
Visually hide components when cutting but do not remove from real definition
4 years ago
Andrew Kingston
210fc143ee
Fix pasting inside different screens and select new screen when pasting inside different screen
4 years ago
Andrew Kingston
be76f9ebfb
Allow pasting multiple times after copying when not cutting
4 years ago
Andrew Kingston
b82c57fac8
Remove debug logs and add comments
4 years ago
Andrew Kingston
f00d441f8e
Move screen setting updates into store and use patches. Make screen settings generic
4 years ago
Andrew Kingston
e46f64a166
Update screen settings to use patches
4 years ago
Andrew Kingston
d5b8ddafaf
Ensure state never gets out of sync when saving app metadata by using server response to update state
4 years ago
Andrew Kingston
2a240b1831
Use patch for all component methods, add core component patch function, add component move functions to store
4 years ago
Andrew Kingston
bfefae0e5f
Update cut+paste so cut doesn't actually remove the component from the tree and use new patch function
4 years ago
Andrew Kingston
64ca62f8d8
Use patch when deleting components
4 years ago