@lando/symfony 0.7.0 → 0.9.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/0c343b3a-ea79-423b-bc92-87e5bf195642.json +1 -0
- package/.nyc_output/processinfo/75e144f0-cc81-47d2-93ca-e9c086bfc996.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +9 -0
- package/coverage/builder.js.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/init.js.html +1 -1
- package/package.json +4 -7
- package/recipes/symfony/mysql8.cnf +105 -0
- package/.nyc_output/processinfo/72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f.json +0 -1
- package/.nyc_output/processinfo/cb07d42e-8746-4d19-880e-f3a38a22d1b7.json +0 -1
- package/actions-lando-config.yml +0 -12
- /package/.nyc_output/{cb07d42e-8746-4d19-880e-f3a38a22d1b7.json → 0c343b3a-ea79-423b-bc92-87e5bf195642.json} +0 -0
- /package/.nyc_output/{72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f.json → 75e144f0-cc81-47d2-93ca-e9c086bfc996.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1856,"argv":["/opt/hostedtoolcache/node/16.20.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":1688413800953,"ppid":1855,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/0c343b3a-ea79-423b-bc92-87e5bf195642.json","externalId":"","uuid":"0c343b3a-ea79-423b-bc92-87e5bf195642","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1867,"argv":["/opt/hostedtoolcache/node/16.20.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":1688413801423,"ppid":1856,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/75e144f0-cc81-47d2-93ca-e9c086bfc996.json","externalId":"","uuid":"75e144f0-cc81-47d2-93ca-e9c086bfc996","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"0c343b3a-ea79-423b-bc92-87e5bf195642":{"parent":null,"children":[]},"75e144f0-cc81-47d2-93ca-e9c086bfc996":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["0c343b3a-ea79-423b-bc92-87e5bf195642"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["0c343b3a-ea79-423b-bc92-87e5bf195642"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## v0.9.0 - [July 3, 2023](https://github.com/lando/symfony/releases/tag/v0.9.0)
|
|
2
|
+
* Removed bundle-dependencies and version-bump-prompt from plugin.
|
|
3
|
+
* Updated package to use prepare-release-action.
|
|
4
|
+
* Updated documentation to reflect new release process.
|
|
5
|
+
|
|
6
|
+
## v0.8.0 - [February 26, 2022](https://github.com/lando/symfony/releases/tag/v0.8.0)
|
|
7
|
+
|
|
8
|
+
* Add compatibility for MySQL 8.x [lando/lando#1426](https://github.com/lando/lando/issues/1462)
|
|
9
|
+
|
|
1
10
|
## v0.7.0 - [December 12, 2022](https://github.com/lando/symfony/releases/tag/v0.7.0)
|
|
2
11
|
* Added bundle-dependencies to release process.
|
|
3
12
|
* Fixed bug in plugin dogfooding test.
|
package/coverage/builder.js.html
CHANGED
|
@@ -256,7 +256,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
|
|
|
256
256
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
257
257
|
Code coverage generated by
|
|
258
258
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
259
|
-
at
|
|
259
|
+
at 2023-07-03T19:50:01.658Z
|
|
260
260
|
</div>
|
|
261
261
|
<script src="prettify.js"></script>
|
|
262
262
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at
|
|
119
|
+
at 2023-07-03T19:50:01.658Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/coverage/init.js.html
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at 2023-07-03T19:50:01.658Z
|
|
98
98
|
</div>
|
|
99
99
|
<script src="prettify.js"></script>
|
|
100
100
|
<script>
|
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": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/symfony",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"docs:build": "vuepress build docs",
|
|
41
41
|
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
|
|
42
42
|
"lint": "eslint --quiet . && yarn docs:lint",
|
|
43
|
-
"release": "bundle-dependencies update && bump --prompt --tag --all --push",
|
|
44
43
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
45
44
|
"test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
46
45
|
"test": "yarn lint && yarn test:unit"
|
|
@@ -50,9 +49,8 @@
|
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|
|
52
51
|
"@babel/eslint-parser": "^7.16.0",
|
|
53
|
-
"@lando/leia": "^0.6.
|
|
54
|
-
"@lando/vuepress-theme-default-plus": "1.0.0-beta.
|
|
55
|
-
"bundle-dependencies": "^1.0.2",
|
|
52
|
+
"@lando/leia": "^0.6.5",
|
|
53
|
+
"@lando/vuepress-theme-default-plus": "1.0.0-beta.45",
|
|
56
54
|
"chai": "^4.3.4",
|
|
57
55
|
"command-line-test": "^1.0.10",
|
|
58
56
|
"eslint": "^7.32.0",
|
|
@@ -60,7 +58,6 @@
|
|
|
60
58
|
"eslint-plugin-vue": "^8.0.3",
|
|
61
59
|
"mocha": "^9.1.2",
|
|
62
60
|
"nyc": "^15.1.0",
|
|
63
|
-
"version-bump-prompt": "^4.2.1",
|
|
64
61
|
"vuepress": "2.0.0-beta.53"
|
|
65
62
|
}
|
|
66
|
-
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
#
|
|
2
|
+
# The MySQL database server configuration file for Lando
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
[mysqld]
|
|
6
|
+
#
|
|
7
|
+
# * Basic Settings
|
|
8
|
+
#
|
|
9
|
+
# Data is stored in a volume on the db container /sql
|
|
10
|
+
default-storage-engine = innodb
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
# * Fine Tuning
|
|
14
|
+
#
|
|
15
|
+
key_buffer_size = 384M
|
|
16
|
+
max_allowed_packet = 32M
|
|
17
|
+
thread_stack = 400K
|
|
18
|
+
thread_cache_size = 8
|
|
19
|
+
# This replaces the startup script and checks MyISAM tables if needed
|
|
20
|
+
# the first time they are touched
|
|
21
|
+
#max_connections = 100
|
|
22
|
+
#table_cache = 64
|
|
23
|
+
#thread_concurrency = 10
|
|
24
|
+
read_rnd_buffer_size = 8M
|
|
25
|
+
myisam_sort_buffer_size = 64M
|
|
26
|
+
table_open_cache = 512
|
|
27
|
+
sort_buffer_size = 2M
|
|
28
|
+
read_buffer_size = 2M
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# * Logging and Replication
|
|
32
|
+
#
|
|
33
|
+
# Both location gets rotated by the cronjob.
|
|
34
|
+
# Be aware that this log type is a performance killer.
|
|
35
|
+
# As of 5.1 you can enable the log at runtime!
|
|
36
|
+
#general_log_file = /src/.lando/log/mysql.log
|
|
37
|
+
#general_log = 1
|
|
38
|
+
#
|
|
39
|
+
# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf.
|
|
40
|
+
#
|
|
41
|
+
# Here you can see queries with especially long duration
|
|
42
|
+
#log_slow_queries = /var/log/mysql/mysql-slow.log
|
|
43
|
+
#long_query_time = 2
|
|
44
|
+
#log-queries-not-using-indexes
|
|
45
|
+
#
|
|
46
|
+
# The following can be used as easy to replay backup logs or for replication.
|
|
47
|
+
# note: if you are setting up a replication slave, see README.Debian about
|
|
48
|
+
# other settings you may need to change.
|
|
49
|
+
#server-id = 1
|
|
50
|
+
#log_bin = /src/.lando/log/mysql-bin.log
|
|
51
|
+
expire_logs_days = 10
|
|
52
|
+
max_binlog_size = 100M
|
|
53
|
+
#binlog_do_db = include_database_name
|
|
54
|
+
#binlog_ignore_db = include_database_name
|
|
55
|
+
#
|
|
56
|
+
# * InnoDB
|
|
57
|
+
#
|
|
58
|
+
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
|
|
59
|
+
# Read the manual for more InnoDB related options. There are many!
|
|
60
|
+
#
|
|
61
|
+
# Uncomment the following if you are using InnoDB tables
|
|
62
|
+
#innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend
|
|
63
|
+
#innodb_log_group_home_dir = C:\mysql\data/
|
|
64
|
+
# You can set .._buffer_pool_size up to 50 - 80 %
|
|
65
|
+
# of RAM but beware of setting memory usage too high
|
|
66
|
+
#innodb_buffer_pool_size = 384M
|
|
67
|
+
#innodb_additional_mem_pool_size = 20M
|
|
68
|
+
# Set .._log_file_size to 25 % of buffer pool size
|
|
69
|
+
innodb_log_file_size = 100M
|
|
70
|
+
#innodb_log_buffer_size = 8M
|
|
71
|
+
innodb_flush_log_at_trx_commit = 0
|
|
72
|
+
#innodb_lock_wait_timeout = 50
|
|
73
|
+
innodb_buffer_pool_size = 384M
|
|
74
|
+
innodb_log_buffer_size = 4M
|
|
75
|
+
innodb_file_per_table = 1
|
|
76
|
+
innodb_open_files = 256
|
|
77
|
+
innodb_io_capacity = 512
|
|
78
|
+
innodb_flush_method = O_DIRECT
|
|
79
|
+
innodb_thread_concurrency = 8
|
|
80
|
+
innodb_lock_wait_timeout = 120
|
|
81
|
+
#
|
|
82
|
+
# * Security Features
|
|
83
|
+
#
|
|
84
|
+
# Read the manual, too, if you want chroot!
|
|
85
|
+
# chroot = /var/lib/mysql/
|
|
86
|
+
#
|
|
87
|
+
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
|
|
88
|
+
#
|
|
89
|
+
# ssl-ca=/etc/mysql/cacert.pem
|
|
90
|
+
# ssl-cert=/etc/mysql/server-cert.pem
|
|
91
|
+
# ssl-key=/etc/mysql/server-key.pem
|
|
92
|
+
|
|
93
|
+
[mysqldump]
|
|
94
|
+
quick
|
|
95
|
+
quote-names
|
|
96
|
+
max_allowed_packet = 32M
|
|
97
|
+
|
|
98
|
+
[mysql]
|
|
99
|
+
#no-auto-rehash # faster start of mysql but no tab completion
|
|
100
|
+
|
|
101
|
+
[isamchk]
|
|
102
|
+
key_buffer_size = 384M
|
|
103
|
+
sort_buffer_size = 256M
|
|
104
|
+
read_buffer = 2M
|
|
105
|
+
write_buffer = 2M
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1777,"argv":["/opt/hostedtoolcache/node/16.18.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":1670954778154,"ppid":1766,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f.json","externalId":"","uuid":"72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1766,"argv":["/opt/hostedtoolcache/node/16.18.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":1670954777590,"ppid":1765,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/cb07d42e-8746-4d19-880e-f3a38a22d1b7.json","externalId":"","uuid":"cb07d42e-8746-4d19-880e-f3a38a22d1b7","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
|
package/actions-lando-config.yml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Disable the "core" symfony plugins
|
|
2
|
-
disablePlugins:
|
|
3
|
-
- lando-symfony
|
|
4
|
-
|
|
5
|
-
# Make sure we are dogfooding this plugin for testing purposes
|
|
6
|
-
plugins:
|
|
7
|
-
"@lando/symfony": /home/runner/work/symfony/symfony
|
|
8
|
-
|
|
9
|
-
# Disable metrics reporting
|
|
10
|
-
stats:
|
|
11
|
-
- report: false
|
|
12
|
-
url: https://metrics.lando.dev
|
|
File without changes
|
|
File without changes
|