1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

87 Commits

Author SHA1 Message Date
Athanasius
ab9e5f7278
Merge branch 'enhancement/1719/edsm-api-gameversion-gamebuild' into release-5.6.0-beta1 2022-11-28 12:20:36 +00:00
Athanasius
1ec1253b48
appversion: Change to 5.6.0-alpha2 to be distinct
* This is alpha, not beta.
* We have an -alpha0 and a -beta1 already, so use -alpha2 so even that digit
  is distinct.
2022-11-28 11:08:48 +00:00
Athanasius
4858ec7200
Pre-Release 5.6.0-beta1: appversion & changelog 2022-11-27 16:09:06 +00:00
Athanasius
4d29eb6059
appversion: Change to 5.6.0-alpha0 for 'new EDDN code' testing
* There's a Pre-Release 5.5.1-alpha0 out there, we want to look distinct
  from it.
2022-11-24 14:42:34 +00:00
Athanasius
6070f82c6b
OUT_EDDN_DO_NOT_DELAY should be OUT_EDDN_DELAY
* The old name was OUT_SYS_DELAY.
* Yes, this is the inverse of what we want, which is "should we not delay
  messages", but this is the legacy.
2022-11-22 16:47:17 +00:00
Athanasius
be1ef32238
config: Minor ordering change to ensure OUT_STATION_ANY set correctly
* This depends on `OUT_EDDN_SEND_STATION_DATA` which is defined below where
  this originally was.
2022-11-22 15:30:30 +00:00
Athanasius
0d35f8874a
config/EDDN: Rename OUT_MKT_EDDN to OUT_EDDN_SEND_STATION_DATA
This flag controls whether commodity, outfitting or shipyard schema messages
are sent.  Thus 'MKT' ('market') is misleading.  Rename it so the intent when
used is clear.
2022-11-22 14:02:15 +00:00
Athanasius
9f02f18408
config/EDDN: Rename OUT_SYS_EDDN to OUT_EDDN_SEND_NON_STATION
* This was perhaps originally meant for what the UI option says, i.e. "send
  system and scan data", but is actually being used for anything that is
  **NOT** 'station data' (even though *that* option has 'MKT' it includes
  outfitting and shipyard as well).

  So, just name this more sanely such that code using it is more obvious as
  to the actual intent.
2022-11-22 14:02:14 +00:00
Athanasius
3a57b53bbd
config/EDDN: Rename OUT_SYS_DELAY to OUT_EDDN_DO_NOT_DELAY
The sense of this `output` flag has been inverted (always?) for a long time.

1. I have the option "Delay sending until docked" showing as *off* in the UI.
2. My config.output value is `100000000001`.
3. The value of this flag is `4096`, which means 12th bit (starting from 1, not
  zero).
4. So I have the bit set, but the option visibly off.

So, rename this both to be more pertinent to its use *and* to be correct as to
what `True` for it means.
2022-11-22 14:02:13 +00:00
Athanasius
baf62f03fd
pytest/coverage: Resolve the "which way around to have pragmas" issue
1. You end up either inverting the sense of a `coverage_conditional_plugin`
  pragma's name (versus what it actually tests), *or* where you put it in
  the code.
2. As the pragmas are only defined in once, in one place, it's better to
  invert the sense there, rather than in *every single use case*.
Then technically any 'other' branch isn't guaranteed to
2022-10-02 12:11:16 +01:00
Athanasius
5efd27a83c
tests: Attempt to fix config/ coverage
* Define `darwin` and `linux` *and* "platform known" pragmas.
* Use per-platform pragmas in `config/__init__.py` selection of implementation.
* Attempt, and fail, to use pragma in `config/darwin.py` to ignore it on
  other platforms.
2022-09-30 19:45:12 +01:00
Athanasius
7ca650ba5b
develop: post-release version bump to 5.5.1-alpha0 2022-09-26 12:46:28 +01:00
Athanasius
2fba41c082
Release 5.5.0: appversion & changelog 2022-09-26 10:33:54 +01:00
Athanasius
f5f8607fae
develop: post-release version bump to 5.4.2.-alpha0 2022-06-18 14:43:23 +01:00
Athanasius
e1354c3482
Release 5.4.1: appversion & changelog 2022-06-18 13:53:07 +01:00
Athanasius
ec69b9c736
develop: post-release version bump to 5.4.1-alpha0 2022-06-08 14:20:12 +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.
2022-06-08 14:00:21 +01:00
Athanasius
0a31a53731
Pre-Release 5.4.0-beta0: appversion & changelog 2022-06-06 13:48:00 +01:00
Athanasius
e9bd0b4124
develop: post-release version to 5.3.5-beta0 2022-03-22 07:54:41 +00:00
Athanasius
693463d3a0
Release 5.3.4: appversion (changelog identical to -beta1) 2022-03-22 07:28:20 +00:00
Athanasius
c18c1810de
Pre-Release 5.3.4-beta1: appversion & changelog 2022-03-18 10:08:53 +00:00
Athanasius
ea716f4062
develop: post-release version bump to 5.3.4-beta0 2022-03-15 16:47:41 +00:00
Athanasius
8104a71ead
Release 5.3.3: appversion & changelog 2022-03-15 16:20:33 +00:00
Athanasius
0ffff544f7
develop: post-release version bump to 5.3.3-beta0 2022-03-15 14:15:00 +00:00
Athanasius
b60130266e
Release 5.3.2: appversion & changelog 2022-03-15 13:58:38 +00:00
Athanasius
d8c58e2fd9
develop: post-release version bump 2022-02-21 12:36:42 +00:00
Athanasius
24e8912756
Release 5.3.1: appversion and ChangeLog 2022-02-21 12:26:42 +00:00
Athanasius
dc413cdf1a
develop: Bump appversion to 5.3.1-beta1 2022-02-15 17:47:54 +00:00
Athanasius
5d685f3f39
Release 5.3.0: appversion & ChangeLog 2022-02-15 15:09:39 +00:00
Athanasius
893a6b243a
develop: Bump appversion 2022-02-13 15:36:01 +00:00
Athanasius
2d0fd92ebf
develop: Bump appversion to 5.3.0-beta11 2022-02-09 16:36:22 +00:00
Athanasius
b6b6f995e2
Pre-Release 5.3.0-beta10: appversion and changelog 2022-02-08 16:31:31 +00:00
Athanasius
9f0faad041
develop: Bump appversion 2022-02-07 12:02:47 +00:00
Athanasius
f93b4b57d1
Pre-Release 5.3.0-beta8: appversion and ChangeLog stub 2022-02-07 09:48:28 +00:00
Athanasius
5a31e5be55
Pre-Release 5.3.0-beta7: appversion and *first pass* ChangeLog 2022-02-04 19:41:09 +00:00
Athanasius
d03c06b47f
appversion: Bump to 3.5.0-beta6 in develop for uniqueness 2022-01-31 16:35:41 +00:00
A_D
86292e02e2
Move config to module, separate out implementation
Does what it says on the tin. Moves config implementations out to
individual files, guards those around platforms to make stuff more
reasonably split out.
2022-01-26 18:51:49 +02:00