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

Improve custom environments support #1293

Merged
merged 5 commits into from
Aug 18, 2020
Merged

Conversation

dmitrykuzmin
Copy link
Contributor

@dmitrykuzmin dmitrykuzmin commented Aug 18, 2020

This PR fixes issue #1291.

Parts of the framework where the Production environment usage was hard-coded are changed to support the custom environment types.

Please note, that the Tests environment is still treated specially in some cases. For example, the parallel posting of system events is disabled for tests as some of them rely on the eventual consistency of the data.

The library version advances to 1.5.25.

@dmitrykuzmin dmitrykuzmin self-assigned this Aug 18, 2020
@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #1293 into master will increase coverage by 0.04%.
The diff coverage is 90.00%.

@@             Coverage Diff              @@
##             master    #1293      +/-   ##
============================================
+ Coverage     91.02%   91.06%   +0.04%     
- Complexity     4710     4715       +5     
============================================
  Files           606      606              
  Lines         15005    15009       +4     
  Branches        853      853              
============================================
+ Hits          13658    13668      +10     
+ Misses         1077     1074       -3     
+ Partials        270      267       -3     

@dmitrykuzmin dmitrykuzmin marked this pull request as ready for review August 18, 2020 14:43
@dmitrykuzmin dmitrykuzmin requested a review from armiol August 18, 2020 14:43
@dmitrykuzmin
Copy link
Contributor Author

@armiol PTAL.

Copy link
Contributor

@armiol armiol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmitrykuzmin LGTM in general. Please reconsider the @Interal removal once again — see my comment on this matter.

@dmitrykuzmin dmitrykuzmin merged commit 290c1c4 into master Aug 18, 2020
@dmitrykuzmin dmitrykuzmin deleted the improve-custom-env-support branch August 18, 2020 17:06
@dmitrykuzmin dmitrykuzmin mentioned this pull request Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants