@lando/laravel 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/processinfo/23845f2a-0eaf-4d6a-8885-30cd0027c66d.json +1 -0
- package/.nyc_output/processinfo/982ccd0d-9f58-48c0-9727-8cdb91b6f87c.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +11 -1
- package/builders/laravel.js +12 -3
- package/coverage/index.html +1 -1
- package/node_modules/@lando/mariadb/.eslintignore +3 -2
- package/node_modules/@lando/mariadb/CHANGELOG.md +5 -0
- package/node_modules/@lando/mariadb/netlify.toml +19 -4
- package/node_modules/@lando/mariadb/package.json +11 -11
- package/node_modules/@lando/mariadb/tmpfile +0 -0
- package/node_modules/@lando/mariadb/utils/get-default-healthcheck.js +12 -5
- package/node_modules/@lando/mysql/.eslintignore +3 -2
- package/node_modules/@lando/mysql/CHANGELOG.md +5 -0
- package/node_modules/@lando/mysql/netlify.toml +19 -4
- package/node_modules/@lando/mysql/package.json +11 -11
- package/node_modules/@lando/mysql/tmpfile +0 -0
- package/node_modules/@lando/mysql/utils/get-default-healthcheck.js +12 -5
- package/node_modules/@lando/postgres/.eslintignore +3 -2
- package/node_modules/@lando/postgres/.nyc_output/processinfo/3380cdae-4eeb-4e34-9b80-ce510e7ff922.json +1 -0
- package/node_modules/@lando/postgres/.nyc_output/processinfo/4a260cab-351e-4105-aba4-06e6f872bf12.json +1 -0
- package/node_modules/@lando/postgres/.nyc_output/processinfo/index.json +1 -1
- package/node_modules/@lando/postgres/CHANGELOG.md +5 -0
- package/node_modules/@lando/postgres/coverage/index.html +1 -1
- package/node_modules/@lando/postgres/netlify.toml +20 -5
- package/node_modules/@lando/postgres/package.json +13 -13
- package/node_modules/@lando/postgres/tmpfile +0 -0
- package/node_modules/@lando/postgres/utils/get-default-healthcheck.js +9 -4
- package/package.json +9 -9
- package/.nyc_output/processinfo/1a51e868-2a90-4899-a80f-a2d22e294afd.json +0 -1
- package/.nyc_output/processinfo/cfe77227-42d4-47f8-a2fc-53f0e5a4a741.json +0 -1
- package/node_modules/@lando/postgres/.nyc_output/processinfo/2687c51a-1087-45b1-b5dd-1c557d4a9030.json +0 -1
- package/node_modules/@lando/postgres/.nyc_output/processinfo/8b1ac11a-c036-44b8-8ee5-b34875c4541c.json +0 -1
- /package/.nyc_output/{1a51e868-2a90-4899-a80f-a2d22e294afd.json → 23845f2a-0eaf-4d6a-8885-30cd0027c66d.json} +0 -0
- /package/.nyc_output/{cfe77227-42d4-47f8-a2fc-53f0e5a4a741.json → 982ccd0d-9f58-48c0-9727-8cdb91b6f87c.json} +0 -0
- /package/node_modules/@lando/postgres/.nyc_output/{2687c51a-1087-45b1-b5dd-1c557d4a9030.json → 3380cdae-4eeb-4e34-9b80-ce510e7ff922.json} +0 -0
- /package/node_modules/@lando/postgres/.nyc_output/{8b1ac11a-c036-44b8-8ee5-b34875c4541c.json → 4a260cab-351e-4105-aba4-06e6f872bf12.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":2022,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1710179763961,"ppid":2021,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/23845f2a-0eaf-4d6a-8885-30cd0027c66d.json","externalId":"","uuid":"23845f2a-0eaf-4d6a-8885-30cd0027c66d","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":2033,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1710179764113,"ppid":2022,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/982ccd0d-9f58-48c0-9727-8cdb91b6f87c.json","externalId":"","uuid":"982ccd0d-9f58-48c0-9727-8cdb91b6f87c","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"23845f2a-0eaf-4d6a-8885-30cd0027c66d":{"parent":null,"children":[]},"982ccd0d-9f58-48c0-9727-8cdb91b6f87c":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## v1.4.0 - [March 8, 2024](https://github.com/lando/laravel/releases/tag/v1.4.0)
|
|
2
|
+
* Updated to latest database services.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## v1.3.1 - [February 29, 2024](https://github.com/lando/laravel/releases/tag/v1.3.1)
|
|
6
|
+
|
|
7
|
+
### Fixes
|
|
8
|
+
|
|
9
|
+
* Improved `database` selection for purposes of `config` loading, fixes some `database` bootup issues when the `database` type is overriden downstream
|
|
10
|
+
|
|
1
11
|
## v1.3.0 - [February 27, 2024](https://github.com/lando/laravel/releases/tag/v1.3.0)
|
|
2
12
|
|
|
3
13
|
### New Features
|
|
@@ -25,7 +35,7 @@
|
|
|
25
35
|
* Fixed issue with missing proxy URLs.
|
|
26
36
|
|
|
27
37
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/laravel/releases/tag/v1.0.0)
|
|
28
|
-
|
|
38
|
+
|
|
29
39
|
* Dialed fully for `lando update`
|
|
30
40
|
|
|
31
41
|
## v0.9.0 - [July 3, 2023](https://github.com/lando/laravel/releases/tag/v0.9.0)
|
package/builders/laravel.js
CHANGED
|
@@ -26,6 +26,13 @@ const getCache = cache => {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
+
/*
|
|
30
|
+
* Helper to get database type
|
|
31
|
+
*/
|
|
32
|
+
const getDatabaseType = options => {
|
|
33
|
+
return _.get(options, '_app.config.services.database.type', options.database) ?? 'mysql';
|
|
34
|
+
};
|
|
35
|
+
|
|
29
36
|
// Tooling defaults
|
|
30
37
|
const toolingDefaults = {
|
|
31
38
|
'composer': {
|
|
@@ -105,11 +112,12 @@ const getConfigDefaults = options => {
|
|
|
105
112
|
// Get the viaconf
|
|
106
113
|
if (_.startsWith(options.via, 'nginx')) options.defaultFiles.vhosts = 'default.conf.tpl';
|
|
107
114
|
|
|
108
|
-
//
|
|
109
|
-
|
|
115
|
+
// attempt to discover the database that is actually being used
|
|
116
|
+
// @NOTE: this will look to see if database is overridden
|
|
117
|
+
const dbConfig = getDatabaseType(options);
|
|
110
118
|
const database = _.first(dbConfig.split(':'));
|
|
111
119
|
const version = _.last(dbConfig.split(':')).substring(0, 2);
|
|
112
|
-
if (database === 'mysql' || database === 'mariadb') {
|
|
120
|
+
if (database === 'laravel-mysql' || database === 'mysql' || database === 'mariadb') {
|
|
113
121
|
if (version === '8.') {
|
|
114
122
|
options.defaultFiles.database = 'mysql8.cnf';
|
|
115
123
|
} else {
|
|
@@ -243,6 +251,7 @@ module.exports = {
|
|
|
243
251
|
options.defaultFiles = _.merge({}, getConfigDefaults(_.cloneDeep(options)), options.defaultFiles);
|
|
244
252
|
options.services = _.merge({}, getServices(options), options.services);
|
|
245
253
|
options.tooling = _.merge({}, getTooling(options), options.tooling);
|
|
254
|
+
|
|
246
255
|
// Add in artisan tooling
|
|
247
256
|
// @NOTE: does artisan always live one up of the webroot?
|
|
248
257
|
options.tooling.artisan = {
|
package/coverage/index.html
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
87
87
|
Code coverage generated by
|
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
89
|
-
at 2024-
|
|
89
|
+
at 2024-03-11T17:56:04.302Z
|
|
90
90
|
</div>
|
|
91
91
|
<script src="prettify.js"></script>
|
|
92
92
|
<script>
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## v1.1.0 - [March 8, 2024](https://github.com/lando/mariadb/releases/tag/v1.1.0)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
* Allow empty password and other creds fields to pass healthcheck [lando/lamp#51](https://github.com/lando/lamp/issues/51)
|
|
5
|
+
|
|
1
6
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/mariadb/releases/tag/v1.0.0)
|
|
2
7
|
|
|
3
8
|
* Dialed fully for `lando update`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[build]
|
|
2
2
|
base = "./"
|
|
3
|
-
publish = "docs/.
|
|
3
|
+
publish = "docs/.vitepress/dist"
|
|
4
4
|
command = "npm run docs:build"
|
|
5
5
|
|
|
6
6
|
# Sets our asset optimization
|
|
@@ -20,13 +20,28 @@
|
|
|
20
20
|
for = "/images/*"
|
|
21
21
|
[headers.values]
|
|
22
22
|
Cache-Control = "public, max-age=31536000"
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
# pluginz
|
|
25
|
+
# https://github.com/netlify/netlify-plugin-lighthouse#readme
|
|
26
|
+
[[plugins]]
|
|
27
|
+
package = "@netlify/plugin-lighthouse"
|
|
28
|
+
[plugins.inputs.audits]
|
|
29
|
+
output_path = "reports/lighthouse.html"
|
|
30
|
+
|
|
31
|
+
# https://github.com/munter/netlify-plugin-checklinks#readme
|
|
32
|
+
[[plugins]]
|
|
33
|
+
package = "netlify-plugin-checklinks"
|
|
34
|
+
[plugins.inputs]
|
|
35
|
+
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com" ]
|
|
36
|
+
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
37
|
+
checkExternal = true
|
|
38
|
+
|
|
24
39
|
# We need this so preview environments and the base site look ok on their own
|
|
25
40
|
[[redirects]]
|
|
26
41
|
from = "/"
|
|
27
|
-
to = "/mariadb"
|
|
42
|
+
to = "/plugins/mariadb"
|
|
28
43
|
status = 200
|
|
29
44
|
[[redirects]]
|
|
30
|
-
from = "/mariadb/*"
|
|
45
|
+
from = "/plugins/mariadb/*"
|
|
31
46
|
to = "/:splat"
|
|
32
47
|
status = 200
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/mariadb",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with mariadb.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/mariadb",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
36
|
-
"docs:dev": "
|
|
37
|
-
"docs:build": "
|
|
38
|
-
"docs:
|
|
39
|
-
"lint": "eslint --
|
|
36
|
+
"docs:dev": "vitepress dev docs",
|
|
37
|
+
"docs:build": "vitepress build docs",
|
|
38
|
+
"docs:preview": "vitepress preview docs",
|
|
39
|
+
"lint": "eslint . --ext .js --ext .mjs ",
|
|
40
40
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
41
41
|
"test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
42
42
|
"test": "npm run lint && npm run test:unit"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/eslint-parser": "^7.16.0",
|
|
49
49
|
"@lando/leia": "^0.6.5",
|
|
50
|
-
"@lando/
|
|
50
|
+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
|
|
51
51
|
"chai": "^4.3.4",
|
|
52
52
|
"command-line-test": "^1.0.10",
|
|
53
53
|
"eslint": "^7.32.0",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"eslint-plugin-vue": "^8.0.3",
|
|
56
56
|
"mocha": "^9.1.2",
|
|
57
57
|
"nyc": "^15.1.0",
|
|
58
|
-
"
|
|
58
|
+
"vitepress": "^1.0.0-rc.42"
|
|
59
59
|
},
|
|
60
60
|
"bundledDependencies": [
|
|
61
61
|
"lodash"
|
|
62
62
|
],
|
|
63
63
|
"dist": {
|
|
64
|
-
"integrity": "sha512-
|
|
65
|
-
"shasum": "
|
|
66
|
-
"filename": "lando-mariadb-1.
|
|
67
|
-
"unpackedSize":
|
|
64
|
+
"integrity": "sha512-WfVKHB9WNfAnYmcUtvHD1mnEtzTrJPnC8IxxXD7bXlGHzCg0fTDMCDq/E4KULzPv3gzSv/Y/qVckwk6PBHrTPQ==",
|
|
65
|
+
"shasum": "3e46a4aa9c131181ed9fbe403e060c90ef9dff67",
|
|
66
|
+
"filename": "lando-mariadb-1.1.0.tgz",
|
|
67
|
+
"unpackedSize": 1469176
|
|
68
68
|
}
|
|
69
69
|
}
|
|
File without changes
|
|
@@ -2,14 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
// checks to see if a setting is disabled
|
|
4
4
|
module.exports = options => {
|
|
5
|
-
|
|
5
|
+
let healthcheck = [
|
|
6
6
|
'mysql',
|
|
7
7
|
`--host=${options.name}`,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
// Only include whatever creds are available.
|
|
11
|
+
options.creds.user ? healthcheck.push(`--user=${options.creds.user}`) : false;
|
|
12
|
+
options.creds.database ? healthcheck.push(`--database=${options.creds.database}`) : false;
|
|
13
|
+
options.creds.password ? healthcheck.push(`--password=${options.creds.password}`) : false;
|
|
14
|
+
|
|
15
|
+
healthcheck = healthcheck.concat([
|
|
11
16
|
'--silent',
|
|
12
17
|
'--execute',
|
|
13
18
|
'"SHOW TABLES;"',
|
|
14
|
-
]
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
return healthcheck.join(' ');
|
|
15
22
|
};
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## v1.1.0 - [March 8, 2024](https://github.com/lando/mysql/releases/tag/v1.1.0)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
* Allow empty password and other creds fields to pass healthcheck [lando/lamp#51](https://github.com/lando/lamp/issues/51)
|
|
5
|
+
|
|
1
6
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/mysql/releases/tag/v1.0.0)
|
|
2
7
|
|
|
3
8
|
* Dialed fully for `lando update`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[build]
|
|
2
2
|
base = "./"
|
|
3
|
-
publish = "docs/.
|
|
3
|
+
publish = "docs/.vitepress/dist"
|
|
4
4
|
command = "npm run docs:build"
|
|
5
5
|
|
|
6
6
|
# Sets our asset optimization
|
|
@@ -20,13 +20,28 @@
|
|
|
20
20
|
for = "/images/*"
|
|
21
21
|
[headers.values]
|
|
22
22
|
Cache-Control = "public, max-age=31536000"
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
# pluginz
|
|
25
|
+
# https://github.com/netlify/netlify-plugin-lighthouse#readme
|
|
26
|
+
[[plugins]]
|
|
27
|
+
package = "@netlify/plugin-lighthouse"
|
|
28
|
+
[plugins.inputs.audits]
|
|
29
|
+
output_path = "reports/lighthouse.html"
|
|
30
|
+
|
|
31
|
+
# https://github.com/munter/netlify-plugin-checklinks#readme
|
|
32
|
+
[[plugins]]
|
|
33
|
+
package = "netlify-plugin-checklinks"
|
|
34
|
+
[plugins.inputs]
|
|
35
|
+
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com" ]
|
|
36
|
+
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
37
|
+
checkExternal = true
|
|
38
|
+
|
|
24
39
|
# We need this so preview environments and the base site look ok on their own
|
|
25
40
|
[[redirects]]
|
|
26
41
|
from = "/"
|
|
27
|
-
to = "/mysql"
|
|
42
|
+
to = "/plugins/mysql"
|
|
28
43
|
status = 200
|
|
29
44
|
[[redirects]]
|
|
30
|
-
from = "/mysql/*"
|
|
45
|
+
from = "/plugins/mysql/*"
|
|
31
46
|
to = "/:splat"
|
|
32
47
|
status = 200
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/mysql",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with MySQL.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/mysql",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
36
|
-
"docs:dev": "
|
|
37
|
-
"docs:build": "
|
|
38
|
-
"docs:
|
|
39
|
-
"lint": "eslint --
|
|
36
|
+
"docs:dev": "vitepress dev docs",
|
|
37
|
+
"docs:build": "vitepress build docs",
|
|
38
|
+
"docs:preview": "vitepress preview docs",
|
|
39
|
+
"lint": "eslint . --ext .js --ext .mjs ",
|
|
40
40
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
41
41
|
"test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
42
42
|
"test": "npm run lint && npm run test:unit"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/eslint-parser": "^7.16.0",
|
|
49
49
|
"@lando/leia": "^0.6.5",
|
|
50
|
-
"@lando/
|
|
50
|
+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
|
|
51
51
|
"chai": "^4.3.4",
|
|
52
52
|
"command-line-test": "^1.0.10",
|
|
53
53
|
"eslint": "^7.32.0",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"eslint-plugin-vue": "^8.0.3",
|
|
56
56
|
"mocha": "^9.1.2",
|
|
57
57
|
"nyc": "^15.1.0",
|
|
58
|
-
"
|
|
58
|
+
"vitepress": "^1.0.0-rc.42"
|
|
59
59
|
},
|
|
60
60
|
"bundledDependencies": [
|
|
61
61
|
"lodash"
|
|
62
62
|
],
|
|
63
63
|
"dist": {
|
|
64
|
-
"integrity": "sha512-
|
|
65
|
-
"shasum": "
|
|
66
|
-
"filename": "lando-mysql-1.
|
|
67
|
-
"unpackedSize":
|
|
64
|
+
"integrity": "sha512-lprclsoY/I5gMA6Qtq/n91EaWVdlrxbr5BG9CvyrZjl1xSUeoqGTB0NVDHUn33X+ozoCTO88i64iw3lFHFKMdQ==",
|
|
65
|
+
"shasum": "ce6a886ec27a86770b7981cf505849b053acf2e0",
|
|
66
|
+
"filename": "lando-mysql-1.1.0.tgz",
|
|
67
|
+
"unpackedSize": 1469005
|
|
68
68
|
}
|
|
69
69
|
}
|
|
File without changes
|
|
@@ -2,14 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
// checks to see if a setting is disabled
|
|
4
4
|
module.exports = options => {
|
|
5
|
-
|
|
5
|
+
let healthcheck = [
|
|
6
6
|
'mysql',
|
|
7
7
|
`--host=${options.name}`,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
// Only include whatever creds are available.
|
|
11
|
+
options.creds.user ? healthcheck.push(`--user=${options.creds.user}`) : false;
|
|
12
|
+
options.creds.database ? healthcheck.push(`--database=${options.creds.database}`) : false;
|
|
13
|
+
options.creds.password ? healthcheck.push(`--password=${options.creds.password}`) : false;
|
|
14
|
+
|
|
15
|
+
healthcheck = healthcheck.concat([
|
|
11
16
|
'--silent',
|
|
12
17
|
'--execute',
|
|
13
18
|
'"SHOW TABLES;"',
|
|
14
|
-
]
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
return healthcheck.join(' ');
|
|
15
22
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1879,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/postgres/postgres/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/postgres/postgres","time":1709931699943,"ppid":1868,"coverageFilename":"/home/runner/work/postgres/postgres/.nyc_output/3380cdae-4eeb-4e34-9b80-ce510e7ff922.json","externalId":"","uuid":"3380cdae-4eeb-4e34-9b80-ce510e7ff922","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1868,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/postgres/postgres/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/postgres/postgres","time":1709931699762,"ppid":1867,"coverageFilename":"/home/runner/work/postgres/postgres/.nyc_output/4a260cab-351e-4105-aba4-06e6f872bf12.json","externalId":"","uuid":"4a260cab-351e-4105-aba4-06e6f872bf12","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"3380cdae-4eeb-4e34-9b80-ce510e7ff922":{"parent":null,"children":[]},"4a260cab-351e-4105-aba4-06e6f872bf12":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## v1.1.0 - [March 8, 2024](https://github.com/lando/postgres/releases/tag/v1.1.0)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
* Allow empty user/dbname fields to pass healthcheck [lando/lamp#51](https://github.com/lando/lamp/issues/51)
|
|
5
|
+
|
|
1
6
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/postgres/releases/tag/v1.0.0)
|
|
2
7
|
|
|
3
8
|
* Dialed fully for `lando update`.
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
87
87
|
Code coverage generated by
|
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
89
|
-
at
|
|
89
|
+
at 2024-03-08T21:01:40.150Z
|
|
90
90
|
</div>
|
|
91
91
|
<script src="prettify.js"></script>
|
|
92
92
|
<script>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[build]
|
|
2
2
|
base = "./"
|
|
3
|
-
publish = "docs/.
|
|
3
|
+
publish = "docs/.vitepress/dist"
|
|
4
4
|
command = "npm run docs:build"
|
|
5
5
|
|
|
6
6
|
# Sets our asset optimization
|
|
@@ -20,13 +20,28 @@
|
|
|
20
20
|
for = "/images/*"
|
|
21
21
|
[headers.values]
|
|
22
22
|
Cache-Control = "public, max-age=31536000"
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
# pluginz
|
|
25
|
+
# https://github.com/netlify/netlify-plugin-lighthouse#readme
|
|
26
|
+
[[plugins]]
|
|
27
|
+
package = "@netlify/plugin-lighthouse"
|
|
28
|
+
[plugins.inputs.audits]
|
|
29
|
+
output_path = "reports/lighthouse.html"
|
|
30
|
+
|
|
31
|
+
# https://github.com/munter/netlify-plugin-checklinks#readme
|
|
32
|
+
[[plugins]]
|
|
33
|
+
package = "netlify-plugin-checklinks"
|
|
34
|
+
[plugins.inputs]
|
|
35
|
+
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com" ]
|
|
36
|
+
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
37
|
+
checkExternal = true
|
|
38
|
+
|
|
24
39
|
# We need this so preview environments and the base site look ok on their own
|
|
25
40
|
[[redirects]]
|
|
26
41
|
from = "/"
|
|
27
|
-
to = "/postgres"
|
|
42
|
+
to = "/plugins/postgres"
|
|
28
43
|
status = 200
|
|
29
44
|
[[redirects]]
|
|
30
|
-
from = "/postgres/*"
|
|
45
|
+
from = "/plugins/postgres/*"
|
|
31
46
|
to = "/:splat"
|
|
32
|
-
status = 200
|
|
47
|
+
status = 200
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/postgres",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Postgres.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/postgres",
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18.0.0"
|
|
18
18
|
},
|
|
19
|
-
"bundledDependencies": [
|
|
20
|
-
"lodash"
|
|
21
|
-
],
|
|
22
19
|
"lando": {},
|
|
23
20
|
"main": "index.js",
|
|
24
21
|
"nyc": {
|
|
@@ -36,13 +33,13 @@
|
|
|
36
33
|
},
|
|
37
34
|
"scripts": {
|
|
38
35
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
39
|
-
"docs:dev": "
|
|
40
|
-
"docs:build": "
|
|
41
|
-
"docs:
|
|
42
|
-
"lint": "eslint --
|
|
36
|
+
"docs:dev": "vitepress dev docs",
|
|
37
|
+
"docs:build": "vitepress build docs",
|
|
38
|
+
"docs:preview": "vitepress preview docs",
|
|
39
|
+
"lint": "eslint . --ext .js --ext .mjs ",
|
|
43
40
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
44
|
-
"test:leia": "
|
|
45
|
-
"test": "
|
|
41
|
+
"test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
42
|
+
"test": "npm run lint && npm run test:unit"
|
|
46
43
|
},
|
|
47
44
|
"dependencies": {
|
|
48
45
|
"lodash": "^4.17.21"
|
|
@@ -50,7 +47,7 @@
|
|
|
50
47
|
"devDependencies": {
|
|
51
48
|
"@babel/eslint-parser": "^7.16.0",
|
|
52
49
|
"@lando/leia": "^0.6.5",
|
|
53
|
-
"@lando/
|
|
50
|
+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
|
|
54
51
|
"chai": "^4.3.4",
|
|
55
52
|
"command-line-test": "^1.0.10",
|
|
56
53
|
"eslint": "^7.32.0",
|
|
@@ -58,6 +55,9 @@
|
|
|
58
55
|
"eslint-plugin-vue": "^8.0.3",
|
|
59
56
|
"mocha": "^9.1.2",
|
|
60
57
|
"nyc": "^15.1.0",
|
|
61
|
-
"
|
|
62
|
-
}
|
|
58
|
+
"vitepress": "^1.0.0-rc.42"
|
|
59
|
+
},
|
|
60
|
+
"bundledDependencies": [
|
|
61
|
+
"lodash"
|
|
62
|
+
]
|
|
63
63
|
}
|
|
File without changes
|
|
@@ -2,11 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
// checks to see if a setting is disabled
|
|
4
4
|
module.exports = options => {
|
|
5
|
-
|
|
5
|
+
let healthcheck = [
|
|
6
6
|
'psql',
|
|
7
7
|
`--host=${options.name}`,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
// Only include whatever creds are available.
|
|
11
|
+
options.creds.user ? healthcheck.push(`--user=${options.creds.user}`) : false;
|
|
12
|
+
options.creds.database ? healthcheck.push(`--dbname=${options.creds.database}`) : false;
|
|
13
|
+
|
|
14
|
+
return healthcheck.concat([
|
|
10
15
|
'-c "\\\l"',
|
|
11
|
-
].join(' ');
|
|
16
|
+
]).join(' ');
|
|
12
17
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/laravel",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Laravel.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/laravel",
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
"test": "npm run lint && npm run test:unit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lando/mariadb": "^1.
|
|
45
|
+
"@lando/mariadb": "^1.1.0",
|
|
46
46
|
"@lando/memcached": "^1.1.0",
|
|
47
47
|
"@lando/mssql": "^1.0.0",
|
|
48
|
-
"@lando/mysql": "^1.
|
|
48
|
+
"@lando/mysql": "^1.1.0",
|
|
49
49
|
"@lando/nginx": "^1.0.0",
|
|
50
50
|
"@lando/php": "^1.2.0",
|
|
51
|
-
"@lando/postgres": "^1.
|
|
51
|
+
"@lando/postgres": "^1.1.0",
|
|
52
52
|
"@lando/redis": "^1.0.0",
|
|
53
53
|
"lodash": "^4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/eslint-parser": "^7.23.10",
|
|
57
57
|
"@lando/leia": "^0.6.7",
|
|
58
|
-
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.
|
|
58
|
+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
|
|
59
59
|
"chai": "~4.3.4",
|
|
60
60
|
"command-line-test": "^1.0.10",
|
|
61
61
|
"eslint": "^8.56.0",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"lodash"
|
|
78
78
|
],
|
|
79
79
|
"dist": {
|
|
80
|
-
"integrity": "sha512-
|
|
81
|
-
"shasum": "
|
|
82
|
-
"filename": "lando-laravel-1.
|
|
83
|
-
"unpackedSize":
|
|
80
|
+
"integrity": "sha512-1H7bv9UHZz+3cKn/b6v09lLtZnirSrTma2ulUuu++nc+39+MwmFS77fBuJzi9F7Kx8egIGKbetiCaajMObgP5w==",
|
|
81
|
+
"shasum": "1d9524436cfb8b60631ab036dc901a0470b8920d",
|
|
82
|
+
"filename": "lando-laravel-1.4.0.tgz",
|
|
83
|
+
"unpackedSize": 15127839
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1903,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1709066265077,"ppid":1892,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/1a51e868-2a90-4899-a80f-a2d22e294afd.json","externalId":"","uuid":"1a51e868-2a90-4899-a80f-a2d22e294afd","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1892,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1709066264910,"ppid":1891,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/cfe77227-42d4-47f8-a2fc-53f0e5a4a741.json","externalId":"","uuid":"cfe77227-42d4-47f8-a2fc-53f0e5a4a741","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1966,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/postgres/postgres/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/postgres/postgres","time":1702582254499,"ppid":1955,"coverageFilename":"/home/runner/work/postgres/postgres/.nyc_output/2687c51a-1087-45b1-b5dd-1c557d4a9030.json","externalId":"","uuid":"2687c51a-1087-45b1-b5dd-1c557d4a9030","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1955,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/postgres/postgres/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/postgres/postgres","time":1702582254328,"ppid":1954,"coverageFilename":"/home/runner/work/postgres/postgres/.nyc_output/8b1ac11a-c036-44b8-8ee5-b34875c4541c.json","externalId":"","uuid":"8b1ac11a-c036-44b8-8ee5-b34875c4541c","files":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|