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 update indicator #783

Merged
merged 2 commits into from Mar 11, 2020
Merged

Fix update indicator #783

merged 2 commits into from Mar 11, 2020

Conversation

isidorosp
Copy link
Contributor

Addresses #781

Fixed version model in vue to match API response so that update indicator shows properly.

Fixed version model in vue to match API response so that update incator shows properly.
Copy link
Member

@LefterisJP LefterisJP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Can you also add a changelog entry for this? It's here: https://github.com/rotki/rotki/blob/4698037766b306d29cea4925f2b38177232f389f/docs/changelog.rst

@LefterisJP
Copy link
Member

@kelsos can you also have a quick look?

@codecov-io
Copy link

Codecov Report

Merging #783 into develop will increase coverage by 1.43%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #783      +/-   ##
===========================================
+ Coverage    78.11%   79.54%   +1.43%     
===========================================
  Files           86       71      -15     
  Lines        10040     7687    -2353     
  Branches      1466     1096     -370     
===========================================
- Hits          7843     6115    -1728     
+ Misses        1829     1329     -500     
+ Partials       368      243     -125     
Impacted Files Coverage Δ
rotkehlchen/premium/sync.py 76.69% <0.00%> (-4.52%) ⬇️
rotkehlchen/premium/premium.py 80.62% <0.00%> (-1.56%) ⬇️
rotkehlchen/chain/ethereum.py 62.56% <0.00%> (-1.48%) ⬇️
rotkehlchen/makerdao.py 56.01% <0.00%> (-0.38%) ⬇️
rotkehlchen/externalapis/cryptocompare.py 69.01% <0.00%> (ø)
rotkehlchen/greenlets.py
rotkehlchen/exchanges/__init__.py
rotkehlchen/server.py
rotkehlchen/__main__.py
rotkehlchen/args.py
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4698037...2fb77c2. Read the comment docs.

Copy link
Member

@kelsos kelsos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@isidorosp
Copy link
Contributor Author

Looks good. Can you also add a changelog entry for this? It's here: https://github.com/rotki/rotki/blob/4698037766b306d29cea4925f2b38177232f389f/docs/changelog.rst

added in new commit f56c7a9

Let me know if that's ok!

@@ -2,6 +2,9 @@
Changelog
=========

* :release:`1.2.2 <2020-03-xx>` 783
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't add a release above it. Just leave it empty as we don't know if it will be minor/patch or the date.

@isidorosp isidorosp marked this pull request as ready for review March 11, 2020 16:20
@LefterisJP
Copy link
Member

@isidorosp Can you combine the last two commits in one? Squash them together.

* Added line for bug 783
Copy link
Member

@LefterisJP LefterisJP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@LefterisJP
Copy link
Member

I will merge despite the random OSX failure. It's nothing ... and it's one of the main reasons I am contemplating moving away from Travis CI.

@LefterisJP LefterisJP merged commit 6eb8e9e into rotki:develop Mar 11, 2020
@isidorosp isidorosp deleted the workon_781 branch March 12, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants