minori
281e02bc7b
deps: update @types/node to 25.2.3
Node.js CI / CI (pull_request) Failing after 25s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m23s
2026-02-20 07:03:23 -08:00
minori
974101ad96
deps: update @types/node to 25.2.2
Node.js CI / CI (pull_request) Failing after 24s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m25s
2026-02-18 07:03:05 -08:00
minori
b9e6f3060b
deps: update @types/node to 25.2.1
Node.js CI / CI (pull_request) Failing after 29s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m26s
2026-02-15 07:03:13 -08:00
minori
0f941cb515
deps: update @types/node to 25.2.0
Node.js CI / CI (pull_request) Failing after 26s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m22s
2026-02-12 07:03:16 -08:00
minori
7cc33c3a22
deps: update @types/node to 25.1.0
Node.js CI / CI (pull_request) Failing after 44s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m21s
2026-02-08 07:05:19 -08:00
minori
3fcc9c2a80
deps: update @types/node to 25.0.10
Node.js CI / CI (pull_request) Failing after 28s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m19s
2026-02-04 08:18:43 -08:00
hikari
a28265abf0
docs: update feedback section to use support forum
Node.js CI / CI (push) Failing after 31s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m31s
2026-01-26 12:37:02 -08:00
naomi
885f00d354
feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / CI (push) Failing after 20s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 56s
2025-12-22 19:42:10 +01:00
naomi
36563ba2f8
feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / CI (push) Has been cancelled
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:35:37 +01:00
naomi
2204d27b85
feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / Lint and Test (push) Has been cancelled
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:25:27 +01:00
naomi
b7104c94fe
feat: automated upload of .npmrc
Node.js CI / Lint and Test (push) Has been cancelled
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:16:18 +01:00
naomi
317391dfca
feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 25s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m0s
2025-12-18 03:08:12 +01:00
naomi
29a1d5f993
feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 25s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 59s
2025-12-17 23:26:12 +01:00
naomi
637f1e5562
feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 23s
Security Scan / Security Audit (push) Failing after 5m3s
2025-12-12 03:37:57 +01:00
naomi
b19e858b91
feat: automated delete of .gitea/workflows/sonar.yml
Node.js CI / Lint and Test (push) Successful in 23s
Security Scan / Trivy Security Scan (push) Failing after 4m46s
2025-12-12 00:15:11 +01:00
naomi
ae1231ae03
feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 24s
Security Scan / Trivy Security Scan (push) Failing after 4m45s
Code Analysis / SonarQube (push) Failing after 4m49s
2025-12-11 20:12:04 +01:00
naomi
35223e601c
feat: add to discord button
Code Analysis / SonarQube (push) Failing after 17s
Node.js CI / Lint and Test (push) Successful in 48s
2025-07-04 17:59:31 -07:00
naomi
7812b3832b
fix: correct sku in about command
Node.js CI / Lint and Test (push) Successful in 1m16s
Code Analysis / SonarQube (push) Successful in 1m18s
2025-05-25 12:53:11 -07:00
naomi
5c8752623b
feat: avatar
Node.js CI / Lint and Test (push) Successful in 1m13s
Code Analysis / SonarQube (push) Successful in 1m20s
2025-05-22 19:41:10 -07:00
naomi
ebd826178f
chore: sonar workflow
Node.js CI / Lint and Test (push) Successful in 1m8s
Code Analysis / SonarQube (push) Successful in 1m11s
2025-02-26 13:27:23 -08:00
naomi
9d47c019c2
release: v1.0.0
Node.js CI / Lint and Test (push) Successful in 44s
v1.0.0
2025-02-10 23:26:08 -08:00
naomi
f6e32e0e68
feat: initial prototype ( #1 )
...
Node.js CI / Lint and Test (push) Has been cancelled
### Explanation
_No response_
### Issue
_No response_
### Attestations
- [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/ )
- [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/ ).
- [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/ ).
### Dependencies
- [x] I have pinned the dependencies to a specific patch version.
### Style
- [x] I have run the linter and resolved any errors.
- [x] My pull request uses an appropriate title, matching the conventional commit standards.
- [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.
### Tests
- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.
### Documentation
_No response_
### Versioning
Major - My pull request introduces a breaking change.
Reviewed-on: #1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com >
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com >
2025-02-10 23:25:58 -08:00
nhcarrigan
08f232f0ee
Initial commit
2025-02-10 22:07:07 -08:00