Commit Graph

25 Commits

Author SHA1 Message Date
naomi faed3f3654 feat: automated upload of .gitea/workflows/ci.yml
Node.js CI / CI (push) Successful in 23s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 58s
2025-12-22 19:43:08 +01:00
naomi f27fae5a72 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:36:36 +01:00
naomi da3293d6a9 feat: automated upload of .gitea/workflows/ci.yml
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
Node.js CI / Lint and Test (push) Has been cancelled
2025-12-22 19:26:20 +01:00
naomi 245f6ed450 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:17:08 +01:00
naomi 475d2820c2 feat: automated upload of .gitea/workflows/security.yml
Node.js CI / Lint and Test (push) Successful in 22s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m0s
2025-12-18 03:09:30 +01:00
naomi 4e6e69f31b Fixes error when user is not the author of the reminder.
Node.js CI / Lint and Test (push) Successful in 40s
2025-11-09 16:03:13 -08:00
gurkirat cba2a8027b feat: add button to clear reminder (#3)
Node.js CI / Lint and Test (push) Successful in 38s
### Explanation

### added button to clear the reminder also added logic to not let anyone click that button if it  does it reply  him with warning message that auto deletes after 2sec

### Issue

issue number 2 add button to clear reminder

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

n/a

### Versioning

Minor - My pull request introduces a new non-breaking feature.

Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-authored-by: GURKIRAT SINGH <mr.gurkirat.singh.no1@gmail.com>
Reviewed-on: #3
Co-authored-by: gurkirat <contact.here.gurkirat.singh@gmail.com>
Co-committed-by: gurkirat <contact.here.gurkirat.singh@gmail.com>
2025-11-02 09:23:29 -08:00
naomi 2058dfb82f fix: ignore bots
Node.js CI / Lint and Test (push) Successful in 41s
2025-11-02 09:07:10 -08:00
naomi c6b1b61d52 chore: bump analytics
Node.js CI / Lint and Test (push) Successful in 41s
2025-10-08 15:07:41 -07:00
naomi 86f921c985 chore: bump
Node.js CI / Lint and Test (push) Successful in 39s
2025-10-07 18:11:16 -07:00
naomi cf3a370f60 chore: bump analytics
Node.js CI / Lint and Test (push) Successful in 39s
2025-10-07 18:07:52 -07:00
naomi 28807f7a69 fix: no log every message too many
Node.js CI / Lint and Test (push) Successful in 42s
2025-10-07 18:01:37 -07:00
naomi 71f11bfe37 feat: set up analytics
Node.js CI / Lint and Test (push) Successful in 42s
2025-10-07 17:51:48 -07:00
naomi c72cbcbf1d chore: use full avatar
Node.js CI / Lint and Test (push) Successful in 48s
2025-08-25 17:01:09 -07:00
naomi 62c24cee7b fix: use web site to avoid embed
Node.js CI / Lint and Test (push) Successful in 32s
2025-08-16 18:34:43 -07:00
naomi c720330f35 fix: god damn
Node.js CI / Lint and Test (push) Successful in 31s
2025-08-16 15:13:21 -07:00
naomi 74c3389374 fix: forgot export
Node.js CI / Lint and Test (push) Failing after 22s
2025-08-16 15:12:33 -07:00
naomi d170c91360 feat: improve responses, better rng
Node.js CI / Lint and Test (push) Failing after 22s
2025-08-16 15:10:50 -07:00
naomi c612a24979 feat: link to discord instructions
Node.js CI / Lint and Test (push) Successful in 39s
2025-08-14 13:15:58 -07:00
naomi eb820bfe04 fix: copy pasta
Node.js CI / Lint and Test (push) Successful in 33s
2025-08-13 20:02:09 -07:00
naomi 2e254bbf82 feat: add a slash command
Node.js CI / Lint and Test (push) Failing after 33s
2025-08-13 19:59:45 -07:00
naomi 543a0101b1 fix: page header
Node.js CI / Lint and Test (push) Successful in 34s
2025-08-13 19:28:56 -07:00
naomi c661de5a0b fix: lint
Node.js CI / Lint and Test (push) Successful in 33s
2025-08-13 18:34:27 -07:00
naomi 0d9c840f98 feat: initial prototype (#1)
Node.js CI / Lint and Test (push) Successful in 33s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] 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

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] 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

_No response_

Reviewed-on: #1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-08-13 18:32:43 -07:00
NHCarrigan c6fc5cd9c6 Initial commit 2025-08-13 17:34:07 -07:00