Commit Graph

12582 Commits

Author SHA1 Message Date
Budibase Release Bot b87068657f v1.0.145 2022-05-05 23:48:56 +00:00
Budibase Release Bot 870a8b4d7b Update pro version to 1.0.144 2022-05-05 22:40:33 +00:00
Budibase Release Bot ace0730739 v1.0.144 2022-05-05 22:39:12 +00:00
Kacper eab84b4c63 Content Security Policy fix for S3 upload
CSP allows wildcard only at first element of FQDN, so policy `*.s3.*.amazonaws.com` is invalid cause it contains second wildcard in the middle of FQDN.

nginx.prod.conf.hbs is not parsed by real handlebarsJS but manual way with regex and replacements. It's impossible to use `{{#each}}` so I've hardcoded all regions available for S3 basing on documentation under: https://docs.aws.amazon.com/general/latest/gr/s3.html
2022-05-05 22:26:57 +02:00
Mitch-Budibase 214b7f2612 More Job Application Tracker Template Tests
Edit an application
- Change application from not hired to hired
- Confirm relative sections update

Delete an application
- Currently skipped as there seems to be an issue with deleting an application within the template
2022-05-05 17:32:16 +01:00
Mitch-Budibase ffe85207bf Merge branch 'develop' into cypress-testing 2022-05-05 14:27:03 +01:00
Mitch-Budibase d166ac805e Job Application Tracker Template Tests
2 more tests associated with the Job Application Tracker template
- Add active/inactive vacancies
- Filter applications by stage

Tests utilise pre-populated data already associated with the template
2022-05-05 14:26:21 +01:00
Budibase Release Bot a1806a94a8 Update pro version to 1.0.143 2022-05-05 13:09:48 +00:00
Budibase Release Bot 87001bd1c5 v1.0.143 2022-05-05 13:08:19 +00:00
Rory Powell 8c6b46de29 Merge pull request #5723 from Budibase/fix/gsheets
Re-enable gsheets for verification
2022-05-05 14:00:28 +01:00
Martin McKeaveney 8899527da8 merge 2022-05-05 12:45:09 +01:00
Budibase Staging Release Bot eeda40f829 Update pro version to 1.0.143-alpha.1 2022-05-05 10:59:47 +00:00
Budibase Staging Release Bot b8a6ba981b v1.0.143-alpha.1 2022-05-05 10:58:30 +00:00
Mitch-Budibase ca3ed1d751 Merge pull request #5726 from Budibase/cypress-testing
Assign user roles test fix
2022-05-05 11:51:28 +01:00
Mitch-Budibase ec6881150f Merge branch 'develop' into cypress-testing 2022-05-05 11:22:47 +01:00
Mitch-Budibase c2d6b12749 Assign user roles test fix
Changing the conditionals for creating user and assigning roles. Should assist with the test issues
2022-05-05 11:22:04 +01:00
Rory Powell e4976eb320 Fix lockfile 2022-05-05 10:04:33 +01:00
Rory Powell 34474d5c10 Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
Andrew Kingston b21c4b95b8 Update many usages of goto to redirect to improve routing history and fix many blocking navigation cycles 2022-05-05 09:28:33 +01:00
Andrew Kingston cc08c263c8 Fix duplicate component action in settings bar 2022-05-05 08:57:49 +01:00
Andrew Kingston d8c7fadd46 Add missing component store to client library SDK 2022-05-05 08:57:36 +01:00
Budibase Staging Release Bot 3bf8d0fc0b Update pro version to 1.0.143-alpha.0 2022-05-05 07:48:16 +00:00
Budibase Staging Release Bot e21d8a9ada v1.0.143-alpha.0 2022-05-05 07:46:48 +00:00
Rory Powell 4fb6dbd009 Merge pull request #5721 from Budibase/merge-master-develop
Merge master develop
2022-05-05 08:37:49 +01:00
Rory Powell 40597fd297 Merge branch 'master' into merge-master-develop 2022-05-05 08:36:09 +01:00
Andrew Kingston 7b96ba811c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-05 08:26:37 +01:00
Budibase Staging Release Bot a99891d77e Update pro version to 1.0.142-alpha.1 2022-05-04 17:44:40 +00:00
Budibase Staging Release Bot 4e2d3e56e0 v1.0.142-alpha.1 2022-05-04 17:43:08 +00:00
Mitch-Budibase 10b2e8bb02 Merge pull request #5714 from Budibase/cypress-testing
Job Application Template Test + Smoke Build test fix
2022-05-04 18:35:43 +01:00
Mitch-Budibase 24e901d47e Update command.js
Increasing wait for createApp function - Seems to be timing issues for the smoke build with this
2022-05-04 18:08:09 +01:00
Budibase Release Bot b8b1bb31c6 Update pro version to 1.0.142 2022-05-04 16:59:52 +00:00
Budibase Release Bot 6204109df3 v1.0.142 2022-05-04 16:58:22 +00:00
Martin McKeaveney fdea741917 Merge pull request #5717 from Budibase/infra/remove-secret-refs
make secretkey refs conditional
2022-05-04 17:49:12 +01:00
Martin McKeaveney 81b6d4c03d make secretkey refs conditional 2022-05-04 17:45:46 +01:00
mike12345567 aac6bc48a7 Fix for issue discovered by test case. 2022-05-04 17:36:30 +01:00
Mitch-Budibase 5c04f1b31f Fix PostgreSQL Smoke Build Test
Specifically with the duplicate query test
- Looks for spectrum-icon instead of icon
2022-05-04 17:30:38 +01:00
Mitch-Budibase 95ebda59d1 Merge branch 'develop' into cypress-testing 2022-05-04 17:07:12 +01:00
Mitch-Budibase cafd2504e6 Job Application Template Test
jobApplicationTracker.spec.js
- New file and test
- Creates and publishes Job Application Tracker app. Also verifies View URL button works

commands.js
- Updated deleteApp function
2022-05-04 17:06:27 +01:00
mike12345567 fb1f941c76 Adding to the REST query UI to make it more obvious when it needs saved, such as the user has changed a dynamic variable. 2022-05-04 16:32:04 +01:00
mike12345567 b4b65362f9 Fix for #5669 comment, when using SQL tables with spaces in names, we use a raw knex function for like to achieve lower case searching, this needs to handle spaces in columns and delimiting. 2022-05-04 16:13:54 +01:00
Budibase Staging Release Bot 11b8d2a8e8 Update pro version to 1.0.142-alpha.0 2022-05-04 14:26:33 +00:00
mike12345567 159cc9d277 Fixes for #4736 - I believe the issue was that the dynamic variables were not being saved, removing the need for the user to be aware of this, also making it possible to pass the entire data structure from one call to another if desired. 2022-05-04 15:26:19 +01:00
Budibase Staging Release Bot 9909776881 v1.0.142-alpha.0 2022-05-04 14:25:01 +00:00
Michael Drury 7cf71a1937 Merge pull request #5701 from Budibase/merge-master-develop
Merge master develop
2022-05-04 15:16:05 +01:00
mike12345567 e49f9f07ef Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:32:43 +01:00
Budibase Staging Release Bot 1949c558e9 Update pro version to 1.0.130-alpha.7 2022-05-04 13:18:07 +00:00
Budibase Staging Release Bot f1aec5256b v1.0.130-alpha.7 2022-05-04 13:16:44 +00:00
mike12345567 56f1843f1e Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:16:40 +01:00
mike12345567 10882c25d7 Merge branch 'master' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:16:22 +01:00
Budibase Release Bot 1cc60bd404 Update pro version to 1.0.141 2022-05-04 13:15:23 +00:00