Commit Graph

27 Commits

Author SHA1 Message Date
A.Unger d872c3ddb2 include on simple build tag 2020-01-09 14:34:08 +01:00
A.Unger 90be73044e exclude from simple build tags 2020-01-09 14:33:44 +01:00
Jörn Friedrich Dreyer 4f860675bc add ocis-reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2019-12-19 12:33:20 +01:00
A.Unger c17568a319 remove handlers 2019-12-17 15:02:25 +01:00
A.Unger d0842cdd5f consistency accross commands declaration 2019-12-17 14:40:39 +01:00
A.Unger 819e8dc82d init micro runtime separately 2019-12-17 14:40:39 +01:00
A.Unger 82feb6ea43 block with a range instead of a select without default 2019-12-17 11:59:28 +01:00
A.Unger 32f9884a58 added command categories (extensions, fullstack) + reduce complexity metrics hopefully 2019-12-17 11:43:58 +01:00
A.Unger 7ca44bce13 added phoenix, graph, ocs and webdav to startup 2019-12-17 11:06:46 +01:00
A.Unger c5f7c68d87 added micro runtime default services 2019-12-17 10:49:04 +01:00
A.Unger af32874919 integrated micro runtime 2019-12-17 10:35:33 +01:00
A.Unger 70c496d830 remove micro gateway service definition 2019-12-17 10:01:04 +01:00
A.Unger b1d041fcb1 remove err printing 2019-12-13 16:27:56 +01:00
A.Unger 88821244cb added info flag 2019-12-13 13:09:49 +01:00
A.Unger f46a49826a use the right port on webdav service 2019-12-13 10:37:06 +01:00
A.Unger ded7b7249c use the right port on ocs service 2019-12-13 10:36:28 +01:00
A.Unger 58eaf3750f use the right port on konnectd service 2019-12-13 10:36:13 +01:00
A.Unger fa77e943cd use the right port on graph service 2019-12-13 10:35:55 +01:00
A.Unger ff60245e83 enable phoenix on the reserved port 2019-12-13 10:35:23 +01:00
A.Unger f74995a626 enable konnectd + ocs 2019-12-13 10:31:15 +01:00
A.Unger 2903a9e3d4 comment out api initialization 2019-12-13 10:16:04 +01:00
A.Unger fd1eabf43b adapt WebDavHandler to match its interface definition 2019-12-13 10:15:03 +01:00
A.Unger d4728c6d01 provide configuration for the extension on runtime 2019-12-12 10:06:26 +01:00
A.Unger 0695c25089 prevent from registering broken services 2019-12-12 09:53:43 +01:00
Thomas Boerger 1612e4a841 Use new package structuring, embed existing extensions 2019-12-10 15:24:01 +01:00
Thomas Boerger e807f497bf Update files for new ocis naming 2019-09-05 12:15:54 +02:00
Thomas Boerger 6dbfb09f4b Add initial project structure
With this commit I have prepared a full basic project structure, so far it doesn't embed phoenix itself and also no kit parts. It includes the whole Drone pipeline to continously publish binaries on push and on tag to our download mirrors (will be available at https://download.owncloud.com/reva/phoenix) and also publishes Docker images at owncloud/reva-phonix. For the Docker image auto_tag is enabled, which means latest is always based on the master branch and tags are automatically converted to minor, major and patch release tags.
2019-09-04 10:33:03 +02:00