Commit Graph

2211 Commits

Author SHA1 Message Date
mathieu.brunot 76726b6cd2 👷 Add docker build / run to CI
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-19 17:48:28 +02:00
mathieu.brunot 9c61389830 Init DB JDBC URI from base DB params
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-19 17:48:13 +02:00
mathieu.brunot d17db88088 🐛 Add missing db username / password
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-19 17:48:13 +02:00
mathieu.brunot 6fff307570 📝 Collection importer with Material Design
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-19 17:37:02 +02:00
Andrey Antukh f341b5b3fe feat(frontend): more work on refactoring components 2019-07-19 17:32:50 +02:00
Andrey Antukh 56b8922dbb feat(frontend): adapt to rumext changes 2019-07-19 12:32:31 +02:00
Andrey Antukh bb64655804 feat(frontend): minor refactor on settings/profile 2019-07-19 08:39:14 +00:00
Andrey Antukh 3f62d7cb65 misc: simplify the build scripts 2019-07-19 08:37:21 +00:00
Andrey Antukh 53e74ec5cd fix(backend): fix incorrect raise on users service. 2019-07-19 08:36:44 +00:00
Andrey Antukh c2815d15ed feat(frontend): minor refactor on login and project create form 2019-07-18 14:27:42 +02:00
Andrey Antukh 321c8d14e1 feat(frontend): add many adaptations to rumext breaking changes 2019-07-18 12:31:58 +02:00
Andrey Antukh 9ddd9f317d feat(frontend): refactor many workspace components (rumext update) 2019-07-18 12:31:58 +02:00
Andrey Antukh c4d7d545ae feat(frontend): refactor dashboard components 2019-07-18 12:31:58 +02:00
Andrey Antukh 891361b80c feat(frontend): update deps 2019-07-18 12:31:58 +02:00
Andrey Antukh 698eb14869
Merge pull request #103 from Monogramm/develop
Update develop branch
2019-07-13 23:12:17 +02:00
mathieu.brunot 8c21aac16e
🔧 Set backend script permissions
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-13 17:11:20 +02:00
mathieu.brunot 4bee4b8960
Merge branch 'master' of github.com:uxbox/uxbox into develop
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-13 17:10:09 +02:00
Andrey Antukh 0115a86b24 feat(frontend): remove bide dependency 2019-07-09 13:39:49 +02:00
Andrey Antukh 1bf12a7338 feat(backend): set datoteka version to 1.1.0 2019-07-09 13:08:01 +02:00
Andrey Antukh 3c066ffce2 feat(backend): upgrade suricatta 2019-07-09 11:46:51 +02:00
Andrey Antukh 1873b94fa7 misc(backend): update deps 2019-07-05 16:42:17 +02:00
Andrey Antukh 1fce679402 misc: minor improvements on data storage on production images 2019-07-05 15:24:11 +02:00
Andrey Antukh e786a85bbd feat(backend): improve image uploading and thumbnail handling 2019-07-05 13:27:01 +02:00
Andrey Antukh 820edba113 fix(frontend): fix image uploading 2019-07-05 09:41:20 +02:00
Andrey Antukh b6b6fdf115 fix(backend): fix image uploading 2019-07-05 09:41:02 +02:00
Andrey Antukh 8a7f981f6e misc: fix container references 2019-07-04 12:42:47 +02:00
Andrey Antukh 3c31144a58 misc: rename pgdb to postgres 2019-07-04 12:38:27 +02:00
Andrey Antukh 5ecd86ba02 misc: naming refactor on build process 2019-07-04 12:17:55 +02:00
Andrey Antukh 6a75eb893c misc: add stop command 2019-07-04 10:41:32 +02:00
Andrey Antukh 8cd5d10197 misc: unify develop and release docker compose files 2019-07-04 10:36:49 +02:00
Andrey Antukh 32af3adf39 misc: use proper target prop on worker build 2019-07-04 10:06:40 +02:00
Andrey Antukh d908cf566a misc: more speed improvement on develop images building 2019-07-04 09:40:17 +02:00
Andrey Antukh d8e205ec25 misc: add develop images (faster and debug ready images) 2019-07-04 09:24:20 +02:00
Andrey Antukh 945e52b4f8 misc: set default port to 8080 instead 80 for prod docker image 2019-07-03 20:41:16 +02:00
Andrey Antukh 5dad9ff301 fix(backend): join the server on main ns 2019-07-03 19:04:00 +02:00
Andrey Antukh 7cedc9228e fix: fix production docker images naming 2019-07-03 18:46:46 +02:00
Andrey Antukh adfd40cde7 fix(frontend): fix wrong arity decl on navigate function 2019-07-03 18:02:54 +02:00
Andrey Antukh 9a313752c5 misc(frontend): minor code reorganization 2019-07-03 17:57:29 +02:00
Andrey Antukh c2bdede29a fix(backend): start http server with no deamon threads 2019-07-03 17:57:07 +02:00
Andrey Antukh 20aacd94f3 fix(backend): run fixtures without start http server 2019-07-03 17:56:52 +02:00
Andrey Antukh fd53f07efe misc: improve management scripts 2019-07-03 17:49:15 +02:00
Andrey Antukh 5640200bb4
Merge pull request #102 from Monogramm/fix/readme-docker
Update docker related info in README
2019-07-03 12:47:41 +02:00
mathieu.brunot 33e8dbd5b3
📝 Update docker related info
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-07-03 11:02:38 +02:00
Andrey Antukh 1fbd353001 misc(frontend): minor improvements on tools.clj script 2019-07-03 09:31:15 +02:00
Andrey Antukh 93b4258f02 feat(frontend): improve profile loading 2019-07-03 09:30:59 +02:00
Andrey Antukh ef47563055 fix(frontend): fix many issues on dashboard collections 2019-07-02 21:17:39 +02:00
Andrey Antukh 7c1168e797 feat(frontend): improve scss build for production 2019-07-02 20:04:15 +02:00
Andrey Antukh 5fdcae4196 fix(frontend): remove unused and vulnerable npm dependencies 2019-07-02 19:13:39 +02:00
Andrey Antukh 3fc9c891ac fix(frontend): fix many bugs viewer sitemap component 2019-07-02 19:07:06 +02:00
Andrey Antukh 095989e6ba fix: update travis url on readme 2019-07-02 19:06:37 +02:00