Ritwik G

Results 10 issues of Ritwik G

## What changes were proposed in this pull request? - Added JWT as a parameter in sql-scratchpad web component which can be used for API authentication instead of username password...

roadmap

## What ... ## Why ... ## How ... ## Relevant Docs - ## Related Issues or PRs - ## Dependencies Versions / Env Variables - ## Notes on Testing...

## What - Corrected the atomic ENV parsing to get boolean ## Why - Current logic parse it as string if an ENV is configured ## How - ## Can...

## What - Fix related to https://github.com/Zipstack/unstract/issues/414 - Changed logic for parsing SESSION_COOKIE_SECURE and CSRF_COOKIE_SECURE from env. Earlier one was not parsing bool properly - Made these `False` in sample.env...

## What - Fix for issue https://github.com/Zipstack/unstract/issues/705. - Added `script_dir` usage inside quotes so that it will be properly escaped ## Why - When a whitespace was present in the...

## What - Workflow to mark stale PRs and Issues after 60 days and close stale ones after 7 days(default values) ## Why - To mark any issues which are...

## What - Automatically label new pull requests based on the paths of files being changed or the branch name. ## Why - ## How - Using `actions/labeler` ## Can...

## What - A simple login test using selenium - The container build workflow will initiate the tests in `tests/e2e` folder after the build step - This will report the...

## What - Modified the docker client test cases to work without actual docker daemon ## Why - ## How - ## Can this PR break any existing features. If...

## What - ## Why - ## How - ## Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins...