Casper da Costa-Luis
Casper da Costa-Luis
there are quite a few [workflows with hardcoded `timeout-minutes: 4320`](https://github.com/search?q=cml+timeout-minutes%3A+4320&type=code). Said workflows are broken due to #1067. Also users who notice the warning and upgrade to `timeout-minutes: 50400` will still...
## Breaking changes - [ ] https://github.com/iterative/cml/issues/969 - [ ] `setup-cml`'s `vega-lite@4` should be moved to `setup-dvc` and `vega-lite@5`? https://github.com/iterative/setup-cml/issues/75#issue-1291905982 + [x] https://github.com/iterative/setup-cml/issues/47 - [ ] drop legacy CLI aliases?...
Revert NVIDIA/nvidia-docker#995 & NVIDIA/nvidia-docker#994 once https://github.com/NVIDIA/nvidia-container-toolkit/issues/257 is resolved
https://lp.jetbrains.com/python-developers-survey-2021/#CloudPlatforms lists it right after AWS, GCP and Azure.
- [x] rename `cml send-github-check` -> `cml send-check/check` (#762) - [ ] Support GitLab equivalent(s) + https://docs.gitlab.com/ee/api/commits.html#post-the-build-status-to-a-commit + https://docs.gitlab.com/ee/ci/unit_test_reports.html
Following https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/, maybe replace https://github.com/iterative/cml/blob/67b6a6f877c8cc59dfa3fa8d0c46e11bc4a5078c/src/drivers/github.js#L182-L190 with `@actions/core.summary` à la the example ```js import * as core from '@actions/core' await core.summary .addHeading('Test Results') .addCodeBlock(generateTestResults(), "js") .addTable([ [{data: 'File', header: true}, {data:...
Backtracking on [not doing this earlier](https://github.com/iterative/cml.dev/pull/222#issuecomment-1098111701) - `cml ci --fetch-depth=` is a [good idea](https://github.com/iterative/cml.dev/pull/222#issuecomment-1098206616) - `depth=0` could be an alias for `--unshallow` - could thus deprecate (hide) `--unshallow` - things...
Provide convenience automations with new flag(s): - `--user-commit`: name=`git log -1 --pretty=format:'%an'`, email=`git log -1 --pretty=format:'%ae'` - `--user`: name=`$GITHUB_ACTOR`, email=`[email protected]` ([interesting quirks](https://github.community/t/who-will-be-the-github-actor-when-a-workflow-runs-on-a-schedule/17369)) - `--user-driver`: name=`gh api user --jq .login`, email=`gh...
Due to https://github.com/iterative/terraform-provider-iterative/pull/156, GCP should be supported. - [x] Fix bugs (#678?) - [ ] #921 - [x] Update README (#717) - [x] Update https://cml.dev/doc (https://github.com/iterative/cml.dev/pull/105)
- [ ] `~/.cml/cml-*/` is not named according to `--name` - [ ] `~/.cml/cml-*/` is not cleaned up on exit (should be cleaned esp. if no `--name`) - [ ]...