Commit Graph
4171 Commits
Author SHA1 Message Date
Thomas Boerger 34dcbeee14 Add effort labels 2019-12-09 11:56:06 +01:00
Thomas Boerger b5a28fe5ed Add descriptions to labels 2019-12-09 11:55:38 +01:00
Thomas Boerger 7d102589ba Add effort labels 2019-12-09 11:55:27 +01:00
Thomas Boerger 6b6b1d8b66 Add descriptions to labels 2019-12-09 11:54:55 +01:00
Jörn Friedrich DreyerandGitHub 2bed27443e add effort labels 2019-12-09 11:43:36 +01:00
Jörn Friedrich DreyerandGitHub a4bc4bd839 add effort labels 2019-12-09 11:42:42 +01:00
Jörn Friedrich DreyerandGitHub f9f58f9a32 add effort labels 2019-12-09 11:42:08 +01:00
Jörn Friedrich DreyerandGitHub 74f3709320 order effort labels correctly 2019-12-09 11:39:43 +01:00
Jörn Friedrich DreyerandGitHub 3c9082dad0 enable wiki 2019-12-09 11:36:42 +01:00
Jörn Friedrich DreyerandGitHub 3bf6ffdd44 add effort labels 2019-12-09 11:35:58 +01:00
Thomas BoergerandGitHub 2b826cb4fc Merge pull request #13 from owncloud/fix-go-requirement
Require a minimum of Go 1.13
2019-12-06 16:17:28 +01:00
Thomas BoergerandGitHub 1705a86b55 Merge pull request #5 from owncloud/restructure
Restructure project similar to hello and graph
2019-12-06 16:17:13 +01:00
Thomas BoergerandGitHub 7ef6012e2f Merge pull request #5 from owncloud/restructure
Restructure project similar to hello and graph
2019-12-06 16:17:05 +01:00
Thomas BoergerandGitHub 1779928633 Merge pull request #7 from owncloud/fix-go-requirement
Require a minimum of Go 1.13
2019-12-06 15:06:14 +01:00
Thomas Boerger 89ab7bf914 Restructure project similar to hello and graph 2019-12-06 15:03:44 +01:00
Thomas Boerger acd6d6e7f5 Restructure project similar to hello and graph 2019-12-06 15:03:43 +01:00
Thomas Boerger 807b19504e Require a minimum of Go 1.13
Some dependencies of the ocis extensions require crypto/ed25519 which
doesn't seem to be available in Go 1.12.
2019-12-06 14:59:15 +01:00
Thomas Boerger bf74e2233e Require a minimum of Go 1.13
Some dependencies of the ocis extensions require crypto/ed25519 which
doesn't seem to be available in Go 1.12.
2019-12-06 14:59:13 +01:00
Thomas BoergerandGitHub 0815b3c56a Merge pull request #5 from owncloud/go-build-fix
Only execute go build -i on darwin
2019-12-06 14:47:28 +01:00
Thomas MüllerandGitHub e16a52e980 Merge pull request #11 from owncloud/go-build-fix
Only execute go build -i on darwin
2019-12-06 14:43:44 +01:00
Thomas BoergerandGitHub 86a14a1995 Merge branch 'master' into go-build-fix 2019-12-06 14:41:22 +01:00
Thomas Boerger 9d83660712 Only execute go build -i on darwin
As some linux systems don't like the -i flag for go build we are
generally disabling that by default, you can always enable it by
overwriting GOBUILD.
2019-12-06 14:35:35 +01:00
Thomas Boerger 43187a3bf5 Only execute go build -i on darwin
As some linux systems don't like the -i flag for go build we are
generally disabling that by default, you can always enable it by
overwriting GOBUILD.
2019-12-06 14:35:24 +01:00
Thomas MüllerandGitHub 055c99d3f2 Merge pull request #10 from owncloud/additions
Fix typo, add config to graph service
2019-12-06 14:09:12 +01:00
Thomas Boerger 070e9780b0 Add config to graph service 2019-12-06 14:03:33 +01:00
Thomas Boerger 5985302439 Fix typo within readme 2019-12-06 13:32:48 +01:00
Thomas BoergerandGitHub 1382676582 Merge pull request #9 from owncloud/restructure
Restructure based on hello reference
2019-12-06 13:26:40 +01:00
Thomas Boerger dfa78aff7c Restructure based on hello reference 2019-12-06 13:18:26 +01:00
Thomas Boerger d1816546e1 Automated changelog update [skip ci] 2019-12-06 08:59:14 +00:00
Thomas BoergerandGitHub 2461317331 Merge pull request #4 from owncloud/changelog-1.1.0
Prepare changelog for 1.1.0
2019-12-06 09:55:46 +01:00
Thomas Boerger 123269ed17 Prepare changelog for 1.1.0 2019-12-06 09:51:11 +01:00
Thomas Boerger 38eddc3179 Automated changelog update [skip ci] 2019-12-06 08:48:39 +00:00
Thomas BoergerandGitHub 59ad8ca5d9 Merge pull request #3 from owncloud/log-level-handling
Better log level handling within micro
2019-12-06 09:45:06 +01:00
Thomas Boerger ecf44c15e0 Better log level handling within micro
Currently every log message from the micro internals are logged with the info
level, we really need to respect the proper defined log level within our log
wrapper package.
2019-12-06 09:33:03 +01:00
Thomas MüllerandGitHub ac202d5458 Merge pull request #5 from owncloud/bugfix/fix-dron-2
Cleaning up .drone.star
2019-12-06 09:22:47 +01:00
Thomas Müller 5cbc7fc2bc Cleanup drone pipelines 2019-12-06 09:08:40 +01:00
Thomas BoergerandGitHub de28802282 Merge pull request #4 from owncloud/feature/graph-me
Add simple route for /me
2019-12-05 18:14:35 +01:00
Thomas BoergerandGitHub 298f03b964 Merge branch 'master' into feature/graph-me 2019-12-05 18:11:23 +01:00
Thomas Müller 445400f1df Read users from ldap 2019-12-05 17:27:47 +01:00
Thomas Müller cae6870dd8 Add simple route for /users 2019-12-05 16:13:39 +01:00
Thomas Müller 6b4dd6ab2a Add simple route for /me 2019-12-05 15:19:33 +01:00
Thomas MüllerandGitHub 235e9f5a9b Merge pull request #2 from owncloud/bugfix/drone
Fix drone pipelines
2019-12-05 15:19:03 +01:00
Thomas Boerger 1c6919d5fc Ignore the changelog on codacy 2019-12-05 14:38:19 +01:00
Thomas Boerger 90079ef583 Add some basic description to readme 2019-12-05 14:38:07 +01:00
Thomas Boerger 52639b83b6 Add more config options to clone plugin 2019-12-05 14:27:35 +01:00
Thomas Boerger afed22cfd6 Fix changelog update 2019-12-05 14:19:42 +01:00
Thomas Boerger 97dd10842e Prepare changelog for v1.0.0 2019-12-05 14:07:20 +01:00
Thomas Boerger 06f8b78a70 Fix copy and paste error within naming 2019-12-05 13:22:00 +01:00
Thomas Boerger be4c6b8a44 Use our golang image for changelog generate 2019-12-05 11:59:38 +01:00
Thomas Boerger 891190f17d Fix drone pipeline dependency 2019-12-05 11:56:30 +01:00