Commit Graph

79 Commits

Author SHA1 Message Date
39d51ddb38 bump version 2023-09-22 13:39:27 +02:00
5e62751a3d first working docker image publishing workflow 2023-09-22 13:39:27 +02:00
e2eeccbcb7 first working chart version 2023-09-22 13:39:27 +02:00
da27604fa2 added status handler, so readyness+liveness-probes in k82 get some 2023-09-22 13:39:27 +02:00
07b1d7f3f2 fix path 2023-09-22 13:39:27 +02:00
87103c7925 next try 2023-09-22 13:39:27 +02:00
68e1d1eefe another try? 2023-09-22 13:39:27 +02:00
3b465b5ea7 try docker image build 2023-09-22 13:39:27 +02:00
0dff97af35 + helm chart 2023-09-22 13:39:27 +02:00
c01dbd2a90 build real statics 2023-09-22 13:39:27 +02:00
3bbdfdb2aa fix gofmt warnings and misspellings 2023-09-22 13:39:27 +02:00
T.v.Dein
99b4dfab76 Merge pull request #4 from TLINDEN/development
release v0.0.2/2
v0.0.2
2023-03-31 15:02:22 +02:00
72fd1b0c3f fix variable 2023-03-31 15:00:25 +02:00
T.v.Dein
6b2e901689 Merge pull request #3 from TLINDEN/development
release v0.0.2
2023-03-31 14:58:36 +02:00
f21fb67f6d bump version to 0.0.2 2023-03-31 14:47:42 +02:00
80ef77457d added release builder 2023-03-31 14:47:29 +02:00
5ec23ce9fd added modify command for upload and form 2023-03-31 14:21:34 +02:00
b916fa8fb6 simplified form data validation 2023-03-31 13:08:15 +02:00
T.v.Dein
9bacba0fe2 Merge pull request #2 from TLINDEN/development
Features and Fixes
v0.0.1
2023-03-30 10:34:19 +02:00
1db0adf298 fixed test 2023-03-30 10:31:09 +02:00
8a791d8017 Changes:
- had to add a Type field to interface DbEntry so that db.List()
is able to distinguish between Upload and Form properly.
- added form describe and delete commands
- added --query parameter to form+upload list for filtering
2023-03-30 10:22:57 +02:00
26f2b25e22 +badges 2023-03-29 19:07:48 +02:00
4aac69d425 changes:
- added form list
- added sort by time
- fixed hanging channel in zip writer
- removed download url from form template
- added upload description
- added linter to Makefiles
- added missing test file
2023-03-29 19:04:01 +02:00
c6f2b3f57c add test file 2023-03-29 15:01:28 +02:00
50d25fe7b7 fix error handling 2023-03-29 14:59:04 +02:00
0e572f0aa4 fix ts tests, leave actual time because of TZ errors 2023-03-29 14:08:09 +02:00
25bdd339ec fix test name 2023-03-29 13:56:26 +02:00
923d9353ad added workflows 2023-03-29 13:55:06 +02:00
8ffdd110fc Merge branch 'development' 2023-03-29 13:46:40 +02:00
a378b629e9 Merge branch 'development' of github.com:TLINDEN/ephemerup into development 2023-03-29 13:43:11 +02:00
05fa5cd41b changes:
- added unit tests
    - put all subcmds into one file
    - use io.Writer for output, better for testing
    - added upload form support
    - added api docs
    - generalized db engine
    - added mail notify support for forms
    - enhanced server/SetupAuthStore() to also look up form ids
    - added form template (put into .go file by Makefile
    - renamed project
2023-03-29 13:36:20 +02:00
e7ea396369 rename to ephemerup 2023-03-29 13:24:01 +02:00
58b11dec33 Revert "renamed"
This reverts commit f2b3fb3b96.
2023-03-29 13:21:28 +02:00
f2b3fb3b96 renamed 2023-03-29 13:16:38 +02:00
737df3c802 Added mail notification support 2023-03-28 15:47:54 +02:00
fb536c2bcb didn't commit template 2023-03-28 09:41:27 +02:00
818a18508f beautyfied upload form 2023-03-27 18:52:41 +02:00
9c7db0e2a4 changes:
- added working upload formm which can also create an upload
    - cleaned up auth.go
    - enhanced server/SetupAuthStore() to also look up form ids
    - added form template (put into .go file by Makefile
2023-03-27 13:26:31 +02:00
07bb5569a7 added more form functions 2023-03-26 20:19:31 +02:00
0af31bb0d9 more tests and db fixes 2023-03-26 13:29:33 +02:00
3964ffc7cb simplified appends 2023-03-25 17:36:21 +01:00
d028fb2db1 generalized DB engine to support multiple types (upload+form) 2023-03-25 16:20:42 +01:00
b6dfafd1c1 fix endpoints 2023-03-23 18:44:14 +01:00
3fb66e075d +api doc, fixed endpoints 2023-03-23 17:02:32 +01:00
0ed15a265d some changes:
- added unit tests
    - put all subcmds into one file
    - use io.Writer for output, better for testing
2023-03-21 19:41:24 +01:00
b8816f910a fix mod name, added tests 2023-03-20 14:34:39 +01:00
ed9b8ba70d typo 2023-03-19 17:11:32 +01:00
fa97e63c58 added demo and more docs 2023-03-19 17:09:13 +01:00
96c6f0c2dc put shared code into own mod (common), + apicontext env vars 2023-03-19 12:33:15 +01:00
a786fd56f4 doc 2023-03-17 19:38:53 +01:00