Commit Graph

14 Commits

Author SHA1 Message Date
jasson99
f924285cf8 Add tests infrastructure and tests for ocis-accounts 2020-07-06 16:53:22 +05:45
Benedikt Kulmann
2e102066db Build container has no yarn 2020-07-01 11:44:21 +02:00
Benedikt Kulmann
fb3b6dcd5f Fix generate target in Makefile 2020-07-01 11:40:00 +02:00
Benedikt Kulmann
b1ba52f02b Add asset generation from javascript bundle
On `make generate` the `pkg/assets/embed.go` will be generated from the
current state of the javascript app bundle in `assets/accounts.js`. So
you'll have to run `yarn build` first and then `make generate`.
2020-07-01 11:05:32 +02:00
Benedikt Kulmann
435104b5ff Add code generation for swagger and protoweb
Some of the Protobuf Messages were missing fields:
- RemoveMemberRequest was missing the `account_id` field for the account/member id
- ListMembersRequest was missing the `id` field for the group id

Some of the endpoint annotations were not correct regarding declared
bodies and the ids listed above.
2020-07-01 11:05:31 +02:00
Jörn Friedrich Dreyer
3b6951cc80 add query properties, add pb deps, fix pb target
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-05-06 18:08:21 +02:00
Michael Barz
1c32865f64 Improve formatting 2020-03-09 11:17:57 +01:00
A.Unger
bdfe2ae01a cleanup, remove unused var 2020-02-12 14:30:41 +01:00
A.Unger
ec16d2bc23 add proto step to makefile 2020-02-12 14:29:00 +01:00
Robert Kaussow
42a5ba79b4 ensure hugo content path exists 2020-02-12 13:46:04 +01:00
Robert Kaussow
94f19c3a7c fix docs formatting and push to docs branch 2020-02-12 12:55:47 +01:00
Michael Barz
1fa69f3469 Code improvements 2020-02-11 23:33:45 +01:00
Robert Kaussow
274dfae24b use makefile to testbuild docs 2020-02-11 15:26:29 +01:00
A.Unger
351694d22d tooling 2020-01-31 13:09:07 +01:00