Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: OctoMind-dev/cli

Tags

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
expose test report id on pull (#367)

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
default log level info (#366)

* default log level info
* tests

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
includes new endpoint (#361)

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BASE_URL w/o /api (#357)

* BASE_URL w/o /api

* fixes

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump @biomejs/biome from 2.3.11 to 2.3.12 (#356)

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.3.11 to 2.3.12.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version bump for new schema version (#342)

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix update command (#339)

* fix update command

* version bump

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
print push result and add --force for push (#336)

* print push result and add --force for push

* readme

* remove force

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
execute a single test case locally (#330)

* execute a single test case locally

* capital letters consistency

* fix variable naming

* improve mocking

* add id filtering.

* test for filter test target id

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Shows test results in edit view. (#324)

* edit test cases

* remove logs

* folder name constant

* make .octomind folder the default for push, pull, delete and edit.

* use octomind folder in local execution

* fix .octomind folder name in logs

* fix octomind folder helpers and add tests.

* use early exits in deleteTestCase and add tests for local deletion.

* remove edit feature.

* remove edit tests

* add edit CLI command

* fix linting

* fix test case path

* add open dependency, finish editing implementation

* absolute files in octomind root

* working version

* throbber!

* add cancellation, better throbber exiting

* remove import

* Relies on new draft push results, shows test results in edit view.

* add edit CLI command

* fix linting

* fix test case path

* absolute files in octomind root

* add open dependency, finish editing implementation

* working version

* throbber!

* add cancellation, better throbber exiting

* remove import

* -debugging stuff

* lockfile

* remove openapi.yaml

* undo debuggin apigen command

* fix formatting

* fix tests

* add tests

---------

Co-authored-by: Daniel Draper <[email protected]>