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

Feat/format version 3.0 #753

Merged
merged 7 commits into from Sep 26, 2022
Merged

Feat/format version 3.0 #753

merged 7 commits into from Sep 26, 2022

Conversation

GGabriele
Copy link
Collaborator

No description provided.

@GGabriele GGabriele temporarily deployed to Configure ci September 14, 2022 10:12 Inactive
utils/utils.go Show resolved Hide resolved
file/writer.go Show resolved Hide resolved
cmd/common.go Outdated Show resolved Hide resolved
cmd/common.go Outdated Show resolved Hide resolved
file/builder.go Outdated Show resolved Hide resolved
file/builder.go Outdated Show resolved Hide resolved
utils/utils.go Show resolved Hide resolved
file/builder.go Outdated Show resolved Hide resolved
convert/convert.go Show resolved Hide resolved
@GGabriele GGabriele temporarily deployed to Configure ci September 15, 2022 10:40 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 15, 2022 10:41 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2022

Codecov Report

Merging #753 (a139df4) into main (3a167e8) will decrease coverage by 0.17%.
The diff coverage is 33.52%.

@@            Coverage Diff             @@
##             main     #753      +/-   ##
==========================================
- Coverage   39.98%   39.81%   -0.18%     
==========================================
  Files          87       87              
  Lines        9715     9834     +119     
==========================================
+ Hits         3885     3915      +30     
- Misses       5459     5543      +84     
- Partials      371      376       +5     
Impacted Files Coverage Δ
cmd/common.go 5.47% <0.00%> (-0.09%) ⬇️
cmd/convert.go 0.00% <0.00%> (ø)
cmd/dump.go 0.00% <0.00%> (ø)
utils/utils.go 23.71% <0.00%> (-9.15%) ⬇️
file/builder.go 52.61% <20.00%> (-1.77%) ⬇️
file/writer.go 14.59% <80.00%> (+1.47%) ⬆️
convert/convert.go 92.80% <86.95%> (-3.41%) ⬇️
file/readfile.go 83.01% <100.00%> (-2.59%) ⬇️

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

@GGabriele GGabriele temporarily deployed to Configure ci September 16, 2022 13:25 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 16, 2022 13:25 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 16, 2022 13:26 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 16, 2022 13:26 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:05 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:05 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:11 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:11 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:16 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 09:16 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 17:24 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 20, 2022 17:24 Inactive
convert/convert.go Outdated Show resolved Hide resolved
cmd/common.go Outdated Show resolved Hide resolved
cmd/common.go Outdated Show resolved Hide resolved
cmd/dump.go Show resolved Hide resolved
convert/convert.go Outdated Show resolved Hide resolved
cmd/common.go Outdated Show resolved Hide resolved
file/writer.go Outdated Show resolved Hide resolved
file/builder.go Show resolved Hide resolved
file/builder.go Outdated Show resolved Hide resolved
@GGabriele GGabriele temporarily deployed to Configure ci September 21, 2022 09:21 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 21, 2022 09:21 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 21, 2022 09:26 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 21, 2022 21:34 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 21, 2022 21:35 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 22, 2022 08:24 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 22, 2022 08:24 Inactive
file/builder.go Outdated Show resolved Hide resolved
utils/utils.go Outdated Show resolved Hide resolved
validate/validate.go Outdated Show resolved Hide resolved
@GGabriele GGabriele temporarily deployed to Configure ci September 23, 2022 17:21 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 23, 2022 17:22 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 23, 2022 17:30 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 23, 2022 17:30 Inactive
hbagdi
hbagdi previously approved these changes Sep 23, 2022
Copy link
Member

@hbagdi hbagdi left a comment

Choose a reason for hiding this comment

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

Looks good from a product perspective.

cprint.UpdatePrintf(
"From the '%s' config file,\n"+
"%d unsupported routes' paths format with Kong version 3.0\n"+
"or above were detected, including:\n\n"+
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"or above were detected, including:\n\n"+
"or above were detected, Some of these routes are (not an exhaustive list):\n\n"+

utils/utils.go Outdated
}
cprint.UpdatePrintf(
"%d unsupported routes' paths format with Kong version 3.0\n"+
"or above were detected, including:\n\n"+
Copy link
Member

Choose a reason for hiding this comment

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

same here

@GGabriele GGabriele temporarily deployed to Configure ci September 26, 2022 08:58 Inactive
@GGabriele GGabriele temporarily deployed to Configure ci September 26, 2022 08:59 Inactive
@GGabriele GGabriele merged commit 5dcabf7 into main Sep 26, 2022
@GGabriele GGabriele deleted the feat/format-version-3.0-test branch September 26, 2022 09:05
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.

None yet

6 participants