Kimmo Lehto
Kimmo Lehto
Is this actually true anymore? https://github.com/kontena/kontena/blob/master/server/app/helpers/logs_helpers.rb#L8-L28 It sets the base scope to `where(:created_at.gt => since)` and throws a limit on top of that. To me it looks like it `--since...
View templates for the regular show outputs would be awesome too. Erb would look something like: ```erb : labels: - () ``` Not exactly pretty. We do have the Liquid...
In the human readable output we don't always want to show all fields. We could have some kind of "human readable yaml" transformer instead of the erb templates.
 This comes simply from this:  and  It would probably still need something that can dig a field from an array like `network_drivers.name`.
~~Possibly just with cloud plugin~~
Also needs command to cli to create the service users, such as `$ kontena service-user [list|create|delete] `
Expose can expose multiple ports if the exposed service has more than one.
This is true for any config changes and for example refresh tokens, making you lose access to the master. #2659
> Should this be milestoned for 1.5? Doesn't change functionality or fix any errors, so it's not that important. Just a byproduct of trying to make sense of the original...
Probably not. I'd like to see this done via the websocket client and streaming stack events. `tty-progressbar` can now display multiple bars simultaneously, that could be a big help.