Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axon 137 sidebar UI new sidebar view for jq ls #154

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

cabella-dot
Copy link
Contributor

@cabella-dot cabella-dot commented Feb 26, 2025

  • create new Custom Jql vew provider
  • add searchIssueHelper to hold searchable issues
  • Next:
  • create status tags for issue node
  • enable custom jql view in config page

Demo:
https://www.loom.com/share/6cd9a9ec8fd14dbdbe7aa78966ab4b69

@cabella-dot cabella-dot marked this pull request as ready for review February 28, 2025 21:39
src/container.ts Outdated
this.initializeUriHandler(context, this._analyticsApi, this._bitbucketHelper);
});
})
.then(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about removing then(), catch the error and log it, and launch all the initialization in a finally() ?
nothing should be conditional to the success or failure of the feature flag initializer because we have default values in case of failure

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the downside of the current implementation is that there are two different entrypoint for initializeLegacySidebarView and it's harder to follow the logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants