-
Notifications
You must be signed in to change notification settings - Fork 0
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
remove refcounter from cache #292
Merged
jkralik
merged 6 commits into
feature/refactore-caches
from
jkralik/feature/removeRefCounter
Oct 6, 2022
Merged
remove refcounter from cache #292
jkralik
merged 6 commits into
feature/refactore-caches
from
jkralik/feature/removeRefCounter
Oct 6, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8f36c14
to
f78f0cb
Compare
f78f0cb
to
9c3848b
Compare
Codecov Report
@@ Coverage Diff @@
## feature/refactore-caches #292 +/- ##
============================================================
- Coverage 63.55% 62.46% -1.09%
============================================================
Files 65 65
Lines 4061 4039 -22
============================================================
- Hits 2581 2523 -58
- Misses 1125 1158 +33
- Partials 355 358 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
cda8986
to
19d575b
Compare
fb0ed30
to
166ec97
Compare
lubo-svk
requested changes
Oct 6, 2022
lubo-svk
approved these changes
Oct 6, 2022
Kudos, SonarCloud Quality Gate passed! |
jkralik
added a commit
that referenced
this pull request
Oct 6, 2022
* remove refcounter from cache * update github.com/pion/dtls/v2 v2.1.6-0.20221001075407-984d41b9981a
jkralik
pushed a commit
that referenced
this pull request
Oct 6, 2022
* remove refcounter from cache * update github.com/pion/dtls/v2 v2.1.6-0.20221001075407-984d41b9981a * update github.com/plgd-dev/go-coap/v2 v2.6.1-0.20221004143021-7f33ba0d1b88
jkralik
pushed a commit
that referenced
this pull request
Oct 6, 2022
* remove refcounter from cache * update github.com/pion/dtls/v2 v2.1.6-0.20221001075407-984d41b9981a * update github.com/plgd-dev/go-coap/v2 v2.6.1-0.20221004143021-7f33ba0d1b88
jkralik
added a commit
that referenced
this pull request
Oct 11, 2022
* Upgrade dependencies Direct: github.com/plgd-dev/go-coap/v2 v2.6.1-0.20221005134509-88765211a3e9 golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 Indirect: golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741 golang.org/x/net v0.0.0-20221004154528-8021a29435af golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 * Minor stylistic fixes reported by stylecheck linter * Lubo svk/feature/observe device by ip (#288) Observe devices found by IP Co-authored-by: Lubomir Capucha <lubomir.capucha@kistler.com> * Refactore device cache (#292) * remove refcounter from cache * update github.com/pion/dtls/v2 v2.1.6-0.20221001075407-984d41b9981a * update github.com/plgd-dev/go-coap/v2 v2.6.1-0.20221004143021-7f33ba0d1b88 * fix DeviceCache for infinite expiration * replace ErrFunc by logger * unify cloud.ResourceType and cloud.ResourceURI * introduce nil logger * allow golang 1.18+ * remove all device observers with emit notification when device is closed (#295) * remove all device observers with emit notification when device is closed * fix for CR * use proper handler in observeDeviceResources * update github.com/plgd-dev/go-coap/v3 v3.0.0 Co-authored-by: Daniel Adam <daniel.adam1922@protonmail.com> Co-authored-by: lubo-svk <49922839+lubo-svk@users.noreply.github.com> Co-authored-by: Lubomir Capucha <lubomir.capucha@kistler.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.