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
dependabot[bot]
c12a200bee
build(deps-dev): bump types-requests from 2.27.29 to 2.27.30
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.29 to 2.27.30.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 17:04:24 +00:00
dependabot[bot]
d63a7e81d2
build(deps-dev): bump lxml from 4.8.0 to 4.9.0
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.8.0...lxml-4.9.0 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 17:07:33 +00:00
Athanasius
1349b2bca1
eddn: codexentry: Ody Update 12 will add BodyID
...
* So add a check to see if the event already has it, and leave it if so.
* And might as well have a check on BodyName in case that gets added as well.
2022-06-01 16:24:51 +01:00
Athanasius
020aa325a7
eddn: Cite event name in some logging
...
Not needed where we're in an event-specific function, but is in generic
event handling.
2022-06-01 16:17:34 +01:00
Athanasius
9fd3c3852a
eddn: journal: Add SystemAddress cross-check to StarSystem augmentation
2022-05-29 15:36:42 +01:00
Athanasius
4fcd2ae3f3
eddn: journal: Make SystemAddress
a check, not an augmentation
...
On checking, all of the events valid for the journal schema (and CodexEntry
has its own schema and separate EDMC code) already contain SystemAddress, so
it would never be added as an augmentation.
Instead, turn this into a sanity check.
2022-05-29 15:30:20 +01:00
Athanasius
4a207429cd
eddn: journal schema: Add notes about present/missing fields
2022-05-29 15:20:45 +01:00
Athanasius
2e6d6b8c02
eddn: scanbarycentre: Location cross-check paranoia
2022-05-29 15:07:25 +01:00
Athanasius
e38ea28ba6
eddn: navbeaconscan: Location cross-check paranoia
2022-05-29 15:05:11 +01:00
Athanasius
3702b465e5
eddn: fssdiscoveryscan: Location cross-check paranoia
2022-05-29 15:03:02 +01:00
Athanasius
4baa2490af
eddn: fssallbodiesfound: Location cross-check paranoia
2022-05-29 15:00:19 +01:00
Athanasius
834debde98
eddn: codexentry: Location cross-check paranoia
2022-05-29 14:56:33 +01:00
Athanasius
6b54f721b0
eddn: approachsettlement: Location cross-check paranoia
2022-05-29 14:49:43 +01:00
Athanasius
8bf2e498dc
Merge pull request #1563 from EDCD/enhancement/1562/eddn-fssbodysignals
...
EDDN: Add support for new schema `fssbodysignals`
2022-05-29 13:46:55 +01:00
Athanasius
8bb7f9d9ba
EDDN/fssbodysignals: Add location paranoia check
2022-05-29 12:28:58 +01:00
Gareth Harper
88b3dc27e5
Added fssbodysignals
2022-05-29 12:14:34 +01:00
Athanasius
9e647f6f2d
Merge pull request #1561 from EDCD/dependabot/pip/develop/semantic-version-2.10.0
...
build(deps): bump semantic-version from 2.9.0 to 2.10.0
2022-05-26 18:05:07 +01:00
Athanasius
79677defac
Merge pull request #1560 from EDCD/dependabot/pip/develop/types-requests-2.27.29
...
build(deps-dev): bump types-requests from 2.27.27 to 2.27.29
2022-05-26 18:05:03 +01:00
Athanasius
913b3c8395
Merge pull request #1559 from EDCD/dependabot/pip/develop/mypy-0.960
...
build(deps-dev): bump mypy from 0.950 to 0.960
2022-05-26 18:04:57 +01:00
dependabot[bot]
db14c747b4
build(deps): bump semantic-version from 2.9.0 to 2.10.0
...
Bumps [semantic-version](https://github.com/rbarrois/python-semanticversion ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/rbarrois/python-semanticversion/releases )
- [Changelog](https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog )
- [Commits](https://github.com/rbarrois/python-semanticversion/compare/2.9.0...2.10.0 )
---
updated-dependencies:
- dependency-name: semantic-version
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 17:04:05 +00:00
dependabot[bot]
5fef8c048c
build(deps-dev): bump types-requests from 2.27.27 to 2.27.29
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.27 to 2.27.29.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 17:03:58 +00:00
dependabot[bot]
8c03c7ab1f
build(deps-dev): bump mypy from 0.950 to 0.960
...
Bumps [mypy](https://github.com/python/mypy ) from 0.950 to 0.960.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.950...v0.960 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 17:07:36 +00:00
Athanasius
02703e30dd
Merge pull request #1556 from EDCD/dependabot/pip/develop/coverage-toml--6.4
...
build(deps-dev): bump coverage[toml] from 6.3.3 to 6.4
2022-05-23 18:07:29 +01:00
dependabot[bot]
038ffa4f66
build(deps-dev): bump coverage[toml] from 6.3.3 to 6.4
...
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy ) from 6.3.3 to 6.4.
- [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.3.3...6.4 )
---
updated-dependencies:
- dependency-name: coverage[toml]
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 17:04:05 +00:00
Athanasius
7c432c218f
Merge pull request #1555 from EDCD/dependabot/pip/develop/certifi-2022.5.18.1
...
build(deps): bump certifi from 2022.5.18 to 2022.5.18.1
2022-05-20 18:11:59 +01:00
dependabot[bot]
6fec653ebc
build(deps): bump certifi from 2022.5.18 to 2022.5.18.1
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.5.18 to 2022.5.18.1.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18...2022.05.18.1 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 17:04:18 +00:00
Athanasius
70662cce19
Merge pull request #1554 from EDCD/dependabot/pip/develop/flake8-comprehensions-3.10.0
...
build(deps-dev): bump flake8-comprehensions from 3.9.0 to 3.10.0
2022-05-19 18:04:54 +01:00
Athanasius
830e487ddb
Merge pull request #1553 from EDCD/dependabot/pip/develop/types-requests-2.27.27
...
build(deps-dev): bump types-requests from 2.27.26 to 2.27.27
2022-05-19 18:04:50 +01:00
Athanasius
e60a29c556
Merge pull request #1552 from EDCD/dependabot/pip/develop/setuptools-62.3.2
...
build(deps-dev): bump setuptools from 62.3.1 to 62.3.2
2022-05-19 18:04:45 +01:00
Athanasius
e42ff732e3
Merge pull request #1551 from EDCD/dependabot/pip/develop/certifi-2022.5.18
...
build(deps): bump certifi from 2021.10.8 to 2022.5.18
2022-05-19 18:04:40 +01:00
dependabot[bot]
f390a820ea
build(deps-dev): bump flake8-comprehensions from 3.9.0 to 3.10.0
...
Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases )
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst )
- [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/3.9.0...3.10.0 )
---
updated-dependencies:
- dependency-name: flake8-comprehensions
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 17:03:52 +00:00
dependabot[bot]
5899b02f2b
build(deps-dev): bump types-requests from 2.27.26 to 2.27.27
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.26 to 2.27.27.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 17:03:46 +00:00
dependabot[bot]
965e9c5fbd
build(deps-dev): bump setuptools from 62.3.1 to 62.3.2
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 62.3.1 to 62.3.2.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v62.3.1...v62.3.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 17:03:44 +00:00
dependabot[bot]
00e74c59c3
build(deps): bump certifi from 2021.10.8 to 2022.5.18
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.5.18.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/commits )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 17:03:38 +00:00
Athanasius
fe2b77f9e7
Merge pull request #1550 from EDCD/dependabot/pip/develop/setuptools-62.3.1
...
build(deps-dev): bump setuptools from 62.2.0 to 62.3.1
2022-05-17 18:07:29 +01:00
Athanasius
c283e47d44
Merge pull request #1549 from EDCD/dependabot/pip/develop/types-requests-2.27.26
...
build(deps-dev): bump types-requests from 2.27.25 to 2.27.26
2022-05-17 18:05:41 +01:00
dependabot[bot]
beb8007ec6
build(deps-dev): bump setuptools from 62.2.0 to 62.3.1
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 62.2.0 to 62.3.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v62.2.0...v62.3.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 17:04:52 +00:00
dependabot[bot]
1fecdfa9b9
build(deps-dev): bump types-requests from 2.27.25 to 2.27.26
...
Bumps [types-requests](https://github.com/python/typeshed ) from 2.27.25 to 2.27.26.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 17:04:46 +00:00
Athanasius
74b8953d52
Merge pull request #1548 from EDCD/dependabot/pip/develop/watchdog-2.1.8
...
build(deps): bump watchdog from 2.1.7 to 2.1.8
2022-05-16 18:26:17 +01:00
Athanasius
5949aaec5a
Merge pull request #1547 from EDCD/dependabot/pip/develop/flake8-noqa-1.2.2
...
build(deps-dev): bump flake8-noqa from 1.2.1 to 1.2.2
2022-05-16 18:26:12 +01:00