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

Import TestGrid UI code with history #3

Merged
merged 85 commits into from
May 3, 2024

Conversation

michelle192837
Copy link
Contributor

Imports a subset of the code from https://github.com/GoogleCloudPlatform/testgrid that corresponds to the new (MVP) TestGrid UI. Includes the history for these files (but not the rest of the main repo).

Ref #2.

spxtr and others added 30 commits January 12, 2017 11:39
Forks kubernetes/test-infra/hack and some other build-related files
from kubernetes/test-infra. Also includes changes to make `bazel build
...` work, and changes from running hack/update-all.sh.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Updated the json serialization to use protojson library
[UI] Add tab & dashboard summary Lit component
Add a tab summary component and associated stories
Compile summary proto too.

Compile summary proto too.
…how respective dashboards wrt dashboard-groups and storybook tests
google-oss-prow bot and others added 10 commits June 23, 2023 19:14
Add tests and stories for dashboard tab test failure alert/health summary
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…yarn/web/semver-5.7.2

Bump semver from 5.7.1 to 5.7.2 in /web
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Extract and process test method names
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Mar 14, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michelle192837

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

The pull request process is described 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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 14, 2024
Copy link

linux-foundation-easycla bot commented Mar 14, 2024

CLA Not Signed

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 14, 2024
@ameukam
Copy link
Member

ameukam commented Mar 14, 2024

@michelle192837 cla issue? add personal email to github?

@michelle192837
Copy link
Contributor Author

I think my CLA is fine, but not the CLA for commits from previous contributors? Hmm...

@michelle192837
Copy link
Contributor Author

Reached out to both contributors above for CLA signing! (Thanks in advance folks :D)

@ameukam
Copy link
Member

ameukam commented Mar 19, 2024

/easy-cla

1 similar comment
@michelle192837

This comment was marked as outdated.

@michelle192837
Copy link
Contributor Author

/easycla

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • 8c034f1 Bump @babel/traverse from 7.21.3 to 7.23.2 in /web

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. I understand the commands that are listed here.

@michelle192837
Copy link
Contributor Author

  • NOTICE file is no longer needed since everyone has signed the CLA! (Thanks folks! 🎉 )
  • Based on offline discussion on K8s Slack, once all the human CLAs (e.g. not google-oss-prow, which is a bot) are covered, we should be good to merge.

@michelle192837
Copy link
Contributor Author

Forcing merge for just this initial PR.

@michelle192837 michelle192837 merged commit ec2438a into kubernetes-sigs:main May 3, 2024
0 of 2 checks passed
@michelle192837 michelle192837 deleted the sync branch May 3, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants