Dean
8131b8fcaa
Overview Tab refactoring and general updates to the homepage
2022-05-06 15:52:49 +01:00
Mitch-Budibase
449ee80031
Skipping 2 Job Application Tracker tests
...
The tests are
- Filter application by stage
- Edit application
The template functionality seems to differ between test env, CI, etc. Skipping these tests for now while i debug, and leaving the passing tests in
2022-05-06 13:18:10 +01:00
Martin McKeaveney
181a038343
Merge branch 'master' of github.com:Budibase/budibase
2022-05-06 09:21:52 +01:00
Martin McKeaveney
c5294bb2d0
adding correct dashboard URL output for cypress
2022-05-06 09:20:56 +01:00
Martin McKeaveney
27e4d900cb
Update smoke_test.yaml
2022-05-06 09:19:50 +01:00
Budibase Release Bot
1bd07f85d7
Update pro version to 1.0.145
2022-05-05 23:50:12 +00:00
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
Dean
5104631d20
Initial Commit for app overview
2022-05-05 12:52:17 +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
Rory Powell
77cb7c480c
Merge branch 'feature/posthog-v2' into feature/event-backfill
2022-05-05 09:22:01 +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
Rory Powell
e45c0f98c7
Merge pull request #5694 from Budibase/add-types-package
...
Add @budibase/types package
2022-05-05 08:50:37 +01:00
Budibase Staging Release Bot
3bf8d0fc0b
Update pro version to 1.0.143-alpha.0
2022-05-05 07:48:16 +00:00
Rory Powell
e4257f1e04
Merge branch 'develop' into feature/posthog-v2
2022-05-05 08:47:06 +01: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
Rory Powell
1f56d31ebb
App backfill (wip)
2022-05-05 08:32:14 +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