Kimmo Lehto

Results 121 issues of Kimmo Lehto

When running list commands, a deprecation notice appears: ``` NOTE: Gem.gunzip is deprecated; use Gem::Util.gunzip instead. It will be removed on or after 2018-12-01. Gem.gunzip called from /opt/kontena/embedded/lib/ruby/gems/2.5.0/gems/unicode-display_width-1.1.3/lib/unicode/display_width/index.rb:5. ``` This...

chore

Fixes [CVE-2018-1000539](https://nvd.nist.gov/vuln/detail/CVE-2018-1000539) by upgrading to Acme::Client that drops json-jwt dependency.

server
chore

Makes it possible to reference child stack variable values from a parent stack. After this PR, something like this can be done: ```yaml stack: user/stack version: 0.1.0 depends: mysql: stack:...

enhancement
cli
status/code-review
status/design-review

Pressing ctrl-c on a prompt will just skip to the next prompt. ![image](https://user-images.githubusercontent.com/224971/39702189-a01c2eae-520c-11e8-98e7-6eb6b1707b64.png) This is because of `SystemExit` rescuing `Kontena.run(..)` used in `Kontena::Cli::Stack::ValidateCommand`.

bug
cli

``` $ bundle exec kontena cloud platform use /usr/local/Cellar/rbenv/1.1.1/versions/2.4.2/lib/ruby/gems/2.4.0/gems/tty-screen-0.6.4/lib/tty/version.rb:3: warning: already initialized constant TTY::Screen::VERSION /usr/local/opt/rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/tty-screen-0.6.4/lib/tty/version.rb:3: warning: previous definition of VERSION was here ```

bug

- Fixes bundler cache setting being overwritten by the directory cache setting. - Replaces the arbitary "sleep 30" statements in e2e `test/Rakefile` with `sleep 0.5 until `something` =~ /something/` -...

enhancement
test

Most of the `kontena *** show` commands output something that is almost but not exactly YAML. For example, `kontena stack show xyz` outputs something like this: ```yaml twemproxy-redis2: created: 2017-09-04T12:55:32.287Z...

enhancement
cli

The `TokenAuthenticationHelper` has a method `validate_access_token(*scopes)`. This can be used to permit access to endpoints if the current token has any of the scopes listed, for example: `validate_access_token('user', 'stack:foofoo:deploy')`. (this...

enhancement
server

This can lead to strange output where command seems to be predicting the future: ```console $ kontena vault ls NAME CREATED_AT UPDATED_AT test -292 seconds ago never $ kontena vault...

Fixes #2922 Adds `--master` option to select master by name from config to all commands that accept `--grid` as an option.

enhancement
cli