1
0
Fork 0
mirror of synced 2024-08-13 00:51:22 +12:00
Commit graph

6264 commits

Author SHA1 Message Date
Rory Powell
d2a4e0a934 Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
Budibase Staging Release Bot
282d2b73cc v1.0.105-alpha.23 2022-04-20 11:45:43 +00:00
Mel O'Hagan
8494f872af Remove Row Rev from UI 2022-04-20 11:00:58 +01:00
Rory Powell
c92e7120de Move upgrade page check into self hosted block 2022-04-20 10:07:36 +01:00
Rory Powell
46965bbb44 Feature flag upgrade page 2022-04-20 09:46:20 +01:00
Budibase Staging Release Bot
b18c47a586 v1.0.105-alpha.22 2022-04-20 07:47:53 +00:00
Budibase Staging Release Bot
c8d3c9ded4 v1.0.105-alpha.21 2022-04-19 12:05:43 +00:00
Peter Clement
b91a37675f Merge pull request #5145 from Budibase/feature/foreach-block
Foreach Automation Block
2022-04-19 12:58:00 +01:00
Budibase Staging Release Bot
d1c6aaa245 v1.0.105-alpha.20 2022-04-19 08:48:18 +00:00
Peter Clement
97c49b11d2 Merge remote-tracking branch 'origin/develop' into feature/foreach-block 2022-04-18 10:05:43 +01:00
Budibase Staging Release Bot
c53c350879 v1.0.105-alpha.19 2022-04-14 19:50:11 +00:00
Mitch-Budibase
55588415b0 Updated MySQL Duplicate Query test
Fixing the navigation used when selecting queries
2022-04-14 20:20:09 +01:00
Budibase Staging Release Bot
8c613db188 v1.0.105-alpha.18 2022-04-14 16:55:46 +00:00
Mitch-Budibase
83c7eb3fc3 Merge pull request #5425 from Budibase/cypress-testing
Smoke Build Changes
2022-04-14 17:49:10 +01:00
Mitch-Budibase
377345a828 Smoke Build Changes
Datasource (MySQL, PostgreSQL)
- Test should now pass for smoke build

Table Tests
- Removed pagination tests - no pagination in the smoke build test run
2022-04-14 17:15:34 +01:00
Budibase Staging Release Bot
3b7a03c7a9 v1.0.105-alpha.17 2022-04-14 12:05:50 +00:00
Budibase Staging Release Bot
b37dd1c229 v1.0.105-alpha.16 2022-04-14 09:14:11 +00:00
Mitch-Budibase
4dcb320561 Merge pull request #5400 from Budibase/cypress-testing
Updated Datasource Testing
2022-04-14 10:05:02 +01:00
Budibase Staging Release Bot
5044094fb0 v1.0.105-alpha.15 2022-04-14 07:49:18 +00:00
melohagan
07d72294ed Merge pull request #5298 from Budibase/bug/sev3/js_scripting_binding_label
Display correct selector label for JS Scripting
2022-04-14 08:40:32 +01:00
Rory Powell
fa1f9ad6cc Merge branch 'develop' into feature/licensing 2022-04-13 21:24:07 +01:00
Mitch-Budibase
56b8774b13 lint 2022-04-13 16:02:57 +01:00
Mitch-Budibase
45c39cbcc0 Updated PostgreSQL & Oracle Tests
PostgreSQL
- Test fixes (May still fail due to connection issues on smoke build)

Oracle
- Test fixes
- Skipping most tests (Oracle host needs configured)

commands.spec.js
- minor change to addDatasourceConfig function
2022-04-13 15:54:40 +01:00
Mitch-Budibase
57284ec219 Updated MySQL Tests
It may still fail as part of the smoke build due to connection issues - for now, direct test issues are resolved
2022-04-13 14:33:37 +01:00
Budibase Staging Release Bot
06f22413cb v1.0.105-alpha.14 2022-04-13 13:20:56 +00:00
Andrew Kingston
5e19a93726 Merge pull request #5369 from Budibase/fix-query-block-search
Fixes for custom queries
2022-04-13 14:13:46 +01:00
Mel O'Hagan
d8f487288e Change to startsWith JS. Remove index decrement. 2022-04-13 13:27:17 +01:00
Budibase Staging Release Bot
0197b96be4 v1.0.105-alpha.13 2022-04-13 11:22:17 +00:00
Mitch-Budibase
0c880dd714 Merge pull request #5371 from Budibase/cypress-testing
Smoke Build Test Changes
2022-04-13 12:15:02 +01:00
Budibase Staging Release Bot
69904fd870 v1.0.105-alpha.12 2022-04-13 10:40:51 +00:00
Mel O'Hagan
7c828382a3 Merge branch 'develop' into bug/sev3/js_scripting_binding_label 2022-04-13 11:35:01 +01:00
melohagan
776761fcb3 Merge pull request #5325 from Budibase/bug/sev3/require-option-values
Added validation for options editor
2022-04-13 11:31:04 +01:00
Budibase Staging Release Bot
b8042b60fe v1.0.105-alpha.11 2022-04-13 09:19:50 +00:00
Mitch-Budibase
0446c5f2e2 lint 2022-04-12 17:33:17 +01:00
Mitch-Budibase
f81aed711d Updated createApp.spec.js
The test 'should provide filterable templates' was failing on the smoke build.

Updated to check existence of apps and act accordingly
2022-04-12 17:24:15 +01:00
Andrew Kingston
3bb9834895 Remove table ID from custom queries to fix 500 errors when trying to fetch a table definition and passing up a query ID, and fix issue with search fields when no table ID exists 2022-04-12 16:58:26 +01:00
Andrew Kingston
e692dc9095 Use the readable schema when generating search field options 2022-04-12 16:27:14 +01:00
Mitch-Budibase
29d7987768 Fixed Table Pagination Tests
Previous issues with the second page loading - reloading the page solves it
2022-04-12 16:20:15 +01:00
Rory Powell
03ba6d914f Merge branch 'develop' into feature/licensing 2022-04-12 16:18:41 +01:00
Mitch-Budibase
87ac25bcea Updated deleteApp function
Added a check for app name, function returns if app does not exist, rather than trying to delete
2022-04-12 15:59:12 +01:00
Mel O'Hagan
6ee859b04e Default option labels and values 2022-04-12 14:54:15 +01:00
Mel O'Hagan
ac772c2f5b Merge branch 'develop' into bug/sev3/require-option-values 2022-04-12 14:40:38 +01:00
Peter Clement
03b1805030 uneeded reactive statement 2022-04-12 11:43:01 +01:00
Budibase Staging Release Bot
4340a46fe7 v1.0.105-alpha.10 2022-04-12 09:14:08 +00:00
Peter Clement
8bacbae496 fix cypress 2022-04-12 09:44:24 +01:00
Peter Clement
cfbd729c75 fix automation 2022-04-12 09:15:40 +01:00
Peter Clement
47480450d8 fix failure condition 2022-04-11 23:10:29 +01:00
Mel O'Hagan
6850bb77fd Added error messages to inputs instead 2022-04-11 16:08:25 +01:00
Mel O'Hagan
6c9ee5e27c Merge branch 'develop' into bug/sev3/require-option-values 2022-04-11 15:18:10 +01:00
Peter Clement
999199dcf6 Add handling for failure conditions 2022-04-11 10:26:59 +01:00