Chore
* chore: stop trying to deploy pull-request
Trying to deploy a pull request will fail the job. ([`d7a4fb3`](https://github.com/eyeonus/Trade-Dangerous/commit/d7a4fb3dbd74ecbea4c04a79216796820d69b966))
Feature
* feat: Add environment variable for setting location of &39;eddb&39; folder.
If set, the &34;dump files&34; will be stored to the path set by TD_EDDB. It
will not be in an &39;eddb&39; sub-folder, but the specific path set by the
environment variable.
(listings.csv => $TD_EDDB\listings.csv)
If not, the &34;dump files&34; will be stored in the &39;data&39; folder (which
itself may be set via TD_DATA) in an &39;eddb&39; sub-folder.
(listings.csv => $TD_DATA\eddb\listings.csv) ([`930e2e5`](https://github.com/eyeonus/Trade-Dangerous/commit/930e2e5ba3571ff477b234800cc8598c046bcc4f))
Fix
* fix: Make sure eddb path is path, not string, when set via env_var ([`6204486`](https://github.com/eyeonus/Trade-Dangerous/commit/620448696c88ee209768b696383d2811e9d62a0c))
* fix: revert d7a4fb3
TEST BEFORE YOU PUSH, PETER ([`2f553a8`](https://github.com/eyeonus/Trade-Dangerous/commit/2f553a81f08008145838facd941d31307d3c0659))
Refactor
* refactor: Remove maddavo.
It&39;s not used anymore. It doesn&39;t work with the site being inactive.
It is therefore useless and shall be deleted forthwith. ([`75d6f36`](https://github.com/eyeonus/Trade-Dangerous/commit/75d6f364bb09d3fc2f7cb6f4fe5b92683705dd0b))
Style
* style: restore whitespace on all top-level files
I&39;ll get to the rest eventually.
Blank lines should have whitespace to the same level as the line
immediately following:
if something:
This is the wrong amount of whitespace
stuff()
more_stuff()
This is the wrong amount of whitespace
while happening:
if something:
This is the correct amount of whitespace
stuff()
more_stuff()
This is the correct amount of whitespace
while happening:
([`d509fda`](https://github.com/eyeonus/Trade-Dangerous/commit/d509fda783970ee0754752a79369b4d36c346258))
Unknown
* 10.2.0
python-semantic-release automatic version update. ([`767521b`](https://github.com/eyeonus/Trade-Dangerous/commit/767521bac7d4b0f06f600944cb7bfd0fa3ba54b3))
* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous.git ([`6f778d9`](https://github.com/eyeonus/Trade-Dangerous/commit/6f778d910eecba5e625b5d2ca712e51170fc59f4))