Amanj Sherwany

Results 16 issues of Amanj Sherwany

No wart should skip synthetic trees, because synthetic trees can contain non-synthetic trees. As an example: ```scala List(1, 2, 3, 4).filter(_ == 2) ``` The lambda itself is synthetic, but...

bug
enhancement

So that the ones with higher priority are prioritized for job state refresh

In theory Greenish scripts can run on multiple machines. They should be able to talk to the central app (Greenish master). The advantages of this are: - You can indefinitely...

enhancement

Make the tables in the dashboard sortable

enhancement

Currently monitoring jobs (scripts) are written in any language, and they run in a different UNIX process (using Java Process API). This is great because it enables a wide range...

enhancement
challenging

PagerDuty here is just a proof of concept, the rest of the architecture is "client" agnostic. In theory adding a new client (alerting integration) is as simple as implementing AlertClient...

Greenish comes with its own http server, but currently HTTPS protocol is not supported. True you can always put an Nginx as a gateway and add SSL to it, but...

bug
enhancement