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

Breaking change: Topic.List does not return the posts anymore for performance reasons #6

Merged
merged 2 commits into from
Nov 12, 2019

Conversation

aerostitch
Copy link
Contributor

With the import we did from our old documentation system, listing the topics and including the posts is making the slab API timing out.
And we don't really need them there anyway so let's remove them and keep this ability in a separate function.

@aerostitch aerostitch requested a review from a team November 12, 2019 01:46
@codecov
Copy link

codecov bot commented Nov 12, 2019

Codecov Report

Merging #6 into master will decrease coverage by 6.7%.
The diff coverage is 58.97%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #6      +/-   ##
=========================================
- Coverage    94.2%   87.5%   -6.71%     
=========================================
  Files           5       5              
  Lines         276     296      +20     
=========================================
- Hits          260     259       -1     
- Misses          9      30      +21     
  Partials        7       7
Impacted Files Coverage Δ
slab/topics.go 78.68% <58.97%> (-16.41%) ⬇️

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 ed59bdf...a23eacf. Read the comment docs.

Copy link

@davidgibbons davidgibbons left a comment

Choose a reason for hiding this comment

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

Lgtm

@aerostitch aerostitch merged commit f848840 into master Nov 12, 2019
@aerostitch aerostitch deleted the light_list branch November 12, 2019 02:01
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.

2 participants