Anton Troyanov

Results 6 issues of Anton Troyanov

Right now, when setting up **Auto Assignment** through **Target Filters**, the **AutoAssigner** expects the new auto assigned DS not to be in the targets entire action history. https://github.com/eclipse/hawkbit/blob/d982bb9a5ff13b1b46fad6dc5de3dcc728087fa0/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/autoassign/AutoAssignChecker.java#L38-L44 This behavior...

enhancement

In case of a monorepo project (e.g. Python + Go) go.mod might be located somewhere in nested directories, but not in the project root. This leads to an issue when...

In case of a monorepo project (e.g. Python + Go) `go.mod` might be located somewhere in nested directories, but not in the project root. Usage of `Path:new('.')` won't work well...

Use [VerifyHostname](https://pkg.go.dev/crypto/x509#Certificate.VerifyHostname) instead of a string comparison, as it allows usage of wildcard certificate for every cluster member. Release unique constraint on certificate, as in case of wildcard certificate it...

MicroCluster requires the name of the cluster member to be a FQDN and it also checks that this name is among certificate SAN. https://github.com/canonical/microcluster/blob/d50fa5075619b0e03e0f6b5e86b10be1a18f1831/internal/rest/resources/control.go#L83 ```go // Subject Alternate Name values....

MicroCluster requires **all** nodes in a cluster to have the same schema/API version and if update will be triggered when one of the nodes is offline, the update will never...