eikendev
|
34d35219e0
|
Add CODE_OF_CONDUCT.md and CONTRIBUTING.md
|
2021-11-02 00:15:21 +01:00 |
|
eikendev
|
0685518efe
|
Only push if docs changed
|
2021-11-01 23:53:13 +01:00 |
|
eikendev
|
a8e93f1762
|
Add swag as dev tool
|
2021-11-01 23:31:56 +01:00 |
|
eikendev
|
a664852d51
|
Fix condition for documentation workflow
|
2021-11-01 18:41:01 +01:00 |
|
Raphael Eikenberg
|
c723287211
|
Merge pull request #37 from pushbits/api-doc
OpenAPI documentation
|
2021-11-01 17:51:59 +01:00 |
|
eikendev
|
f31b06d44a
|
Adjust path where index.html is put
|
2021-11-01 16:58:54 +01:00 |
|
Cubicroot
|
f7e7e674bf
|
add contact and license
|
2021-11-01 10:26:00 +01:00 |
|
Cubicroot
|
5b534c5698
|
only build docu in master
|
2021-10-11 19:48:08 +02:00 |
|
Cubicroot
|
98de0ef7e9
|
add tags and id
|
2021-10-11 19:44:29 +02:00 |
|
Cubicroot
|
29fb096215
|
use git correctly
|
2021-10-11 19:31:37 +02:00 |
|
Cubicroot
|
e6a3487721
|
set git user
|
2021-10-11 19:29:01 +02:00 |
|
Cubicroot
|
c46d693bbc
|
Update documentation.yml
|
2021-10-11 19:25:42 +02:00 |
|
Cubicroot
|
650a57322e
|
remove yaml from ignore list
|
2021-10-11 19:22:05 +02:00 |
|
Cubicroot
|
1f7568f2e7
|
add push to website repo
|
2021-10-11 19:21:26 +02:00 |
|
Cubicroot
|
62af2424fa
|
fix swag location
|
2021-10-01 18:24:31 +02:00 |
|
Cubicroot
|
26187a8adf
|
trigger workflow
|
2021-10-01 18:23:23 +02:00 |
|
Cubicroot
|
94c7ccea60
|
debug
|
2021-10-01 18:22:48 +02:00 |
|
Cubicroot
|
54d3cef46a
|
add openapi docu
|
2021-10-01 18:19:50 +02:00 |
|
Cubicroot
|
afa4a9f866
|
remove go 1.16 feature.
|
2021-10-01 17:28:54 +02:00 |
|
eikendev
|
c8c220dc44
|
Specify where to pull library images from
|
2021-10-01 01:45:04 +02:00 |
|
Cubicroot
|
b940b159a9
|
add documentation for applications
|
2021-09-30 19:56:46 +02:00 |
|
Cubicroot
|
f9ae7f319a
|
add new pipeline for docu build
|
2021-09-30 19:24:20 +02:00 |
|
Cubicroot
|
db9eaa796a
|
basic openapi docu
|
2021-09-30 18:55:50 +02:00 |
|
eikendev
|
9c22816495
|
Add tests for token generation
|
2021-09-15 21:22:35 +02:00 |
|
eikendev
|
8b90541a8f
|
Make test feedback a bit more consistent
|
2021-09-15 20:24:18 +02:00 |
|
Raphael Eikenberg
|
e597d4d8b6
|
Merge pull request #35 from CubicrootXYZ/more-tests
Tests for /api
|
2021-09-15 19:15:00 +02:00 |
|
Cubicroot
|
125e9ddd53
|
use require to stop failing tests
|
2021-09-15 18:29:05 +02:00 |
|
eikendev
|
023352dbb9
|
Remove references to Docker Hub
|
2021-08-10 14:44:39 +02:00 |
|
Cubicroot
|
a6fa829165
|
add testing for util.go
|
2021-08-06 21:34:30 +02:00 |
|
eikendev
|
75606f0c67
|
Remove obsolete step from publish pipeline
|
2021-08-06 17:28:54 +02:00 |
|
eikendev
|
3854770976
|
Do not build image for main workflow
|
2021-08-06 17:10:53 +02:00 |
|
eikendev
|
2bd5e2a3c8
|
Publish image to GitHub's registry
|
2021-08-06 16:59:35 +02:00 |
|
Raphael Eikenberg
|
90e98acba5
|
Merge pull request #36 from pushbits/dependabot/go_modules/github.com/gin-gonic/gin-1.7.0
Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.0
|
2021-07-30 11:32:07 +02:00 |
|
dependabot[bot]
|
f2cb654752
|
Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.6.3...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-30 09:18:44 +00:00 |
|
Cubicroot
|
562ee7aa4a
|
remove unused method
|
2021-07-25 18:07:27 +02:00 |
|
Cubicroot
|
87ea474b47
|
tests for GetUser and DeleteUser
|
2021-07-25 18:06:56 +02:00 |
|
Cubicroot
|
a5bf786299
|
add update user unittest
|
2021-07-25 16:36:24 +02:00 |
|
Cubicroot
|
3d84c4f257
|
add test for delete notification
|
2021-07-23 19:41:48 +02:00 |
|
Cubicroot
|
ea13efca02
|
add unittest for create notification
|
2021-07-22 19:22:51 +02:00 |
|
Cubicroot
|
c1631dd53e
|
test for health
|
2021-07-21 20:48:03 +02:00 |
|
Cubicroot
|
944e7da818
|
Merge branch 'pushbits:master' into master
|
2021-07-21 18:34:34 +02:00 |
|
eikendev
|
fd4a08f75a
|
Move guard for tags to push filter in CI
|
2021-07-19 01:02:37 +02:00 |
|
eikendev
|
c2425b239c
|
Use dedicated workflow for publishing
|
2021-07-19 00:47:21 +02:00 |
|
eikendev
|
28dd32f248
|
Improve debug output in CI config
|
2021-07-19 00:26:07 +02:00 |
|
eikendev
|
930305e912
|
Add debug output for CI pipeline
|
2021-07-18 23:55:41 +02:00 |
|
eikendev
|
32e68b9df7
|
Setup Go in CI pipeline before dependencies
|
2021-07-18 23:18:59 +02:00 |
|
eikendev
|
a7353187c2
|
Use Go 1.16
|
2021-07-18 23:17:10 +02:00 |
|
eikendev
|
0413c7da1f
|
Remove tool dependencies from go.mod
|
2021-07-18 23:14:32 +02:00 |
|
eikendev
|
b33ce3bac0
|
Remove trailing whitespace in config.example.yml
|
2021-07-18 22:24:31 +02:00 |
|
eikendev
|
423020634f
|
Fix spelling and style in README.md
|
2021-07-18 22:19:26 +02:00 |
|