Commit Graph

3391 Commits

Author SHA1 Message Date
Florian Forster
5ba9b4c096 docs(readme): initiate boilerplate (#18)
* docs(readme): initiate boilerplate

* Update README.md

Co-Authored-By: livio-a <livio.a@gmail.com>

Co-authored-by: livio-a <livio.a@gmail.com>
2020-03-25 10:53:16 +01:00
Livio Amstutz
1aaf721d92 cleanup 2020-03-25 10:41:17 +01:00
Livio Amstutz
6bf96ecbd7 add duration type 2020-03-25 09:32:52 +01:00
Fabiennne
209764de79 Merge branch 'basics' into proto-files 2020-03-25 08:22:44 +01:00
Livio Amstutz
5cd9ca506a add basic config and change i18n pkg 2020-03-25 07:58:58 +01:00
Fabiennne
3100d4b48b fix: imports 2020-03-24 16:16:05 +01:00
Fabiennne
e6a4b7398c Merge branch 'basics' into proto-files
# Conflicts:
#	go.mod
#	go.sum
2020-03-24 14:22:34 +01:00
Livio Amstutz
96b88f5d8c add tracing and refactor some api pkgs 2020-03-24 14:15:01 +01:00
Fabiennne
8632263ec3 fix: add go mod 2020-03-24 11:25:01 +01:00
Fabiennne
0849f4f567 fix: add go mod 2020-03-24 11:24:16 +01:00
Fabiennne
f2a9fa8972 fix: add grpc server and gateway 2020-03-24 11:20:45 +01:00
Fabiennne
c20dd3cb3f fix: add requests 2020-03-24 10:14:39 +01:00
Livio Amstutz
a5ca611dcc fix path in error_creator.go message 2020-03-24 07:22:31 +01:00
Fabiennne
46c3289ee3 fix: add server 2020-03-24 07:09:28 +01:00
Fabiennne
e55b137455 fix: generate proto files 2020-03-23 16:56:02 +01:00
Livio Amstutz
6deb0b029a add tests for config 2020-03-23 16:31:26 +01:00
Fabiennne
bf3b770700 fix: remove generated files 2020-03-23 16:28:35 +01:00
Livio Amstutz
ecb894258f remove eventstore flag from cmd 2020-03-23 14:25:01 +01:00
Livio Amstutz
5843bac5f9 ad i18n and renderer and move headers 2020-03-23 13:26:05 +01:00
Fabiennne
c5a5b65a03 fix: generated files 2020-03-23 12:25:16 +01:00
Fabiennne
a6baaafb0e Merge branch 'basics' into proto-files 2020-03-23 12:02:58 +01:00
Livio Amstutz
781e8b215e feat: add protoc pkg 2020-03-23 11:53:12 +01:00
Fabiennne
a9c9dab960 Merge branch 'basics' into proto-files
# Conflicts:
#	README.md
#	go.mod
#	go.sum
#	internal/errors/already_exists_test.go
#	internal/errors/caos_error_test.go
#	internal/errors/deadline_exceeded_test.go
#	internal/errors/error_test.go
#	internal/errors/generate/error_creator.go
#	internal/errors/generate/error_test.go.tmpl
#	internal/errors/internal_test.go
#	internal/errors/invalid_argument_test.go
#	internal/errors/not_found_test.go
#	internal/errors/permission_denied_test.go
#	internal/errors/precondition_failed_test.go
#	internal/errors/unauthenticated_test.go
#	internal/errors/unavailable_test.go
#	internal/errors/unimplemented_test.go
#	internal/errors/unknown_test.go
2020-03-23 11:04:29 +01:00
Fabiennne
43d45ab727 fix: generated files 2020-03-23 10:52:06 +01:00
Fabiennne
3c819e561a feat: add proto files 2020-03-23 10:50:40 +01:00
Livio Amstutz
265ea450b1 fix: import 2020-03-23 08:43:08 +01:00
Livio Amstutz
90342ed872 feat: add crypto pkg 2020-03-23 07:06:44 +01:00
Livio Amstutz
c89397e1b4 feat: add some api packages 2020-03-23 07:01:59 +01:00
Livio Amstutz
021ee07350 fix: imports in error pkg tests 2020-03-23 06:34:08 +01:00
Fabiennne
f6801200a9 feat: add admin proto 2020-03-20 17:13:53 +01:00
Florian Forster
b2d708cb40
docs(readme): security policy (#19)
* Create SECURITY.md

* Update README.md
2020-03-20 06:30:10 +01:00
Florian Forster
1a733c13a5
docs(readme): initiate boilerplate (#18)
* docs(readme): initiate boilerplate

* Update README.md

Co-Authored-By: livio-a <livio.a@gmail.com>

Co-authored-by: livio-a <livio.a@gmail.com>
2020-03-19 15:19:18 +01:00
livio-a
87d5cd3f09
Init (#17)
* add basic gitignore

* init go mod

* add semrel and badges

* add error pkg

* added config pkg

* added main cmd structure

* return error on file not found and added log ids and messages

* add todo for error_creator.go
2020-03-19 14:39:06 +01:00
Livio Amstutz
7ef62528d1 return error on file not found and added log ids and messages 2020-03-19 08:32:47 +01:00
Livio Amstutz
af8905036b added main cmd structure 2020-03-18 15:46:41 +01:00
Livio Amstutz
d3cb575e1d added config pkg 2020-03-18 15:45:55 +01:00
Livio Amstutz
238347ddfb add error pkg 2020-03-18 15:45:24 +01:00
Livio Amstutz
f8fdbb0611 add semrel and badges 2020-03-18 11:39:48 +01:00
Livio Amstutz
5b1d6a6cf8 init go mod 2020-03-18 10:38:32 +01:00
Livio Amstutz
093bfee31b add basic gitignore 2020-03-18 10:30:18 +01:00
Florian Forster
661bcfbdec
Initial commit 2020-03-16 14:51:32 +01:00