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

feat(custom-views): Add hook for fetching issue counts #76277

Closed
wants to merge 4,844 commits into from

Conversation

MichaelSun48
Copy link
Member

@MichaelSun48 MichaelSun48 commented Aug 15, 2024

Adds a useAPIQuery hook for the organization/.../issues-count endpoint. This is going to be used by the custom views component to fetch the query counts for new tabs.

Update 1/6: We've decided to re-add this functionality, which is why this PR has been reopened

@MichaelSun48 MichaelSun48 requested a review from malwilley August 15, 2024 18:09
@MichaelSun48 MichaelSun48 requested a review from a team as a code owner August 15, 2024 18:09
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 15, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Sep 6, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Sep 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
@MichaelSun48 MichaelSun48 reopened this Jan 7, 2025
@MichaelSun48 MichaelSun48 requested review from malwilley and a team January 7, 2025 01:12
gggritso and others added 12 commits January 6, 2025 17:17
- Don't allow full screen in error state
- Show actions in error mode if there is no retry
- Add error boundary
This switches explore to use the RPC layer to make queries by default
behind a feature flag.
… hydration issue modal (#82779)

These links will accept clicks now:
<img width="559" alt="SCR-20241231-kcqh"
src="https://github.com/user-attachments/assets/4f3e4ec3-0033-4ced-8c53-dbfdcf445af6"
/>


Fixes #82776
Currently, if a specific web vital is never reported in a query, we
treat the score as 0. This is actually misleading, instead we want to
exclude missing vitals from any score calculation. This flag will
control the logic in the frontend and backend to handle that.
I only got through about ~30% of the test files -- will follow up with
other ones

some explanation for some patterns:
- deleted function => nothing called it
- `raise SomeType` -> `raise AssertionError` -- `AssertionError` is
excluded from coverage
- `pass` -> `raise NotImplementedError` -- these functions are never
called -- only used for their shape / name and `NotImplementedError` is
excluded from coverage
- `try: some_test_code except: fail(...)` -> no need for the `try`, an
uncaught exception already fails the test

<!-- Describe your PR here. -->
)

remove `members-invite-teammates` feature flag from backend
…2797)

remove `members-invite-teammates` feature flag from frontend
This allows us to measure the stability of devservices for sentry
backend tests. Changing the cadence of this scheduled job to hourly
again, as we need more data here. Will check devinfra metrics to get a
better sense of how well this is working in CI
@MichaelSun48 MichaelSun48 requested review from a team as code owners January 7, 2025 01:18
@MichaelSun48 MichaelSun48 requested review from lforst and AbhiPrasad and removed request for a team January 7, 2025 01:18
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.