Aditya Manthramurthy

Results 20 issues of Aditya Manthramurthy

Rewriting (more like reorganising) Checker.py for new store and better maintainability

release 1.0

TBD. The problem is that errors may happen once some results have been sent down in the response. So we cannot return a http statuscode to convey the error.

ILM client side logic has changed to require a matching rule ID when a rule is updated - this was updated in https://github.com/minio/console/pull/2251 - tests were fixed, but UI may...

The Config Get API in MinIO now returns info about existing environment variables in the server. The client function for parsing the output is https://github.com/minio/madmin-go/blob/main/parse-config.go#L328 (`ParseServerConfigOutput`). This function returns info...

Resolves #420 ## Checklist: ### HLint - [ ] I've changed the exposed interface (add new reexports, remove reexports, rename reexported things, etc.). - [ ] I've updated [`hlint.dhall`](https://github.com/kowainik/relude/blob/master/hlint/hlint.dhall) accordingly...

GHC 9.4.2 is now a stable release.

**Is your feature request related to a problem? Please describe.** Most packages use a `Setup.hs` which is not directly used by stack or cabal, but is used by `runhaskell` (as...

feature-request

## Description Add API to query policy mappings for LDAP. ## Motivation and Context ## How to test this PR? ## Types of changes - [ ] Bug fix (non-breaking...

## Description IDP config create vs update API calls are now separate using PUT and POST http verbs. ## Motivation and Context Allows for easier add/update/list/get/remove semantics. ## How to...

## Description Metrics V3 is mainly a reorganization of metrics into smaller groups of metrics and the removal of internal aggregation of metrics received from peer nodes in a MinIO...

new-feature