-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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(cli) remove deprecated compile CLI tool #3069
Conversation
f7bf8ce
to
aebe0c1
Compare
return { | ||
lapp = lapp, | ||
execute = execute | ||
} |
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.
We'll need to remove the integration tests for this command as well
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.
Ah, these were obscured by the test name. Thanks 👍
aebe0c1
to
0200aeb
Compare
@@ -54,282 +54,6 @@ describe("NGINX conf compiler", function() | |||
end) | |||
end) | |||
|
|||
describe("compile_kong_conf()", function() |
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.
I think those tests are still very much needed? We are only removing the integration tests around kong compile
, but not changing the internals of how we build the Kong prefix directory (still the same way with kong prepare
).
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.
... No idea why I nuked this. whups :p
@p0pr0ck5 Will you take care of updating this before our upcoming 0.12 release? |
Yep, on my radar 👍 |
9a1950d
to
a1d3a52
Compare
@thibaultcha have a gander now? Think I got the appropriate stuff now. |
@p0pr0ck5 Mind updating the reference to this feature in the https://github.com/Kong/kong/blob/master/kong.conf.default#L7 |
a1d3a52
to
43ef947
Compare
@thibaultcha nice 👀, done! |
Awesome, thanks! |
No description provided.