Skip to content

Conversation

@iamareebjamal
Copy link
Member

@iamareebjamal iamareebjamal commented Jul 19, 2019

No description provided.

@auto-label auto-label bot added the chore label Jul 19, 2019
@iamareebjamal iamareebjamal changed the base branch from master to development July 19, 2019 21:36
@codecov
Copy link

codecov bot commented Jul 20, 2019

Codecov Report

Merging #6216 into development will increase coverage by 0.01%.
The diff coverage is 62.88%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #6216      +/-   ##
===============================================
+ Coverage        65.93%   65.94%   +0.01%     
===============================================
  Files              288      288              
  Lines            14552    14558       +6     
===============================================
+ Hits              9595     9601       +6     
  Misses            4957     4957
Impacted Files Coverage Δ
app/api/helpers/ticketing.py 16.21% <ø> (-0.75%) ⬇️
app/api/auth.py 23.88% <100%> (ø) ⬆️
app/__init__.py 87.36% <100%> (+0.28%) ⬆️
app/api/helpers/jwt.py 96% <100%> (+0.34%) ⬆️
app/api/helpers/export_helpers.py 42.17% <100%> (ø) ⬆️
app/api/users.py 31.32% <100%> (ø) ⬆️
app/api/uploads.py 30.55% <100%> (ø) ⬆️
app/api/helpers/import_helpers.py 27.38% <100%> (ø) ⬆️
app/api/exports.py 24% <100%> (ø) ⬆️
app/api/orders.py 30.46% <100%> (ø) ⬆️
... and 13 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 42f14d5...3b85713. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 20, 2019

Codecov Report

Merging #6216 into development will decrease coverage by 0.04%.
The diff coverage is 61.65%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #6216      +/-   ##
===============================================
- Coverage        65.93%   65.88%   -0.05%     
===============================================
  Files              288      288              
  Lines            14552    14575      +23     
===============================================
+ Hits              9595     9603       +8     
- Misses            4957     4972      +15
Impacted Files Coverage Δ
app/api/helpers/ticketing.py 16.21% <ø> (-0.75%) ⬇️
app/__init__.py 87.15% <100%> (+0.07%) ⬆️
tests/all/integration/api/helpers/test_jwt.py 96.96% <100%> (ø) ⬆️
app/api/helpers/export_helpers.py 42.17% <100%> (ø) ⬆️
app/api/users.py 31.32% <100%> (ø) ⬆️
app/api/uploads.py 30.55% <100%> (ø) ⬆️
app/api/helpers/import_helpers.py 27.38% <100%> (ø) ⬆️
app/api/exports.py 24% <100%> (ø) ⬆️
app/api/orders.py 30.46% <100%> (ø) ⬆️
app/api/admin_statistics_api/events.py 75% <100%> (ø) ⬆️
... and 15 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 42f14d5...e8c014c. Read the comment docs.

@fossasia fossasia deleted a comment Jul 20, 2019
@fossasia fossasia deleted a comment Jul 20, 2019
@iamareebjamal iamareebjamal changed the title chore: Change to flask_jwt_extended (Pass 1) chore: Migrate to flask_jwt_extended Jul 20, 2019
@iamareebjamal iamareebjamal merged commit 5a3ea1a into fossasia:development Jul 20, 2019
@iamareebjamal iamareebjamal deleted the jwt-extended branch July 20, 2019 20:54
@@ -1,7 +1,5 @@
from datetime import datetime

from flask_jwt import current_identity as current_user
Copy link
Contributor

@abhinavk96 abhinavk96 Aug 1, 2019

Choose a reason for hiding this comment

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

@iamareebjamal This was an oversight right? I think this is causing a 500 which is causing #6283

Copy link
Contributor

Choose a reason for hiding this comment

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

Current_user became undefined after this.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, my mistake. I thought this was covered by tests and did a Find/Replace. Not know how it slipped

iamareebjamal added a commit to iamareebjamal/open-event-server that referenced this pull request Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants