-
Notifications
You must be signed in to change notification settings - Fork 0
Update from upstream #2
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
Open
alikhanich
wants to merge
62
commits into
alikhanich:master
Choose a base branch
from
telia-oss:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is required to allow git-lfs to smudge the pointers and attempt to convert these to their corresponding files.
Bump toolchain
* Bump all dependencies * Update README.md Co-authored-by: itsdalmo <kristian@doingit.no>
Add author_email to metadata
* add PR title to metadata * add title meta to tests * fixing tests Co-authored-by: itsdalmo <kristian@doingit.no>
Fix e2e tests after changes to metadata
Reorder metadata so the PR title is more visible
…187) * feat: add submodule support, with safe checkout using access tokens * fix: revert maintainer label to proper org * Ensure we update submodules on integration
* Ocular patdown of e2e tests * Remove global flag from git config * Fix e2e tests for comments * Add e2e tests for submodules
It was a little hard to grok that example listed was for a `put` for pending status, hopefully grouping these closer to the text will be helpful.
Moving example closer to text
This allow using a put step for reporting integration errors
Adds initial CI/CD Test for github-pr-resource
Change to downloading module instead
Write version and metadata before the integration step
…unt-to-the-version Adds approved review count to the version
…-count fix: Converts Approved Review Count to string
Add support for GitHub Actions
docs: Updates README to reflect approved review count
Add git-lfs support
In some situations we might only want to pick up resource versions from PRs that have been merged or closed. For example, to trigger a job based once a PR gets closed.
When we're considering PRs in the closed or merged state, we need to use their closedAt or mergedAt timestamps to check how recent the version is. This is because PRs will not necessarily be closed or merged in the same order their commits have been made.
Allow filtering PRs by state
Co-authored-by: Gary Liu <garyliu@vmware.com> Co-authored-by: Maria Shaldybin <mariash@vmware.com> [#174851535] Update TAS4K8s TKGi pipeline to use Nimbus (Toolsmith deprecating Nov 1st) Co-authored-by: Gary Liu <garyliu@vmware.com>
* fix: filter pull requests on the server, not client Ensure that the GraphQL query requests PRs matching the desired states, rather than requesting all PRs and filtering on the client. Fixes #233 * fix: ensure function name reflects implementation * fix: add missing fake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.