Andrey Antukh
|
9d58d0fac5
|
feat(backend): rename uxbox.api to uxbox.http
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
3ff0ecee5f
|
misc(backend): update deps
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
f64bb74a3e
|
feat(backend): remove catacumba dependency
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
910e076e73
|
test(backend): more tests
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
15a5d64621
|
feat(backend): minor refactor on middlewares
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
0b1cd62449
|
feat(backend): handle more ecanpsulated errors
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
f06fce06c3
|
fix(backend): fix run-test function
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
f357180564
|
feat(backend): port auth kvstore and svg handlers
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
4291c80259
|
test(backend): fix image create/upload test
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
af8d19ab60
|
test(backend): improve tests fixtures
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
04a054474f
|
feat(backend): enable proper multipart handling
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
57568f9614
|
misc(backend): error middleware reorganization
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
7400f0f946
|
feat(backend): port icons images and users handlers to new api
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
e0600a3058
|
feat(backend): adapt pages tests to new api
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
210fbb9535
|
feat(backend): move almost all middlewares to api.middleware ns
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
2e9fb97a98
|
feat(backend): remove warning from user ns (related to test function)
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
9d5d4c9826
|
feat(backend): add entry point for tests
|
2019-06-24 17:39:10 +02:00 |
|
Andrey Antukh
|
f2411368ba
|
feat(backend): initial work on catacumba to plain ring migration
|
2019-06-24 17:39:10 +02:00 |
|
mathieu.brunot
|
495eec6c41
|
✏️ Fix dumb typo in test to build back
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
|
2019-06-24 01:14:17 +02:00 |
|
mathieu.brunot
|
0720ea0e97
|
🐛 Fix scripts permissions
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
|
2019-06-23 22:48:31 +02:00 |
|
mathieu.brunot
|
d06a0bb501
|
🐛 Fix control on entry parameters
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
|
2019-06-23 19:15:14 +02:00 |
|
mathieu.brunot
|
c6b540868f
|
🚧 Helper script to prepare back dist
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
|
2019-06-23 18:47:33 +02:00 |
|
mathieu.brunot
|
0109c3ff1d
|
🚧 Add tests option
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
|
2019-06-19 18:31:48 +02:00 |
|
mathieu.brunot
|
06c830dd3c
|
💚 Change release command
Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
|
2019-06-11 22:39:41 +02:00 |
|
Andrey Antukh
|
f155f48888
|
misc: remove obsolete scripts from backend
|
2019-06-05 08:26:33 +00:00 |
|
Andrey Antukh
|
66fc0e68a4
|
feat: improve backend devlopment namespaces
|
2019-06-05 08:26:05 +00:00 |
|
Andrey Antukh
|
3b648f5aa5
|
refactor: replace lein with cli tools and update some deps
- also removes docker files from source directories
- minor assets reorganization on back (make it more production ready)
|
2019-06-03 16:51:20 +02:00 |
|
mathieu.brunot
|
26260c7056
|
🐳 💡 Update prod docker mainteners
|
2019-05-16 00:44:52 +02:00 |
|
mathieu.brunot
|
bc1a8dfca4
|
✨ Add variables to docker file
|
2019-02-20 16:46:07 +01:00 |
|
mathieu.brunot
|
0330b2b454
|
🐛 Fix wrong reference to config
|
2019-02-19 23:29:42 +01:00 |
|
mathieu.brunot
|
e8bd7436aa
|
✨ Add parameter to disable registration
|
2019-02-19 23:09:57 +01:00 |
|
mathieu.brunot
|
47a20b1784
|
🐳 ✨ Add env to setup directories
|
2019-02-19 22:39:09 +01:00 |
|
mathieu.brunot
|
1de7f24047
|
🐳 🐛 Fix media and assets URI environment variables
|
2019-02-19 22:31:59 +01:00 |
|
mathieu.brunot
|
f8ef533f6a
|
🐳 🐛 Provide env variables for media and static download
|
2019-02-19 21:44:22 +01:00 |
|
mathieu.brunot
|
60e228ec14
|
🐳 🐛 Fix backend container
|
2019-02-19 12:42:06 +01:00 |
|
mathieu.brunot
|
d58f500dee
|
🐳 🐛 Add Imagemagick to production image
|
2019-02-19 02:41:18 +01:00 |
|
mathieu.brunot
|
5aaaaef441
|
🌐 Add French locale
|
2019-02-19 02:22:18 +01:00 |
|
mathieu.brunot
|
1ef8789d21
|
✏️ Fix typo
|
2019-02-17 19:04:20 +01:00 |
|
mathieu.brunot
|
e72f864ee9
|
🐛 Fix secret hash size to match JWT tokens
|
2019-02-17 19:04:07 +01:00 |
|
mathieu.brunot
|
06cb9d9808
|
🐛 Not use alpine as snappy needs libc and alpine use musl
|
2019-02-17 18:19:35 +01:00 |
|
mathieu.brunot
|
4cf2fa59ac
|
🐛 Add missing libc6-compat
|
2019-02-17 16:47:40 +01:00 |
|
mathieu.brunot
|
4334b58c54
|
🐛 Fix default value of environment variables
|
2019-02-17 15:14:09 +01:00 |
|
mathieu.brunot
|
3f8c206104
|
🐛 ⬆️ Fix upgrade bunny hash
|
2019-02-16 20:44:22 +01:00 |
|
mathieu.brunot
|
6692b19d7e
|
⬆️ Upgrade bunny hash and sign
|
2019-02-16 20:43:37 +01:00 |
|
mathieu.brunot
|
3cb111f4a2
|
🐳 💚 Change default secret
|
2019-02-16 17:08:36 +01:00 |
|
mathieu.brunot
|
c8d645f920
|
💚 Fix backend entrypoint
|
2019-02-16 16:50:39 +01:00 |
|
mathieu.brunot
|
1f14cb83b3
|
:whale 🐛 Fix release
|
2019-02-16 04:20:11 +01:00 |
|
mathieu.brunot
|
858993d8e2
|
🐛 Fix backend configuration setup
|
2019-02-16 00:59:31 +01:00 |
|
mathieu.brunot
|
9dad8b75d9
|
✏️ Fix typo in name of file
|
2019-02-16 00:30:39 +01:00 |
|
mathieu.brunot
|
7324592f1f
|
🚧 💚 Fix release build
|
2019-02-15 18:52:02 +01:00 |
|