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

0.11.1 #675

Merged
merged 5 commits into from
Nov 8, 2018
Merged

0.11.1 #675

merged 5 commits into from
Nov 8, 2018

Conversation

dkarivalis
Copy link
Contributor

No description provided.

pscheid92 and others added 5 commits January 21, 2018 19:45
Before:
  Used nscala-time library to parse expiration date in Cookie class/object.

After:
  Use java.time utilities to parse expiration date.
…_cookie

Replace nscala-time with java.time in Cookie class
* memcache implement CAS and GETS

* rename vals/methods; drop compressor from method signature

* rename val; move logic to private function; move docs around

* expand option get

* update to more-idiomatic way to use option

* patch version instead of minor
@codecov-io
Copy link

Codecov Report

Merging #675 into master will increase coverage by 0.03%.
The diff coverage is 91.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #675      +/-   ##
==========================================
+ Coverage   85.72%   85.76%   +0.03%     
==========================================
  Files         105      105              
  Lines        4497     4523      +26     
  Branches      426      423       -3     
==========================================
+ Hits         3855     3879      +24     
- Misses        642      644       +2
Impacted Files Coverage Δ
...olossus/src/main/scala/colossus/util/Parsing.scala 90.88% <ø> (ø) ⬆️
...cala/colossus/protocols/memcache/MemcacheOps.scala 66.66% <0%> (-12.29%) ⬇️
...n/scala/colossus/protocols/memcache/Memcache.scala 93.65% <100%> (+1.12%) ⬆️
...rc/main/scala/colossus/protocols/http/Header.scala 86.78% <100%> (ø) ⬆️
.../scala/colossus/metrics/collectors/Histogram.scala 91.3% <0%> (+0.72%) ⬆️
colossus/src/main/scala/colossus/core/Worker.scala 79.11% <0%> (+1.77%) ⬆️

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 773e405...938f9ab. Read the comment docs.

@dkarivalis dkarivalis merged commit 531b2b3 into master Nov 8, 2018
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.

6 participants