Skip to content

Commit

Permalink
patch: added ClearML logo; gave better names to CI workflows; updated…
Browse files Browse the repository at this point in the history
… roadmap
  • Loading branch information
phitoduck committed Nov 15, 2023
1 parent 63bced8 commit 5594653
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish VS Code Extension
name: Publish to VS Code Marketplace

on:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish VS Code Extension
# find docs on CI for VS Code extensions here: https://code.visualstudio.com/api/working-with-extensions/continuous-integration
name: Build, Test, and Lint

on:
push:
Expand Down Expand Up @@ -27,7 +28,7 @@ jobs:
- name: Run Lint
run: npm run lint

- name: Run Tests
- name: Run Headless Tests
run: xvfb-run -a npm test

- name: Package Extension
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ Features:
- [ ] 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
- [ ] linting
- [ ] testing
- [x] linting
- [x] testing
- [ ] tagging with the semantic version in `package.json`, pushing tags on merge
- [ ] ✨ Add a CD pipeline
- [ ] learn how to publish a VS Code extension on the marketplace
- [ ] enable that for key maintainers to manually approve before the release goes out after each PR
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "clearml-session-manager",
"displayName": "ClearML Session Manager (Unofficial)",
"icon": "src/resources/clearml-logo.png",
"author": {
"email": "[email protected]",
"name": "MLOps Club"
Expand Down
Binary file added src/resources/clearml-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5594653

Please sign in to comment.