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
5589c16dea
config: Bump copyright end year
2021-12-31 20:24:07 +00:00
Athanasius
ea0fa7c77d
develop: Bump appversion to 5.3.0-beta3
2021-12-16 13:06:09 +00:00
Athanasius
a196bfe172
WiX: Autogeneration of EDMarketConnector.wxs fully working
...
* Changed config version to 5.3.0-beta2 to be sure during testing.
* Fixed the case on ChangeLog.md in setup.py py2exe config.
* Replaced all TABs with <4 spaces> in wix/template.wxs.
* Now generating the correct Feature tree in the output file. NB: The
'RegistryEntries' isn't part of the file Components but still needs to
be referenced inside <Feature>.
2021-12-07 16:48:11 +00:00
Athanasius
f3b5f2b4ed
Pre-Release 5.3.0-beta1: appversion & changelog
2021-12-07 11:28:11 +00:00
Athanasius
4ab6d62926
user_agent: Set this once in config.py and use it everywhere
...
* Also flake8/mypy pass on timeout_session.py
2021-11-29 18:04:56 +00:00
Athanasius
c17716a7f9
develop: Reset appversion to 5.3.0-beta0
2021-11-22 11:09:18 +00:00
Athanasius
2d729ec237
Release 5.2.3: appversion & changelog
2021-11-22 11:08:03 +00:00
Athanasius
4ee2132589
Pre-Release 5.2.3-beta1: appversion & changelog
2021-11-21 11:33:44 +00:00
Athanasius
741b90c528
Set develop
version back to 5.3.0-beta0
2021-11-13 11:26:02 +00:00
Athanasius
63b112975c
Release 5.2.2: appversion & changelog
2021-11-13 10:55:36 +00:00
Athanasius
6c383b050c
config: develop appversion bump to 5.3.0-beta0
2021-11-07 13:19:47 +00:00
Athanasius
b589ac39a5
Release 5.2.1: appversion and changelog
2021-11-07 11:59:26 +00:00
Athanasius
39a303fd17
Pre-Release 5.2.1-rc2: appversion and changelog
2021-11-06 14:58:30 +00:00
Athanasius
9600228391
Merge branch 'fix/1330/frontier-reauth' into release-5.2.1-rc1
2021-11-06 14:57:37 +00:00
Athanasius
7bf564d3b3
CAPI: ensure config.capi_debug_access_token is bound/set
2021-11-06 14:56:57 +00:00
Athanasius
b8719edb92
Pre-Release 5.2.1-rc1: appversion and changelog
2021-11-06 14:19:33 +00:00
Athanasius
6bec46be4e
CAPI: Implement a one-shot override of the Access Token
...
This allows you to force use of an expired token so as to test the code
paths for that without waiting up to 4 hours for the current one to
expire.
NB: The Access Token is *only* stored in the headers of the `requests`
object.
2021-11-06 10:41:33 +00:00
Athanasius
6f31e18947
Release 5.2.0: appversion & changelog
2021-10-25 11:02:54 +01:00
Athanasius
00e46679d0
Pre-Release 5.2.0-beta3: appversion & changelog
2021-10-20 15:11:59 +01:00
Athanasius
3e046c1f65
Pre-Release 5.2.0-beta1: appversion and changelog
2021-10-20 13:14:16 +01:00
Athanasius
9a58da57cd
Pre-Release 5.2.0-beta1: appversion & changelog
2021-10-18 15:39:18 +01:00
Athanasius
72f584481a
EDDN: Add --eddn-tracking-ui CL arg
...
This will only work on startup for now, with it present/active the EDDN
plugin will add a UI frame to show what it's tracking.
Intended for developer use only.
2021-10-10 15:01:16 +01:00
Athanasius
f9875b5b9a
EDDN: Make use of new CL arg to use custom upload URL
...
This also entailed slightly reworking the way the EDDN code uses this
URL. It was very generalised, so as to allow for the debug "just send
and log locally" code, but as the only URL is the 'upload' one much of
that seemed un-necessary.
So that code has been simplified.
2021-09-24 10:59:15 +01:00
Forest
cbcf5f6d44
Log git's absence at the INFO level, not ERROR
...
The ERROR log level is needlessly high for complaining about git not being installed, especially when we're running from an extracted source archive rather than a repo. Let's keep things calm and avoid polluting desktop session logs. The INFO log level is plenty.
2021-09-18 09:14:11 +01:00
01bd637730
Add CL arg --capi-pretend-down
in order to pretend that CAPI is down
2021-08-13 21:47:47 +03:00
Athanasius
b6c79f3d01
Post-release appversion bump to 5.1.4-beta0
2021-08-09 15:33:58 +01:00
Athanasius
e3d55420d4
Release 5.1.3: changelog & appversion
2021-08-08 14:45:28 +01:00
Athanasius
98d812fa79
Merge branch 'release-5.1.3-beta1' into release-5.1.3
2021-08-08 14:31:17 +01:00
A_D
942088bb8c
Fixed get_bool on windows not returning defaults in some cases
2021-08-08 12:02:58 +02:00
Athanasius
2efa32cf86
Pre-Release 5.1.3-beta1: appversion & ChangeLog
2021-08-06 15:16:31 +01:00
Athanasius
40b76d40cc
Add --trace-on ...
to activate specific trace logging
...
This is just the parsing and storage of the options for now.
2021-08-05 13:43:15 +01:00
Athanasius
23d172a311
config: post-release appversion bump to 5.1.3-beta0
2021-07-29 20:38:39 +01:00
Athanasius
36eeb802a3
Release 5.1.2: version bump & changelog
2021-07-29 15:58:15 +01:00
A_D
de8f7b8e5f
Cache appversion when it is created
...
closes EDCD/EDMarketconnector#967
2021-07-22 06:15:34 +02:00
A_D
fe0e752c9b
Added support for arbitrary plugins for POST debug
...
This works by replacing --eddn-local with --debug-sender, and making the
webserver more generic. support has been added to EDSM, EDDN, and INARA.
2021-06-18 23:36:42 +02:00
Athanasius
7d36404d5c
config: Post-release appversion bump to 5.1.2-beta0
2021-06-10 20:47:12 +01:00
Athanasius
2fd14381f2
Release 5.1.1: appversion and changelog
2021-06-10 19:58:59 +01:00
Athanasius
ce9e7985c7
Release 5.1.0: Post-release bump of appversion to next-beta0
2021-06-04 19:26:31 +01:00
Athanasius
13119b9509
Release 5.1.0: *not* 5.0.5. We want the Minor bump.
2021-06-04 14:02:59 +01:00
Athanasius
34fe350a84
Release 5.0.5: appversion and changelog
2021-06-04 13:42:23 +01:00
Athanasius
170128198f
appversion: post-release bump to 5.0.5-beta0
2021-05-27 18:18:04 +01:00
Athanasius
2ba8cf1ea8
Release 5.0.4: appversion and changelog
2021-05-27 17:53:58 +01:00
Athanasius
186668ef4d
appversion: post-release bump to 5.0.4-beta0
2021-05-27 15:31:38 +01:00
Athanasius
6bac280a43
Release 5.0.3: No longer an -rc1
2021-05-27 15:05:59 +01:00
Athanasius
8a3351869f
Release 5.0.3: appversion and changelog
2021-05-27 14:17:08 +01:00
Athanasius
efcf5dda2c
appversion 'DIRTY': Separator must be .
2021-05-27 12:46:46 +01:00
Athanasius
4d5d9ae645
config: appversion: Use +DIRTY
to ensure SemVer compliance.
...
It's also more succinct. We know what it means.
2021-05-27 09:21:13 +01:00
Athanasius
69d8270e8f
config: Rework 'git but dirty?' check to handle 'no git'
...
`shorthash` was still `None` if no git, so we then tried to concatenate
`NoneType` and `str` which is verbotten.
There's no point using git to detect dirtyness if `shorthash` is None
because that itself indicates no git available.
2021-05-21 16:55:10 +01:00
Athanasius
eb4cbded7a
Post-release appversion bump
...
I'm trying out a new policy of bumping to patch+1 and -beta0 after a
stable release. Makes it more obvious when I was testing, especially
over EDDN (which doesn't get sent the +buildmeta).
2021-05-21 15:36:53 +01:00