jamesread
|
7e1a38eb9e
|
feat: add AddToUsergroup option to OAuth2 providers
|
2025-12-25 01:36:05 +00:00 |
jamesread
|
2956b9972f
|
chore: nil checks
|
2025-12-23 19:52:15 +00:00 |
jamesread
|
8e2db0ad82
|
chore: reduce argument validation complexity
|
2025-12-23 16:47:59 +00:00 |
jamesread
|
09e1f0f984
|
fix: Argument validation targets the bindings (fixes checkboxes, etc)
|
2025-12-23 16:42:00 +00:00 |
jamesread
|
5d061eb1a0
|
chore: service dep updates
|
2025-12-23 15:19:27 +00:00 |
James Read
|
75a696d8c0
|
Merge branch 'next' into dependabot/go_modules/service/next/github.com/bufbuild/buf-1.61.0
|
2025-12-01 22:18:25 +00:00 |
jamesread
|
a2410fc9d6
|
feat: Entity directories, inline actions, and all entity fields are now available in the entity details view
|
2025-12-01 21:48:27 +00:00 |
jamesread
|
32fea4ec30
|
feat: Dashboard configs can now self-contain their entities, and actions all in one neat file
|
2025-12-01 16:15:08 +00:00 |
jamesread
|
e58677e12c
|
feat: inline actions on dashboards
|
2025-12-01 12:29:41 +00:00 |
jamesread
|
2e82a3d1ed
|
chore: remove some dead code
|
2025-12-01 12:28:44 +00:00 |
dependabot[bot]
|
e13a236e0a
|
chore(deps): bump github.com/bufbuild/buf in /service
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.60.0 to 1.61.0.
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bufbuild/buf/compare/v1.60.0...v1.61.0)
---
updated-dependencies:
- dependency-name: github.com/bufbuild/buf
dependency-version: 1.61.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 06:12:58 +00:00 |
jamesread
|
39009fcdd1
|
chore: code fmt
|
2025-12-01 01:59:10 +00:00 |
jamesread
|
56365af24b
|
feat: Mega entity improvements - entity directories, inehrit entities (#450), ordering (#762 / #703), better entity view
|
2025-12-01 01:38:04 +00:00 |
jamesread
|
7425db53f6
|
fix: #718 - Clear OAuth2 authentication cookie on logout
|
2025-11-30 11:19:36 +00:00 |
jamesread
|
470f31db6e
|
chore: Remove unecessary OAauth2 log
|
2025-11-27 00:41:53 +00:00 |
jamesread
|
8bad1b5400
|
fix: #703 - Entities order was non-deterministic
|
2025-11-27 00:02:08 +00:00 |
jamesread
|
7f1e509e12
|
chore: Little fixes for OAuth2 login
|
2025-11-26 23:28:29 +00:00 |
jamesread
|
f33ccbd2fa
|
fix: Log errors when loading theme CSS
|
2025-11-26 23:08:10 +00:00 |
jamesread
|
e9bde8b094
|
fix: OAuth2 scopes for GitHub
|
2025-11-26 23:07:55 +00:00 |
jamesread
|
853972384c
|
security: Possible to kill actions without authentication & credential leak in logs
|
2025-11-26 23:07:25 +00:00 |
jamesread
|
be7c754043
|
feat: Rebuild authentication system to support 3k authentication
|
2025-11-26 22:33:19 +00:00 |
jamesread
|
b244b42e91
|
fix: sort OAuth2 providers by key
|
2025-11-22 23:27:54 +00:00 |
jamesread
|
3d763a84df
|
fix: Various oauth issues
|
2025-11-22 22:39:05 +00:00 |
jamesread
|
3e6a751132
|
chore: config-tool wont overwrite original config
|
2025-11-22 10:49:48 +00:00 |
James Read
|
d2e7474eea
|
Merge branch 'next' into chore-add-config-tool
|
2025-11-22 09:47:14 +00:00 |
jamesread
|
ca0a134acd
|
chore: write back to the same config path in config-tool
|
2025-11-22 09:34:37 +00:00 |
jamesread
|
5bf2d6935b
|
chore: dep update
|
2025-11-22 08:36:38 +00:00 |
jamesread
|
b3e67bad75
|
doc: Add config tool to help support people
|
2025-11-16 23:08:20 +00:00 |
jamesread
|
d1ec688c9a
|
chore: cleanup executor.go
|
2025-11-16 00:47:03 +00:00 |
jamesread
|
5b57cf2480
|
fix: Logs were being displayed in the wrong order
|
2025-11-11 23:32:00 +00:00 |
jamesread
|
00d7285167
|
chore: fix some linting issues
|
2025-11-11 10:43:47 +00:00 |
jamesread
|
487bf83f4e
|
chore: use koanf tag in config reloader test
|
2025-11-10 23:39:15 +00:00 |
jamesread
|
67a9d3b1d1
|
chore: skip env in config test in 3k
|
2025-11-10 23:17:53 +00:00 |
jamesread
|
de7129e1d7
|
chore: reduce cyclomatic complexity
|
2025-11-10 23:15:18 +00:00 |
jamesread
|
83fe489949
|
fix: (#703) Fixed entity fieldsets being drawn in a random order
|
2025-11-10 21:08:34 +00:00 |
jamesread
|
3967b91cf0
|
fix: Exit if no base config file is found
|
2025-11-07 00:51:04 +00:00 |
James Read
|
110bbd6216
|
Merge branch 'next' into fix-config-loading-missing-values
|
2025-11-07 00:34:11 +00:00 |
jamesread
|
1552c104e9
|
fix: Propperly merge included configs (handling actions)
|
2025-11-07 00:31:33 +00:00 |
jamesread
|
7dc99b1398
|
fix: Massively improve config loading
|
2025-11-06 23:45:54 +00:00 |
jamesread
|
581536a60f
|
fmt: GetActionLogs
|
2025-11-06 23:44:56 +00:00 |
jamesread
|
39664a734d
|
fix: Various log noise
|
2025-11-06 23:42:07 +00:00 |
jamesread
|
822f3197b6
|
chore: (#675) Remove dead websocket code
|
2025-11-06 09:52:16 +00:00 |
jamesread
|
055472902d
|
fix: #686 - concurrent map read and write - in entity instances
|
2025-11-04 23:30:14 +00:00 |
jamesread
|
2b24daa6d0
|
fix: Address concurrency issue in entities storage
|
2025-11-04 23:18:41 +00:00 |
jamesread
|
294e33d110
|
fix: #686 - concurrent map read and write
|
2025-11-04 23:03:45 +00:00 |
jamesread
|
83f45d71bf
|
fix: Several coderabbit suggestions on next branch
|
2025-10-30 15:51:40 +00:00 |
jamesread
|
79a71099f9
|
fix: fmt api.go
|
2025-10-30 15:26:29 +00:00 |
jamesread
|
e6a02ac614
|
chore: fix various cyclo checks
|
2025-10-30 15:25:57 +00:00 |
James Read
|
7abffedb14
|
Merge branch 'next' into fix-require-guests-login
|
2025-10-30 13:15:37 +00:00 |
jamesread
|
44b518a5b2
|
fix: panic when loading sessions.yaml
|
2025-10-30 13:04:41 +00:00 |