This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 974
Conversation
This file contains 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
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
September 20, 2017 14:21
449cc52
to
84b4913
Compare
Codecov Report
@@ Coverage Diff @@
## master #11037 +/- ##
=========================================
- Coverage 54.33% 51.43% -2.9%
=========================================
Files 255 263 +8
Lines 22070 24541 +2471
Branches 3447 3928 +481
=========================================
+ Hits 11992 12623 +631
- Misses 10078 11918 +1840
|
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
September 21, 2017 06:25
30004b6
to
ef0318a
Compare
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
from
September 22, 2017 09:10
d1dcd81
to
2cb1122
Compare
This was referenced Sep 23, 2017
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
4 times, most recently
from
September 26, 2017 08:25
0988c37
to
0b02da5
Compare
bsclifton
force-pushed
the
refactor/#11009-ledger
branch
from
September 26, 2017 18:40
d1b2f7d
to
23f8260
Compare
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
September 26, 2017 18:51
8a38c5a
to
aff082f
Compare
This was referenced Sep 26, 2017
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
September 29, 2017 08:47
9765c47
to
296e85e
Compare
There are 3 tests failing, but as far as I can see they are not related to my changes, but tab handler can't be found. I see correct data on the screen while test is running, it just can't verify it at the end. Failing tests
Error:
|
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
from
September 29, 2017 12:32
296e85e
to
291900b
Compare
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
from
October 2, 2017 10:03
d72b629
to
233dae1
Compare
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
October 2, 2017 12:57
facc8fc
to
ad111f2
Compare
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this pull request
Oct 2, 2017
Part of brave#11037 PR
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this pull request
Oct 2, 2017
Part of brave#11037 PR
bsclifton
reviewed
Oct 2, 2017
@@ -75,6 +75,7 @@ class PublisherToggle extends React.Component { | |||
} | |||
|
|||
render () { | |||
console.log(this.props) |
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.
should this be removed?
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.
correct I already removed it, just didn't push it yet :)
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
2 times, most recently
from
October 3, 2017 07:13
c340c89
to
19ec356
Compare
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this pull request
Oct 3, 2017
Part of brave#11037 PR
- siteSettingsReducerTest (should be 100% coverage now) - add more tests for ledgerUtil (btcToCurrencyString, etc) Auditors: @NejcZdovc
Part of brave#11037 PR
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
from
October 3, 2017 07:14
19ec356
to
2c3c647
Compare
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this pull request
Oct 3, 2017
Part of brave#11037 PR
NejcZdovc
force-pushed
the
refactor/#11009-ledger
branch
from
October 3, 2017 07:50
2c3c647
to
a4deb1b
Compare
syuan100
pushed a commit
to syuan100/browser-laptop
that referenced
this pull request
Nov 9, 2017
Part of brave#11037 PR
syuan100
pushed a commit
to syuan100/browser-laptop
that referenced
this pull request
Nov 9, 2017
Part of brave#11037 PR
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #3433 (consolidate state in app/ledger.js with appState)
Resolves #9641 (Ledger pin publishers 0 for unpinned sites)
Resolves #9740 (Second key for Brave Payments is not displayed on the UI after recovering wallet)
Resolves #9980 (Sites visited before payment enabling is shown as 0 views)
Resolves #10036 (Sites shows up with 0 views in payments)
Resolves #10716 (Publisher entry jumps position when enabled/disabled)
Resolves #10955 (Site added instantly to the ledger)
Resolves #11080 (site that i've never visited shows up in the synopsis)
Resolves #11173 (Ledger transfer PDF opens another window)
Resolves #11209 (Add state to the ledger)
Work progress:
ledger-synopsis.json
to appStatelocationInfo
intoledger->locations
Auditors:
Test Plan:
Reviewer Checklist:
Tests