mike12345567
8a6b9646fd
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-05-16 12:33:01 +01:00
Budibase Staging Release Bot
7f63a46b9d
Update pro version to 1.0.159-alpha.1
2022-05-16 11:11:54 +00:00
Budibase Staging Release Bot
5144c59ad4
v1.0.159-alpha.1
2022-05-16 11:10:36 +00:00
melohagan
76640f65f1
Merge pull request #5800 from Budibase/bug/sev3/misc-picker-fixes
...
Misc Picker Fixes
2022-05-16 12:03:22 +01:00
Mel O'Hagan
df7b75ea84
Show autocomplete only for select
2022-05-16 11:14:13 +01:00
Budibase Staging Release Bot
99aacb03a3
Update pro version to 1.0.159-alpha.0
2022-05-13 09:34:50 +00:00
Budibase Staging Release Bot
7217d62d5b
v1.0.159-alpha.0
2022-05-13 09:33:36 +00:00
Rory Powell
30c12f2625
Merge branch 'master' into merge-master
2022-05-13 10:05:21 +01:00
Budibase Release Bot
ba087e41c6
Update pro version to 1.0.158
2022-05-12 20:42:33 +00:00
Budibase Release Bot
a1153da298
v1.0.158
2022-05-12 20:41:02 +00:00
Rory Powell
ae4466c786
Fix failed release dependencies
2022-05-12 21:06:03 +01:00
Budibase Staging Release Bot
31abb0e524
Update pro version to 1.0.155-alpha.3
2022-05-12 18:05:19 +00:00
Budibase Staging Release Bot
237e03b775
v1.0.155-alpha.3
2022-05-12 18:03:38 +00:00
Martin McKeaveney
ebca5b1033
Merge pull request #5797 from Budibase/fix/disabled-datepicker
...
Fix datepicker not working when toggling disabled state
2022-05-12 18:56:18 +01:00
Budibase Release Bot
50c3c4b8b9
Update pro version to 1.0.157
2022-05-12 17:33:15 +00:00
Budibase Release Bot
6b8091d4a3
v1.0.157
2022-05-12 17:31:59 +00:00
Martin McKeaveney
9e4928739c
Merge pull request #5844 from Budibase/fix/print-styles
...
Update print styles to work with dev tools update
2022-05-12 18:24:32 +01:00
mike12345567
f86f6c3b1c
Shifting the title of the flow item header into separate component so that it can be used by the run history flow as well.
2022-05-12 18:14:38 +01:00
Rory Powell
a57c35ee76
Add execute automation to basic user / write permission set
2022-05-12 17:35:31 +01:00
Budibase Release Bot
9f67c73c74
Update pro version to 1.0.156
2022-05-12 15:17:55 +00:00
Budibase Release Bot
44c25f6fff
v1.0.156
2022-05-12 15:16:33 +00:00
Budibase Staging Release Bot
ccd2b91e8e
Update pro version to 1.0.155-alpha.2
2022-05-12 15:15:24 +00:00
Budibase Staging Release Bot
756cc797f1
v1.0.155-alpha.2
2022-05-12 15:14:09 +00:00
Rory Powell
59c4aeb85a
Merge pull request #5853 from Budibase/fix/5838
...
Revert "Adding to the REST query UI to make it more obvious when it n…
2022-05-12 16:08:59 +01:00
Budibase Release Bot
ddb51d30b8
Update pro version to 1.0.155
2022-05-12 14:54:39 +00:00
Rory Powell
5bf5f5bc68
Merge branch 'master' into fix/5838
2022-05-12 15:54:18 +01:00
Rory Powell
95c02e509b
Merge branch 'master' of github.com:Budibase/budibase
2022-05-12 15:53:27 +01:00
Budibase Release Bot
0ba6546321
v1.0.155
2022-05-12 14:53:11 +00:00
Rory Powell
1716328a77
Update lockfiles
2022-05-12 15:51:14 +01:00
Michael Drury
23dc26e318
Merge pull request #5826 from Budibase/fix/formula-relationships
...
Formulas to relationship columns which contain spaces
2022-05-12 15:44:04 +01:00
Rory Powell
31555cc660
Revert "Adding to the REST query UI to make it more obvious when it needs saved, such as the user has changed a dynamic variable."
...
This reverts commit fb1f941c76
.
2022-05-12 15:30:32 +01:00
Mitch-Budibase
d21ac62d01
Update postgresql.spec.js
...
Skipping test that attempts to add datasource without config
-Eventually times out with empty error message.
I will raise a bug for this. Skipping the test to keep the automation running
2022-05-12 15:25:22 +01:00
Budibase Staging Release Bot
b58b256c7a
Update pro version to 1.0.155-alpha.1
2022-05-12 10:31:01 +00:00
Budibase Staging Release Bot
9d744defe9
v1.0.155-alpha.1
2022-05-12 10:29:12 +00:00
Andrew Kingston
1005d58ed3
Update print styles to work with dev tools update
2022-05-12 10:44:36 +01:00
Mitch-Budibase
fe2a496305
Merge branch 'develop' into cypress-testing
2022-05-12 10:37:01 +01:00
Mitch-Budibase
d6bfb392df
Skip createBinding test
...
Specifically the test for adding a URL param binding
- Issues with this test on against the CI (Works fine locally)
- Skipping for now while i investigate this further. Looks like some kind of timing issue for getting the url after a component has been added
2022-05-12 10:25:05 +01:00
Mitch-Budibase
abbb487dd2
Increase wait for addComponent
...
Sometimes after adding a component, the incorrect component ID is selected, causing test fails. This wait should allow the correct component ID to be selected
2022-05-11 23:14:06 +01:00
Mitch-Budibase
ce4a0270bc
Update commands.js + createApp.spec.js
...
commands.js
- Increasing wait due to timing issue for specific test runs.
- Added `{ force: true }` to assist with adding components
createApp.spec.js
- Increasing wait due to timing issue for specific test runs
2022-05-11 21:13:57 +01:00
Budibase Staging Release Bot
f1f57b6478
Update pro version to 1.0.155-alpha.0
2022-05-11 18:57:42 +00:00
Budibase Staging Release Bot
2b3a30fc52
v1.0.155-alpha.0
2022-05-11 18:56:22 +00:00
mike12345567
0218ba5210
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-05-11 19:47:22 +01:00
mike12345567
3f6e8bf5ea
Start of automation logs for #4977 - implementing some of the UI.
2022-05-11 19:40:13 +01:00
Mitch-Budibase
04519cf950
Update commands.js
...
Commenting out createScreen function call within createTestApp
2022-05-11 18:22:52 +01:00
Mitch-Budibase
7fc7c5a2fc
Update Commnds.js
...
Specifically updating the createTestApp function
- Creates a 'home' screen when a test app is being created
2022-05-11 17:23:05 +01:00
Mitch-Budibase
0355716c34
Update Commands.js
...
Adding `{ force: true }` to click functionality in several places.
There seems to be a discrepancy with clicks while running the smoke build
2022-05-11 17:04:54 +01:00
Mitch-Budibase
d20d0a65c5
Merge branch 'develop' into cypress-testing
2022-05-11 16:50:23 +01:00
Mitch-Budibase
ffd1821f7d
Update DeleteApp function & Enable Cypress video flag
...
Commands.js
- DeleteApp does not need specific functionality for test env
cypress.json
- Enabling video flag for Cypress
2022-05-11 16:49:27 +01:00
Budibase Release Bot
480110ce43
Update pro version to 1.0.154
2022-05-11 14:06:56 +00:00
Budibase Release Bot
090f067ffc
v1.0.154
2022-05-11 14:05:21 +00:00