-
Notifications
You must be signed in to change notification settings - Fork 335
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
Delete method GetLatestSubscription for Insights #2557
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Comments
lahabana
added
kind/improvement
Improvement on an existing feature
and removed
improvement
labels
Nov 22, 2021
This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. |
github-actions
bot
added
the
triage/stale
Inactive for some time. It will be triaged again
label
Dec 25, 2021
@lobkovilya I like to work on this |
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Jan 6, 2022
Fixes kumahq#2557 Signed-off-by: Tharun <rajendrantharun@live.com>
6 tasks
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Jan 6, 2022
Fixes kumahq#2557 Signed-off-by: Tharun <rajendrantharun@live.com>
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Jan 6, 2022
Fixes kumahq#2557 Signed-off-by: Tharun <rajendrantharun@live.com>
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Jan 6, 2022
Fixes kumahq#2557 Signed-off-by: Tharun <rajendrantharun@live.com>
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Jan 7, 2022
Fixes kumahq#2557 Signed-off-by: Tharun <rajendrantharun@live.com>
lahabana
added
triage/accepted
The issue was reviewed and is complete enough to start working on it
and removed
triage/stale
Inactive for some time. It will be triaged again
labels
Jan 7, 2022
lobkovilya
pushed a commit
that referenced
this issue
Jan 17, 2022
…3656) * refactor(insights): delete method GetLatestSubscription for insights Fixes #2557 Signed-off-by: Tharun <rajendrantharun@live.com> * refactor(insights): cast type while returning error if no insights found Signed-off-by: Tharun <rajendrantharun@live.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Summary
Since we always append the newest subscription at the end of the list, we don't need a method that sorts subscriptions by the
ConnectTime
and picks the latest. That's why methodGetLatestSubscription
could be deleted, all usages replaced withGetLastSubscription
The text was updated successfully, but these errors were encountered: