1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 18:37:39 +03:00

4280 Commits

Author SHA1 Message Date
Athanasius
0c938bddfc
Inara: API stated to not support compression 2022-01-25 17:43:04 +00:00
Athanasius
5b80ffbb90
Merge pull request #1414 from A-UNDERSCORE-D/fix/1369/Status-window-missing-Odyssey-ranks-of-Mercenary-and-Exobiology
Add Odyssey ranks to status page
2022-01-25 17:26:50 +00:00
A_D
ddcb5219b4
fix mercenary rank, add some comments 2022-01-25 19:23:22 +02:00
A_D
2a4199e098
de-magic-number row splitting 2022-01-25 19:13:32 +02:00
A_D
cf4c2d18f1
silence flake8 N806 2022-01-25 18:54:42 +02:00
A_D
046c07e89c
add Elite I-V 2022-01-25 18:43:04 +02:00
A_D
1f9f7d45f9
update lang 2022-01-25 17:48:56 +02:00
A_D
626fb0cb87
add odyssey ranks to status page 2022-01-25 17:39:44 +02:00
Athanasius
109f964fc3
Python: Version must be a quoted string now
Else `3.10` gets interpreted as `3.1` and it all breaks.
2022-01-25 14:30:58 +00:00
Athanasius
eb0ff31805
Python: Bump minor version in GH workflows & update Releasing.md
I used Releasing.md as reference for what would need the version
updating, but it didn't say anything about all the workflows, it now
does.
2022-01-25 14:26:42 +00:00
Athanasius
d6be32f7c9
Merge pull request #1408 from EDCD/fix/1401/inara-current-assets-including-fc
inara: Utilise Statistics Current_Wealth for commanderAssets
2022-01-20 18:14:42 +00:00
Athanasius
7ac248be7a
inara: Utilise Statistics Current_Wealth for commanderAssets
Inara itself seems to be doing this if it has access to CAPI-sourced
Journals.  If we don't send commanderAssets as part of
setCommanderCredits then it does ... something else ... and ends up with
your total assets value bouncing between what EDMC is causing and what
it sees from the CAPI-sourced journals.

