Dmitri Bourlatchkov

Results 44 issues of Dmitri Bourlatchkov

``` $ docker run --rm -p 19120:19120 projectnessie/nessie:latest _ _ _ ____ | \ | | (_) / __ \ | \| | ___ ___ ___ _ ___ / /__\/...

good first issue
java

Nessie APIs accept [CEL](https://github.com/projectnessie/cel-java) expressions to allow filtering various model objects (e.g. commit log). However, it proves difficult for end users to construct correct CEL filters even for common use...

documentation
good first issue

Based on TODO comments in [TreeApiImpl](https://github.com/projectnessie/nessie/blob/c054cc98c7897653065c75d8dfcbfaedd7ae2a97/servers/services/src/main/java/org/projectnessie/services/impl/TreeApiImpl.java#L550) At the moment, we do not expect that many keys/entries to be returned. So the size of the whole result is probably reasonable and...

New API properties added under #3834 should be settable via the fluent request builders in the java client (cf. `MergeTransplantBuilder`)

Currently Nessie Clients allow configuring a fixed bearer token. If the token expires and has to be refreshed from the authentication provider, the user will have to re-create the Nessie...

REST api

e.g. ![image](https://user-images.githubusercontent.com/40603221/156017844-10a2c1ca-027a-4346-ada6-16693e86f331.png)

documentation

As discussed in #2384 : * Ignore all lines starting with `#` in commit messages and Nessie contents (with `--set`) * Hint: If you call vim with a filename COMMIT_EDITMSG,...

good first issue
CLI

Currently Stargate performs two checks as part of the "liveness" probe (used by k8s): 1. It checks that all OSGi bundles are `ACTIVE` 1. It checks that schema agreement is...

Follow-up work for #5112 * [ ] Update Iceberg: https://github.com/apache/iceberg/issues/6031 * [x] Conflict resolution parameters for commits. * [x] Review and update commit information (e.g. message) created for merge +...

For example: ``` Merge1: title: Merge Operation required: - fromRefName - fromHash type: object properties: [...] dryRun: description: | When set to 'true' instructs the server to validate the request...