-
Notifications
You must be signed in to change notification settings - Fork 33
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
TT-7953 use storage library #244
Conversation
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@sredxny changes were applied, now 1.13 and master will require workflow 1.16 instead of 1.15. make sure source code changes are ported to 1.13, ci changes will be taken care by sync automation, watch for a new PR being opened after you merge to master |
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/release to release-1.4 |
Working on it! Note that it can take a few minutes. |
@sredxny Succesfully merged PR |
* Integrated the storage library (cherry picked from commit 1c25e92)
TT-7953 use storage library (#244) * Integrated the storage library
Description
Replaced all the mongo code that was using mgo with the new storage library of tyk. An upgrade of Go is pending to be done
Related Issue
https://tyktech.atlassian.net/browse/TT-7953
Motivation and Context
Be consistent in all the tyk components
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master
!master
branch (left side). Also, you should startyour branch off our latest
master
.go mod tidy && go mod vendor
go fmt -s
go vet