Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 word grammar/typo fix #436

Merged
merged 1 commit into from
Aug 3, 2020
Merged

1 word grammar/typo fix #436

merged 1 commit into from
Aug 3, 2020

Conversation

leorleor
Copy link
Contributor

No description provided.

@kumare3
Copy link
Contributor

kumare3 commented Jul 31, 2020

Thank you @leorleor

@kumare3 kumare3 self-requested a review July 31, 2020 18:47
@kumare3 kumare3 merged commit 0b04c3f into flyteorg:master Aug 3, 2020
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 6, 2022
Signed-off-by: Flyte-Bot <[email protected]>

Co-authored-by: flyte-bot <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 6, 2022
* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* Fix build break

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* added GateNode to compiler

Signed-off-by: Daniel Rammer <[email protected]>

* added gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* enable reading and setting gate node state

Signed-off-by: Daniel Rammer <[email protected]>

* gate nodes working

Signed-off-by: Daniel Rammer <[email protected]>

* changed Conditional to Condition in proto naming

Signed-off-by: Daniel Rammer <[email protected]>

* passing admin client to gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* using signal service client to check for signal in admin and write output

Signed-off-by: Daniel Rammer <[email protected]>

* updated comments

Signed-off-by: Daniel Rammer <[email protected]>

* completed implementation

Signed-off-by: Daniel Rammer <[email protected]>

* added unit tests for gate node

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests with missing signal mocks

Signed-off-by: Daniel Rammer <[email protected]>

* added docs on gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issues

Signed-off-by: Daniel Rammer <[email protected]>

* updating flyteidl dependency

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issue

Signed-off-by: Daniel Rammer <[email protected]>

* added output variable name to signal condition

Signed-off-by: Daniel Rammer <[email protected]>

* using last attempt started at timestamp on node context rather than tracking in gate node status

Signed-off-by: Daniel Rammer <[email protected]>

* updated GateNodeStatus mocks

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issue

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* updated flyteidl deps

Signed-off-by: Daniel Rammer <[email protected]>

* update flyteidl deps

Signed-off-by: Daniel Rammer <[email protected]>

* added interface validation for approve condition

Signed-off-by: Daniel Rammer <[email protected]>

* added approve condition unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* fixed missed merge conflict updating to slice of dial options

Signed-off-by: Daniel Rammer <[email protected]>

* update generated mocks

Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Dan Rammer <[email protected]>
Co-authored-by: flyte-bot <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
flyteorg#436)

* ci: ensure unified tsconfig and remove mocks,test,stories from build
* ci: move certificates into certificate folder inside script

Signed-off-by: Nastya Rusina <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Aug 9, 2023
* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* Fix build break

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update flyteidl version

Signed-off-by: Flyte-Bot <[email protected]>

* added GateNode to compiler

Signed-off-by: Daniel Rammer <[email protected]>

* added gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* enable reading and setting gate node state

Signed-off-by: Daniel Rammer <[email protected]>

* gate nodes working

Signed-off-by: Daniel Rammer <[email protected]>

* changed Conditional to Condition in proto naming

Signed-off-by: Daniel Rammer <[email protected]>

* passing admin client to gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* using signal service client to check for signal in admin and write output

Signed-off-by: Daniel Rammer <[email protected]>

* updated comments

Signed-off-by: Daniel Rammer <[email protected]>

* completed implementation

Signed-off-by: Daniel Rammer <[email protected]>

* added unit tests for gate node

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests with missing signal mocks

Signed-off-by: Daniel Rammer <[email protected]>

* added docs on gate node handler

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issues

Signed-off-by: Daniel Rammer <[email protected]>

* updating flyteidl dependency

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issue

Signed-off-by: Daniel Rammer <[email protected]>

* added output variable name to signal condition

Signed-off-by: Daniel Rammer <[email protected]>

* using last attempt started at timestamp on node context rather than tracking in gate node status

Signed-off-by: Daniel Rammer <[email protected]>

* updated GateNodeStatus mocks

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issue

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* updated flyteidl deps

Signed-off-by: Daniel Rammer <[email protected]>

* update flyteidl deps

Signed-off-by: Daniel Rammer <[email protected]>

* added interface validation for approve condition

Signed-off-by: Daniel Rammer <[email protected]>

* added approve condition unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* fixed missed merge conflict updating to slice of dial options

Signed-off-by: Daniel Rammer <[email protected]>

* update generated mocks

Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Dan Rammer <[email protected]>
Co-authored-by: flyte-bot <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Aug 21, 2023
Signed-off-by: Flyte-Bot <[email protected]>

Co-authored-by: flyte-bot <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Apr 30, 2024
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Apr 30, 2024
austin362667 pushed a commit to austin362667/flyte that referenced this pull request May 7, 2024
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this pull request Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants