sbaogang
sbaogang
Absolutely! Thanks for your input. We will work on publish the deploy-service jar into public maven repo sometime next week.
Yeah, this get delayed. We currently only build SNAPSHOT version, looks like the maven central does not allow that: https://maven.apache.org/guides/mini/guide-central-repository-upload.html, we need figure out a good release strategy to publish...
That said, we will work on the release process. It is just we imagine most people might not run on top of the jar directly. if teletraan is a package...
Thanks for the changes, we will take a look, and if safe, probably we just do one time change.
Sorry for the late reply, from what I'm reading - Invoking webhook is one-time only, right after deploy succeeds the first time; sending notification on the other hand is a...
Thanks for reporting, will take a look. If you do not provide headers, will it work ( will it call the hooked backend server at all?)
the code in L70 does not like: Authorization:tok:747703 due to two consecutive colons "java.lang.IllegalArgumentException: Chunk [Authorization: tok:747703] is not a valid entry" do you have to use this syntax, any...
The help/hint in UI is wrong, the splitter name value pair is : name1:value1;name2:value2, will change that in the UI, thanks for reporting
HTTP headers are in the form of name:value, so it is still prefered. We will change the one-line parse code to handle case such as "name: foo:bar", will have the...
will double check the fix and update