Commit Graph

37 Commits

Author SHA1 Message Date
Willy Kloucek 5c72d915ee fix sonarcloud run for master, remove unneeded configs, rework makefile 2020-12-29 15:46:29 +01:00
Willy Kloucek d2e4c69aee add go-mod-tidy targets to Makefiles 2020-12-18 15:49:08 +01:00
Willy Kloucek 1c409c64a1 implement acceptance tests in docker for dev machine 2020-12-15 08:36:34 +05:45
Phil Davis e35c37dd08 Adjust infrastructure for move of acceptance tests 2020-11-25 12:47:41 +05:45
Willy Kloucek cbcf82136d remove root Makefile and get rid of cd in drone ci 2020-11-23 09:12:45 +01:00
Michael Barz 4b61b57f8d add _index.md to the docs 2020-10-02 13:04:35 +02:00
Michael Barz b0785f4a33 fix docs index page and public upload flow 2020-10-01 13:43:27 +02:00
Michael Barz f0e33ca8e1 simplify docs pipeline 2020-09-30 16:08:01 +02:00
A.Unger 8b9e02ec0b Revert "run remark linter locally"
This reverts commit 97c348f1ae.
2020-09-23 11:48:59 +02:00
A.Unger 97c348f1ae run remark linter locally 2020-09-23 11:34:32 +02:00
A.Unger c41440e008 adapt docs structure 2020-09-21 13:20:14 +02:00
A.Unger 527a24c588 add .gitignore + Makefile ro root folder 2020-09-21 12:42:53 +02:00
A.Unger da77819bbf ocis command on a working state 2020-09-18 15:45:53 +02:00
Vincent Petry 94f43d3e70 Remove EOS from Makefile
As we're currently relying on docker-compose to provide a development
environment, this removes the outdated EOS targets from the Makefile.

This will prevent having too many different EOS environments out there
and we can standardize on docker-compose instead.
2020-08-21 18:20:12 +02:00
Phil Davis b36390e017 Add local API acceptance tests 2020-08-07 08:58:53 +05:45
Michael Barz d058d3579e Fix public upload flow docs 2020-08-04 23:29:29 +02:00
Vincent Petry 22ae4bbda5 Remove extra line in Makefile
to nudge CI...
2020-06-29 13:36:32 +02:00
Jörn Friedrich Dreyer 2e61176365 fix home storage configuration for eos
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-26 17:41:02 +02:00
Jörn Friedrich Dreyer bf1c342a1a tell data providers where to find the gateway
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-26 15:25:05 +02:00
Jörn Friedrich Dreyer d1892c9b3e update reva config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-06-26 14:49:25 +02:00
A.Unger 4c5d5578c1 bring back staticcheck 2020-06-02 11:47:52 +02:00
A.Unger 1ef3792906 use golangci-lint 2020-05-22 13:45:17 +02:00
Michael Barz 1d9e862a48 Use latest eos docker image 2020-05-06 17:19:13 +02:00
Jörn Friedrich Dreyer 22ef5b457c make ocis on eos great again
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-22 20:44:03 +02:00
Jörn Friedrich Dreyer cc5e5c40ea Merge branch 'master' into make-clean-identifier 2020-04-16 14:05:34 +02:00
Jörn Friedrich Dreyer f9579c14ff make clean also run clean-config 2020-04-16 13:45:45 +02:00
Michael Barz f535da3b48 remove identifier-registration.yaml during make clean 2020-04-16 12:25:41 +02:00
Jörn Friedrich Dreyer 5ed1bc08a2 add eos to makefile
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-15 20:38:42 +02:00
Michael Barz fd36f66099 Add Flagset extractor, generate configuration docs 2020-04-03 23:43:46 +02:00
Jörn Friedrich Dreyer 7ae718f62b do not strip debug data for debug build
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-20 11:52:28 +01:00
Michael Barz eca0acc33a Align the changelog formatting 2020-03-10 17:02:03 +01:00
Michael Barz 783b27be49 Centralize docs, align changelog and release process 2020-02-18 22:21:34 +01:00
Thomas Boerger 1612e4a841 Use new package structuring, embed existing extensions 2019-12-10 15:24:01 +01:00
Thomas Boerger c73f1cd325 Start to publish documentation 2019-09-16 11:57:08 +02:00
Thomas Boerger e807f497bf Update files for new ocis naming 2019-09-05 12:15:54 +02:00
Thomas Boerger 93893133c3 Add make task to generate changelog 2019-09-05 10:28:53 +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