Commit graph

85 commits

Author SHA1 Message Date
dependabot[bot]
79f8398852
Bump github.com/spf13/viper from 1.10.1 to 1.12.0 (#1)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.12.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.10.1...v1.12.0)

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

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>
2022-08-16 15:37:03 +08:00
6c5ce3c290 Merge branch 'master' into Auth 2022-08-16 15:35:59 +08:00
f2650dd8c0 casbin model is stored as embeded file 2022-08-16 15:34:32 +08:00
d0c2f305b1 Update Goreleaser 2022-08-16 14:29:34 +08:00
dependabot[bot]
4352af42c2
chore: bump github.com/casbin/casbin/v2 from 2.37.4 to 2.51.2
Bumps [github.com/casbin/casbin/v2](https://github.com/casbin/casbin) from 2.37.4 to 2.51.2.
- [Release notes](https://github.com/casbin/casbin/releases)
- [Changelog](https://github.com/casbin/casbin/blob/master/.releaserc.json)
- [Commits](https://github.com/casbin/casbin/compare/v2.37.4...v2.51.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 06:02:24 +00:00
dependabot[bot]
889cd1fc17
Bump go.uber.org/zap from 1.21.0 to 1.22.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 06:02:20 +00:00
611dbcb081 chore: go mod tidy 2022-08-16 14:01:12 +08:00
c6fe1d8498
Update GoReleaser
install NPM Dependancies
2022-08-16 13:52:50 +08:00
2337432907 Merge branch 'master' of https://github.com/Fishwaldo/mouthpiece 2022-08-16 13:47:19 +08:00
dependabot[bot]
9b50c33ce4
chore: bump sass-loader from 12.6.0 to 13.0.2 in /frontend
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 05:43:27 +00:00
dependabot[bot]
ee6b23c1ed
chore: bump @typescript-eslint/parser from 5.33.0 to 5.33.1 in /frontend
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.0 to 5.33.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.33.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 05:42:59 +00:00
ccf6d3ed3e
feat: Add Authentication Support and Start of Frontend (#5)
* Setup Authentication On Resources

* Go mod tidy

* git ignore node modules

* Frontend Template

* Work on setting up vue frontend

* Github Actions

* More work on Auth and Frontend.

* update dependabot

* add Reviewers

* Fix Up Labels

* Update CodeQL Tests

* Fix Format

* Fix Formating

* More Updates to github actions and bundled frontend files

* Fix Formating

* increase timeout

* Password Checking/Setting Functions
2022-08-16 13:42:18 +08:00
8c076d3878 Password Checking/Setting Functions 2022-08-16 13:23:08 +08:00
7b26893e33 increase timeout 2022-08-16 12:43:59 +08:00
db906ddec9 Fix Formating 2022-08-16 12:14:29 +08:00
d0079821d8 More Updates to github actions and bundled frontend files 2022-08-16 12:12:50 +08:00
e7212e49e1 Fix Formating 2022-08-16 11:45:04 +08:00
9aa9eca15f Fix Format 2022-08-16 11:44:43 +08:00
abc2778af7 Update CodeQL Tests 2022-08-16 11:42:52 +08:00
d699703c8f Fix Up Labels 2022-08-16 11:40:19 +08:00
7ed2b4a29b add Reviewers 2022-08-16 11:34:32 +08:00
63b508e9a3 update dependabot 2022-08-16 11:28:43 +08:00
c72522f45f More work on Auth and Frontend. 2022-08-16 11:23:24 +08:00
0070b25ff4 Github Actions 2022-08-12 21:03:18 +08:00
570e48dda6 Work on setting up vue frontend 2022-08-12 20:55:13 +08:00
817f08df75 Frontend Template 2022-08-10 12:57:25 +08:00
aaf5f71ce7 git ignore node modules 2022-08-10 12:56:44 +08:00
96d1c349fa Go mod tidy 2022-08-10 12:50:02 +08:00
25dda8deda Setup Authentication On Resources 2022-08-10 12:48:56 +08:00
77d898cb4a Update golangci-lint version 2022-08-03 15:05:54 +08:00
02196b4308 Build and Test 2022-08-03 14:58:26 +08:00
1fbaa924c0 Go Mod Tidy 2022-08-03 14:55:17 +08:00
4d0b1b1b9e Use Forked Version of Huma till Mux Feature added upstream 2022-08-03 14:53:49 +08:00
a531ded93e Initial Server Commit 2022-08-03 14:44:05 +08:00
03461549f9 Initial commit 2022-07-13 11:05:08 +08:00