Monitor a bunch of different sources of software in a single location using different kinds of fetchers, providing an API to have these information available in a single place and provide an UI to the user to look up versions easily
Find a file
Knut Ahlers 09e0a66976
Add PR testing, fix linter errors
Squashed commit of the following:

commit 2a83adf6c54d6abcf6762760fd38f2505511f545
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:34:49 2021 +0100

    Lint: Fix copylocks errors

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 418f85d504203a6968329e280ecd9cf7d2365373
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:31:38 2021 +0100

    Lint: Fix gosec warnings

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 1a977875740be3c40884aa0985578721ceb4ae37
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:28:02 2021 +0100

    Lint: Disable gomnd for certain cases

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 5e81cf79ba7256b321442530715a2b53de0a18e1
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:26:01 2021 +0100

    Lint: fix ineffassign errors

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit cb14fae2dad985368e1f05d62f8e778817d01c6f
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:23:42 2021 +0100

    Lint: Fix revive linter errors

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit b3390b8dff9b939caa4e3821a48dd848af0bfba4
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:21:35 2021 +0100

    Lint: Remove unrequired dereference

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit f9052e6aa530c5b5017249fc6c31bdbb94252760
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 03:20:43 2021 +0100

    Lint: Remove deadcode

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 72b88adaa25a3bb5a7af21da7ed12f08cae36573
Author: Knut Ahlers <knut@ahlers.me>
Date:   Wed Dec 1 02:52:27 2021 +0100

    Add PR-testing

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-01 03:38:52 +01:00
ci Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
frontend Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
internal Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
src Add more log lines to general log 2021-12-01 02:48:32 +01:00
.eslintrc.js Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
.gitignore Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
.golangci.yml Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
.repo-runner.yaml Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
api.go Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
frontend.go Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
frontend_dev.go Add frontend stub / initial setup of frontend 2021-11-29 21:48:45 +01:00
frontend_dist.go Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
go.mod Implement json and atlassian fetchers 2021-11-29 16:53:15 +01:00
go.sum Implement json and atlassian fetchers 2021-11-29 16:53:15 +01:00
main.go Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
Makefile Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00
package-lock.json Start implementing frontend 2021-11-30 02:04:01 +01:00
package.json Start implementing frontend 2021-11-30 02:04:01 +01:00
scheduler.go Add PR testing, fix linter errors 2021-12-01 03:38:52 +01:00