Commit Graph

4 Commits

Author SHA1 Message Date
Alessandro (Ale) Segala bc1c1eee0a
Remove deprecated package github.com/benbjohnson/clock (#55)
* Remove deprecated package github.com/benbjohnson/clock

Replaced with k8s.io/utils/clock

Fixes #50

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-08-05 20:42:49 -07:00
Alessandro (Ale) Segala 73be7928f6
Updates: (#36)
1. Removed `github.com/pkg/errors` and replaced with the standard library (linter now rejects the old package)
2. Cron test: fixed race conditions and linting
3. Renamed `logger/default.go` to `logger/nop_logger.go` to match the name of the struct inside

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-05 12:12:21 -08:00
Sarthak Sharma e74d7f7301
Fix failing test for cron on Windows (#33)
* fix cron tests for windows

Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>

* fix linting

Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>

* add license

Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>

* 💄

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2022-12-07 11:09:50 -08:00
Sarthak Sharma cba48a6fe2
add cron fork (#31) 2022-12-01 12:22:46 -08:00