@lando/symfony 0.6.0 → 0.8.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.
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1780,"argv":["/opt/hostedtoolcache/node/16.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":1677432485316,"ppid":1779,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9.json","externalId":"","uuid":"9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9","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":1791,"argv":["/opt/hostedtoolcache/node/16.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":1677432485874,"ppid":1780,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/b139d55a-ba8e-41dd-afa7-ce3b30833e8d.json","externalId":"","uuid":"b139d55a-ba8e-41dd-afa7-ce3b30833e8d","files":[]}
@@ -1 +1 @@
1
- {"processes":{"851b01bd-9115-454b-93d2-d90b82dd6ef6":{"parent":null,"children":[]},"85881cc2-ec07-4880-908f-b595d766e823":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["851b01bd-9115-454b-93d2-d90b82dd6ef6"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["851b01bd-9115-454b-93d2-d90b82dd6ef6"]},"externalIds":{}}
1
+ {"processes":{"9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9":{"parent":null,"children":[]},"b139d55a-ba8e-41dd-afa7-ce3b30833e8d":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## v0.8.0 - [February 26, 2022](https://github.com/lando/symfony/releases/tag/v0.8.0)
2
+
3
+ * Add compatibility for MySQL 8.x [lando/lando#1426](https://github.com/lando/lando/issues/1462)
4
+
5
+ ## v0.7.0 - [December 12, 2022](https://github.com/lando/symfony/releases/tag/v0.7.0)
6
+ * Added bundle-dependencies to release process.
7
+ * Fixed bug in plugin dogfooding test.
8
+
1
9
  ## v0.6.0 - [September 7, 2022](https://github.com/lando/symfony/releases/tag/v0.6.0)
2
10
 
3
11
  * HYPERDRIVED
@@ -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 Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
259
+ at 2023-02-26T17:28:06.165Z
260
260
  </div>
261
261
  <script src="prettify.js"></script>
262
262
  <script>
Binary file
@@ -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 Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
119
+ at 2023-02-26T17:28:06.165Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -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 Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
97
+ at 2023-02-26T17:28:06.165Z
98
98
  </div>
99
99
  <script src="prettify.js"></script>
100
100
  <script>
Binary file
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.6.0",
4
+ "version": "0.8.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/symfony",
@@ -16,7 +16,9 @@
16
16
  "engines": {
17
17
  "node": ">=16.0.0"
18
18
  },
19
- "bundledDependencies": true,
19
+ "bundledDependencies": [
20
+ "lodash"
21
+ ],
20
22
  "lando": {},
21
23
  "main": "index.js",
22
24
  "nyc": {
@@ -38,7 +40,7 @@
38
40
  "docs:build": "vuepress build docs",
39
41
  "docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
40
42
  "lint": "eslint --quiet . && yarn docs:lint",
41
- "release": "bump --prompt --tag --all --push",
43
+ "release": "bundle-dependencies update && bump --prompt --tag --all --push",
42
44
  "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
43
45
  "test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
44
46
  "test": "yarn lint && yarn test:unit"
@@ -49,7 +51,8 @@
49
51
  "devDependencies": {
50
52
  "@babel/eslint-parser": "^7.16.0",
51
53
  "@lando/leia": "^0.6.4",
52
- "@lando/vuepress-theme-default-plus": "1.0.0-beta.34",
54
+ "@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
55
+ "bundle-dependencies": "^1.0.2",
53
56
  "chai": "^4.3.4",
54
57
  "command-line-test": "^1.0.10",
55
58
  "eslint": "^7.32.0",
@@ -58,6 +61,6 @@
58
61
  "mocha": "^9.1.2",
59
62
  "nyc": "^15.1.0",
60
63
  "version-bump-prompt": "^4.2.1",
61
- "vuepress": "^2.0.0-beta.43"
64
+ "vuepress": "2.0.0-beta.53"
62
65
  }
63
66
  }
@@ -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":1864,"argv":["/opt/hostedtoolcache/node/16.17.0/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":1662660746238,"ppid":1863,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/851b01bd-9115-454b-93d2-d90b82dd6ef6.json","externalId":"","uuid":"851b01bd-9115-454b-93d2-d90b82dd6ef6","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1875,"argv":["/opt/hostedtoolcache/node/16.17.0/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":1662660746671,"ppid":1864,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/85881cc2-ec07-4880-908f-b595d766e823.json","externalId":"","uuid":"85881cc2-ec07-4880-908f-b595d766e823","files":[]}