Commit Graph

347 Commits

Author SHA1 Message Date
89d99be10b Merge pull request #38 from lordmathis/dependabot/go_modules/server/go_modules-c153b83258
Bump golang.org/x/net from 0.33.0 to 0.36.0 in /server in the go_modules group across 1 directory
2025-03-18 15:03:35 +01:00
dependabot[bot]
09f1ee6a57 Bump golang.org/x/net
Bumps the go_modules group with 1 update in the /server directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.33.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:34:56 +00:00
374c910267 Merge pull request #37 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-5db6d3c188
Bump the npm_and_yarn group across 1 directory with 3 updates
2025-03-07 23:08:23 +01:00
dependabot[bot]
a1bc82d820 Bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the /app directory: [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `esbuild` from 0.21.5 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0)

Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `vite` from 5.4.14 to 6.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 21:43:21 +00:00
bc10ad5c25 Merge pull request #36 from lordmathis/feat/postgres
Add support for Postgres
2025-03-07 22:42:08 +01:00
0be1bbf9a7 Update README with postgres url info 2025-03-07 22:37:20 +01:00
d0f6f27526 Add PostgreSQL service to GitHub Actions workflow for integration tests 2025-03-07 22:31:00 +01:00
d97f5a0178 Use time since 2025-03-07 19:53:19 +01:00
94ea2d0d78 Fix time since 2025-03-07 19:53:03 +01:00
3eb4424e86 Implement time since query 2025-03-07 19:48:36 +01:00
f7825e5a67 Use search path in connection string 2025-03-07 19:48:17 +01:00
72b0ac08ce Add test env var to settings.json 2025-03-07 19:47:44 +01:00
32628abf09 Add pgadmin to test compose 2025-03-07 19:47:15 +01:00
d8de67ae6c Add test postgres docker compose 2025-03-06 21:40:16 +01:00
f55d2644c3 Run integration tests with both dbs 2025-03-06 21:39:56 +01:00
629baa9952 Add test postgres db connection 2025-03-06 19:23:24 +01:00
4766a166df Add struct_query tests 2025-03-05 22:36:27 +01:00
7e9aab01cb Fix ommit empty db tag 2025-03-05 22:03:32 +01:00
904d4ce106 Update documentation 2025-03-05 21:31:58 +01:00
52aa406c6d Add docs comments to struct query 2025-03-05 21:30:40 +01:00
3aa8c838e8 Use struct queries in users 2025-03-05 21:20:57 +01:00
976425d660 Use ScanStruct in sessions 2025-03-05 21:07:05 +01:00
0f97927219 Rework UpdateStruct 2025-03-03 22:04:38 +01:00
829b359e82 Implement select struct and scan struct 2025-03-03 21:36:04 +01:00
5fd9755f12 Implement scan struct 2025-03-02 21:54:10 +01:00
ccac439465 Implement update struct 2025-03-02 18:40:12 +01:00
204dacd15e Encrypt field in query 2025-03-01 22:26:50 +01:00
3ce92322f4 Encrypt git token in insertstruct 2025-03-01 21:59:04 +01:00
e89b4a0e14 Use InsertStruct 2025-02-27 21:44:32 +01:00
c0de3538dc Implement insert struct 2025-02-27 21:16:43 +01:00
a80b48956a Add returning tests 2025-02-25 22:36:22 +01:00
96fc490c1d Update migrations for postgres 2025-02-25 22:29:06 +01:00
3b7deaa107 Update workspaces to query builder 2025-02-25 22:11:59 +01:00
9da51aeb5e Update users to query builder 2025-02-25 21:37:06 +01:00
802f192dc0 Implement returning clause 2025-02-25 21:36:55 +01:00
7d05c8aacc Update system to query builder 2025-02-25 21:36:42 +01:00
27b81ef433 Update sessions to query builder 2025-02-25 21:36:26 +01:00
d3ffcfbb53 Replace interface{} with any 2025-02-24 21:42:39 +01:00
96284c3dbd Add query and scanner tests 2025-02-24 21:38:52 +01:00
7cbe6fd272 Add postgres init 2025-02-23 15:19:34 +01:00
a946b8ae76 Implement db struct scanner 2025-02-23 14:59:00 +01:00
c76057d605 Implement sql query builder 2025-02-23 14:58:30 +01:00
25defa5b65 Fix tests for db type 2025-02-22 22:32:38 +01:00
d47f7d7fb0 Use golang migrate for migrations 2025-02-22 21:53:12 +01:00
aef42ff33c Merge pull request #35 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-be4b90d81e
Bump vite from 5.4.10 to 5.4.14 in /app in the npm_and_yarn group across 1 directory
2025-02-02 14:15:46 +01:00
dependabot[bot]
562f84536d Bump vite in /app in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /app directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.10 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 04:19:07 +00:00
43b5f22793 Merge pull request #34 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-7064c9a8ac
Bump katex from 0.16.11 to 0.16.21 in /app in the npm_and_yarn group across 1 directory
2025-01-21 18:15:27 +01:00
dependabot[bot]
9d0c9dbac6 Bump katex in /app in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /app directory: [katex](https://github.com/KaTeX/KaTeX).


Updates `katex` from 0.16.11 to 0.16.21
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 21:39:40 +00:00
f6d2c3d407 Merge pull request #33 from lordmathis/dependabot/go_modules/server/go_modules-a688e28eb2
Bump the go_modules group across 1 directory with 2 updates
2025-01-06 18:58:00 +01:00
dependabot[bot]
e580a2d402 Bump the go_modules group across 1 directory with 2 updates
Bumps the go_modules group with 1 update in the /server directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git).


Updates `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.1
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.1)

Updates `golang.org/x/net` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 16:26:29 +00:00