Cheuk Yin Ng

Results 21 comments of Cheuk Yin Ng

Some way to do this would be to use Python subprocess calling shell command `git describe --tags` (because we have no annotated tags here). Function should be called and results...

Interesting. A suggestion about losing access to a self-hosted secrets service would be to have an encrypted backup stored somewhere, with a key that only a select few would know....

Ah. That's quite a few there.

> This is assuming we DIY the secret management system ourselves, instead of using a service like Vault right? Yes. Btw: if we are going with a DIY secret management,...

> Maybe we can exclude/do special preprocessing I wonder if we can replace the actual password with `*******`....

I think later, we would want to add a status/dashboard to the project. We probably would then transition some of the `refresh` commands into it. Then, we can display even...

Have a look at the base model https://github.com/ubclaunchpad/rocket2/blob/master/app/model/base.py#L12 We use attachments to display individual objects nicer.

Bumping because a central place to store block-kit templates (that only require parameters) would be nice. Also note that `api/model/*.py` has default functions that apply to attachments only, which is...

Wait what that's not an issue.

Correction: It's kind of an issue. Most commands have `self.help` as a property that is created on initialization with `get_help()`, but it is never used.