Skip to content

Tags: raystack/compass

Tags

v0.7.1

Toggle v0.7.1's commit message
build: upgrade goreleaser config to version 2

v0.7.0

Toggle v0.7.0's commit message
docs: fix incorrect docker port and outdated version in README

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: rename to raystack (#223)

* chore: rename to raystack

* chore: update proto path

* chore: upgrade go version

* chore: fix typo

v0.5.0

Toggle v0.5.0's commit message
docs: add namespace in cli and api specs

Signed-off-by: Kush Sharma <thekushsharma@gmail.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update documentation (#210)

* docs: add configuartion page

* docs: update installation page

* docs: add cli commands in tour pages

* docs: update guides with cli commands

* docs: add cli reference, update introduction page

* doc: update references

* chore: update dockerfile with server commands

* chore: update server commands in examples

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1

v0.3.1-rc2

Toggle v0.3.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enhance asset filters in GetAllAssets (#199)

* Support having `OR` clause in the nested data fields filters for the same key with multiple values
* These changes will not support data field values that inherently have a `,`(comma) in them but are not intended to be a slice.

v0.3.1-rc1

Toggle v0.3.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Patch asset's lineage (#195)

- For the UpsertPatchAsset RPC, when no upstreams and downstreams are
  specified in the request, skip overwriting the asset's lineage unless
  OverwriteLineage flag is set to true.
- Bump up the proton commit in Makefile to pull in changes from
  raystack/proton#238 + generate protos.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fix docs build - rm broken link ref (#193)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(lineage): fetch lineage with level and direction (#157)

* feat(lineage): fetch lineage with level and direction

* fix: test name not capitalised