Skip to content

Tags: strateos/transcriptic

Tags

v9.6.3

Toggle v9.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow none body put post patch requests (#232)

Allow none body put post patch requests


update request example in this doc to not encode body if none on post
put or patch:

https://strateos.atlassian.net/wiki/spaces/ENG/pages/1823801375/Onboarding+Request+Signing+Authentication+RSA+for+Strateos+Console+User

v9.6.2

Toggle v9.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update: Release v9.6.2 (#231)

v9.6.1

Toggle v9.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update: changelog (#228)

* Update: changelog

increment version in changelog

* Update: version.py

Incremented version to v9.6.1 in version.py

v9.6.0

Toggle v9.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update: version for release (#223)

* update: version for release

* update changelog

Co-authored-by: joshhacksthings <[email protected]>

v9.5.0

Toggle v9.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 9.5.0 (#218)

## Summary

### Updated
- Jinja2 version >=3.0 to be compatible with the data-processor-service.
### Fixed
- Upgraded base docker image to 3.7 to fix nbgitpuller error

v9.4.2

Toggle v9.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update 9.4.2 in version (#215)

v9.4.1

Toggle v9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add predecessor run id to transcriptic launch command (#213)

* add predecessor run id to transcriptic launch command, update version and changelog

* lint

* lint

* remove print to standard out and update submit_run_request with predecessor id arg

* changelog

* lint

* whitespace

* add predecessor id to payload directly

* lint

v9.4.0

Toggle v9.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to version v9.4.0 (#211)

## Summary

### Added
- New `-e/--exclude` and `-i/--include` flags to `exec`. It filters out the autoprotocol
  instructions in the backend.

v9.3.1

Toggle v9.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
small update to match v0.16.0 deployment (#209)

Summary:

Fixed
- Adapt the backend url resolution with the new configuration of the frontend client.

v9.3.0

Toggle v9.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new version: upgrade to v9.3.0 (#205)

Summary:
Added
- A new `-tc-suggestion/--time-constraints-are-suggestion` flag to `exec`.
- A new `--no-redirect` flag to `exec`. It allows the endpoint of the scle test
  workcell instance to be used, instead of the client dashboard.

Fixed
- The workcell id in `exec` was forced to be `wcN`. There is now no restrictions.

Updated
- Added support for sessions and absolute time constraint in `exec` CLI command.
  Added "--sessionId", "--schedule-at", and "--schedule-delay" flags.
- The api url expected by the `exec` method has been changed to be the url of
  the new dashboard (unless `--no-redirect` is used). It has the shape:
  `base_url/facility/workcell`. It does not require `http` to be added anymore.