-
Adding reactify to `package.json` solves the first issue:
```
+ "reactify": "^1.1.1",
```
But now there's this:
```
Step 15/22 : RUN (cd web && ../node_modules/.bin/browserify --t…
-
Warning showed on all get requests. What does it mean?
```
[2017-04-22T08:21:21.532Z] DEBUG: ganomede-directory/16 on f7542865abf7: directory.router.sendProfileBack (err=null)
profile: [Throw…
-
See #3
-
- ganomede-tagizer
- [x] add parseTag middleware
- [x] add username-to-name
- [x] add tag-to-username
- ganomede-events
- [ ] deploy redis
- [ ] deploy service
- [x] create small cli tool …
-
Some aliases (emails in our case) sometimes have leading/trailing spaces...
We need to:
- [x] clean the database of bad data
- for all documents with `_id` containing one or more spaces, ad…
-
* [x] specified events here: https://github.com/j3k0/ganomede-users/blob/feature/events/doc/events.md
* [x] implement using ganomede-events's provided library
* [x] extend events https://github.co…
-
Adding multiple metadata at once can be useful, to prevent multiple requests like here: https://github.com/j3k0/ganomede-users/blob/63ebd503e6b7fa3512e562a192a59c6efa7ff8b5/src/users-api.coffee#L85-L9…
-
Currenly we use key/values (`(m)get`, `(m)set`). Redis hashes suit us better semantically and it's a lot easier to fetch all keys for user, espesially if we have a lot of keys (both are O(N), but for …
-
Any reason why this is commented out? https://github.com/j3k0/ganomede-mailchimp-worker/blob/develop/src/serve.js#L45
(I just don't want to uncomment if there's one)
-
`sendHttpError()` prints error objects that it recieves, but that's not that useful, since stack points to internal places error was created from. While this is fine for `GanomedeError` instances and …