Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Tags: flyteorg/flytectl

Tags

v0.8.22

Toggle v0.8.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure token is refreshed on Unauthenticated (#487)

* Ensure token is refreshed on Unauthenticated

* debug

* Using condition broadcast

* Use go 1.19.

Signed-off-by: Eduardo Apolinario <[email protected]>

* YOLO

Signed-off-by: Eduardo Apolinario <[email protected]>

* Skip unit tests

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v0.8.21

Toggle v0.8.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix demo start (#486)

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v0.8.20

Toggle v0.8.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add deprecation message (#485)

Signed-off-by: Eduardo Apolinario <[email protected]>

v0.8.19

Toggle v0.8.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add deprecation message (#485)

Signed-off-by: Eduardo Apolinario <[email protected]>

v0.8.18

Toggle v0.8.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix documentation (#482)

v0.8.16

Toggle v0.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Integrate Bubbletea Pagination into get execution (#473)

* feat: add pagination for get execution (draft)

Signed-off-by: zychen5186 <[email protected]>

fix: catches existing commands in os.Args

Signed-off-by: zychen5186 <[email protected]>

fix: restore neccessary codes

Signed-off-by: zychen5186 <[email protected]>

* feat: use -i to trigger bubbletea, add pagination for get execution

Signed-off-by: zychen5186 <[email protected]>

* change dot to arabic paging format

Signed-off-by: zychen5186 <[email protected]>

change dot to arabic paging format

Signed-off-by: zychen5186 <[email protected]>

change var names

Signed-off-by: zychen5186 <[email protected]>

fix: lint

Signed-off-by: zychen5186 <[email protected]>

* reuse JSONToTable

Signed-off-by: zychen5186 <[email protected]>

* reuse JSONToTable

Signed-off-by: zychen5186 <[email protected]>

change := to var

Signed-off-by: zychen5186 <[email protected]>

* keep original format when not using bubbletea

Signed-off-by: zychen5186 <[email protected]>

* improve readability and no functionality is changed

Signed-off-by: zychen5186 <[email protected]>

---------

Signed-off-by: zychen5186 <[email protected]>

v0.8.15

Toggle v0.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update admin endpoint to use port 30080 in config.yaml (#467)

Signed-off-by: troychiu <[email protected]>

v0.8.14

Toggle v0.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update links for monodocs (#465)

Signed-off-by: nikki everett <[email protected]>

v0.8.13

Toggle v0.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Check for git authentication when GITHUB_TOKEN exists (#463)

Signed-off-by: Jeongwon Song <[email protected]>