-
`long-poll.coffee` apparently only works in the context where a single instance of ganomede-notification is running. ganomede-events' should have improved this by relying on redis' pub-sub mechanism. …
-
In order to limit the distribution of the production `API_SECRET`, I'd like to be able to define multiple inbound `API_SECRET` for each service, starting with `ganomede-directory` (for which it might …
-
I've been a bit stubborn in using `request` instead of `restify`'s clients, but finally got around to figuring it out in mailchimp worker. Pretty neat, espesially considering how awkward, bloaty and b…
-
Some form of support for automatically setting `X-Request-Id` header in `BaseClient`.
https://github.com/j3k0/ganomede/issues/14
-
@elmigranto
Here is small issue I have when reading logs to figure out server issues. Till now, we used `log.error` for whatever error happens, from "login failed wrong credentials", "invalid move…
-
I just deployed ganomede-users in production (`2.5.0`).
Unfortunately it's doesn't seem to work for multiple users, in the case of metadata stored in `ganomede-usermeta`.
## Request with "jeko"
…
-
## Version **1.81.0** of [snyk](https://github.com/snyk/snyk) was just published.
Branch
Build failing 🚨
Dependency
snyk
…
-
According to metadata: `locale`.
Content of the email for each language stored in `ganomede-data`.
-
- [ ] incoming invite's username is a `tag`
- [ ] make username in send notification translatable `{{ bob }}`
-
Reason: `instanceof` checks (and possibly more).
Not very urgent, but might be an issue in the future. Logging it to not forget like usual :)