Sirn Thanabulpong

Results 26 issues of Sirn Thanabulpong

For example, missing `DATABASE_URL` shouldn't cause a raise, but the app should fail with message among the line of `DATABASE_URL is not set, please set it to: ...`

kind/enhancement :rocket:
flag/help wanted :raised_hands:
p2/normal
location/backend
p4/lowest

It should be done in single command.

p2/normal
kind/ops

We should support [GraphicsMagick](http://www.graphicsmagick.org/) in addition to [ImageMagick](https://www.imagemagick.org/script/index.php). GraphicsMagick has a much lighter footprint, uses less resource, and likely cover all features we want (resizing images). It also has mostly...

kind/enhancement :rocket:
flag/help wanted :raised_hands:
p5/wishlist

**Describe the bug** Right now `v1.3.0-pre.0` is getting a `stable` tag in Docker. This shouldn’t happen. **To Reproduce** https://circleci.com/gh/omisego/ewallet/9014 **Expected behavior** Don’t tag `stable` **Additional context** N/A

kind/bug :warning:

The `bin/ewallet ` maintenance commands should have a test case, probably using [TCL expect](https://www.tcl.tk/man/expect5.31/expect.1.html) so that #734 could be detected before merge.

kind/enhancement :rocket:
flag/help wanted :raised_hands:
p2/normal
location/backend
p3/low

p5/wishlist
kind/ops
location/backend
p4/lowest

We need to handle these scenarios: * When `EWALLET_SECRET_KEY` and `LOCAL_LEDGER_SECRET_KEY` were not set. * When both keys were invalid. * When both keys were set, but were changed after...

kind/enhancement :rocket:
flag/help wanted :raised_hands:
p2/normal
location/backend

See also discussion in https://github.com/omisego/ewallet/issues/188#issuecomment-388934292

kind/enhancement :rocket:
flag/help wanted :raised_hands:
p5/wishlist

Currently, if `ERLANG_COOKIE` was not set, running `/entrypoint` will randomly generate a new cookie on every invocation. This is actually fine for a normal operation, but when you need to...

kind/bug :warning:
kind/ops

NODE_HOST in entrypoint is resolved to container ID which may not be a valid FQDN. # Your environment Docker Compose # Steps to reproduce 1. Usual ritual of `docker-compose up...

kind/bug :warning:
kind/ops