Commit Graph

1097 Commits

Author SHA1 Message Date
pancho horrillo
76725555d2 doc: /server/log/<prefix> endpoint
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-18 12:22:41 +01:00
pancho horrillo
80abcb727e chore: draft release + allow prereleases with -rc tags
See https://goreleaser.com/customization/release/
for details.

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-18 12:01:37 +01:00
pancho horrillo
929d6bb8ba chore: disable GPG handling for now
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-18 11:57:14 +01:00
pancho horrillo
7c4e32a34b feat: add /server/log/{prefix} endpoint
/{prefix} is optional

Sample usage: kapow set /server/log/myapp "$msg"

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-18 11:48:25 +01:00
dependabot[bot]
cb6873e559 Merge pull request #141 from BBVA/dependabot/docker/dot-github/go/golang-1.15.6 2020-12-17 17:19:22 +00:00
dependabot[bot]
13d58fcf21 chore(deps): bump golang from 1.15.2 to 1.15.6 in /.github/go
Bumps golang from 1.15.2 to 1.15.6.

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-17 17:12:42 +00:00
dependabot[bot]
67aae6a476 Merge pull request #140 from BBVA/dependabot/go_modules/gopkg.in/h2non/gock.v1-1.0.16 2020-12-17 17:11:01 +00:00
dependabot[bot]
90d73a3d9f chore(deps): bump gopkg.in/h2non/gock.v1 from 1.0.15 to 1.0.16
Bumps [gopkg.in/h2non/gock.v1](https://github.com/h2non/gock) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/h2non/gock/releases)
- [Changelog](https://github.com/h2non/gock/blob/master/History.md)
- [Commits](https://github.com/h2non/gock/compare/v1.0.15...v1.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-17 16:52:11 +00:00
dependabot[bot]
a8274ced08 Merge pull request #133 from BBVA/dependabot/go_modules/github.com/spf13/cobra-1.1.1 2020-12-17 15:57:16 +00:00
dependabot[bot]
2bb397148a chore(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.0.0...v1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-17 15:51:26 +00:00
pancho horrillo
ec0fa6d505 chore: add FreeBSD to the list of architectures
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-17 16:41:46 +01:00
pancho horrillo
0ba65ef96d chore: drop signatures for now
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-17 16:41:14 +01:00
pancho horrillo
4d05223224 feat: Access Logging on the user server
Closes: #98

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-17 16:30:55 +01:00
pancho horrillo
41be4f9344 refactor: use a common logger for consistency
All kapow messages will end up in stderr (incl. debug mode).
stdout is reserved for the access logs.

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-16 17:29:26 +01:00
pancho horrillo
d62a9dba68 chore: Remove unused code
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-16 16:41:49 +01:00
pancho horrillo
dbd1a6aa86 Merge branch 'bugfix/issue-138'
Closes: #138

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-15 19:02:25 +01:00
pancho horrillo
4546fc65b6 fix: honor global flag --debug
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-15 18:59:29 +01:00
pancho horrillo
58fae53e2e test: logStream() behaves correctly like a good kiddo
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-15 18:37:44 +01:00
pancho horrillo
6ec9b54670 fix: add missing spawner reset code to test
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-15 18:37:44 +01:00
Roberto Abdelkader Martínez Pérez
0dd9cf07ab wip: create pipes to manage entrypoint stdout/stderr even after termination 2020-12-15 18:37:44 +01:00
pancho horrillo
847c1bd7a0 chore(actions): bump golangci-lint-action
To work around the deprection of `set-env`
2020-11-18 19:31:48 +01:00
Roberto Abdelkader Martínez Pérez
310d319ea3 test: Update kapow env vars to the new ones.
Co-authored-by: César Gallego <cesar.gallego.next@bbva.com>
2020-11-17 17:10:05 +01:00
Roberto Abdelkader Martínez Pérez
7c952faf11 Update README.md 2020-11-01 19:22:20 +01:00
pancho horrillo
faea65688d chore(gomod): bump spf13/cobra to v1.0.0
Minor changes since v0.0.7.  Seems simple formalization that the
interface is now stable.

See https://github.com/spf13/cobra/releases/tag/v1.0.0
2020-10-02 14:32:37 +02:00
pancho horrillo
19b6df4742 chore(gomod): run go mod tidy 2020-10-02 14:30:38 +02:00
pancho horrillo
abac3ee772 chore(dependabot): ping dependabot 2020-10-02 14:12:25 +02:00
dependabot[bot]
7dc6701fc7 chore(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#129) 2020-10-02 12:09:07 +00:00
dependabot[bot]
1eb7bdd5f7 chore(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (#128) 2020-10-02 12:05:16 +00:00
dependabot[bot]
3e0bf94169 chore(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.7 (#127)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...0.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 14:00:19 +02:00
dependabot[bot]
ca1e17f79c chore(deps): bump golang from 1.14.3 to 1.15.2 in /.github/go (#125)
Bumps golang from 1.14.3 to 1.15.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 13:55:46 +02:00
pancho horrillo
0dc0b741ff Merge pull request #126 from BBVA/dependabot/github_actions/golangci/golangci-lint-action-v2.2.0
chore(deps): bump golangci/golangci-lint-action from v1 to v2.2.0
2020-10-02 13:52:14 +02:00
pancho horrillo
aa86efdcc5 chore(workflows): fix golangci version
The patch version should not be specified, only minor.

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-10-02 13:47:32 +02:00
pancho horrillo
f67e7c1938 Bump golangci-lint to v1.31.0
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-10-02 13:44:15 +02:00
pancho horrillo
630006f49f chore: remove obsolete workflow 'Bump Go'
Superseded by dependabot
2020-10-01 18:01:51 +02:00
pancho horrillo
f0758bb9f4 chore: obtain Go version from ad-hoc Dockerfile 2020-10-01 17:55:33 +02:00
dependabot[bot]
f5bdbc8c5a chore(deps): bump golangci/golangci-lint-action from v1 to v2.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v1 to v2.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v1...6317259e28065ecd33bf7e7e6c67c77db091d8a4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 15:45:14 +00:00
pancho horrillo
d9c840f70f chore: enable dependabot
. Check GitHub Actions, Go modules and Docker
2020-10-01 17:44:35 +02:00
pancho horrillo
1f5ea34a44 chore(workflows): fix YAML syntax error 2020-10-01 17:34:41 +02:00
pancho horrillo
1666c093c2 chore: tweak automatic PR for Go Bump 2020-10-01 17:31:47 +02:00
pancho horrillo
7cb0e72302 chore: use ubuntu-20.04 in release workflow
Consistent with the other workflows defined here.
2020-09-30 16:45:39 +02:00
pancho horrillo
66f68e0219 style: don't pollute the env with secrets
Also, it's a bit less boilerplate code.

Seen here¹:

¹: https://github.com/dependabot/dependabot-core/blob/v0.120.3/.github/workflows/docker.yml#L27-L29
2020-09-30 16:34:25 +02:00
pancho horrillo
4e1084c092 style: don't pollute env, use step outputs instead (go version) 2020-09-30 11:44:30 +02:00
pancho horrillo
f12cce1884 chore: update bump-go workflow
. Fix path to repo for 'Bump Go' action
. Use and update the same PR until accepted, to reduce noise
2020-09-30 08:02:29 +02:00
Héctor Hurtado
c7567fb4cc Fix getSSLClietnDN returns DN instead CN 2020-09-11 11:18:11 +02:00
Héctor Hurtado
a17cc4838d Add ssl/client/i/dn resource. Closes #113 2020-09-10 16:35:41 +02:00
Héctor Hurtado
6d24cc4d2d Fix typo getRequestId -> getRouteId 2020-09-10 12:44:58 +02:00
Héctor Hurtado
9a78bddcc4 Change tests for getRequestId to validate against passed value 2020-09-10 12:41:04 +02:00
Héctor Hurtado
66b227e67b Fix error getting HTTP version in getRequestVersion 2020-09-10 12:30:58 +02:00
Héctor Hurtado
99871de601 Fix error getting remote address in getRequestRemote 2020-09-10 12:07:25 +02:00
Héctor Hurtado
5c1a00e340 getRequestHeaders returns value for Host header. Fixes #78 2020-09-09 14:13:44 +02:00