1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 07:20:02 +03:00

161 Commits

Author SHA1 Message Date
David Sangrey
b8a2f48333
[1057] Fix License Records 2024-08-23 15:42:28 -04:00
David Sangrey
fe8818d187
[2114] Apply PathLib Handover 2024-06-10 17:21:06 -04:00
David Sangrey
c62592e95e
[1812] Update Docs 2024-04-22 18:05:03 -04:00
David Sangrey
dd5e3812a7
[2186] Refine macOS to preserve ContextMenu 2024-04-13 14:44:44 -04:00
David Sangrey
d9c7a79155
[Minor] Update Type Hintings
No Content Changes, Shuts Up MyPy
2024-04-06 16:59:49 -04:00
David Sangrey
c1b8533cb4
[2186] Simplify myNB Files 2024-03-27 21:22:35 -04:00
David Sangrey
8888d01760
[555] Move WinSparkle Keys to Setup File 2023-12-13 18:28:27 -05:00
David Sangrey
bd6f5466af
[Docs] Add reminder about find_localized_files
Most of these docs are due for a total review, so this is a temporary measure.
2023-12-13 17:35:31 -05:00
David Sangrey
170b86b5dc
[2051] Remove More Old Types 2023-11-30 21:45:04 -05:00
David Sangrey
e268c248d1
[2051] Convert Pickle to Json 2023-11-17 13:19:06 -05:00
David Sangrey
62cf621b20
[2051] Docfile Brief Pass 2023-11-16 16:11:37 -05:00
David Sangrey
9662473706
#2040 Update docs/Releasing.md
Co-authored-by: Phoebe <40956085+C1701D@users.noreply.github.com>
2023-07-29 18:22:41 -04:00
David Sangrey
8e7f7d6587
#2040 Hand over WIX to InnoSetup 2023-07-27 11:06:37 -04:00
David Sangrey
247d632cc6
#2040 First Pass - Update Build System 2023-07-26 22:49:03 -04:00
David Sangrey
3563084f67
#2031 Remove more references to EDDB 2023-07-22 20:54:32 -04:00
Athanasius
fe5f68763b
docs/Releasing: Remove paste error 2022-12-23 14:47:38 +00:00
Athanasius
63a1337bed
examples/click_counter: Minor type fixes. 2022-12-23 14:47:32 +00:00
Athanasius
19f3df77f2
examples/click_counter: Types *should* be fixed up
NB: Didn't run this at all to test.
2022-12-23 14:47:02 +00:00
Athanasius
3ed84bcad8
examples/plugintest: Drop the 'pre-5.0.0' config fixups
It's a pain for typing, and should be long since irrelevant.
2022-12-23 14:47:01 +00:00
Athanasius
5f4f524fec
And update reference to renamed coriolis.py in docs/Releasing.md 2022-12-23 14:46:59 +00:00
Athanasius
868c1d8e57
docs: Fix up references to setup.py to be to Build-exe-and-msi.py 2022-12-20 16:51:58 +00:00
Athanasius
a729d4d500
docs/Releasing: Always run ./coriolis.py for a build 2022-12-19 12:32:04 +00:00
Athanasius
12ee3deb59
killswitches: Implement --killswitches-file CL arg
* New CL arge `--killswitches-file`.  This needs to reference a file either
  with an absolute path, or relative to the CWD of the process.
* Internally if the argument is provided it is prefixed with `"file:"` in
  order to actually be loaded.  This is because `requests` doesn't have an
  adapter for `file:` URLs.
* Also fixes a visual bug with reporting of active killswitches.  The entire
  SingleKill object was used instead of just its `reason` property.  mypy
  type checks caught this.
2022-12-16 14:02:59 +00:00
Athanasius
57cdda6218
docs/Releasing: no .wxs file updated needed for python version bump
The file is auto-generated, so the "different filename of python DLLs" is
taken care of by the build process.
2022-12-14 11:45:59 +00:00
Athanasius
f4f0c77821
docs/Releasing: Update for using Build-exe-and-msi.py 2022-09-24 11:05:00 +01: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
66f09bdad2
python: Bump up to v3.10.3 2022-03-16 16:56:55 +00:00
Athanasius
1bca798fc6
python version: Some docs updates 2022-01-31 18:29:08 +00:00
Athanasius
3e0c69be5e
docs: Pass for config.py -> config/__init__.py and related changes 2022-01-31 15:41:25 +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
fe55eb11f8
click_counter: Cast value to int() for saving 2021-11-22 10:57:46 +00:00
Athanasius
71ed90fb3a
Fix click_counter example to work & pass linting
* It was returning 'ClickCounter' for the name, mis-matching with the
  folder name of 'click_counter', which caused plain logging to be used.
  That in turn then complained about the lack of %(osthreadid).

* flake8 pass, including adding doc strings, with references to
  PLUGINS.md sections.

* mypy pass.
2021-11-22 10:42:31 +00:00
A_D
bc7985e8fb
updated docs 2021-08-23 12:50:07 +02:00
A_D
e8cd29442f
fixed missing data types 2021-08-22 21:46:02 +02:00
A_D
b86a010596
updated docs further 2021-08-22 09:03:36 +02:00
A_D
3e5efb03ec
mentioned killswitch test script 2021-08-19 20:41:40 +02:00
A_D
1b45c562c1
added note about killswitch_test.py 2021-08-19 20:41:40 +02:00
A_D
27c1871250
cleanup 2021-08-19 20:41:37 +02:00
A_D
cc17f21cc5
s/\t/\s\s\s\s/g 2021-08-19 20:39:40 +02:00
A_D
5a080c8e55
updated docs 2021-08-19 20:37:40 +02:00
A_D
bb882d633a
clarified docs around inara 2021-08-19 20:37:40 +02:00
A_D
6c7245ee3d
updated eddn to new killswitches 2021-08-19 20:37:39 +02:00
A_D
984d09947c
added threaded request helper 2021-08-19 20:37:38 +02:00
A_D
665548fde3
Clarified that SimpleSpec supports both version wildcards and ranges 2021-08-19 20:37:38 +02:00
A_D
710807f585
made precedence of operators a part of the API 2021-08-19 20:37:37 +02:00
A_D
581fa05143
fixed incorrect example 2021-08-19 20:37:37 +02:00
A_D
78c807a6cc
Clarified docs 2021-08-19 20:37:35 +02:00
A_D
e825902d13
fixed typo 2021-08-19 20:37:34 +02:00
A_D
39eaf608a2
Scratch that, lets do this in an extensible manner
Keys now exist directly on Kills entries, those keys are only additive,
if EDMC doesnt understand something it just drops the entire event etc.
2021-08-19 20:35:48 +02:00
A_D
6c56b9851a
made redact_fields into delete_fields
otherwise there are type issues
2021-08-19 20:35:48 +02:00