Rohan Chaturvedi

Results 18 issues of Rohan Chaturvedi

# Description 📣 Improves exception handling in django by correctly mapping the response type to the type of exception. ## Type ✨ - [ ] Bug fix - [x] New...

### Describe the bug When a secret's path is updated via the CLI / API / SDK, an update event is shown in the UI but the diff of the...

bug
frontend
fosshack

## Is your feature request related to a problem? Currently tags can be created organisation wide, but cannot be edited or deleted. ## Describe the solution you'd like A screen...

enhancement
frontend
fosshack

## Is your feature request related to a problem? Add the ability to delete your team / organisation For managing and deleting teams: ![image](https://github.com/phasehq/console/assets/85357445/d7437830-1817-4d47-8a10-4e00614c975e) 1. List the current team that...

enhancement

## Is your feature request related to a problem? When multiple tokens are created, particularly tokens with no expiry, its impossible to know which tokens are actually in use. ##...

enhancement
frontend
backend
fosshack

## :mag: Overview The current secrets editing experience has several and ux and implementation issues: * Secret 'create' and 'edit' actions are done client-side and can be reviewed before deploy,...

## :mag: Overview The `backend/ee/license` folder was colliding the `backend/ee/LICENSE` file ## :bulb: Proposed Changes Renamed `backend/ee/license` to `backend/ee/licensing` ### :heavy_plus_sign: Additional Context https://github.com/phasehq/console/pull/318#issuecomment-2282785813 ### :green_heart: Did You... - [x]...

## :mag: Overview This PR aims to resolve 2 issues with the Secrets UI * Newly created secrets are moved to the bottom of the list because of the default...

## :mag: Overview Updated the CLI preview snippet in the readme

## Is your feature request related to a problem? Currently, input masking is handled by the browser by leveraging the html input `type="password"` attribute. Which this handles masking well, it...

enhancement
frontend
fosshack