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

Bug 1748061: copy gotdotenv and add ability to override underlying scanner buffer … #177

Merged

Conversation

gabemontero
Copy link
Contributor

…for big files

/assign @adambkaplan

this is what would be required to fix https://bugzilla.redhat.com/show_bug.cgi?id=1748061

or alternatively, we submit an PR to github.com/joho/godotenv to add this capability and see if they accept it

Per my question in the bug, do we want to take this on given there is a customer case, or close as wontfix ... still waiting from feedback in bug on their feelings wrt to the workaround of using --param instead of --param-file

@openshift-ci-robot openshift-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 21, 2019
@gabemontero
Copy link
Contributor Author

terraform / aws flake e2e-aws-builds

/test e2e-aws-builds

@gabemontero gabemontero changed the title WIP: copy gotdotenv and add ability to override underlying scanner buffer … copy gotdotenv and add ability to override underlying scanner buffer … Dec 2, 2019
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 2, 2019
@gabemontero gabemontero changed the title copy gotdotenv and add ability to override underlying scanner buffer … Bug 1748061: copy gotdotenv and add ability to override underlying scanner buffer … Dec 2, 2019
@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Dec 2, 2019
@openshift-ci-robot
Copy link

@gabemontero: This pull request references Bugzilla bug 1748061, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Bug 1748061: copy gotdotenv and add ability to override underlying scanner buffer …

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.

@gabemontero
Copy link
Contributor Author

per discussion in bugzilla removed WIP and associated with bug @adambkaplan

bump / PTAL

Copy link
Contributor

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabemontero is it possible to craft a patch to the godotenv repo?

From what I can gather this project is active, though it has fairly low velocity.

@gabemontero
Copy link
Contributor Author

Presumably yes @adambkaplan as I noted in the description ... merely a question of expediency.

Note, it would require a new "API", as the parameters for size would have to be passed down somehow ... so I could envision some time spent going back and forth nailing that down. Is it worth spending that time at this point?

@adambkaplan
Copy link
Contributor

/lgtm

/hold

@gabemontero since this is for 4.4 with no plan to backport, I'd rather us be good citizens and propose a patch. If it takes too long we can merge this as is.

@openshift-ci-robot openshift-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 2, 2019
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Dec 2, 2019
@gabemontero
Copy link
Contributor Author

/hold cancel

per discussion with @adambkaplan an upstream contribution would require changes to their public API (as public method signatures would have to change), or we would need klunky ReadWithSize and ParseWithSize methods for the existing Read and Parse methods.

I've updated comments in code to explain the situation

@adambkaplan bump / ptal

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 2, 2019
Copy link
Contributor

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 2, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adambkaplan, gabemontero

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

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 458d982 into openshift:master Dec 3, 2019
@openshift-ci-robot
Copy link

@gabemontero: All pull requests linked via external trackers have merged. Bugzilla bug 1748061 has been moved to the MODIFIED state.

In response to this:

Bug 1748061: copy gotdotenv and add ability to override underlying scanner buffer …

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.

@gabemontero gabemontero deleted the process-param-file branch December 3, 2019 14:50
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants