1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00
Commit graph

23081 commits

Author SHA1 Message Date
Mitch-Budibase 7310bb01bd
Merge pull request #5832 from Budibase/cypress-testing
Cypress testing - Commands.js update & Enable video flag
2022-05-12 11:20:34 +01:00
Andrew Kingston a5dd74842b Update print styles to work with dev tools update 2022-05-12 10:44:36 +01:00
Mitch-Budibase 10eaa7b489 Merge branch 'develop' into cypress-testing 2022-05-12 10:37:01 +01:00
Dean 7f4730ef3c Minor fix for application lock button labelling 2022-05-12 10:28:32 +01:00
Mitch-Budibase bdfbcc6f76 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
Dean 5ec1d22237 Removed unused variables, hid the automation/backups tabs and removed the disable flag from the app version settings menu 2022-05-12 09:24:19 +01:00
Dean 58ab5ffbdc Merge remote-tracking branch 'origin/develop' into feature/app-overview-section 2022-05-12 08:59:37 +01:00
Mitch-Budibase cb6b312145 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 702deee511 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 571ee8d7fc Update pro version to 1.0.155-alpha.0 2022-05-11 18:57:42 +00:00
Budibase Staging Release Bot 32acbc2308 v1.0.155-alpha.0 2022-05-11 18:56:22 +00:00
mike12345567 b6499c911c Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-11 19:47:22 +01:00
Dean a08c3249c6 Cypress test fixes and a correction for the version update behaviour 2022-05-11 19:37:12 +01:00
Mitch-Budibase be6dea74aa Update commands.js
Commenting out createScreen function call within createTestApp
2022-05-11 18:22:52 +01:00
Mitch-Budibase 72c029a1b5 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 b74e42ec98 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 47a6b2d5ed Merge branch 'develop' into cypress-testing 2022-05-11 16:50:23 +01:00
Mitch-Budibase 2e53a80219 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
Dean d1d4aa5455 Merge remote-tracking branch 'origin/develop' into feature/app-overview-section 2022-05-11 16:21:15 +01:00
Budibase Release Bot 26725ce889 Update pro version to 1.0.154 2022-05-11 14:06:56 +00:00
Budibase Release Bot 3514528e39 v1.0.154 2022-05-11 14:05:21 +00:00
Budibase Staging Release Bot cb9655c360 Update pro version to 1.0.151-alpha.2 2022-05-11 13:59:01 +00:00
Budibase Staging Release Bot 08e66862b0 v1.0.151-alpha.2 2022-05-11 13:57:39 +00:00
Andrew Kingston 038a26975f
Merge pull request #5825 from Budibase/fix/duplicate-screens
Fix duplicate screens
2022-05-11 14:54:45 +01:00
Michael Drury e233828ad4
Merge pull request #5788 from Budibase/bug/sev3/export-postgresql-data-as-csv-from-budibase-and-import-again-with-datetime
Don't wrap dates in single quotes - PostgreSQL Export Import Date/Time fix
2022-05-11 14:50:12 +01:00
mike12345567 e8e549d44b Addresses issue mentioned in #5664 - relationship formula isn't write if column contains a space. 2022-05-11 13:33:45 +01:00
Andrew Kingston 68b6e0eb64 Remove instance name from being a required screen setting 2022-05-11 13:16:36 +01:00
Budibase Release Bot a927b358b8 Update pro version to 1.0.153 2022-05-11 11:50:11 +00:00
Budibase Release Bot 14cb0e5758 v1.0.153 2022-05-11 11:48:53 +00:00
Michael Drury f572afeb08
Merge pull request #5817 from Budibase/fix/loop-hbs-usage
Fix HBS usage in automation looping action
2022-05-11 12:40:58 +01:00
Budibase Release Bot 88ff3796da Update pro version to 1.0.152 2022-05-11 11:16:19 +00:00
Budibase Release Bot c63faedf44 v1.0.152 2022-05-11 11:14:55 +00:00
Budibase Staging Release Bot 54f750e225 Update pro version to 1.0.151-alpha.1 2022-05-11 11:11:16 +00:00
Budibase Staging Release Bot 5ac8e25cb4 v1.0.151-alpha.1 2022-05-11 11:09:54 +00:00
mike12345567 bc63a2db5f Merge branch 'master' of github.com:Budibase/budibase into fix/loop-hbs-usage 2022-05-11 12:08:50 +01:00
Rory Powell f0a99da546
Merge pull request #5806 from Budibase/crud-quotas
Add query quota increment to rows CRUD
2022-05-11 12:05:54 +01:00
melohagan 65fc4e2c56
Merge pull request #5815 from Budibase/bug/sev3/automation-query-limit-placeholder
Add limit placeholder for Automation queries
2022-05-11 12:01:17 +01:00
Rory Powell a269f123a1 Bump pro 2022-05-11 11:57:55 +01:00
Rory Powell 7b6e3d3f2f Merge branch 'master' into crud-quotas 2022-05-11 11:42:26 +01:00
Rory Powell 54eea4191c tests 2022-05-11 11:32:53 +01:00
mike12345567 30aedcbb53 Fixing an issue where HBS statements couldn't be used for passing arrays through to a looping action in automations. 2022-05-11 11:29:33 +01:00
Mel O'Hagan d6142b777e Add limit placeholder for Automation queries 2022-05-11 11:25:53 +01:00
Budibase Release Bot df915ad7be Update pro version to 1.0.151 2022-05-11 09:43:28 +00:00
Budibase Release Bot 232c223054 v1.0.151 2022-05-11 09:42:20 +00:00
Michael Drury cb95b419a7
Merge pull request #5707 from Budibase/fix/mike-fixes-04-05
SQL columns with spaces LIKE fix and dynamic REST variable UI change
2022-05-11 10:34:36 +01:00
Michael Drury a1d6228216
Merge pull request #5801 from Budibase/fix/cls-hooked-memory-leak
Fix CLS hooked memory leak
2022-05-11 10:34:22 +01:00
Budibase Staging Release Bot bbf0ca6de3 Update pro version to 1.0.151-alpha.0 2022-05-11 09:25:33 +00:00
Budibase Staging Release Bot d761e5cfec v1.0.151-alpha.0 2022-05-11 09:24:10 +00:00
Martin McKeaveney dc3d82e431 merge with master 2022-05-11 10:12:08 +01:00
Dean 7212124f8f Merge remote-tracking branch 'origin/develop' into feature/app-overview-section 2022-05-11 09:07:30 +01:00