Commit Graph

15304 Commits

Author SHA1 Message Date
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 Boerger
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üller
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 Boerger
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üller
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 Boerger
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 Boerger
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 Boerger
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üller
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 Boerger
de28802282 Merge pull request #4 from owncloud/feature/graph-me
Add simple route for /me
2019-12-05 18:14:35 +01:00
Thomas Boerger
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üller
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
Thomas Boerger
f32c1f050f Set right codacy url within readme 2019-12-05 11:55:34 +01:00
Thomas Boerger
63fa90a673 Initial commit 2019-12-05 11:50:00 +01:00
Thomas Müller
b30fcde437 Disable static check and lint for now 2019-12-05 09:47:42 +01:00
Thomas Müller
c0f93d4833 Make vet happy ;-) 2019-12-05 09:40:10 +01:00
Thomas Müller
8878752f1e Fix drone pipelines 2019-12-04 17:27:27 +01:00
Thomas Müller
e7db881073 Merge pull request #1 from owncloud/bugfix/project-description
Fix project description
2019-12-04 17:24:08 +01:00
Thomas Müller
07090f0262 Fix project description 2019-12-04 17:19:24 +01:00
Thomas Müller
d9e7f1a986 init 2019-12-04 17:15:11 +01:00
Thomas Boerger
5c15745a3a Simplify readme for changelogs 2019-11-06 10:13:44 +01:00
Thomas Boerger
dcac6a2735 Simplify readme for changelogs 2019-11-06 10:13:43 +01:00
Thomas Boerger
d6869ac9c9 Simplify readme for changelogs 2019-11-06 10:13:42 +01:00
Thomas Boerger
a16506b8bb Simplify readme for changelogs 2019-11-06 10:13:41 +01:00
Thomas Boerger
092a1e91d6 Drop fossa, add documentation link to readme 2019-11-06 10:13:17 +01:00
Thomas Boerger
05ea6752ed Drop fossa, add documentation link to readme 2019-11-06 10:13:16 +01:00
Thomas Boerger
1a072f8d6d Drop fossa, add documentation link to readme 2019-11-06 10:13:15 +01:00
Thomas Boerger
349ae00f65 Drop fossa, add documentation link to readme 2019-11-06 10:13:14 +01:00
Thomas Boerger
e3eabde117 Switch to pure starlark drone config 2019-11-06 10:12:23 +01:00