minux

Results 93 issues of minux

`$.*~` can be used to retrieve the keys. You can test it here: https://jsonpath.com/ However, CentralDogma extracts values instead of keys. We should fix that.

defect

Currently, a Central Dogma server raises an exception when mirroring from local to remote if the remote branch doesn't exist: https://github.com/line/centraldogma/blob/03540a1aee5ac7ee24c4b78ae04336706190ed74/server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/AbstractGitMirror.java#L400-L409 We can probably just create the remote branch as...

improvement

Motivation: When a non-relocated module (Module A) is used by a relocated module (Module B), running `:B:shadedTest` results in a `NoClassDefError` because Module A is not included in Module B's...