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

12524 commits

Author SHA1 Message Date
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
Mitch-Budibase
9947adb40f 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
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
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
Budibase Staging Release Bot
6a2bdec592 Update pro version to 1.0.151-alpha.2 2022-05-11 13:59:01 +00:00
Budibase Staging Release Bot
7494379dd9 v1.0.151-alpha.2 2022-05-11 13:57:39 +00:00
Andrew Kingston
0952ec47d4 Merge pull request #5825 from Budibase/fix/duplicate-screens
Fix duplicate screens
2022-05-11 14:54:45 +01:00
Michael Drury
9df0b61418 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
c1c122291b 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
5e5d8da166 Remove instance name from being a required screen setting 2022-05-11 13:16:36 +01:00
Budibase Release Bot
ab5cbfd309 Update pro version to 1.0.153 2022-05-11 11:50:11 +00:00
Budibase Release Bot
fd46cf96a4 v1.0.153 2022-05-11 11:48:53 +00:00
Michael Drury
90450b8042 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
cee11437c6 Update pro version to 1.0.152 2022-05-11 11:16:19 +00:00
Budibase Release Bot
2c303e7311 v1.0.152 2022-05-11 11:14:55 +00:00
Budibase Staging Release Bot
87e9a6940b Update pro version to 1.0.151-alpha.1 2022-05-11 11:11:16 +00:00
Budibase Staging Release Bot
beae0892a4 v1.0.151-alpha.1 2022-05-11 11:09:54 +00:00
mike12345567
e30508c8e3 Merge branch 'master' of github.com:Budibase/budibase into fix/loop-hbs-usage 2022-05-11 12:08:50 +01:00
Rory Powell
e47130ef19 Merge pull request #5806 from Budibase/crud-quotas
Add query quota increment to rows CRUD
2022-05-11 12:05:54 +01:00
melohagan
aa7aa6d685 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
b5e25e125c Bump pro 2022-05-11 11:57:55 +01:00
Rory Powell
f55a3bfa3d Merge branch 'master' into crud-quotas 2022-05-11 11:42:26 +01:00
Rory Powell
85a86da0aa tests 2022-05-11 11:32:53 +01:00
mike12345567
637ce41b3f 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
ef2244fd20 Add limit placeholder for Automation queries 2022-05-11 11:25:53 +01:00
Budibase Release Bot
8780b92c84 Update pro version to 1.0.151 2022-05-11 09:43:28 +00:00
Budibase Release Bot
7b1f9587b2 v1.0.151 2022-05-11 09:42:20 +00:00
Michael Drury
e7bb4a1fb7 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
7cc942e529 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
b3899c1aae Update pro version to 1.0.151-alpha.0 2022-05-11 09:25:33 +00:00
Budibase Staging Release Bot
5aec5c4fc5 v1.0.151-alpha.0 2022-05-11 09:24:10 +00:00
Martin McKeaveney
4f3d105018 merge with master 2022-05-11 10:12:08 +01:00
Budibase Staging Release Bot
ef3d110db6 Update pro version to 1.0.148-alpha.1 2022-05-11 08:02:29 +00:00