Results 15 issues of Pratik

It looks like when both are specified, display_method cannot use e.g. a lambda function. This is annoying, since there are cases where one would like to use both

Cloud [IAP user account based flow ](https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_a_desktop_app) requires 2 changes that aren't supported out of the box by this golang oauth library: * the use of `id_token` instead of `access_token`...

It would be nice to have atlantis discard plan automatically after a configured amount of time. This helps with workflows where you have many folks working on the same repo:...

feature
help wanted

Importing a large number of resources can create a lot of manual effort for importing, as the user has to manually terraform import the resources into the statefile. If the...

Users of datadog tend to organize their monitors using tags. It would be nice to have an option to use those tags to import just the ones that use that...

When some of the options are incorrectly specified, jack will throw an NPE when trying to craft a user-friendly error message. You can see this in the current version by...

change/standard

**Is this a bug fix or adding new feature?** Doc fixie **What is this PR about? / Why do we need it?** Fix broken link **What testing is done?** Nada

needs-ok-to-test
size/XS
cncf-cla: yes

e.g. if a file has a codeowners like: ``` a/** cool-team # TODO: change ``` this library spits out 4 code owners: `cool-team`, `#`, `TODO:` and `change`. While nothing can...

It seems like the last commit was over 3 years ago. Just wanted to see if this is still something being pursued.

This patch adds a client to talk with the rackconnect api. Currently, it only deals with adding/removing dedicated loadbalancers and assigning/removing public IP's to cloudservers. These are the only services...

enhancement
needs_review