Commit Graph

21 Commits

Author SHA1 Message Date
hikari 65a8c71d3d chore: replace .npmrc with pnpm-workspace.yaml
Node.js CI / CI (push) Failing after 26s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m52s
2026-03-02 16:26:44 -08:00
hikari 84e37c3d78 docs: update feedback section to use support forum
Node.js CI / CI (push) Failing after 27s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m30s
2026-01-26 12:36:48 -08:00
naomi c84de38686 feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / CI (push) Failing after 18s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m9s
2025-12-22 19:41:45 +01:00
naomi 2bb54c208a feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / CI (push) Failing after 9s
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:35:14 +01:00
naomi 0c4f15cfbf feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / Lint and Test (push) Failing after 3s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 57s
2025-12-22 19:25:05 +01:00
naomi 11d50898fa feat: automated upload of .npmrc
Node.js CI / Lint and Test (push) Failing after 25s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m6s
2025-12-22 19:16:00 +01:00
naomi 97552c10af feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 40s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 59s
2025-12-18 03:07:55 +01:00
naomi d5f9a08b93 feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 37s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m12s
2025-12-17 23:25:55 +01:00
naomi 73e068cbee feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 34s
Security Scan / Security Audit (push) Failing after 5m1s
2025-12-12 03:37:41 +01:00
naomi 2c43d30095 feat: automated delete of .gitea/workflows/sonar.yml
Node.js CI / Lint and Test (push) Successful in 32s
Security Scan / Trivy Security Scan (push) Failing after 4m46s
2025-12-12 00:14:59 +01:00
naomi 06e97eb317 feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 27s
Security Scan / Trivy Security Scan (push) Failing after 4m46s
Code Analysis / SonarQube (push) Failing after 4m50s
2025-12-11 20:11:54 +01:00
naomi f8360b1c7d chore: add sonar workflow
Code Analysis / SonarQube (push) Successful in 1m13s
Node.js CI / Lint and Test (push) Successful in 1m33s
2025-02-26 13:41:59 -08:00
naomi 33c0d398ba feat: setup actions (#1)
Node.js CI / Lint and Test (push) Successful in 52s
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-23 01:34:50 -08:00
naomi 2408f0b43e chore: gitea 2025-01-22 17:12:48 -08:00
naomi fa1bba8633 feat: add demo environment (#6)
Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/6
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-30 04:47:05 +00:00
naomi 92b757ca37 release: v1.0.0 (#5)
Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/5
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-30 04:34:07 +00:00
naomi 2bc2f81bbd fix: fallback empty arrays in view embed (#4)
### Explanation

The view embed was sending empty fields if the `tags` or `assignees` arrays were empty. Adding a fallback value provides a better UX.

### 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

- [ ] 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.
- [x] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [x] All new and existing tests pass locally with my changes.
- [x] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

Patch - My pull request introduces bug fixes ONLY.

Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/4
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-30 03:51:49 +00:00
naomi 30a5c0c0c6 fix: mixed up env urls (#3)
### Explanation

Turns out the WebhookClient throws an error with a Mongo URI. Who knew? 🤣

### 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

- [ ] 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.
- [x] All new and existing tests pass locally with my changes.
- [x] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

Patch - My pull request introduces bug fixes ONLY.

Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/3
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-30 01:46:11 +00:00
naomi 296a50fedd feat: first version of bot (#2)
### Explanation

This should set up everything we need for our initial launch. Test coverage is at 100% to ensure nothing breaks.

### 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

- [x] 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.
- [x] All new and existing tests pass locally with my changes.
- [x] Code coverage remains at or above the configured threshold.

### Documentation

Coming soon - I'm working on the infra for docs next

### Versioning

Major - My pull request introduces a breaking change.

Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/2
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-30 01:41:25 +00:00
naomi da6fbfd45e feat: scaffold the initial project (#1)
### Explanation

We need our standard tooling set up and ready to go so we may begin development on the actual application.

### 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

- [ ] 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.
- [x] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

Major - My pull request introduces a breaking change.

Reviewed-on: https://codeberg.org/nhcarrigan/rig-task-bot/pulls/1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-28 21:19:18 +00:00
nhcarrigan eba422dd22 Initial commit 2024-09-28 21:08:09 +00:00