Commit graph

63 commits

Author SHA1 Message Date
Christian Claus
f470bf1b53 Fix unit tests #7 2018-06-17 14:27:40 +02:00
Christian Claus
a387121726 Make user management optional and closes #7 2018-06-17 14:14:55 +02:00
Christian Claus
3f07086a77 Add missed dependency 2018-06-11 22:26:38 +02:00
Christian Claus
dfe621259c add contribution to webdav file_test authors. thanks a lot :) 2018-05-30 22:48:36 +02:00
Christian Claus
ee86603f48 Remove assigned but unused error variables in filesystem test 2018-05-24 22:30:06 +02:00
Christian Claus
1c1fc5becc Remove CI go version 1.9 support to allow multi package tests 2018-05-24 22:00:48 +02:00
Christian Claus
c005fa3247 Add coverage calculation to travis file 2018-05-24 21:43:43 +02:00
Christian Claus
2306bbaad7 Add further tests 2018-05-24 21:37:42 +02:00
Christian Claus
78a02529ab Add authentication test 2018-05-23 21:40:43 +02:00
Christian Claus
0c0b9b4bc7 Some code cleanups 2018-05-23 21:40:30 +02:00
Christian Claus
a00a12fdad Fix some missed renamings 2018-05-23 20:44:09 +02:00
Christian Claus
d6d8dad80a Add some config tests 2018-05-22 22:08:14 +02:00
Christian Claus
bddbd497c8 gofmt the security file 2018-05-21 21:38:16 +02:00
Christian Claus
bed962222b Completed filesystem tests 2018-05-21 21:33:46 +02:00
Christian Claus
60726bd4b6 Add some filesystem tests 2018-05-20 20:37:04 +02:00
Christian Claus
3bc15bf296 Replace authentication library with own implementation 2018-05-19 20:59:13 +02:00
Martin Pizala
398b887c08
Merge pull request #9 from mpizala/master
Add Docker to tables of contents
2018-05-18 21:14:55 +02:00
Martin Pizala
b7e4a95519
Add Docker to tables of contents 2018-05-18 21:11:15 +02:00
Christian Claus
a75ef8b4d0
Merge pull request #8 from mpizala/master
Dockerify dave
2018-05-18 21:04:06 +02:00
Martin Pizala
4672604cc0
Dockerify dave 2018-05-18 20:55:58 +02:00
Christian Claus
20b135c3a8
replace old project name in Readme.md 2018-05-18 19:36:30 +02:00
Christian Claus
1eb5bd991c Add a further binary installation hint via go get 2018-05-18 16:59:09 +02:00
Christian Claus
a4cf71c527 Rename project to dave 2018-05-12 22:17:42 +02:00
Christian Claus
99360e877a Renamed project from swd to daffy 2018-05-12 21:50:15 +02:00
Christian Claus
5a284b4c24 Add subdir configuration to configuration live reload 2018-05-01 20:28:33 +02:00
Christian Claus
c07f1c3dba Closes micromata/swd#4
Inject logrus log writer to the default logger implementation
2018-04-25 14:05:34 +02:00
Christian Claus
76c23dc14b Cleanup and fix http error handling, addressed by #3
https://github.com/micromata/swd/issues/3
2018-04-24 17:08:57 +02:00
Christian Claus
94e101cabd Add recovery to config update 2018-04-24 16:47:13 +02:00
Christian Claus
52ea329b8b Add recovery to http handler 2018-04-23 21:27:36 +02:00
Christian Claus
f495623b2a Fix npe in config update 2018-04-23 21:27:16 +02:00
Christian Claus
32fcc094b3
Merge pull request #2 from lingej/patch-1
Use subdir instead of username in filepath
2018-04-23 19:42:19 +02:00
Joerg Linge
0aa238477f
use Subdir instead of Username in filepath 2018-04-23 17:33:36 +02:00
Christian Claus
c8efd4fe65 Update build and install documentation 2018-04-23 14:59:11 +02:00
Christian Claus
9e3a7978a7 Add error logging, config and documentation 2018-04-21 21:18:54 +02:00
Christian Claus
aed126482d Add prefix to sample config 2018-04-18 15:47:38 +02:00
Christian Claus
98a6b5adda Add error log handler 2018-04-18 15:46:06 +02:00
Christian Claus
785a6182bf Replace default console output with timestamped log messages 2018-04-14 20:49:39 +02:00
Christian Claus
f0612c6422 Rename and enhance example config 2018-04-14 20:41:40 +02:00
Christian Claus
35228e4cf7 Fix some typos in readme 2018-04-13 13:23:57 +02:00
Christian Claus
c0a64f8f76 Add proxy configuration to readme 2018-04-13 13:20:45 +02:00
Christian Claus
c676ef7f6c Add status images to Readme 2018-04-13 13:03:04 +02:00
Christian Claus
4b6d05b6a9 Register dep installation in travis setup 2018-04-13 12:53:10 +02:00
Christian Claus
3e45796d72 Install godep to install further dependencies 2018-04-13 12:46:30 +02:00
Christian Claus
1ef358d1a3 Remove unused link from toc 2018-04-13 10:43:49 +02:00
Christian Claus
92beca5f56 Some minor changes in readme 2018-04-12 21:32:53 +02:00
Christian Claus
9de05f42dd Add readme 2018-04-12 21:17:29 +02:00
Christian Claus
088b778e41 Add travis file and reenable 'install deps' in magefile 2018-04-12 21:17:16 +02:00
Christian Claus
b5567a3fdb Add vendor deps 2018-04-12 21:16:38 +02:00
Christian Claus
114845577e Replace Makefile with magefile and add some libs 2018-04-12 20:52:18 +02:00
Christian Claus
07a719c03c Make user subdirs optional to allow admin access to the whole directory 2018-04-11 16:19:00 +02:00