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

chore: upgrade all dependencies #2996

Merged
merged 9 commits into from
Feb 20, 2023
Merged

chore: upgrade all dependencies #2996

merged 9 commits into from
Feb 20, 2023

Conversation

cisse21
Copy link
Member

@cisse21 cisse21 commented Feb 18, 2023

Description

This PR aims to upgrade the Go minor version to 1.20.1, Alpine version to 3.17, GolangCI Lint version to 1.51.1 and also the dependent packages in go.mod file

Notion Ticket

Notion Link

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented Feb 18, 2023

Codecov Report

Base: 52.95% // Head: 52.99% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (c3d917f) compared to base (47a12bd).
Patch coverage: 40.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2996      +/-   ##
==========================================
+ Coverage   52.95%   52.99%   +0.04%     
==========================================
  Files         338      334       -4     
  Lines       52099    51921     -178     
==========================================
- Hits        27587    27517      -70     
+ Misses      22897    22793     -104     
+ Partials     1615     1611       -4     
Impacted Files Coverage Δ
rate-limiter/rate-limiter.go 68.42% <0.00%> (-3.81%) ⬇️
utils/misc/misc.go 50.05% <42.85%> (ø)
warehouse/integrations/deltalake/deltalake.go 65.10% <100.00%> (+0.15%) ⬆️
processor/stash/stash.go 45.25% <0.00%> (-21.54%) ⬇️
utils/logger/nop.go 52.63% <0.00%> (-5.27%) ⬇️
...rvices/streammanager/kafka/client/testutil/util.go 66.99% <0.00%> (-3.89%) ⬇️
config/backend-config/namespace_config.go 70.00% <0.00%> (-3.00%) ⬇️
config/backend-config/backend-config.go 81.74% <0.00%> (-1.59%) ⬇️
jobsdb/migration.go 77.06% <0.00%> (-1.29%) ⬇️
...rprise/suppress-user/internal/badgerdb/badgerdb.go 83.00% <0.00%> (-0.50%) ⬇️
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cisse21 cisse21 marked this pull request as ready for review February 20, 2023 04:45
gateway/internal/stats/stats_test.go Outdated Show resolved Hide resolved
router/eventorder_test.go Outdated Show resolved Hide resolved
router/eventorder_test.go Outdated Show resolved Hide resolved
router/internal/eventorder/eventorder_simulation_test.go Outdated Show resolved Hide resolved
utils/misc/misc.go Show resolved Hide resolved
router/eventorder_test.go Outdated Show resolved Hide resolved
warehouse/integrations/deltalake/deltalake.go Show resolved Hide resolved
cisse21 and others added 3 commits February 20, 2023 12:49
Co-authored-by: Aris Tzoumas <atzoumas@rudderstack.com>
go.mod Outdated Show resolved Hide resolved
@@ -53,5 +53,6 @@ func (rateLimiter *HandleT) SetUp() {

// LimitReached returns true if number of events in the rolling window is less than the max events allowed, else false
func (rateLimiter *HandleT) LimitReached(key string) bool {
return rateLimiter.restrictor.LimitReached(key)
ok, _ := rateLimiter.restrictor.LimitReached(key)
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: we should add a task to move away from github.com/EagleChen/restrictor since we are already using github.com/throttled/throttled/v2 elsewhere

Copy link
Member Author

Choose a reason for hiding this comment

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

Added one here

@atzoum
Copy link
Contributor

atzoum commented Feb 20, 2023

Please add an appropriate description for this pull request

@cisse21 cisse21 merged commit 3dfc8b0 into master Feb 20, 2023
@cisse21 cisse21 deleted the chore.upgradeDependencies branch February 20, 2023 13:26
This was referenced Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants