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

fix(various): Small fixes before release #559

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

rustatian
Copy link
Member

Reason for This PR

closes #557
closes #556

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557)
- Add static, headers, status, gzip plugins to the `main.go`.

Signed-off-by: Valery Piashchynski <[email protected]>
@rustatian rustatian added C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. B-regression Bug: regression bugs labels Feb 23, 2021
@rustatian rustatian added this to the 2.0.0 milestone Feb 23, 2021
@rustatian rustatian requested a review from wolfy-j February 23, 2021 16:04
@rustatian rustatian self-assigned this Feb 23, 2021
@codecov
Copy link

codecov bot commented Feb 23, 2021

Codecov Report

Merging #559 (fdbf6a6) into rc.4-release (7dc61c3) will decrease coverage by 0.06%.
The diff coverage is 80.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           rc.4-release     #559      +/-   ##
================================================
- Coverage         68.15%   68.08%   -0.07%     
================================================
  Files                65       65              
  Lines              3300     3293       -7     
================================================
- Hits               2249     2242       -7     
  Misses              766      766              
  Partials            285      285              
Impacted Files Coverage Δ
plugins/gzip/plugin.go 100.00% <ø> (ø)
plugins/status/rpc.go 77.77% <ø> (ø)
plugins/http/plugin.go 68.88% <75.00%> (-0.57%) ⬇️
plugins/status/plugin.go 63.93% <80.00%> (ø)
plugins/static/plugin.go 76.19% <100.00%> (-0.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7dc61c3...fdbf6a6. Read the comment docs.

@rustatian rustatian merged commit 18a0972 into rc.4-release Feb 23, 2021
@bors bors bot deleted the log_does_not_show_any_message branch February 23, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-regression Bug: regression bugs C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant