Commit 58db861
committed
Introduction of PyFunceble v3.1.0 (Teal Blauwbok: Ladybug)
Fixed:
* MySQL/MariaDB connection/communication issue.
Fix of the following MariaDB/MySQL log:
```
2020-04-18 15:46:28 11 [Warning] Aborted connection 11 to db:
'pyfunceble' user: 'test' host: 'localhost'
(Got an error reading communication packets)
```
* Multiprocessing logic.
We were first checking if a subject should be ignored then
we pushed the subject to the multiprocessing pool.
From now, we do the checking inside a process.
* Length of the first line of all outputed files.
* Coloration of the PyFunceble ASCII-Art at the enf of a test.
It was not correct for the MySQL/MariaDB database types.
Improved:
* Configuration loader.
Indeed, it was one of the least changed subsystem (since D-1).
* Behavior behind the generation of the `.pyfunceble-env` file for
those who use the MariaDB/MySQL database types.
Indeed, we were generating it even if we didn't have any data
to write.
* Help messages.
* Documentation grammar, spelling and structure.
* README grammar and spelling.
* Structure of the inactive database (JSON).
New:
* Introduction of a documentation about some MySQL/MariaDB limitation
that end-user may meet.
* Introduction of the `--dots` argument and logic.
If used,
dots (`.`) will be printed when we skip a subject.
`S` will be printed in the preparation part in order to
signalize a subject that has to be tested.
`I` will be printed in the preparation part in order to
signalize a subject that has to be ignored.
* Introduction of the self-cleaning of the inactive database.
After 28 days (configurable), a subject will be automatically
removed.
* Introduction of the generation of a temporary shadow file.
Indeed, in order to reduce the time where the system check
if a subject should be ignored, we check them all at the beginning.
* Introduction of @spirillen's (and Team) repositories and/or
infrastructures in the "They use-d it" section.
* Introduction of @asaddon's repository in the "They use-d it"
section.
Contributors:
* @AnonymousPoster
* @jawz101
* @mitchellkrogza
* @spirillen1 parent 2537cd2 commit 58db861
File tree
135 files changed
+161
-160
lines changed- PyFunceble
- abstracts
- cli
- config
- converter
- core
- database
- downloader
- engine
- ci
- extractor
- helpers
- lookup
- output
- status
- availability
- reputation
- syntax
- db_types
- docs
- configuration
- usage
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+161
-160
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
| 286 | + | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
| 290 | + | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments