-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update master with backend overhaul branch #2829
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
Conversation
…#2642) * Remove remaining unnecessary API version check. * Roll up sleeves. * Add and integrate the beginnings of app adapter. * Remove vestigial event logging logic. Event logging is no longer used in this app. * Beginnings: remove StringUtils and associated redundancies. * Remove redundant capitalize() method. * Remove redundant urlEncode() method. * Remove redundant (and incomplete) language lists. * Remove redundant usages of SimpleDateFormat. * Remove redundant json type adapter. * Remove redundant MW error model classes. * Rip out redundant MW model classes. * Pass SessionManager into AppAdapter instead of injecting. * Wire up more of the AppAdapter. * Remove redundant Gson initialization and type adapters. * Rip out PageTitle. This was being used in some slightly incorrect/unexpected ways. * Don't need static WikiSite.
Codecov Report
@@ Coverage Diff @@
## master #2829 +/- ##
========================================
- Coverage 3.83% 3.43% -0.4%
========================================
Files 267 246 -21
Lines 12536 12154 -382
Branches 1082 1064 -18
========================================
- Hits 481 418 -63
+ Misses 12022 11705 -317
+ Partials 33 31 -2
Continue to review full report at Codecov.
|
Have tested most of the flows in the app and things work fine for me except the Peer review activity. The image doesn't load in peer review activity. I checked on existing master and it has the same issue. From the logs, it seems that the API is giving the expected response. I am going ahead and merging this to master so that we can work on top of it. |
backend-overhaul
tomaster
branch.