So, don't send this from LoadGame any more, instead wait for Statistics,
and if it has the relevant data, also send commanderAssets.
2022-01-20 17:45:23 +00:00
Athanasius
333b84ada6
EDMCLogging: Fix minor MAGIC comment format issue 2022-01-20 14:59:46 +00:00
Athanasius
251f129774
EDMCLogging: Reword/format the 'UTC please' MAGIC comments 2022-01-20 14:58:06 +00:00
Athanasius
b9906a96fb
Merge pull request #1407 from A-UNDERSCORE-D/fix/1398/Enforce-all-logging-to-be-in-UTC
Switch logging times to be in UTC
2022-01-20 14:54:21 +00:00
A_D
71261fc3d9
Reorder and clarify some comments 2022-01-20 16:49:38 +02:00
A_D
3b4f6a4e85
switch comments to MAGIC tags 2022-01-20 16:41:18 +02:00
A_D
5f007b3f77
more clarifying logs 2022-01-20 16:32:36 +02:00
A_D
66a212f7c4
move UTC to hardcoded, add comment 2022-01-20 16:26:04 +02:00
Athanasius
3cb2c23257
Merge pull request #1404 from A-UNDERSCORE-D/fix/1155/Include-geometry-window-position-in---reset-ui
Reset geometry and UI scale with --reset-ui
2022-01-20 14:08:43 +00:00
A_D
7bb060f32c
dont explode if a key doesnt exist when resetting 2022-01-20 16:02:23 +02:00
A_D
cd81f65ed7
Reset geometry and UI scale with --reset-ui 2022-01-20 15:59:51 +02:00
A_D
85f7bddef0
use gmtime as time formatter 2022-01-20 15:52:44 +02:00
Athanasius
f2e38afc39
Merge pull request #1405 from EDCD/enhancement/python-3.10.2
Python: bump version used to 3.10.2
2022-01-20 13:39:21 +00:00
Athanasius
dfa8051f42
python: Bump to 3.10.2
Confirmed working with a build+run.  CAPI update works, Inara plugin
works, Settings open without issues....
2022-01-20 13:32:01 +00:00
Athanasius
2e50f357ee
config.py: Bump to 5.3.0-beta4 to ensure I'm testing 3.10.2 build 2022-01-20 13:28:47 +00:00
Athanasius
cb1bd5a08f
Merge pull request #1402 from EDCD/dependabot/pip/develop/types-requests-2.27.7
build(deps-dev): bump types-requests from 2.27.6 to 2.27.7
2022-01-14 17:12:21 +00:00
dependabot[bot]
65c806ea97
build(deps-dev): bump types-requests from 2.27.6 to 2.27.7
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.6 to 2.27.7.
- [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-01-14 17:06:26 +00:00
Athanasius
fa94ad43f6
Merge pull request #1400 from EDCD/dependabot/pip/develop/types-requests-2.27.6
build(deps-dev): bump types-requests from 2.27.5 to 2.27.6
2022-01-12 17:04:52 +00:00
dependabot[bot]
fcf2ccfded
build(deps-dev): bump types-requests from 2.27.5 to 2.27.6
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.5 to 2.27.6.
- [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-01-12 17:04:01 +00:00
Athanasius
a850407107
Merge pull request #1399 from EDCD/dependabot/pip/develop/flake8-comprehensions-3.8.0
build(deps-dev): bump flake8-comprehensions from 3.7.0 to 3.8.0
2022-01-11 17:07:53 +00:00
dependabot[bot]
f422d1efe7
build(deps-dev): bump flake8-comprehensions from 3.7.0 to 3.8.0
Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.7.0 to 3.8.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.7.0...3.8.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-01-11 17:03:24 +00:00
Athanasius
5b328c392c
Merge pull request #1397 from EDCD/dependabot/pip/develop/types-requests-2.27.5
build(deps-dev): bump types-requests from 2.27.1 to 2.27.5
2022-01-10 17:05:18 +00:00
dependabot[bot]
6798c08384
build(deps-dev): bump types-requests from 2.27.1 to 2.27.5
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.1 to 2.27.5.
- [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-01-10 17:03:58 +00:00
Athanasius
4b6a60c249
Merge pull request #1392 from EDCD/dependabot/pip/develop/types-requests-2.27.1
build(deps-dev): bump types-requests from 2.26.3 to 2.27.1
2022-01-07 17:07:25 +00:00
Athanasius
96169283db
Merge pull request #1391 from EDCD/dependabot/pip/develop/mypy-0.931
build(deps-dev): bump mypy from 0.930 to 0.931
2022-01-07 17:07:14 +00:00
dependabot[bot]
9a590f700e
build(deps-dev): bump types-requests from 2.26.3 to 2.27.1
Bumps [types-requests](https://github.com/python/typeshed) from 2.26.3 to 2.27.1.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 17:03:58 +00:00
dependabot[bot]
a5affe3436
build(deps-dev): bump mypy from 0.930 to 0.931
Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 17:03:52 +00:00
Athanasius
799ea722b1
Merge pull request #1389 from EDCD/dependabot/pip/develop/requests-2.27.1
build(deps): bump requests from 2.27.0 to 2.27.1
2022-01-05 17:05:24 +00:00
dependabot[bot]
6c67435b8a
build(deps): bump requests from 2.27.0 to 2.27.1
Bumps [requests](https://github.com/psf/requests) from 2.27.0 to 2.27.1.
- [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.0...v2.27.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 17:03:51 +00:00
Athanasius
e6e209ba1b
Merge pull request #1388 from EDCD/dependabot/pip/develop/requests-2.27.0
build(deps): bump requests from 2.26.0 to 2.27.0
2022-01-03 17:08:00 +00:00
dependabot[bot]
ee5f80cde1
build(deps): bump requests from 2.26.0 to 2.27.0
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.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.26.0...v2.27.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-01-03 17:05:45 +00:00
Athanasius
5589c16dea
config: Bump copyright end year 2021-12-31 20:24:07 +00:00
Athanasius
46f1fccc5f
Merge pull request #1383 from EDCD/dependabot/pip/develop/types-requests-2.26.3
build(deps-dev): bump types-requests from 2.26.2 to 2.26.3
2021-12-29 13:09:24 +00:00
dependabot[bot]
997adf332a
build(deps-dev): bump types-requests from 2.26.2 to 2.26.3
Bumps [types-requests](https://github.com/python/typeshed) from 2.26.2 to 2.26.3.
- [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>
2021-12-28 17:03:31 +00:00
Athanasius
c7706c20b5
Merge pull request #1382 from EDCD/dependabot/pip/develop/mypy-0.930
build(deps-dev): bump mypy from 0.921 to 0.930
2021-12-23 17:04:10 +00:00
dependabot[bot]
04bba0dda2
build(deps-dev): bump mypy from 0.921 to 0.930
Bumps [mypy](https://github.com/python/mypy) from 0.921 to 0.930.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.921...v0.930)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 17:03:19 +00:00
Athanasius
6094d46c7e
Merge pull request #1381 from EDCD/dependabot/pip/develop/mypy-0.921
build(deps-dev): bump mypy from 0.920 to 0.921
2021-12-22 17:08:18 +00:00
Athanasius
9b5626b637
Merge pull request #1380 from EDCD/dependabot/pip/develop/pywin32-303
build(deps-dev): bump pywin32 from 302 to 303
2021-12-22 17:08:11 +00:00
dependabot[bot]
0f0a4211ee
build(deps-dev): bump mypy from 0.920 to 0.921
Bumps [mypy](https://github.com/python/mypy) from 0.920 to 0.921.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.920...v0.921)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-22 17:03:30 +00:00