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

159 Commits

Author SHA1 Message Date
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
Athanasius
e5bbf73acb docs/plugintest: Example of forwards-compatible config functions 2021-05-11 21:46:14 +01:00
Athanasius
5de4950fba Change config.appversion() to return semantic_version.Version
As we're changing it to a function at this stage anyway, it might as
well return this type, not a str.
2021-04-01 14:46:43 +01:00
Athanasius
b841d434e5 plugintest: Document core version code & add to PLUGINS.md
* New PLUGINS.md section 'Checking core EDMC version'.
* And the same comments might as well be in the plugintest/load.py.
2021-04-01 14:46:43 +01:00
Athanasius
dc920fdc6a plugintest: Implement example EDMC core version check. 2021-04-01 14:46:43 +01:00
Athanasius
c0324b2d3f plugintest: Add missing " in logging 2021-04-01 14:46:43 +01:00
Athanasius
0a437961a3 plugintest: Add event type to logging & convert to classed 'this'. 2021-04-01 14:46:43 +01:00
Athanasius
321ba6c812 coriolis: .p files update, and slight Releasing.md tweak about this. 2021-04-01 14:45:52 +01:00
26c47f3653 fix screening in killswitches.md 2021-04-01 14:45:52 +01:00
Athanasius
5a38537294 docs: General update for main now using Python 3.9 & misc
* Extend EDCD copyright into 2021 here as well.
* Recommend *against* any attempt at making plugins also work with
  Python 2.7.
* setup.py no longer writes appcast files.  Mention
  edmarketconnector.xml enclosure instead for the url= bit.
* DRY about location of log files, just point to appropriate wiki link.
2021-04-01 14:45:51 +01:00
Athanasius
99cbbf1cf8 Releasing.md: .pre-commit-config.yaml may need python version updating also. 2021-04-01 14:45:51 +01:00
Athanasius
bbb99eff2c Releasing.md: Update .python-version as needed. 2021-04-01 14:45:51 +01:00
Athanasius
d656354a9a Releasing.md: Document necessary updates when changing Python version 2021-04-01 14:45:49 +01:00
Athanasius
2319cbf404 Releasing.md: Document adding killswitches if needed. 2021-04-01 14:45:48 +01:00
A_D
4900361621 Set default killswitch URL to releases branch 2021-04-01 14:45:48 +01:00
A_D
6374fbbeb8 Added event disabling
You can now disable specific event handlers in plugins
2021-04-01 14:45:47 +01:00
A_D
70087a27e4 Added total journal cutoff killswitches 2021-04-01 14:45:47 +01:00
A_D
6b75179199 switched to using SimpleSpec for constraints 2021-04-01 14:45:47 +01:00
A_D
d5b62d957b Added support for comments in kill switches 2021-04-01 14:45:47 +01:00
A_D
2d127ae3d0 Added docs, fixed incorrect kill switch names 2021-04-01 14:45:47 +01:00
Athanasius
25852997c5 Updated all source to use new config methods
# Conflicts:
#	monitor.py
2021-04-01 14:45:46 +01:00
Athanasius
cb678522d7 Releasing: py2exe via pip / requirements-dev.txt now. 2021-04-01 14:45:45 +01:00
Athanasius
7d4bef686c Releasing.md: Update to Windows SDK 19041 2021-04-01 14:45:43 +01:00
Athanasius
753b5c59d3 Releasing.md: py2exe 0.10.0.1 now released so reference it. 2021-04-01 14:45:43 +01:00
Athanasius
77939ad48e Releasing.md: Update example full python path
* Python 3.8 now.
* And reference the centrally installed location, not the one under
  %LOCALAPPDATA%.
2021-04-01 14:45:43 +01:00
Athanasius
3e54e1f015 Releasing.md: Update for Python 3.8.6 and py2exe 0.10.x.
* Also put `--user` on the example `pip install` line.
2021-04-01 14:45:43 +01:00
Athanasius
c88f634ec1 Releasing.md: py2exe 0.10.0.1 now released so reference it. 2021-04-01 14:45:12 +01:00
Athanasius
818466a3cf Releasing.md: Update example full python path
* Python 3.8 now.
* And reference the centrally installed location, not the one under
  %LOCALAPPDATA%.
2021-04-01 14:45:12 +01:00
Athanasius
095c45df8f Releasing.md: Update for Python 3.8.6 and py2exe 0.10.x.
* Also put `--user` on the example `pip install` line.
2021-04-01 14:45:11 +01:00