1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
Commit graph

23016 commits

Author SHA1 Message Date
Mitch-Budibase 88e410a30a 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 b0ef609c10 Merge branch 'develop' into cypress-testing 2022-05-05 14:27:03 +01:00
Mitch-Budibase 81bce4fa7b 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 514b9ae981 Update pro version to 1.0.143 2022-05-05 13:09:48 +00:00
Budibase Release Bot 002c296d15 v1.0.143 2022-05-05 13:08:19 +00:00
Rory Powell 78c8ba768d
Merge pull request #5723 from Budibase/fix/gsheets
Re-enable gsheets for verification
2022-05-05 14:00:28 +01:00
Martin McKeaveney 6cddc3f8f9 merge 2022-05-05 12:45:09 +01:00
Budibase Staging Release Bot 66d4aca062 Update pro version to 1.0.143-alpha.1 2022-05-05 10:59:47 +00:00
Budibase Staging Release Bot 235b8436dd v1.0.143-alpha.1 2022-05-05 10:58:30 +00:00
Mitch-Budibase 04c56a2db5
Merge pull request #5726 from Budibase/cypress-testing
Assign user roles test fix
2022-05-05 11:51:28 +01:00
Mitch-Budibase 06bde2e490 Merge branch 'develop' into cypress-testing 2022-05-05 11:22:47 +01:00
Mitch-Budibase 473bdc87e6 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 a35824d50e Fix lockfile 2022-05-05 10:04:33 +01:00
Rory Powell 2cfb7be30a Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
Andrew Kingston 92337f9fa3 Fix duplicate component action in settings bar 2022-05-05 08:57:49 +01:00
Andrew Kingston 6dc75d45b4 Add missing component store to client library SDK 2022-05-05 08:57:36 +01:00
Budibase Staging Release Bot e66919b564 Update pro version to 1.0.143-alpha.0 2022-05-05 07:48:16 +00:00
Budibase Staging Release Bot dbaf70f8eb v1.0.143-alpha.0 2022-05-05 07:46:48 +00:00
Rory Powell ab9a6f434d
Merge pull request #5721 from Budibase/merge-master-develop
Merge master develop
2022-05-05 08:37:49 +01:00
Rory Powell 8ce92954db Merge branch 'master' into merge-master-develop 2022-05-05 08:36:09 +01:00
Budibase Staging Release Bot 423d98927b Update pro version to 1.0.142-alpha.1 2022-05-04 17:44:40 +00:00
Budibase Staging Release Bot eefa653944 v1.0.142-alpha.1 2022-05-04 17:43:08 +00:00
Mitch-Budibase ef89c38c99
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 e96a5101e3 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 2d8eb34d22 Update pro version to 1.0.142 2022-05-04 16:59:52 +00:00
Budibase Release Bot d05fcd1f14 v1.0.142 2022-05-04 16:58:22 +00:00
Martin McKeaveney 9a5d6d7dea
Merge pull request #5717 from Budibase/infra/remove-secret-refs
make secretkey refs conditional
2022-05-04 17:49:12 +01:00
Martin McKeaveney 420be19468 make secretkey refs conditional 2022-05-04 17:45:46 +01:00
mike12345567 948b7e6d00 Fix for issue discovered by test case. 2022-05-04 17:36:30 +01:00
Mitch-Budibase f2c7097f36 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 3f1231ea70 Merge branch 'develop' into cypress-testing 2022-05-04 17:07:12 +01:00
Mitch-Budibase 4afd6ab2b4 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 4982cad56d 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 13ec670295 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 d08e5ad95b Update pro version to 1.0.142-alpha.0 2022-05-04 14:26:33 +00:00
mike12345567 d0f5b67cf1 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 c979ed1387 v1.0.142-alpha.0 2022-05-04 14:25:01 +00:00
Michael Drury 09b7baf7d4
Merge pull request #5701 from Budibase/merge-master-develop
Merge master develop
2022-05-04 15:16:05 +01:00
mike12345567 7830e1f5c3 Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:32:43 +01:00
Budibase Staging Release Bot 34377ea88b Update pro version to 1.0.130-alpha.7 2022-05-04 13:18:07 +00:00
Budibase Staging Release Bot 1b49178a82 v1.0.130-alpha.7 2022-05-04 13:16:44 +00:00
mike12345567 cc7066258e Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:16:40 +01:00
mike12345567 94acf0eb41 Merge branch 'master' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:16:22 +01:00
Budibase Release Bot 9dd3df30b7 Update pro version to 1.0.141 2022-05-04 13:15:23 +00:00
Budibase Release Bot 6a7c52fc84 v1.0.141 2022-05-04 13:14:06 +00:00
melohagan 90fafeecdb
Merge pull request #5689 from Budibase/bug/sev3/query-preview-number-sorting
Query preview - sort by number for number types
2022-05-04 14:09:22 +01:00
mike12345567 3bac383068 Merge branch 'master' of github.com:Budibase/budibase into merge-master-develop 2022-05-04 14:06:41 +01:00
Peter Clement e9bf5b59ec
Merge pull request #5702 from Budibase/fix/pc-fixes-automations
Account for object in failure condition
2022-05-04 14:05:53 +01:00
Budibase Release Bot 9f705acdb5 Update pro version to 1.0.140 2022-05-04 12:41:57 +00:00
Budibase Release Bot c2cf200413 v1.0.140 2022-05-04 12:40:27 +00:00