Commit Graph

29 Commits

Author SHA1 Message Date
Benedikt Kulmann
e79e9d82e5 Update phoenix to 0.15.0 2020-08-20 09:58:11 +02:00
Benedikt Kulmann
00e887c84b Update phoenix to 0.14.0 2020-08-17 21:47:46 +02:00
Lukas Hirt
e1e272096d Release 0.10.0 2020-07-17 12:07:40 +02:00
Vincent Petry
f6a5aa9ed8 Add release docs 2020-07-13 13:50:20 +02:00
Vincent Petry
29507151a0 Prepare release 0.9.0 with updated assets 2020-07-10 15:42:51 +02:00
Michael Barz
61fc0de7e1 Update ocis-web to 0.11.1 2020-06-29 19:42:12 +02:00
Vincent Petry
542eeb65ad Update Phoenix to 0.11.0 2020-06-26 13:46:05 +02:00
Vincent Petry
ad20597358 Prepare release 0.7.0 2020-05-26 15:20:45 +02:00
Lukas Hirt
ea6f1720a4 Update phoenix assets and ocis-pkg 2020-04-28 13:12:36 +02:00
Ilja Neumann
fa377241f9 Remove logtostderr from protoc generation 2020-04-24 11:47:34 +02:00
Lukas Hirt
4db82a5c3d Update Phoenix and prepare release 2020-04-14 22:26:53 +02:00
Michael Barz
fb6bf5a2fa Update Phoenix to v0.7.0 2020-03-31 14:25:31 +02:00
Michael Barz
e8b9629460 Update phoenix to 0.6.0 2020-03-16 17:19:18 +01:00
Jörn Friedrich Dreyer
5a49176ed8 Update to phoenix v0.5.0
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-03 09:53:37 +01:00
Michael Barz
14302264da Centralized docs, fix changelog 2020-03-02 23:47:16 +01:00
Thomas Müller
1b82c81dcf Update to v0.2.7-alpha1 2020-01-14 16:00:12 +01:00
Thomas Müller
95d647b09b Fixes #22 - update to phoenix 0.2.6 2020-01-09 14:05:19 +01:00
Thomas Boerger
3498580b7b Restructure project similar to hello and graph 2019-12-09 16:12:53 +01:00
madsi1m
053b60b73c Update to 0.2.5 2019-11-06 11:34:48 +11:00
Thomas Boerger
c2a3825ea5 Update phoenix to 0.2.3 2019-09-20 09:23:22 +02:00
Thomas Boerger
f8343dd870 Rename phoenix folder into assets 2019-09-16 14:05:36 +02:00
Thomas Boerger
3e3717d7b1 Add inital documentation 2019-09-16 09:10:57 +02:00
Thomas Boerger
ebfc405449 Upgrade phoenix to 0.2.1 2019-09-06 14:53:11 +02:00
Thomas Boerger
ca209f23bd Replace gorunpkg with go run commands 2019-09-06 13:48:14 +02:00
Thomas Boerger
b6d43661a8 Embed phoenix and serve it
So far Phoenix have been embedded into the binary and we can customize
the required config based on flags, env variables and optionally via
config file. For now I'm embedding the whole Phonix content, optherwise
the all-in-one binary `ocis` will get pretty complicated until we add
the generate commands to that repo as well and provide a mechanism to
inject the embedding.
2019-09-06 13:40:18 +02:00
Thomas Boerger
6311fa375b Update files for new ocis naming 2019-09-05 12:06:07 +02:00
Thomas Boerger
a213fd056a Add make task to generate changelog 2019-09-05 10:28:59 +02:00
Thomas Boerger
e2991f63f3 Create directories before release task 2019-09-03 18:31:32 +02:00
Thomas Boerger
6a4066d603 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-03 18:10:34 +02:00