@lando/symfony 1.2.0 → 1.3.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/ab9d0f17-1878-4f8b-9fdc-274a42304209.json +1 -0
- package/.nyc_output/processinfo/dcd4683f-c215-4a0e-bf8e-0b85e0ab5e93.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +6 -0
- package/builders/symfony-memcached.js +1 -1
- package/builders/symfony.js +1 -0
- package/coverage/index.html +1 -1
- package/node_modules/@lando/memcached/.eslintignore +3 -2
- package/node_modules/@lando/memcached/CHANGELOG.md +4 -0
- package/node_modules/@lando/memcached/{services/memcached/builder.js → builders/memcached.js} +2 -1
- package/node_modules/@lando/memcached/netlify.toml +19 -4
- package/node_modules/@lando/memcached/package.json +11 -11
- package/node_modules/@lando/memcached/tmpfile +0 -0
- package/package.json +7 -7
- package/.nyc_output/processinfo/299cac68-dbb8-4b24-acd2-8012b3571371.json +0 -1
- package/.nyc_output/processinfo/6ba1ad2c-83ba-4626-aa89-18af23056190.json +0 -1
- /package/.nyc_output/{299cac68-dbb8-4b24-acd2-8012b3571371.json → ab9d0f17-1878-4f8b-9fdc-274a42304209.json} +0 -0
- /package/.nyc_output/{6ba1ad2c-83ba-4626-aa89-18af23056190.json → dcd4683f-c215-4a0e-bf8e-0b85e0ab5e93.json} +0 -0
- /package/node_modules/@lando/memcached/{services/memcached → config}/launch.sh +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1864,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1708544782819,"ppid":1853,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/ab9d0f17-1878-4f8b-9fdc-274a42304209.json","externalId":"","uuid":"ab9d0f17-1878-4f8b-9fdc-274a42304209","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1853,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1708544782660,"ppid":1852,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/dcd4683f-c215-4a0e-bf8e-0b85e0ab5e93.json","externalId":"","uuid":"dcd4683f-c215-4a0e-bf8e-0b85e0ab5e93","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"ab9d0f17-1878-4f8b-9fdc-274a42304209":{"parent":null,"children":[]},"dcd4683f-c215-4a0e-bf8e-0b85e0ab5e93":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## v1.3.0 - [February 21, 2024](https://github.com/lando/symfony/releases/tag/v1.3.0)
|
|
2
|
+
|
|
3
|
+
* Updated memcached plugin to [v1.1.0](https://github.com/lando/memcached/releases/tag/v1.1.0).
|
|
4
|
+
* Added testing of memcached.
|
|
5
|
+
* Fixed issue with proxy URLs not showing up.
|
|
6
|
+
|
|
1
7
|
## v1.2.0 - [February 19, 2024](https://github.com/lando/symfony/releases/tag/v1.2.0)
|
|
2
8
|
|
|
3
9
|
* Included ability to specify `database: mssql` in the `config` section to maintain backwards compatibility. [@lando/mssql#31](https://github.com/lando/mssql/issues/31)
|
package/builders/symfony.js
CHANGED
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-02-
|
|
89
|
+
at 2024-02-21T19:46:23.023Z
|
|
90
90
|
</div>
|
|
91
91
|
<script src="prettify.js"></script>
|
|
92
92
|
<script>
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## v1.1.0 - [February 21, 2024](https://github.com/lando/memcached/releases/tag/v1.1.0)
|
|
2
|
+
|
|
3
|
+
* Updated directory structure to new format. [#30](https://github.com/lando/memcached/issues/30)
|
|
4
|
+
|
|
1
5
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/memcached/releases/tag/v1.0.0)
|
|
2
6
|
|
|
3
7
|
* Dialed fully for `lando update`
|
package/node_modules/@lando/memcached/{services/memcached/builder.js → builders/memcached.js}
RENAMED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
// Modules
|
|
4
4
|
const _ = require('lodash');
|
|
5
|
+
const path = require('path');
|
|
5
6
|
|
|
6
7
|
// Builder
|
|
7
8
|
module.exports = {
|
|
@@ -13,7 +14,7 @@ module.exports = {
|
|
|
13
14
|
'1': 'bitnami/memcached:1.6.1-debian-10-r4',
|
|
14
15
|
},
|
|
15
16
|
patchesSupported: true,
|
|
16
|
-
confSrc: __dirname,
|
|
17
|
+
confSrc: path.resolve(__dirname, '..', 'config'),
|
|
17
18
|
mem: 64,
|
|
18
19
|
port: '11211',
|
|
19
20
|
},
|
|
@@ -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 = "/memcached"
|
|
42
|
+
to = "/plugins/memcached"
|
|
28
43
|
status = 200
|
|
29
44
|
[[redirects]]
|
|
30
|
-
from = "/memcached/*"
|
|
45
|
+
from = "/plugins/memcached/*"
|
|
31
46
|
to = "/:splat"
|
|
32
47
|
status = 200
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/memcached",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Memcached.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/memcached",
|
|
@@ -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.39",
|
|
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-memcached-1.
|
|
67
|
-
"unpackedSize":
|
|
64
|
+
"integrity": "sha512-vK38Ab4ubzfzM/5/JWI3GlTXEXAytwuMw14Yni/xp7ZXzi2D9uqez6x6A1M82mKthvW4qO8OP75uR4Is8aQE2Q==",
|
|
65
|
+
"shasum": "493d83aad1a7ee0572e951e28c437c5bc5b51377",
|
|
66
|
+
"filename": "lando-memcached-1.1.0.tgz",
|
|
67
|
+
"unpackedSize": 1466641
|
|
68
68
|
}
|
|
69
69
|
}
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/symfony",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Symfony.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/symfony",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@lando/apache": "^1.0.0",
|
|
46
46
|
"@lando/mariadb": "^1.0.0",
|
|
47
|
-
"@lando/memcached": "^1.
|
|
47
|
+
"@lando/memcached": "^1.1.0",
|
|
48
48
|
"@lando/mssql": "^1.0.0",
|
|
49
49
|
"@lando/mysql": "^1.0.0",
|
|
50
50
|
"@lando/nginx": "^1.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@babel/eslint-parser": "^7.23.10",
|
|
58
58
|
"@lando/leia": "^0.6.7",
|
|
59
59
|
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.39",
|
|
60
|
-
"chai": "
|
|
60
|
+
"chai": "^4.3.4",
|
|
61
61
|
"command-line-test": "^1.0.10",
|
|
62
62
|
"eslint": "^8.56.0",
|
|
63
63
|
"eslint-config-google": "^0.14.0",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"lodash"
|
|
80
80
|
],
|
|
81
81
|
"dist": {
|
|
82
|
-
"integrity": "sha512-
|
|
83
|
-
"shasum": "
|
|
84
|
-
"filename": "lando-symfony-1.
|
|
85
|
-
"unpackedSize":
|
|
82
|
+
"integrity": "sha512-Z5oPUbrUgEvIq8ROSzEfrPN2OTKyki93qfSTjam0Q+TCWqVqnQrOud13POXSPZ/j+ek0eimF+XRwJ5H0KVlpjA==",
|
|
83
|
+
"shasum": "2968fefd74d32463009112944c8a886e7cf9f5c4",
|
|
84
|
+
"filename": "lando-symfony-1.3.0.tgz",
|
|
85
|
+
"unpackedSize": 16648874
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1869,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1708454999186,"ppid":1858,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/299cac68-dbb8-4b24-acd2-8012b3571371.json","externalId":"","uuid":"299cac68-dbb8-4b24-acd2-8012b3571371","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1858,"argv":["/opt/hostedtoolcache/node/18.19.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1708454999032,"ppid":1857,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/6ba1ad2c-83ba-4626-aa89-18af23056190.json","externalId":"","uuid":"6ba1ad2c-83ba-4626-aa89-18af23056190","files":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|