Commit Graph

1569 Commits

Author SHA1 Message Date
dependabot[bot] c01c497b03
build(deps): bump golang.org/x/net (#111)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:35:14 +00:00
dependabot[bot] 1d8f7fe1ab
build(deps): bump github.com/go-critic/go-critic from 0.6.2 to 0.6.7 (#110)
Bumps [github.com/go-critic/go-critic](https://github.com/go-critic/go-critic) from 0.6.2 to 0.6.7.
- [Release notes](https://github.com/go-critic/go-critic/releases)
- [Commits](https://github.com/go-critic/go-critic/compare/v0.6.2...v0.6.7)

---
updated-dependencies:
- dependency-name: github.com/go-critic/go-critic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:09:00 +00:00
dependabot[bot] 199a2e3729
build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#109)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:08:36 +00:00
dependabot[bot] dd8ad3466b
build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.1 (#107)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Read <contact@jread.com>
2023-02-23 17:08:00 +00:00
jamesread 7b7ec8f1e0 cicd: ref_name in artifacts breaks when ref includes / 2023-02-23 17:04:58 +00:00
jamesread 141efcdbbf cicd: Skip docker in snapshot builds 2023-02-23 12:58:10 +00:00
jamesread 5192484494 Merge branch 'main' of ssh://github.com/OliveTin/OliveTin 2023-02-23 12:36:44 +00:00
jamesread e7750e1c5c cicd: Upgrade goreleaser action 2023-02-23 12:36:30 +00:00
dependabot[bot] 359775adde
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#106)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Read <contact@jread.com>
2023-02-23 12:12:37 +00:00
jamesread 33375059bf cicd: Schedule is required 2023-02-23 10:21:38 +00:00
jamesread a7a6ad53cc cicd: #106 Dependabot / in branch name breaking snapshot build 2023-02-23 10:19:55 +00:00
jamesread 9df61ab044 feature: Rudimentary "windows support" 2023-02-16 16:40:24 +00:00
jamesread 11bb3f129f fmt: gofmt 2023-02-16 16:21:53 +00:00
jamesread 0335e58b12 feature: Cleaned up jwt auth, and added header auth 2023-02-15 17:41:33 +00:00
James Read 2d173266df
feature: Cron support (#102) 2023-02-03 08:53:10 +00:00
James Read f05de1c726
feature: Execute actions on startup. Externalize the executor and add… (#101)
* feature: Execute actions on startup. Externalize the executor and add tags to logs.

* fmt: Codestyle fixes
2023-02-02 09:35:18 +00:00
Bernard Crnković b6196a4b3f
fix wrong source of "usergroup" metadata (#99)
* extract hardcoded jwt field names into config

* Update config.go

* bugfix: source group from usergroup field instead of password

Co-authored-by: James Read <contact@jread.com>
2023-01-11 20:41:52 +00:00
Bernard Crnković e18df74d5a
extract hardcoded jwt claim names into config (#97)
* extract hardcoded jwt field names into config

* Update config.go

Co-authored-by: James Read <contact@jread.com>
2023-01-10 22:29:31 +00:00
dependabot[bot] edf10fdd9f
build(deps): bump json5 from 1.0.1 to 1.0.2 in /webui (#94)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 21:12:52 +00:00
jamesread 81934355ed cicd: Vagrant fedora update 2023-01-02 10:49:20 +00:00
jamesread e318084300 feature: Changlog format now groups issues 2022-11-13 21:06:07 +00:00
jamesread 476f74efa8 cicd: Wrong path to var 2022-11-13 20:34:20 +00:00
jamesread e309dd6e67 feature: man page 2022-11-13 20:24:27 +00:00
jamesread 49cb2e5c0a fmt: Ineffectual assignment 2022-11-13 14:23:35 +04:00
jamesread 66370508ff cicd: yamllint github workflows 2022-11-13 13:55:12 +04:00
jamesread 875186ee24 cicd: Actions version bump 2022-11-13 13:34:14 +04:00
jamesread 384ef9787b Merge branch 'main' of ssh://github.com/OliveTin/OliveTin 2022-11-13 12:54:52 +04:00
jamesread dbcd39e91b cicd: Bump codeql from v1 to v2 2022-11-13 12:40:41 +04:00
jamesread 2244d2c3ef Merge branch 'main' of ssh://github.com/OliveTin/OliveTin 2022-11-13 08:36:20 +00:00
jamesread 37c54b5f77 feature: Look for webui in more directories 2022-11-13 12:35:47 +04:00
jamesread f48e7dac83 fmt: gofmt 2022-11-13 07:54:50 +00:00
jamesread 21b33086ae fmt: ST1005 https://staticcheck.io/docs/checks/#ST1005 2022-11-13 07:34:23 +00:00
jamesread 6143b2f8ed cicd: Jiggeled targets 2022-11-12 12:55:15 +04:00
jamesread d53c88f314 fmt: gofmt 2022-11-12 12:20:17 +04:00
jamesread f42ac5d744 depbump: Migrate from go-cron to cron (the underlying lib) 2022-11-12 12:19:20 +04:00
jamesread 58f3aaf47d cicd: githooks no longer triggered by grpc. protoc added as alternative to buf. 2022-11-12 12:12:09 +04:00
James Read 244404afbc
Sidebar (#88)
* feature: allow configurable title

* feature: sidebar prototype

* Spelling fix - Thanks @jonny7read

Spelling fix - Thanks @jonny7read

Co-authored-by: Jonny Read <jonny7read@gmail.com>

* feature: sidebar support

* bugfix: pagetitle

* fmt: hide sidebar under feature toggle

* fmt: Codestyle in style.css and main.js

Co-authored-by: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com>
Co-authored-by: Jonny Read <jonny7read@gmail.com>
2022-11-11 12:13:47 +04:00
jamesread eca3145b1a bugfix: OliveTin openRC chmod +x 2022-10-26 19:59:49 +01:00
jamesread b560f9c749 bugfix: openrc for apk wasnt being installed properly 2022-10-26 17:24:47 +01:00
jamesread cf582e7152 feature: #83 - Restore Alpine packages 2022-10-26 11:54:58 +01:00
James Read 8b9932f85c
Merge pull request #65 from EzequielBruni/main
Created a service file for OpenRC (Alpine Linux/Gentoo)
2022-10-26 09:28:20 +01:00
James Read 4ec6f8f014
Merge pull request #82 from OliveTin/exec-coc-simplication
fmt: fmt
2022-10-26 09:05:07 +01:00
jamesread 1a8659f81f feature: Error messages now link to that error in docs 2022-10-24 23:28:35 +01:00
jamesread e950a00a1e fmt: fmt 2022-10-24 23:17:31 +01:00
jamesread f9ac78d27f fmt: Remove unused sliceutil 2022-10-24 22:51:31 +01:00
James Read 65afdeca36
Merge pull request #81 from OliveTin/feature-input-description
feature: #61 - Descriptions in arguments
2022-10-21 15:47:12 +01:00
jamesread 8e59ac9fb4 bugfix: Fixing CSS class name convention 2022-10-21 15:21:07 +01:00
jamesread 984dae7450 feature: #61 - Descriptions in arguments 2022-10-21 15:14:58 +01:00
jamesread be7effd317 cicd: Upgrade checkout action from v2 -> v3 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ 2022-10-20 09:15:06 +01:00
jamesread 9e7d785ede feature: #68 Remove version from .rpm and .deb 2022-10-19 17:51:41 +01:00