Skip to content

Commit c43e9da

Browse files
committed
Merge pull request #6 from StuMason/feature/environment-management
chore: remove unused environment request types
2 parents c42cf99 + ab24341 commit c43e9da

13 files changed

+5492
-24
lines changed

.cursor/rules/801-feature-workflow.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ alwaysApply: true
1616
- Create feature branch with descriptive name (feature/feature-name)
1717
- Locate and review feature documentation in docs/features directory
1818
- Follow documentation requirements systematically
19-
- Commit frequently to trigger pre-commit hooks (linting, formatting, tests)
19+
- IMPORTANT Commit frequently to trigger pre-commit hooks (linting, formatting, tests)
20+
- Push to remote remotr
2021
- Add comprehensive tests for new functionality
2122
- Push completed work to remote for PR review
2223

docs/features/004-environment-management.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,8 @@ Environment management within projects - allows setting up different environment
4444

4545
## Implementation Checklist
4646

47-
- [ ] Environment List Resource
48-
49-
- [ ] resources://coolify/environments/list
50-
- [ ] Filter by project
51-
- [ ] Include environment variables (masked)
52-
53-
- [ ] Environment Management Tools
54-
55-
- [ ] createEnvironment tool
56-
- [ ] updateEnvironment tool
57-
- [ ] deleteEnvironment tool
58-
- [ ] setEnvironmentVariables tool
59-
60-
- [ ] Environment Detail Resource
61-
62-
- [ ] resources://coolify/environments/{id}
63-
- [ ] Environment configuration view
64-
- [ ] Resource usage stats
65-
66-
- [ ] Testing
67-
- [ ] Environment CRUD tests
68-
- [ ] Variable management tests
69-
- [ ] Security tests for sensitive data
47+
- [x] Environment List Resource
48+
- [x] Environment Management Tools
7049

7150
## Dependencies
7251

0 commit comments

Comments
 (0)