| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
By analyzing the blame information on this pull request, we identified @smothiki to be a potential reviewer |
Sorry, something went wrong.
Current coverage is 85.86%@@ master #805 diff @@
==========================================
Files 30 30
Lines 2692 2696 +4
Methods 0 0
Messages 0 0
Branches 439 439
==========================================
+ Hits 2308 2315 +7
+ Misses 259 257 -2
+ Partials 125 124 -1
|
Sorry, something went wrong.
…nstead of latest config for the app This helps mitigate deis#798 for day to day use (quick fix) as the previous config is no longer pulled from the top of the application config stack and instead pulls the latest release config. Doing that will prevent the logic from re-using a potentially broken Config object. When a Release object is deleted an Config object can be orphaned but still available.
| Back | FazBrowse Home | New Git URL |
Summary of Changes
This helps mitigate #798 for day to day use (quick fix) as the previous config is no longer pulled from the top of the application config stack and instead pulls the latest release config.
Doing that will prevent the logic from re-using a potentially broken Config object. When a Release object is deleted an Config object can be orphaned but still available.
Issue(s) that this PR Closes
refs #798
Testing Instructions
Ideally this change should be tested as part of #792 as that PR has the failure condition required (and the commit from this PR) but I decided that it was better to get them merged individually.