Skip to content

Commit

Permalink
docs: marked devops as done in README
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed Nov 16, 2023
1 parent f406c47 commit bc0fe2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,17 @@ Features:
- [x] ✨ unit tests: establish pattern of unit tests, e.g. folder structure and example test
- [ ] ✨ integration tests: establish pattern, e.g. run ClearML in CI via `docker-compose.yaml` and make API calls to it
- [ ] Suggestion from ClearML: shutdown idle instances. Determine which are idle by querying for the host metrics, e.g. CPU utilization.
- [ ] ✨ Add a CI pipeline
- [ ] formatting, so all contributed code is uniform
- [x] ✨ Add a CI pipeline
- [x] formatting, so all contributed code is uniform
- [x] linting
- [x] testing
- [ ] tagging with the semantic version in `package.json`, pushing tags on merge
- [ ] repo shields / badges
- [ ] measure test code coverage and display as badge on repo
- [ ] show build status, e.g. "failing"
- [ ] change license to Apache 2.0, display as badge
- [ ] ✨ Add a CD pipeline
- [x] tagging with the semantic version in `package.json`, pushing tags on merge
- [x] repo shields / badges
- [x] measure test code coverage and display as badge on repo
- [x] show build status, e.g. "failing"
- [x] change license to Apache 2.0, display as badge
- [x] ✨ Add a CD pipeline
- [x] learn how to publish a VS Code extension on the marketplace
- [ ] [in progress] enable that for key maintainers to manually approve before the release goes out after each PR

### Running the extension locally

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clearml-session-manager",
"publisher": "mlops-club",
"version": "0.0.5",
"version": "0.0.6",
"displayName": "ClearML Session Manager",
"icon": "src/resources/clearml-logo.png",
"author": {
Expand Down

0 comments on commit bc0fe2e

Please sign in to comment.