-
Notifications
You must be signed in to change notification settings - Fork 372
fix: React Bootstrap un-revert with fixups #8996
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
base: master
Are you sure you want to change the base?
Conversation
b3c6aa6
to
e75521b
Compare
a93f2cf
to
90e3965
Compare
b5072a5
to
8eba2f1
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8996 +/- ##
==========================================
- Coverage 77.73% 77.51% -0.22%
==========================================
Files 581 582 +1
Lines 29710 29876 +166
Branches 3577 3664 +87
==========================================
+ Hits 23095 23159 +64
- Misses 6455 6550 +95
- Partials 160 167 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import { Badge, Button, FormGroup, Input } from 'reactstrap'; | ||
import { Badge, Button, Form } from 'react-bootstrap'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
## Overview | ||
|
||
This document tracks differences found between the local development version of Treeherder (<http://localhost:5001>) and the staging version (<https://treeherder.allizom.org>) when comparing the Perfherder interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logging in locally is no longer working for http://localhost:5001/
8eba2f1
to
87b9115
Compare
Some observations:
|
I have gone over Treeherder, perfherder, Intermittent Failures View and Push Health. They all look good to me. But there is a lot, so I may have missed something.