1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

6089 Commits

Author SHA1 Message Date
David Sangrey
38286cf9b6
Merge branch 'develop' into enhancement/2215/move-logging-dir 2024-07-21 23:31:20 -04:00
David Sangrey
2a9a7f19e3
Merge pull request #2266 from HullSeals/enhancement/2262/generate-inara-slef
[2262] Generate Inara SLEF
2024-07-21 23:29:49 -04:00
Phoebe
417d893aee
Merge pull request #2274 from HullSeals/enhancement/2270/update-dict-fromkeys
[2270] C420 Unnecessary Dict Comprehension
2024-07-04 20:32:21 +02:00
David Sangrey
e9755fae78
[2270] C420 Unnecessary Dict Comprehension 2024-07-01 14:56:51 -04:00
David Sangrey
18053bf959
Merge pull request #2270 from EDCD/dependabot/pip/develop/flake8-comprehensions-3.15.0
Bump flake8-comprehensions from 3.14.0 to 3.15.0
2024-07-01 14:48:01 -04:00
David Sangrey
f3933a5f1a
Merge pull request #2272 from EDCD/dependabot/pip/develop/watchdog-4.0.1
Bump watchdog from 4.0.0 to 4.0.1
2024-07-01 14:46:57 -04:00
dependabot[bot]
054245f348
Bump flake8-comprehensions from 3.14.0 to 3.15.0
Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.14.0 to 3.15.0.
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/3.14.0...3.15.0)

---
updated-dependencies:
- dependency-name: flake8-comprehensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 18:46:54 +00:00
David Sangrey
2cd07abccc
Merge pull request #2271 from EDCD/dependabot/pip/develop/pep8-naming-0.14.1
Bump pep8-naming from 0.13.3 to 0.14.1
2024-07-01 14:46:23 -04:00
David Sangrey
e482e7e180
Merge pull request #2269 from EDCD/dependabot/pip/develop/flake8-7.1.0
Bump flake8 from 7.0.0 to 7.1.0
2024-07-01 14:45:49 -04:00
David Sangrey
d0670bb052
Merge pull request #2273 from EDCD/dependabot/pip/develop/pytest-8.2.2
Bump pytest from 8.2.0 to 8.2.2
2024-07-01 14:45:07 -04:00
dependabot[bot]
bac4b30848
Bump pytest from 8.2.0 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:39:04 +00:00
dependabot[bot]
47b621c2b8
Bump watchdog from 4.0.0 to 4.0.1
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:38:59 +00:00
dependabot[bot]
0adc9cbe63
Bump pep8-naming from 0.13.3 to 0.14.1
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.3 to 0.14.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.13.3...0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:38:56 +00:00
dependabot[bot]
a385b6fd80
Bump flake8 from 7.0.0 to 7.1.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 17:38:51 +00:00
David Sangrey
19c9151135
[2262] Format SLEF with Square Brackets 2024-06-23 13:26:44 -04:00
David Sangrey
067bef628e
[2262] Update Capitalizations and add Translations 2024-06-23 13:14:41 -04:00
David Sangrey
5a9970e6c7
[2262] Remove Debug Code 2024-06-23 13:10:57 -04:00
David Sangrey
d9f7b72e46
[2262] Update Type Hinting 2024-06-23 13:09:13 -04:00
David Sangrey
47192ce674
[2262] Remove Dev self.SLEF 2024-06-23 13:06:52 -04:00
David Sangrey
3b6259276a
[2262] Move SLEF to Monitor 2024-06-23 13:05:39 -04:00
David Sangrey
0cc35db96b
[2262] SLEF to this var 2024-06-18 22:02:41 -04:00
David Sangrey
d478a68bc6
[2262] Simplify SLEF Building 2024-06-18 21:15:11 -04:00
David Sangrey
fcd7b8da0f
[2215] Clarify Config Imports 2024-06-17 18:20:53 -04:00
David Sangrey
0aa1128094
[Docs] Fix Typo in Changelog
>:(
2024-06-17 17:09:30 -04:00
David Sangrey
87f59a54fa
[RELEASE] 5.10.2 Release/5.11.2 2024-06-17 16:38:20 -04:00
David Sangrey
fb1e3dcab6
[Minor] Fix MyPy Complaint 2024-06-17 14:51:56 -04:00
David Sangrey
196bf9de52
Merge pull request #2258 from HullSeals/enhancement/525/changelog-tooling
[525] Add ChangeLog Tooling Utility
2024-06-17 14:48:42 -04:00
David Sangrey
26e11564ee
Merge pull request #2257 from HullSeals/fix/2256/fix-systray-deiconfiy
[2256] Allow Variable Num of Variables
2024-06-17 14:38:28 -04:00
David Sangrey
c60c0483b4
[#2262] Initial SLEF Output 2024-06-15 22:13:34 -04:00
David Sangrey
74af852fca
[2215] Move Logging Directory 2024-06-10 09:43:00 -04:00
David Sangrey
33f8e9c837
[525] Cleanup Script 2024-06-09 21:51:56 -04:00
David Sangrey
340c9818fc
[525] Add FDEV Forum Post 2024-06-09 21:22:24 -04:00
David Sangrey
d4b7173cf4
[525] Update Reddit and HTML Changelog 2024-06-09 20:52:37 -04:00
David Sangrey
b10548da57
[LANG] Update Translations 2024-06-09 19:23:00 -04:00
David Sangrey
3290cd6399
[2256] Allow Variable Num of Variables 2024-06-09 19:15:46 -04:00
David Sangrey
1a12288f74
[Minor] Update Changelog Details 2024-06-09 17:47:34 -04:00
David Sangrey
5d43388439
[RELEASE] 5.11.1 Release/5.11.1 2024-06-09 17:26:19 -04:00
David Sangrey
55311725bc
Merge pull request #2255 from ElSaico/deprecation
Enabled DeprecationWarning by default and fixed references
2024-06-09 16:02:25 -04:00
David Sangrey
f56302e507
[2255] Fix Removed Comment 2024-06-09 15:56:44 -04:00
David Sangrey
7d5fdb2b84
[2255] Update Dep Comment Format 2024-06-09 15:52:44 -04:00
David Sangrey
13e74f2c57
[2255] Replace Infi Systray with simplesystray 2024-06-09 15:28:27 -04:00
Bruno Marques
192ba5f8f2 Adding pkg_resources exception to DeprecationWarning 2024-06-09 20:07:13 +01:00
Bruno Marques
b0e682f66c Enabled DeprecationWarning by default and fixed references 2024-06-09 18:40:03 +01:00
David Sangrey
2c60499451
[RELEASE] 5.11.1-beta0 Release/5.11.1-beta0 2024-06-07 17:35:29 -04:00
David Sangrey
afaeda2cf4
Merge branch 'stable' into develop 2024-06-07 17:25:40 -04:00
David Sangrey
222543aa0c
Merge pull request #2244 from HullSeals/enhancement/1469/add-translation-check
[#1469] Add Translation Push Check
2024-06-07 17:18:00 -04:00
David Sangrey
ab651a0fa9
Merge pull request #2253 from HullSeals/fix/2251/fix-fdevid-path
[2251] Fix FDevID Update Paths
2024-06-07 17:08:30 -04:00
David Sangrey
424c509c44
[2251] Reset Update Import Location 2024-06-06 19:48:39 -04:00
David Sangrey
2f6e9fa4c2
[2251] Use Pathlib 2024-06-06 19:41:10 -04:00
David Sangrey
dd8b18cbae
[2251] Clarify Bundle Update Error Msg 2024-06-06 18:49:12 -04:00