deloominator icon indicating copy to clipboard operation
deloominator copied to clipboard

Shed the light on your data!

Results 11 deloominator issues
Sort by recently updated
recently updated
newest added

At the moment questions can be only created. We want to give users the ability to edit them from the question page. Everything should be editable.

spec

Using ENV variables, we want to optionally password protect deloominator

spec

Right now, we support only variables in the form: ```sql select * from answers where last_update > {date} ``` Which prevents users from using the same kind of variable multiple...

spec

```sh $ make cover ``` That runs go cover for all the packages (too bad it's not built-in in go cover yet) and ideally opens the HTML output too

doc
testing

We want to have a demo server running somewhere (probably digital ocean). The idea is: - [ ] Setting up terraform configuration - [ ] Setting up ansible to configure...

feature

Our tests have many examples of: ```go t.Fatalf("something is wrong: %s", err.String()) ``` and ```go t.Fatalf("something is wrong: %v", err) ``` does the same with less code and it looks...

good first patch
testing
gardening