Erez Rokah

Results 123 issues of Erez Rokah

**Is your feature request related to a problem? Please describe.** In https://github.com/netlify/cli/issues/2380 we prompted the user to set a `base` directory when running `ntl init` if we detect that `cwd`...

type: feature
type: project

Related to https://github.com/netlify/cli/issues/2202 The CLI tests can take up to 20 minuets sometimes (mostly on Windows). This means the turnaround for an important bug fix can take around 40 minuets...

type: chore
area: ci
action_item

**Is your feature request related to a problem? Please describe.** Functions logs are currently interleaved with other CLI output. It would be great if we can prefix those with the...

type: feature
area: functions

Related to https://github.com/netlify/cli/pull/1614#discussion_r533495794 Currently we are passing `context` around a lot since we're using logging methods from the base `Command` class. We should create dedicated logging methods and use those....

type: chore

### What version of SQLBoiler are you using (`sqlboiler --version`)? `SQLBoiler v4.15.0` (Actually I'm using the latest code from `master`) ### What is your database and version (eg. Postgresql 10)...

#### Summary Improves MongoDB destination plugin example

automerge
needs-area

### Describe the plugin Support https://opensearch.org/, specifically AWS OpenSearch. The current Elasticsearch plugin does not support it (see https://www.elastic.co/amazon-opensearch-service), since the Go client it uses doesn't support it (seems intentionally...

kind/feat
area/new-plugin

### Describe the resource Requested by a user. We currently sync https://learn.microsoft.com/en-us/rest/api/defenderforcloud/assessments/list?view=rest-defenderforcloud-2020-01-01&tabs=HTTP#securityassessment but it seems the data from https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/api/get-assessment-software-vulnerabilities?view=o365-worldwide#161-request-example is more up to date and complete ### Use Case Detect...

kind/feat
area/plugin/source/azure
blocked
area/new-resource

### Which problem is this feature request solving? With reference to https://github.com/cloudquery/cloudquery/blob/6aa6e426b4eb792cd62df37fd36d2cc1e06e84ca/plugins/source/gcp/docs/configuration.md?plain=1#L59 It's difficult to know which tables are impacted by this configuration ### Describe the solution you'd like List...

kind/docs
kind/feat
area/plugin/source/gcp

## Context The SDK allows using a `PreResourceResolver` resolver to implement a list/detail pattern in a performant way (running the detail in parallel). This works well in most case where...

kind/feat
area/plugin-sdk/go
kind/performance