Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL/bootstrap cleanup #282

Merged
merged 10 commits into from
May 16, 2024
Merged

URL/bootstrap cleanup #282

merged 10 commits into from
May 16, 2024

Conversation

ltoenning
Copy link
Contributor

No description provided.

This URL is hardcoded in crashhandler.cpp
Nowadays most of the loadbalancing is done on the server-side and hence
there is only a single datafile URL (and other URLs) inside the
boostrap.json.
The features of the CUrlList are hence not really used. This is also a
step into removing CUrl and using QUrl instead, to avoid maintaining a
separate URL class.
AircraftCategoryEntity is already part of AllIcaoCountriesCategory
Reduce complexity and state of the CApplication. These members are used
anyway just to initialize the web service.
@ltoenning ltoenning added the simplify Reduce application complexity label Apr 29, 2024
@ltoenning ltoenning self-assigned this Apr 29, 2024
@ltoenning ltoenning merged commit 35d7c59 into main May 16, 2024
19 checks passed
@ltoenning ltoenning deleted the lt branch May 16, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simplify Reduce application complexity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants