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

fix(autofix): Make starting UI more clear #77802

Closed
wants to merge 10 commits into from
Closed

Conversation

roaga
Copy link
Member

@roaga roaga commented Sep 19, 2024

Some minor visual UI changes to make the "waiting to start" state more clear.

image

@roaga roaga requested a review from a team as a code owner September 19, 2024 20:00
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 19, 2024
evanpurkhiser and others added 9 commits September 20, 2024 10:36
Instead of attempting to reconstruct the hostname from the url_domain
and url_domain_suffix use urlprase to extract the hostname.

The url_domain{,_suffix} are used for different de-duping reasons.
I misread the stacktrace and the escape needs to be when reading the
file, not opening it. Bailing early feels like the simplest solution,
and will be easy to remove later today.

Fixes SENTRY-3CS1
Converts the tabs to folding data sections. They are rendered as is, and
we can introduce new designs if we have more time later on, but for now,
styling and text sizes are the same.



![image](https://github.com/user-attachments/assets/2581519f-214d-4b30-bf07-9d1cbe2412da)


![image](https://github.com/user-attachments/assets/8e5f68ae-21b4-4641-ac15-eab026b310c7)


![image](https://github.com/user-attachments/assets/195e1241-67e2-4432-a456-a653901c6c86)

**todo**
- [x] Add tests for their new location
- [ ] Figure out subrouting so directly linking to `/merged` and
`/similar` does something expected

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Paving the way for uptime alert creation, navigating to /new/uptime will
render the uptime form and will eventually be accessible from the wizard
- Need to look into why, but looks like the default tags list is
  different in EAP?
- This adds the sampling columns to help explore the extrapolation data
better, We should not use this in the UI and its just for testing

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Requires #77749 first, this
implements the LLM monitoring frontend using EAP instead of metrics.
@roaga roaga requested review from a team as code owners September 20, 2024 17:36
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 20, 2024
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@roaga roaga closed this Sep 20, 2024
@roaga roaga deleted the autofix/start-ui branch September 20, 2024 17:36
@mifu67
Copy link
Contributor

mifu67 commented Sep 20, 2024

lgtm

@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2024
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.

8 participants