Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas Carlier
8f8e69faae fix: bufio.Scanner: token too long
close #98
2024-08-18 07:17:28 +00:00
Nicolas Carlier
321ad7ef5d
Feature: add blocking request with response code (#99)
feat(hook): add blocking request with response code

close #74
2024-07-09 00:19:19 +02:00
Nicolas Carlier
39ab72bb30
refactor(config): small config refactoring
- split config structure
- improve config logic
- improve test lib and fix typos
2024-03-04 09:13:59 +01:00
Nicolas Carlier
8ea426222f feat(hook): add default extension parameter 2023-12-22 22:10:19 +00:00
Nicolas Carlier
af39ad75c6 fix(): lint code 2023-10-03 21:12:37 +00:00
Nicolas Carlier
be011c24d4 chore(): fix go-critic warnings 2023-10-03 20:57:24 +00:00
Nicolas Carlier
0d802d03eb feat(): structured logging 2023-10-03 18:02:57 +00:00
Nicolas Carlier
13194eb0ca refactor(notification): modularize the package 2023-01-02 22:45:15 +00:00
Nicolas Carlier
5e65febceb refactor(): internals rescafolding 2022-05-26 10:05:53 +02:00
Nicolas Carlier
fbf8794d0a feat(config): improve configuration flags 2018-07-23 08:33:18 +00:00
Nicolas Carlier
f50091131b feat(): add custom logger 2018-01-09 09:17:25 +00:00
Nicolas Carlier
14c214efdf refactor(): Complete refactoring.
- No external dependencies
- No predefined directory structure
- Able to launch any kind of shell script with custom parameters
- Get script output as text event stream (SSE)
- Using common Makefiles
- Extends docker/dind Docker image
2018-01-02 16:11:59 +00:00