Commit Graph

3855 Commits

Author SHA1 Message Date
A.Unger
c9010a3016 move commands to its scope 2020-03-16 17:17:56 +01:00
Michael Barz
6a3afe2aac Automated changelog update [skip ci] 2020-03-16 16:07:31 +00:00
Michael Barz
1bd965f612 Merge pull request #40 from owncloud/release-2.1.0
Correct 2.0.1, prepare 2.1.0 Release
2020-03-16 17:05:03 +01:00
David Christofas
06151de3f4 implement metrics, logging and tracing 2020-03-16 16:55:10 +01:00
Michael Barz
7375d5ac52 Correct 2.0.1, prepare 2.1.0 Release 2020-03-16 16:15:10 +01:00
A.Unger
52bb4c0e1a delete helpers file 2020-03-16 12:21:06 +01:00
A.Unger
e4fee19170 remove unecessary mapstruct 2020-03-16 12:09:28 +01:00
A.Unger
6c1ed02acd arrange config.Config 2020-03-16 11:27:27 +01:00
A.Unger
fc1389b087 call ParseConfig on server command 2020-03-16 11:26:45 +01:00
A.Unger
c863d6f71f abstract ParseConfig to its own scope 2020-03-16 11:26:31 +01:00
A.Unger
86f7220526 remove hacky embedded-config flag 2020-03-16 11:25:50 +01:00
A.Unger
9105d285bd add http info to config 2020-03-16 11:24:31 +01:00
Ilja Neumann
439cc7d4f5 Fix tls-key flag (#50) 2020-03-14 09:09:48 +01:00
David Christofas
35141c8e09 implement grpc service and remove http service 2020-03-13 14:37:52 +01:00
A.Unger
739d226d09 add embedded-config flag, override config.File if present 2020-03-13 10:52:42 +01:00
A.Unger
8c1f12a164 add loader helper (temporary fix, move away from the helper pattern) 2020-03-13 10:52:22 +01:00
A.Unger
f0d9b00f38 load config from embedded-config if running on embedded mode 2020-03-13 10:51:55 +01:00
A.Unger
b1973f379a tidy deps 2020-03-13 10:51:28 +01:00
Ilja Neumann
343ba5025a Automated changelog update [skip ci] 2020-03-12 15:44:33 +00:00
Ilja Neumann
1e0f04dcbf Start proxy with ocis server command #136 2020-03-12 16:38:08 +01:00
Alex Unger
ac36341759 Merge pull request #12 from owncloud/various-improvements
Small fixes
2020-03-12 09:47:42 +01:00
Vincent Petry
63328c7a40 Fix demo user name (#137)
Rename "einstein" to "albert" as only the latter works.
2020-03-12 04:25:00 +01:00
Ilja Neumann
9ac6a9bf54 Remove unneeded type specification 2020-03-12 01:34:01 +01:00
Ilja Neumann
c9171beb0a Fix unhandled error 2020-03-12 01:27:53 +01:00
Vincent Petry
0babdbc31e Merge pull request #135 from owncloud/readme-prereqs
Move readme prerequisites before the quickstart
2020-03-11 17:25:35 +01:00
Vincent Petry
f6d66d35bf Move readme prerequisites before the quickstart
Move the prerequisites before the quickstart section to make sure people read them and execute them beforehand.
2020-03-11 16:44:21 +01:00
David Christofas
78a92cf722 use filepath.Join instead of path.Join 2020-03-11 16:00:51 +01:00
David Christofas
f5f68e27dc use os.TempDir() for portable temporary directory 2020-03-11 15:58:40 +01:00
David Christofas
016471532a add changelog 2020-03-11 15:46:52 +01:00
David Christofas
f9d0f7e413 add comment 2020-03-11 15:18:32 +01:00
David Christofas
1389cd742e add proper logging 2020-03-11 15:11:12 +01:00
David Christofas
985c11896f refactoring: implement review feedback 2020-03-11 14:18:25 +01:00
Alex Unger
b5649320a2 Merge pull request #13 from owncloud/feature/tracing
Tracing
2020-03-11 14:02:59 +01:00
Alex Unger
3ff0e2fd47 Basic span definitions (#49)
* use directly the trace middleware instead of the fancy tracing service

* cannot rely on mux middlewares

* add hops
2020-03-11 13:25:26 +01:00
Michael Barz
cc9c2d1c6e Automated changelog update [skip ci] 2020-03-11 08:52:23 +00:00
Michael Barz
2e5f2226d1 Merge pull request #37 from owncloud/add-publishing-step
Add publishing to GH step without building binaries
2020-03-11 09:50:42 +01:00
Michael Barz
d4f7f29275 Automated changelog update [skip ci] 2020-03-11 08:32:29 +00:00
Michael Barz
6480276703 Merge pull request #133 from owncloud/align-formatting
Align the changelog formatting
2020-03-11 09:25:28 +01:00
Michael Barz
eca0acc33a Align the changelog formatting 2020-03-10 17:02:03 +01:00
A.Unger
dfd6bfa2cc add tracing 2020-03-10 15:15:22 +01:00
Michael Barz
efc9d0173e Add publishing to GH step without building binaries 2020-03-10 14:53:28 +01:00
David Christofas
261429ef72 Merge branch 'master' into thumbnail_service 2020-03-10 14:52:52 +01:00
Michael Barz
e36a7ef0cc Typo in CHANGELOG.tmpl 2020-03-10 14:52:46 +01:00
Michael Barz
78b5231ac2 Update manifest.tmpl 2020-03-10 14:52:46 +01:00
Michael Barz
61d0e5263c Update README.md 2020-03-10 14:52:46 +01:00
Michael Barz
e0354f2ce9 Fix Formatting 2020-03-10 14:52:46 +01:00
David Christofas
2a587b37c8 clean up and add comments 2020-03-10 14:47:42 +01:00
A.Unger
065c8a2475 set default log values 2020-03-10 14:22:03 +01:00
A.Unger
65c29c77b6 enable tracing middleware 2020-03-10 14:14:03 +01:00
Michael Barz
5a38d286e5 Automated changelog update [skip ci] 2020-03-10 10:01:27 +00:00