Commit graph

21 commits

Author SHA1 Message Date
addd67f387
add github actions (#4)
* add github actions

* use codecov github actions

* remove failing step

* verbose

* test all folders

Co-authored-by: Ruidy <rnemausat@newstore.com>
2022-02-22 23:17:27 +01:00
dependabot[bot]
33ab47ea59
build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /client (#3)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 11:06:29 +01:00
Ruidy
218a2f4e79 ♻️: shorten constructor name 2022-01-27 11:58:31 -04:00
dependabot[bot]
633d3be218
build(deps): bump nanoid from 3.1.30 to 3.2.0 in /client (#2)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 17:53:37 +01:00
Ruidy
2c5ad0984d chore: test with coverage 2022-01-21 16:51:13 -04:00
Ruidy
84bc9ee259 refactor: use pointer instead 2022-01-21 16:51:01 -04:00
Ruidy
70aa7b03f4 chore: lint 2022-01-21 16:50:41 -04:00
Ruidy
7a0850bc1a fix: ineffassign in handlers 2022-01-21 16:50:21 -04:00
Ruidy
caeb331c81 chore: add golangci-lint nad ix makefile 2022-01-21 16:49:21 -04:00
dependabot[bot]
973e87c4ec
build(deps): bump follow-redirects from 1.14.6 to 1.14.7 in /client (#1)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-16 09:12:20 -04:00
Ruidy
054fb7293e use flags to switch server method (web or cli) 2022-01-10 14:11:39 -04:00
Ruidy
456e1829ff simple client 2022-01-10 14:00:58 -04:00
Ruidy Nemausat
aae4fbda0c
feat: add web server 2021-10-21 12:16:24 +02:00
Ruidy Nemausat
6f04c27041
fix: more lint issues 2021-10-20 17:40:11 +02:00
Ruidy Nemausat
d29ad13fed
fix: lint issues 2021-10-20 17:30:41 +02:00
Ruidy Nemausat
9af2f6486c
docs: add more 2021-10-20 17:22:24 +02:00
Ruidy Nemausat
530781fb17
docs: add some 2021-10-20 17:10:03 +02:00
Ruidy Nemausat
58913e6c87
fix: module 2021-10-20 14:00:12 +02:00
Ruidy Nemausat
c98c1e7a71
move tests 2021-10-20 13:53:25 +02:00
Ruidy Nemausat
3757c69c60
cleanup 2021-10-20 13:48:49 +02:00
Ruidy Nemausat
97a1724001
init project 2021-10-20 13:48:06 +02:00