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

5746 Commits

Author SHA1 Message Date
Phoebe
ff0fdd26e6
[Minor] Remove duplicate Comment 2023-12-16 15:22:55 +01:00
David Sangrey
be036bdb77
Merge pull request #2111 from HullSeals/enhancement/1801/FDEVID-Check
[1801] Add Warning for FDevIDs
2023-12-15 22:17:54 -05:00
Phoebe
17e740d3ee [1801] Check for files at output generation
Adds a check to see if the FDevID files exist to the output file generation process. If they don't generate a warning log entry and continue without them.
2023-12-16 02:10:55 +01:00
David Sangrey
6292936646
[1801] Fix FDEVIDs 2023-12-15 13:21:00 -05:00
David Sangrey
25a46545ca
[1801] Add missing file check to builder 2023-12-15 12:16:44 -05:00
David Sangrey
ad455f144d
[1801] Clarify Varnames 2023-12-15 12:00:51 -05:00
David Sangrey
fe327606ab
[1801] Add Warning for FDevIDs 2023-12-15 11:51:53 -05:00
David Sangrey
a38cf5a9ac
Merge pull request #2110 from HullSeals/enhancement/broken-plugin-popup
Broken Plugins Popup
2023-12-15 11:50:36 -05:00
Phoebe
49ca678ff6 [Minor] Clarify Comment
Forgot to update the comment to be about broken plugins instead of no 3.x support ones.
2023-12-15 00:43:48 +01:00
Phoebe
9a297fb4f8
Merge pull request #2109 from HullSeals/enhancement/555/winsparkle_to_inno
[555] Move Default Registry Creation
2023-12-15 00:38:47 +01:00
David Sangrey
aa5abeaa9a
[Minor] Shaddup Flake 2023-12-13 19:40:27 -05:00
David Sangrey
dac9542557
[Minor] Correct Template S&G
Also includes a minor fix for try/except if coriolis-data is missing
2023-12-13 19:38:42 -05:00
Phoebe
34d91dfb2d [Enhancement] Broken Plugins Popup
- Adds a Popup at startup about Plugins that failed to load.
- Adds entry about broken Plugins in the Settings - Plugins tab.
- Adds corresponding translation entries.
2023-12-14 01:06:09 +01: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
761e9f0f59
[Translations] Update Translation Files 2023-12-13 17:27:33 -05:00
Phoebe
cb7fbfc0e1
Merge pull request #2108 from HullSeals/fix/1843/url_params
[1843] Update URL Parameter Encoding
2023-12-13 19:59:13 +01:00
David Sangrey
95f2ea40b6
[#1843] Fix URL Parameter Bug
Replaces vague space with properly encoded %20. This SHOULD solve the issue, but I can't replicate the original issue.
2023-12-12 21:28:56 -05:00
David Sangrey
21268d5f19
[Minor] Correct Spelling of Spansh 2023-12-07 11:55:07 -05:00
David Sangrey
4634232d6a
[Minor] Bump Appversion Release/5.10.0-beta1 2023-12-06 18:58:25 -05:00
David Sangrey
c511b51003
[Translations] Update Translation Template 2023-12-06 17:41:22 -05:00
David Sangrey
e2285729df
Merge pull request #2086 from GLWine/develop
Fixed translation hook in EDSM.py and Inara.py
2023-12-06 17:17:39 -05:00
David Sangrey
173c32f314
[Minor] Update Code Checks 2023-12-06 17:15:46 -05:00
David Sangrey
4440b960a7
Merge pull request #2105 from EDCD/dependabot/pip/develop/certifi-2023.11.17
build(deps): bump certifi from 2023.7.22 to 2023.11.17
2023-12-06 16:53:13 -05:00
David Sangrey
9c99626ef5
Merge pull request #2103 from EDCD/dependabot/pip/develop/mypy-1.7.1
build(deps-dev): bump mypy from 1.7.0 to 1.7.1
2023-12-06 16:49:58 -05:00
David Sangrey
ee3910616c
Merge pull request #2106 from EDCD/dependabot/pip/develop/setuptools-69.0.2
build(deps-dev): bump setuptools from 68.2.2 to 69.0.2
2023-12-06 16:49:48 -05:00
David Sangrey
7d1eaa2d94
Merge pull request #2107 from EDCD/dependabot/github_actions/develop/actions/github-script-7
build(deps): bump actions/github-script from 6 to 7
2023-12-06 16:49:31 -05:00
dependabot[bot]
7902610d10
build(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:36:48 +00:00
dependabot[bot]
950c26b977
build(deps-dev): bump setuptools from 68.2.2 to 69.0.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.0.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v69.0.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:16:28 +00:00
dependabot[bot]
3646d93b86
build(deps): bump certifi from 2023.7.22 to 2023.11.17
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2023.11.17.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:16:19 +00:00
dependabot[bot]
bc6b4f8b83
build(deps-dev): bump mypy from 1.7.0 to 1.7.1
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 17:16:08 +00:00
Phoebe
14319d0173
Merge pull request #2102 from HullSeals/enhancement/2051/remainders
[2051] First Pass Remaining Files
2023-12-01 04:07:54 +01:00
David Sangrey
f30fb56f6e
[2051] Re-add missing context
It's not a refactor if I don't accidentally nuke a lang comment
2023-11-30 22:05:59 -05:00
David Sangrey
170b86b5dc
[2051] Remove More Old Types 2023-11-30 21:45:04 -05:00
David Sangrey
cb2a18025c
[2051] First Pass Remaining Files 2023-11-30 21:30:18 -05:00
David Sangrey
386b0f69b5
Merge pull request #2101 from EDCD/submodule-change/7050757887
[Auto-generated] Submodule Updates 7050757887
2023-11-30 13:32:07 -05:00
github-actions
fc3b92faf7 updating submodules 2023-11-30 18:31:24 +00:00
David Sangrey
70c019e7d8
[Minor] Add Manual Trigger for submodule-update.yml 2023-11-30 13:30:59 -05:00
David Sangrey
f14fdd7e4f
[Minor] Rollback submodule-update.yml 2023-11-30 13:27:04 -05:00
David Sangrey
f4866a7a2b
[Minor] Temporarily Suppress Submodule Schedule 2023-11-30 13:00:52 -05:00
Phoebe
467779e3ed
Merge pull request #2100 from HullSeals/enhancement/2051/main_files
[2051] Additional Core Files
2023-11-22 16:31:30 +01:00
David Sangrey
501e8da268
[2051] Add Default Fallback 2023-11-21 20:48:04 -05:00
David Sangrey
955d72ead2
Re-Add Missing LANG comment
I gotta stop doing that.

Co-authored-by: Phoebe <40956085+C1701D@users.noreply.github.com>
2023-11-21 20:44:53 -05:00
David Sangrey
169cfbfc56
[2051] Alter Open Logic 2023-11-17 21:09:42 -05:00
David Sangrey
4dd83f5fa4
[2051] And a few more, with timezones 2023-11-17 19:44:36 -05:00
David Sangrey
45a38ccdaa
[2051] Dashboard, Killswitch, l10n 2023-11-17 19:21:48 -05:00
David Sangrey
95c73179c6
[2051] Logging File Check 2023-11-17 18:39:47 -05:00
David Sangrey
960b00efbc
[2051] We need that else 2023-11-17 18:35:32 -05:00
David Sangrey
c47552d678
[2051] Revert Bool Check 2023-11-17 18:28:11 -05:00
David Sangrey
32cba245cd
[2051] Redo the Time Block 2023-11-17 18:14:25 -05:00