chore: update in sub-issues component and property validation and issue loaders#3375
Merged
sriramveeraghanta merged 15 commits intodevelopfrom Jan 16, 2024
Merged
Conversation
* Fix progress chart * Module issues's update/ delete. * Peek Overview for Modules/ Cycle. * Fix Cycle Filters not applying bug.
rahulramesha
approved these changes
Jan 16, 2024
| ); | ||
|
|
||
| // const issue = this.rootIssueDetailStore.rootIssueStore.issues.getIssueById(issueId); | ||
| if (!oldIssue) return; |
Contributor
There was a problem hiding this comment.
TODO: Verify and remove the unnecesary code below
sriramveeraghanta
pushed a commit
that referenced
this pull request
Jan 22, 2024
…ue loaders (#3375) * fix: handled undefined issue_id in list layout * chore: refactor peek overview and user role validation. * chore: sub issues * fix: sub issues state distribution changed * chore: sub_issues implementation in issue detail page * chore: fixes in cycle/ module layout. * Fix progress chart * Module issues's update/ delete. * Peek Overview for Modules/ Cycle. * Fix Cycle Filters not applying bug. --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
sriramveeraghanta
pushed a commit
that referenced
this pull request
Jan 22, 2024
…ue loaders (#3375) * fix: handled undefined issue_id in list layout * chore: refactor peek overview and user role validation. * chore: sub issues * fix: sub issues state distribution changed * chore: sub_issues implementation in issue detail page * chore: fixes in cycle/ module layout. * Fix progress chart * Module issues's update/ delete. * Peek Overview for Modules/ Cycle. * Fix Cycle Filters not applying bug. --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
vamsikrishnamathala
pushed a commit
that referenced
this pull request
Aug 7, 2025
* [SILO-306] Create Sentry ETL Package, authentication, services and webhook types (#3372) * feat: added types in core to accomodate sentry integration needs * feat: added auth service for sentry integration * feat: added api service and builder functions * feat: added webhook and core types for sentry integration * feat: exported sentry from etl package * fix: etl type errors * [SILO-307] feat: Added authentication flow and OAuth for sentry integration (#3373) * feat: added sentry authentication with OAuth and app installation * feat: added assets controller for sentry to fetch plane assets * [SILO-308] Created Sentry Web UI, State Mapping and Translations (#3374) * feat: added sentry service to interact with silo * feat: added sentry integration store * feat: added sentry hook to interact with store * feat: added sentry page components * feat: added sentry integration page * feat: added sentry constants and translations * feat: added feature for state mapping for sentry issues * [SILO-309] Added Sentry Workers for syncing the resolution states and sentry webhooks (#3375) * feat: added sentry worker to main manager * feat: added sentry issue handler * feat: added intake issue creation in sentry alerts * fix: sentry bugs * chore: added migration for creating sentry app * fix: controllers as list * chore: added webhook path for generating sentry application * fix: sentry webhook path and service * fix: removed unused files * fix: restored dev wiki * fix: removed json stringify package * fix: etl build running out of memory * chore: resolved comments * chore: revert migration changes * fix: revert nodemon file * fix: resolved sentry comments * fix: added validation for authenticated user * feat: added translation for sentry web ui * fix: build * fix: dedupping issue with sentry webhooks * fix: dangling issue error for sentry integration slug * fix: increase max old space size for etl package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the sub-issues component structure on the issue detail page and introduces role-based property validation for both the issue detail and peek overview and loaders in the issues.