* Adding different team types for supporting organization team hierarchy
* Add support for team hierarchy
* Create organization during initalization
* Team hierachy test for POST methods
* Add PUT and PATCH support for changing team hiearchy
* Added tests for the team hiearchy feature
* Restored v003 sql files and added v004
* Merge conflicts with main and adopt new JSON based configuration
* Remove configuration Organization name to simplify user MUST do configurations
* Snowflake Make Query tag Optional (#6114)
* Snowflake make query tag optional
* Modified Description
* [Backend][UsageResource] Add PUT to enable updating Usage #6117 :::::: and allow adding space to tagCAtegory and Tags (#6119)
* [Backend][UsageResource] Add PUT to enable updating Usage #6117
* [Backend][UsageResource] Allow space in tags category and primary tags #6121
* [Backend][UsageResource] Update in more genric way to make use of space in resourcePath
* ui changes for allowing space in tag and tag category name
* [Backend][Improvement]add test for put and post
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Adding different team types for supporting organization team hierarchy
* Add support for team hierarchy
* Create organization during initalization
* Team hierachy test for POST methods
* Add PUT and PATCH support for changing team hiearchy
* Added tests for the team hiearchy feature
* Restored v003 sql files and added v004
* Merge conflicts with main and adopt new JSON based configuration
* Remove configuration Organization name to simplify user MUST do configurations
* Python jsonSchema code generation not respecting defaults
* fixed failing cypress
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Fix#5193 Backend - Need support to Filter users rest api with isAdmin field
* Add UI changes and remove migration scripts
* Address review comments
* Fix UT failures
* fix(ui): teams & user page layout fixes
Fixed - filters not added for User profile page
Fix issue for longer text
Fix all the teams not showing up
* update team selectable
* revert getUserSuggestions function
* fix elipsis issue
* fix lint issue
* address comments
* [Backend][UsageResource] Add PUT to enable updating Usage #6117
* [Backend][UsageResource] Allow space in tags category and primary tags #6121
* [Backend][UsageResource] Update in more genric way to make use of space in resourcePath
* ui changes for allowing space in tag and tag category name
* [Backend][Improvement]add test for put and post
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* ✨ UI: Request/update tag should be created as a task
* Add support for tagsdiff in tagtask page
* Minor change
* Change text from suggest to update
* Add support for update tags task at column level tags
* Minor fix
* Remove ternary operator
* ✨ Activity Feed: Show "Request Tag" button for table column Tags
* Add support for task icon
* Addressing review comment
* Fix unit tests
* Fix unit test
* Fix explore page issue
* Fix#6026 UI - Ability to show JWT Tokens as expired once the expiry date passes
* Addressing review comment.
* Minor logic change
* Add text for no expiration date
* Fix#5956 Long team names go out of the box
* Fix unit test
* Minor change
* Fix roles page issue
* Revert policy change
* Fix Long name issue
* Minor change
* Fix unit test
* Fix issue 5955 non-joinable team also visible at the time of signup
* miner fix for submit button
* Fix issue 5960 Teams and users page shows no team available even if team is available
* addressing comment