Commit 834993f
committed
Introduction of PyFunceble v3.3.0 (Teal Blauwbok: Centipede)
Fixed:
- Typos.
- Badges URL.
- Issues under macOS while using the `--multiprocess` argument.
Improved:
- Some sections of the documentation.
- The standard sorting of file content.
- The hierarchical sorting of file content.
- The cleanup logic behind the `--clean-all` argument.
- The way we fix (`/` always at the end of directories)
the internal paths.
- The timeout of the DNS resolver set to 2 seconds (explicitly)
to avoid an overwriting from the upstream.
- The mining methodology.
- Database (MySQL/MariaDB) connection methodology.
- Database (MySQL/MariaDB) connection closing methodology.
New:
- SQLAlchemy instead of RAW SQL.
- Automatic migration routine from old (RAW SQL) to new (SQLAlchemy)
table layout.
- `*.wix.com` special rule.
- `*.hpg.com.br` special rule.
- `*.000webhostapp.com` special rule.
- `*.angelfire.com` special rule.
- Position tracker to jump as quickly as possible
while resuming from a previous instance.
- Mining (`--mining`) capabilities from a normal/simple test.
- CI tests are running under Python 3.8.5, 3.7.8 and 3.6.11.
- Multiprocessing will be deactivated if less than 2 processes are
allocated/allowed.
- `--all` argument prints (really) everything.
- Introduction of the new `--store-whois` argument and logic.
complete WHOIS records are not stored anymore.
- Ensures that we retry the download of the files 3 times before
stopping completely.
- The `PYFUNCEBLE_DEBUG` and `PYFUNCEBLE_DEBUG_ON_SCREEN` environment variables.
Removed:
- The `db_types` directory.
Contributors:
- @spirillen1 parent ddd805d commit 834993f
File tree
150 files changed
+209
-200
lines changed- PyFunceble
- abstracts
- cli
- config
- converter
- core
- database
- data
- alembic
- versions
- downloader
- engine
- ci
- database
- loader
- migrations
- schemas
- extractor
- helpers
- lookup
- output
- status
- availability
- reputation
- syntax
- docs
- code
- 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.
150 files changed
+209
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
| 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 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| 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 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| 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