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

Add-Create-Experiment-button-when-selecting-experiement-#5737 #11060

Conversation

ElayAharoni
Copy link
Contributor

@ElayAharoni ElayAharoni commented Jul 31, 2024

feat(frontend): add create experiment button when selecting experiment.

Copy link

Hi @ElayAharoni. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@hbelmiro
Copy link
Contributor

/ok-to-test
/rerun-all

Elay Aharoni (EXT-Nokia) added 2 commits July 31, 2024 22:18
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737

# Conflicts:
#	frontend/src/pages/NewRunV2.tsx
#	frontend/src/pages/functional_components/NewExperimentFC.tsx
@google-oss-prow google-oss-prow bot added size/L and removed size/M labels Jul 31, 2024
@ElayAharoni
Copy link
Contributor Author

i fixed the formatting of the code, please if i can have a second review. thanks

@hbelmiro
Copy link
Contributor

hbelmiro commented Aug 1, 2024

/rerun-all

Elay Aharoni (EXT-Nokia) added 2 commits August 1, 2024 14:47
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737
@ElayAharoni
Copy link
Contributor Author

ElayAharoni commented Aug 1, 2024

thanks, i had one more lint issue that i missed.. can you please retrigger the tests whenever you can?
or am i authorized to do so myself?

@hbelmiro
Copy link
Contributor

hbelmiro commented Aug 1, 2024

/rerun-all

@ElayAharoni you may be authorized to retrigger them. I'm not sure.
Next time can you please try it by adding a /rerun-all comment?

@hbelmiro
Copy link
Contributor

hbelmiro commented Aug 1, 2024

/rerun-all

@ElayAharoni
Copy link
Contributor Author

ElayAharoni commented Aug 4, 2024

hi the pr has passed the tests, if i can have another review please.
Please let me know if there is anything else to do before merge.
thanks

@ElayAharoni
Copy link
Contributor Author

hi is there any progress with the review of the pr? please let me know if there is anything i need to do

@ElayAharoni
Copy link
Contributor Author

please if someone can review the PR when possible.
@zijianjoy , @HumairAK

chensun and others added 5 commits September 20, 2024 19:08
…flow#11127)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7.
- [Commits](indutny/elliptic@v6.5.5...v6.5.7)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n /frontend/server (kubeflow#11056)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.4.1 and updates ancestor dependency [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.2.5...v4.4.1)

Updates `@aws-sdk/credential-providers` from 3.359.0 to 3.621.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.621.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.20.0...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit adds a github workflow that will build v2 images and push
them to GHCR. It uses the GITHUB_TOKEN to authenticate and uses docker
provisioned github actions to streamline the flow. The workflow also
creates attestations for the packages which can be used to verify
provenance and integrity. The workflow can be triggered manually or via
another workflow call. The latter is to supplement future automation
flows.

Signed-off-by: Humair Khan <[email protected]>
CarterFendley and others added 5 commits October 17, 2024 05:05
…flow#11294)

* Use kustomize to patch deployments before deploy

Signed-off-by: carter.fendley <[email protected]>

* Relocate scripts / manifests to github directory

Signed-off-by: carter.fendley <[email protected]>

---------

Signed-off-by: carter.fendley <[email protected]>
)

Moving components that as no maintenance activities in the past two
years to contrib folder.

Signed-off-by: Chen Sun <[email protected]>
* fix(tests): remove redundant integration test wf

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

* Add paths

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

* Remove integration-test.sh

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

---------

Signed-off-by: droctothorpe <[email protected]>
@hbelmiro
Copy link
Contributor

@ElayAharoni it's been waiting for some time. Can you rebase?
@HumairAK do you have this on your plate?

* adding chore as a new template

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

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

* Update .github/ISSUE_TEMPLATE/CHORE.md

Co-authored-by: Helber Belmiro <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>

---------

Signed-off-by: varodrig <[email protected]>
Signed-off-by: Valentina Rodriguez Sosa <[email protected]>
Co-authored-by: Helber Belmiro <[email protected]>
@HumairAK
Copy link
Collaborator

Tested and works,
new-experiment

/lgtm

@ElayAharoni apologies for the wait, can you rebase? once done I can merge this.

@google-oss-prow google-oss-prow bot added the lgtm label Oct 25, 2024
@github-actions github-actions bot added the ci-passed All CI tests on a pull request have passed label Oct 25, 2024
@ElayAharoni
Copy link
Contributor Author

ElayAharoni commented Oct 28, 2024

hi @HumairAK sorry for the delay, i did rebase now

Elay Aharoni (EXT-Nokia) added 3 commits October 28, 2024 12:29
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737

# Conflicts:
#	frontend/src/pages/NewRunV2.tsx
Copy link

New changes are detected. LGTM label has been removed.

Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from humairak. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Elay Aharoni (EXT-Nokia) added 4 commits October 28, 2024 12:44
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737

# Conflicts:
#	frontend/src/pages/NewRunV2.tsx
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737
…n-selecting-experiement-#5737' into Add-Create-Experiment-button-when-selecting-experiement-kubeflow#5737
@hbelmiro
Copy link
Contributor

@ElayAharoni 48 commits. It seems like the rebase was not properly done.

@ElayAharoni
Copy link
Contributor Author

ElayAharoni commented Oct 28, 2024

yeah i did something wrong when rebased it, i will drop this pr and created a new one for this issue..
new pr link: #11332

@hbelmiro
Copy link
Contributor

/close

@google-oss-prow google-oss-prow bot closed this Oct 28, 2024
Copy link

@hbelmiro: Closed this PR.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ElayAharoni ElayAharoni deleted the Add-Create-Experiment-button-when-selecting-experiement-#5737 branch October 28, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-passed All CI tests on a pull request have passed ok-to-test size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.