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

137 Commits

Author SHA1 Message Date
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
A_D
2583d07baf
Added additional data fields to killswitches
These fields will be used for various things moving forward. The
currently intended use is to redact fields when sending data to
inara/edsm/eddn in case Frontier accidentally includes something that is
unwanted
2021-08-19 20:35:47 +02:00
Athanasius
9027d7a4f1
docs/Releasing: Also replace hashes.sum if overriding an auto build 2021-08-10 15:38:34 +01:00
Athanasius
6328c47a41
Docs: Update Releasing.md and Automatic-Builds.md for using auto-builds
We now prefer automatic builds, triggered off our normal
`Release/<semantic version>` tags being pushed.
2021-08-10 14:59:34 +01:00
Athanasius
f678811a7e
Licenses: Correct for other github redirects on downloads 2021-08-09 17:26:15 +01:00
Athanasius
1256a778f0
Licenses: Correct WinSparkle, by following redirect 2021-08-09 17:22:50 +01:00
Athanasius
e5db795988
Licenses: python-packages: idna 2021-08-09 16:55:02 +01:00
Athanasius
e6f741e74d
Licenses: python-packages: urllib3 2021-08-09 16:51:13 +01:00
Athanasius
117a86e1c5
Licenses: python-packages: charset-normalizer 2021-08-09 16:43:16 +01:00
Athanasius
d5361aca41
Licenses: python-packages: semantic-version 2021-08-09 15:48:15 +01:00
Athanasius
30c7829eda
Licenses: python-packages: watchdog 2021-08-09 15:46:49 +01:00
Athanasius
c61bc39259
Licenses: python-packages: requests 2021-08-09 15:45:29 +01:00
Athanasius
ea63678393
Licenses: python-packages: certifi 2021-08-09 15:44:42 +01:00
Athanasius
5f665bc670
Licenses: python-packages: pywin32 2021-08-09 15:43:00 +01:00
Athanasius
bade23a167
Licenses: Windows SDK Kit 2021-08-09 15:25:44 +01:00
Athanasius
86355a0332
Licenses: WiX Toolset 2021-08-09 15:22:50 +01:00
Athanasius
1b0438e06e
Licenses: WinSparkle 2021-08-09 15:21:27 +01:00
Athanasius
668af1c3cf
Licenses: Add py2exe license files 2021-08-09 15:19:40 +01:00
Athanasius
11e94f1852
Licenses: Add python.org license 2021-08-09 15:16:46 +01:00
A_D
0bc8ff9a0b
update automatic builds docs 2021-08-03 15:58:55 +02:00
Athanasius
ea70f79f05
docs/Releasing: Fix reference to Killswitches.md 2021-07-13 17:51:11 +01:00
Athanasius
d304c32602 Translations: LANG comment in here, not Contributing
Also changed to `# header` style formatting, with `---` separators
between major sections.
2021-06-07 12:47:48 +01:00
Athanasius
5c8b5b9914 Translations: Correct example of a non-translated {WORD}
The code needs to perform the replacement *after* translation phrase
look up.
2021-06-07 12:39:18 +01:00
Athanasius
3b926d3959 docs/Releasing: Latest tested Python is 3.9.5 2021-05-17 15:23:20 +01:00
Athanasius
41adf596ce PLUGINS/config: Better forwards-compatibility example 2021-05-11 22:46:39 +01:00