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

Additional Force Recycle Condition For Initial Headings #429

Closed
AndyTWF opened this issue Feb 11, 2022 · 1 comment · Fixed by #431
Closed

Additional Force Recycle Condition For Initial Headings #429

AndyTWF opened this issue Feb 11, 2022 · 1 comment · Fixed by #431
Labels
released type: bug Something isn't working

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 11, 2022

Last year, a check was added before assigning initial altitudes that would exclude aircraft exactly 0 miles from origin at exactly 0ft. This was done because EuroScope would send flightplan events to us for aircraft over Austria, with these parameters. Add these checks to the force recycle criteria.

auto InitialHeadingEventHandler::MeetsForceAssignmentConditions(

@AndyTWF AndyTWF added the type: bug Something isn't working label Feb 11, 2022
AndyTWF added a commit to AndyTWF/uk-controller-plugin that referenced this issue Feb 11, 2022
AndyTWF added a commit that referenced this issue Feb 12, 2022
…ut of range (#431)

* fix(initialheading): Dont allow initial heading recycle on aircraft out of range

Fix #429

* Format
VATSIMUK pushed a commit that referenced this issue Feb 12, 2022
## [4.2.1](4.2.0...4.2.1) (2022-02-12)

### Bug Fixes

* **initialaltitude:** Dont allow initial altitude recycle on aircraft out of range ([#430](#430)) ([cd3fd0e](cd3fd0e))
* **initialheading:** Dont allow initial heading recycle on aircraft out of range ([#431](#431)) ([e4fd211](e4fd211)), closes [#429](#429)
@VATSIMUK
Copy link

🎉 This issue has been resolved in version 4.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

AndyTWF added a commit that referenced this issue Mar 2, 2022
* Display hold entry time based on proximity

* Navaids by id and time strings

* Event handler for aircraft entering holds

* Event handler for aircraft exiting holds

* Include continuables

* Lots of classes

* Try more things

* Bootstrap it in the plugin

* It works... wow

* A load of changes I dont wanna lose

* More tweaking

* More tweak

* Getting closer

* Way more tweaking

* It works

* Updater and loader compile

* Load hold data

* Locking

* Updated todos

* Tracking status of api requests

* Utils tests at least building

* fix(initialaltitude): Dont allow initial altitude recycle on aircraft out of range (#430)

* fix(initialaltitude): Dont allow initial altitude recycle on aircraft out of range

* More changes

* fix(initialheading): Dont allow initial heading recycle on aircraft out of range (#431)

* fix(initialheading): Dont allow initial heading recycle on aircraft out of range

Fix #429

* Format

* chore(release): 4.2.1 [skip ci]

## [4.2.1](4.2.0...4.2.1) (2022-02-12)

### Bug Fixes

* **initialaltitude:** Dont allow initial altitude recycle on aircraft out of range ([#430](#430)) ([cd3fd0e](cd3fd0e))
* **initialheading:** Dont allow initial heading recycle on aircraft out of range ([#431](#431)) ([e4fd211](e4fd211)), closes [#429](#429)

* Finish SettingRepositoryTest

* Test for api bootstrap

* Curl request factory test

* Api factory test

* Header applicator test

* Api request test, the big one

* ApiRequestData test

* Exception test

* Request factory test

* ApiSettings Test

* Settings factory test

* Url builder test

* Settings provider test

* Curl performer test

* Curl performer factory test

* Response test

* Curl request test

* Http method test

* Status code test

* Json setting file test

* String trimming functions

* Configuration menu item test and base test case

* Api bootstrap tests

* Api testing framework

* Style things

* Timeout on api request waiting

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type: bug Something isn't working
Projects
None yet
2 participants