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

3790 Commits

Author SHA1 Message Date
Athanasius
4a1b13199d
Merge pull request #1235 from EDCD/fix/1234/monitor-trace_on
monitor.py: Access trace_on via whole-config import
2021-08-11 12:38:00 +01:00
Athanasius
97808f5561
monitor.py: Access trace_on via whole-config import
This is necessary so as to see the same instance of config.trace_on as
is set up by EDMarketConnector.py.
2021-08-11 12:33:22 +01:00
Athanasius
f6c0139440
Merge pull request #1232 from norohind/feature/1030/journal-entry-cqc
Feature/1030/journal entry cqc
2021-08-11 12:27:05 +01:00
0bb06232b8
monitor.py: add default value to entry.get('GameMode') in CQC detection 2021-08-11 14:24:27 +03:00
97998e6de9
EDMarketConnector.py: clarify comments about CQC 2021-08-11 14:00:32 +03:00
c08c1a574e
plug.py: reorder notify* functions 2021-08-11 13:55:46 +03:00
bd32b44903
monitor.py: fix CQC to lower case 2021-08-11 13:50:09 +03:00
Athanasius
8f7a23396f
Merge pull request #1233 from EDCD/fix/Releasing-automated-builds
Docs: Update Releasing.md and Automatic-Builds.md for using auto-builds
2021-08-10 15:52:15 +01: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
ba38b5f02d
plug.py: more verbose log message on failed while handling CQC mode journal entry 2021-08-10 16:16:01 +03:00
7b39b0fda0
plug.py: use copy.deepcopy() instead of dict() in cqc_callback
To create deepcopy for passing data to cqc_callback
2021-08-10 15:55:14 +03:00
42ce2ad414
monitor.py: trace loadgames to CQC only if in trace_on 2021-08-10 14:27:47 +03:00
030713f5b9
plug.py: rename journal_entry to cqc_callback in notify_journal_entry_cqc 2021-08-10 13:55:10 +03:00
6e2f49a63c
plug.py: remove useless 'as e' in notify_journal_entry_cqc 2021-08-10 13:51:22 +03:00
7b823dd64d
Remove commented out logger.debug() 2021-08-10 03:16:57 +03:00
e9ee65da14
Code style fix 2021-08-10 03:15:50 +03:00
3283439485
Code style fixes 2021-08-10 03:00:36 +03:00
84500b775a
More paranoia about is journal_entry_cqc callable
Co-authored-by: A_D <A-UNDERSCORE-D@users.noreply.github.com>
2021-08-10 02:52:39 +03:00
a00a677746
monitor.py: use trace instead debug to log CQC loadgames 2021-08-10 02:49:58 +03:00
Athanasius
e37f7bd3bc
Merge pull request #1231 from EDCD/dependabot/pip/develop/pep8-naming-0.12.1
build(deps-dev): bump pep8-naming from 0.12.0 to 0.12.1
2021-08-09 18:04:09 +01:00
Athanasius
2f5b75bcd5
Merge pull request #1230 from EDCD/dependabot/pip/develop/types-requests-2.25.6
build(deps-dev): bump types-requests from 2.25.2 to 2.25.6
2021-08-09 18:04:00 +01:00
dependabot[bot]
b639623b4a
build(deps-dev): bump pep8-naming from 0.12.0 to 0.12.1
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:03:15 +00:00
dependabot[bot]
3326ac7003
build(deps-dev): bump types-requests from 2.25.2 to 2.25.6
Bumps [types-requests](https://github.com/python/typeshed) from 2.25.2 to 2.25.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:03:06 +00:00
Athanasius
a8ffce098d
Merge pull request #1229 from EDCD/fix/1057/licenses
Include a copy of any relevant licenses
2021-08-09 17:30:14 +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
fd215d47bf
ChangeLog: Call out docs/Licenses now we have it. 2021-08-09 17:17:39 +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
b6c79f3d01
Post-release appversion bump to 5.1.4-beta0 2021-08-09 15:33:58 +01:00
Athanasius
bade23a167
Licenses: Windows SDK Kit 2021-08-09 15:25:44 +01:00
ad4304a184
Be more paranoid with empty events when in CQC 2021-08-09 17:23:57 +03: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
d7dd8c8990
Be more paranoid with GameMode and CQC 2021-08-09 17:15:54 +03:00
Athanasius
34d6aeccaf
github/windows-build: Create a post in "Announcements" for any Release 2021-08-09 14:02:41 +01:00
291fbf2908
Use both Ship and GameMode fields of LoadGame event to detect CQC
And freeze update button when in CQC
2021-08-09 15:59:30 +03:00
27fe43bf8c
WIP: implement journal_entry_cqc()
journal_entry_cqc function in plugin's api allow plugins to recieve
journal events when player are in CQC
2021-08-09 04:37:23 +03:00
Athanasius
1a0b4ae480
ChangeLog: Grammer tweaks Release/5.1.3 2021-08-08 15:09:42 +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