-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Refactor database #2163
Labels
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Milestone
Comments
NejcZdovc
added
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
labels
Nov 16, 2018
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Nov 16, 2018
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Nov 20, 2018
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Dec 5, 2018
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Dec 20, 2018
- removes category column - adds visits column Resolves brave/brave-browser#2163
2 tasks
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Dec 28, 2018
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 3, 2019
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 14, 2019
- removes category column - adds visits column Resolves brave/brave-browser#2163
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 16, 2019
@NejcZdovc @rebron @kjozwiak is this issue in the correct milestone? Shouldn't it be in 0.61.x? |
@LaurenWags this was merge into 0.60 brave/brave-core#1356 |
This was referenced Feb 15, 2019
Verified passed with
Verification passed on
Verified general Rewards regression Verification passed on
Verified rewards flow both general and upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Currently our API is tightly connected to activity table. Because of that we need to do a lot of hacks to get data about publisher. We are also missing visits column in activity_info table.
We need to split this info simpler API.
The text was updated successfully, but these errors were encountered: