Serge Smertin

Results 212 issues of Serge Smertin

# Description Sample implementation found at https://github.com/sevro/rust-codecov Also as cargo ext https://github.com/kennytm/cargo-kcov Technically, codecov doesn't need any GITHUB_TOKEN for public repos. **Use Case** Continuously measuring code quality and stability of...

enhancement
help wanted
good first issue

Goal: - some bundles want to define their own code enhancement rules - if two bundles enhance the same class - there would be no risk of conflicts - couple...

Need to provide retry queue for failed bulk index items

In order to simplify development experience, i'd like to see so much used import hints in VSCode. ![image](https://user-images.githubusercontent.com/259697/110245724-bbd9c380-7f64-11eb-9c7a-8c4b9cc6fd7d.png)

notebooks
auto import
fixed by lsp notebooks

To make Databricks Terraform Provider generally available, we've moved it from [https://github.com/databrickslabs](https://github.com/databrickslabs) to [https://github.com/databricks](https://github.com/databricks). We've worked closely with the Terraform Registry team at Hashicorp to ensure a smooth migration. Existing...

### Use-cases Name-to-id map of all `databricks_mws_credentials` in given account

feature
good first issue
hacktoberfest

Migrate to paginated job list 2.1 API in `databricks_jobs` data resource to skip the limit of number of jobs in the workspace. ### References * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs_test.go#L12-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs.go#L16-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/resource_job.go#L277-L281

feature

Verify if it's already possible to create AKV-scopes and if https://github.com/databricks/terraform-provider-databricks/blob/master/secrets/resource_secret_scope.go#L69-L72 could be removed from production code.

feature

### Configuration ```hcl provider "databricks" { alias = "account" host = module.defaults.account_console account_id = module.defaults.databricks_account_id username = data.azurerm_key_vault_secret.username.value password = data.azurerm_key_vault_secret.password.value } ... resource "databricks_mws_workspaces" "this" { provider = databricks.account...