1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 17:12:21 +03:00

4792 Commits

Author SHA1 Message Date
Athanasius
e8dce41d49
Merge pull request #1590 from EDCD/enhancement/1589/eddn-fsssignaldiscovered
EDDN: Implement `fsssignaldiscovered/1` schema
2022-06-17 12:45:26 +01:00
Athanasius
efd8104e19
Merge pull request #1592 from EDCD/dependabot/pip/develop/certifi-2022.6.15
build(deps): bump certifi from 2022.5.18.1 to 2022.6.15
2022-06-16 18:06:38 +01:00
dependabot[bot]
8dfd475b09
build(deps): bump certifi from 2022.5.18.1 to 2022.6.15
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18.1 to 2022.6.15.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18.1...2022.06.15)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 17:04:37 +00:00
Athanasius
7abd3a70e2
Merge pull request #1591 from EDCD/dependabot/pip/develop/flake8-noqa-1.2.5
build(deps-dev): bump flake8-noqa from 1.2.3 to 1.2.5
2022-06-15 18:04:50 +01:00
dependabot[bot]
7bf2a2ef31
build(deps-dev): bump flake8-noqa from 1.2.3 to 1.2.5
Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/plinss/flake8-noqa/releases)
- [Commits](https://github.com/plinss/flake8-noqa/compare/v1.2.3...v1.2.5)

---
updated-dependencies:
- dependency-name: flake8-noqa
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 17:03:56 +00:00
Athanasius
77203c7227
eddn/fsssignaldiscovered: Misc fixups
* Need to remove `event`, `horizons` and `odyssey` per signal.
* It's lower case `horizons` and `odyssey` in a(n augmented) journal event.
* It's `event`, not `entry` that `export_journal_entry()` will look for.
2022-06-15 14:34:06 +01:00
Athanasius
37c88aeefc
eddn/fsssignaldiscovered: Further cleanup
* Move call to `export_journal_fsssignaldiscovered` to top-level of event
  processing.  This ensures we'd still have the *previous* system tracked
  when running under Odyssey.

  Also, we can't return any result from this, as we'd still need to process
  things like `Location` otherwise.
* Use `logger.trace_if("plugin.eddn.fsssignaldiscovered", ...)`
* Perform all sanity checks, elisions and augmentations in the "not
  FSSSignalDiscovered event" sending code.
2022-06-15 13:19:13 +01:00
Athanasius
d5ec54dbea
eddn/fsssignaldiscovered: Start on cleaning up chennin's work 2022-06-15 12:11:01 +01:00
Athanasius
d3369a0ebd
Merge pull request #1588 from EDCD/dependabot/pip/develop/flake8-noqa-1.2.3
build(deps-dev): bump flake8-noqa from 1.2.2 to 1.2.3
2022-06-14 18:04:35 +01:00
dependabot[bot]
43c5a3b88a
build(deps-dev): bump flake8-noqa from 1.2.2 to 1.2.3
Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/plinss/flake8-noqa/releases)
- [Commits](https://github.com/plinss/flake8-noqa/compare/v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: flake8-noqa
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 17:02:47 +00:00
Chris Henning
afda16853b Change this log to debug level 2022-06-12 17:59:18 -04:00
Chris Henning
e8b8cf81d5 Change EDSM credentials() to log API keys under a different trace #1496 2022-06-12 17:51:38 -04:00
Chris Henning
4bf2965cc5 remove unnecessarily committed debug messages 2022-06-12 17:12:08 -04:00
Chris Henning
4dfcd91bcd fix more flake8 errors 2022-06-12 16:19:25 -04:00
Chris Henning
1b37991016 fix flake8 errors 2022-06-12 16:16:54 -04:00
Chris Henning
df9f0bfc7c Implement FSSSignalDiscovered sender v1 2022-06-12 15:26:50 -04:00
Chris
e257dad2bc
Merge pull request #3 from EDCD/develop
merge Develop in
2022-06-12 15:21:34 -04:00
Athanasius
08cb58f337
Merge pull request #1585 from EDCD/dependabot/pip/develop/watchdog-2.1.9
build(deps): bump watchdog from 2.1.8 to 2.1.9
2022-06-10 18:03:29 +01:00
dependabot[bot]
8cbae3ccdd
build(deps): bump watchdog from 2.1.8 to 2.1.9
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.1.8...v2.1.9)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 17:02:36 +00:00
Athanasius
accef57c3e
Installer: Attempt to set REBOOT=ReallySuppress
If for any reason EDMarketConnector.exe doesn't exit when WinSparkle asks it
to then an unprompted reboot can happen.  This *should* prevent that.
2022-06-10 10:56:57 +01:00
Athanasius
4c46019526
Merge pull request #1582 from EDCD/dependabot/pip/develop/requests-2.28.0
build(deps): bump requests from 2.27.1 to 2.28.0
2022-06-09 18:53:47 +01:00
dependabot[bot]
fd016723fc
build(deps): bump requests from 2.27.1 to 2.28.0
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 17:04:36 +00:00
Athanasius
d20c2737d5
python: Utilis setup-python's new python-version-file
This way we only need to edit `.python-version` and all the GitHub actions
will automatically use that version.
2022-06-08 18:15:56 +01:00
Athanasius
5ac7f2be93
Merge pull request #1580 from EDCD/dependabot/github_actions/develop/actions/setup-python-4
build(deps): bump actions/setup-python from 3 to 4
2022-06-08 18:12:36 +01:00
dependabot[bot]
16dfd63f78
build(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 17:03:09 +00:00
Athanasius
daf81ec05c
Merge pull request #1578 from EDCD/dependabot/pip/develop/mypy-0.961
build(deps-dev): bump mypy from 0.960 to 0.961
2022-06-08 14:22:34 +01:00
Athanasius
ec69b9c736
develop: post-release version bump to 5.4.1-alpha0 2022-06-08 14:20:12 +01:00
Athanasius
f720a9d4ab
Merge branch 'release-5.4.0' into develop 2022-06-08 14:19:34 +01:00
Athanasius
c70cb00ead
Revert "develop: Bump appversion in anticipation of 5.4.0 release"
This reverts commit c8fb9b1c4b170527e6618ef4dbdd1d15ffe88ff1.
2022-06-08 14:19:28 +01:00
Athanasius
20c60a3bb1
Release 5.4.0: appversion & Changelog
Unchanged from 5.4.0-beta0 other than version change and thanking translators
in Changelog.md.
Release/5.4.0
2022-06-08 14:00:21 +01:00
dependabot[bot]
1567566524
build(deps-dev): bump mypy from 0.960 to 0.961
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.960...v0.961)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 17:04:37 +00:00
Athanasius
44ecfb12cb
requirements-dev: Pin setuptools to 60.10.0 for now Release/5.4.0-beta0 2022-06-06 14:25:45 +01:00
Athanasius
77145831fe
L10n: Updated translations from onesky 2022-06-06 13:51:58 +01:00
Athanasius
c8fb9b1c4b
develop: Bump appversion in anticipation of 5.4.0 release 2022-06-06 13:49:19 +01:00
Athanasius
0a31a53731
Pre-Release 5.4.0-beta0: appversion & changelog 2022-06-06 13:48:00 +01:00
Athanasius
c1ed1f57e6
python: Bump to version 3.10.4 2022-06-06 13:35:28 +01:00
Athanasius
f1fe56bfcf
Merge pull request #1575 from EDCD/fix/1522/taxi-bad-body-tracking
eddn: Clear bodyname/id on supercruiseexit, if at orbital station
2022-06-06 13:13:26 +01:00
Athanasius
030e9b338c
Merge pull request #1573 from EDCD/fix/1572/capi-market-crosscheck-id
CAPI: Check if lastStarport->id matches Journal MarketID
2022-06-06 13:13:15 +01:00
Athanasius
15cafa41ec
Merge pull request #1574 from EDCD/enhancement/1567/fcmaterials-file
Journal: FCMaterials: Implement parsing separate file
2022-06-06 13:13:02 +01:00
Athanasius
52cc71a217
eddn: Clear bodyname/id on supercruiseexit, if at orbital station 2022-06-05 15:31:28 +01:00
Athanasius
8e8f09ade3
Journal: FCMaterials: Implement parsing separate file
This re-uses much of the NavRoute.json code, with a minor tweak to *not*
store the result in monitor.state, instead just returning it to caller.
2022-06-04 17:27:08 +01:00
Athanasius
e38d5e1b46
CAPI: Check if lastStarport->id matches Journal MarketID
Ref: <https://github.com/EDCD/EDMarketConnector/issues/1572>
2022-06-04 16:57:18 +01:00
Athanasius
347e7c6058
Merge pull request #1565 from EDCD/fix/1557/eddn-augmentations-paranoia
eddn: Location augmentations cross-check paranoia
2022-06-04 16:44:33 +01:00
Athanasius
62c8af4dc0
eddn: Use if '<key>' not in <dict>: idiom. 2022-06-04 14:55:27 +01:00
Athanasius
614eb97ade
Merge pull request #1571 from EDCD/dependabot/pip/develop/pep8-naming-0.13.0
build(deps-dev): bump pep8-naming from 0.12.1 to 0.13.0
2022-06-03 22:11:06 +01:00
Athanasius
f0d0d27c37
Merge pull request #1570 from EDCD/dependabot/pip/develop/coverage-toml--6.4.1
build(deps-dev): bump coverage[toml] from 6.4 to 6.4.1
2022-06-03 22:10:57 +01:00
Athanasius
fbfbd19812
Merge pull request #1569 from EDCD/dependabot/pip/develop/types-requests-2.27.30
build(deps-dev): bump types-requests from 2.27.29 to 2.27.30
2022-06-03 22:10:50 +01:00
Athanasius
75ee96b70e
Merge pull request #1568 from EDCD/dependabot/pip/develop/lxml-4.9.0
build(deps-dev): bump lxml from 4.8.0 to 4.9.0
2022-06-03 22:10:35 +01:00
dependabot[bot]
e402d442a0
build(deps-dev): bump pep8-naming from 0.12.1 to 0.13.0
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.1...0.13.0)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 17:04:36 +00:00
dependabot[bot]
dfed4522d6
build(deps-dev): bump coverage[toml] from 6.4 to 6.4.1
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.4 to 6.4.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.4...6.4.1)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 17:04:33 +00:00