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

Improve graph command #174

Merged
merged 1 commit into from
Jun 2, 2017
Merged

Improve graph command #174

merged 1 commit into from
Jun 2, 2017

Conversation

JacobEvelyn
Copy link
Owner

@JacobEvelyn JacobEvelyn commented Jun 2, 2017

This is a somewhat hefty commit. Changes:

  • Remove a few erroneous references to the --after
    flag (which was renamed --since to be more accurate
    before the flag was introduced fully).
  • Fix a bug that was preventing graph from showing
    more than 42 (how funny!) activities in any month.
    (Resolves Graph does not display more than 42 activities per month #172)
  • Change the graph behavior to display both the
    filtered and unfiltered activities to better visualize
    the proportion of activities that are filtered. This
    makes graph always display all months, except when
    the --since and/or --until flags are used.
    (Resolves Change graph commands to display filtered graphs within total #171)
  • Update the README and friends.md to have more recent
    activities by updating their years.
  • Change the stdout_only helper to print STDERR if
    it is non-empty, for easier test debugging.

Hi there! Thanks so much for submitting a pull request!

Let's just make sure together that all of these boxes are checked before we
merge this change:

  • The code in these changes works correctly.
  • Code has tests as appropriate.
  • Code has been reviewed by @JacobEvelyn.
  • All tests pass on Travis CI.
  • Rubocop reports no issues on Travis CI.
  • The README.md file is updated as appropriate.

Don't worry—this list will get checked off in no time!

@coveralls
Copy link

coveralls commented Jun 2, 2017

Coverage Status

Coverage increased (+0.02%) to 97.209% when pulling 921ecce on graphing-calculator into edfb8c5 on master.

@coveralls
Copy link

coveralls commented Jun 2, 2017

Coverage Status

Coverage increased (+0.02%) to 97.209% when pulling 65eb4ea on graphing-calculator into edfb8c5 on master.

This is a somewhat hefty commit. Changes:
- Remove a few erroneous references to the `--after`
  flag (which was renamed `--since` to be more accurate
  before the flag was introduced fully).
- Fix a bug that was preventing `graph` from showing
  more than 42 (how funny!) activities in any month.
  (Resolves #172)
- Change the `graph` behavior to display both the
  filtered and unfiltered activities to better visualize
  the proportion of activities that are filtered. This
  makes `graph` always display all months, except when
  the `--since` and/or `--until` flags are used.
  (Resolves #171)
- Update the README and `friends.md` to have more recent
  activities by updating their years.
- Change the `stdout_only` helper to print STDERR if
  it is non-empty, for easier test debugging.
@JacobEvelyn JacobEvelyn merged commit 9dcc5e4 into master Jun 2, 2017
@JacobEvelyn JacobEvelyn deleted the graphing-calculator branch June 2, 2017 21: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.

2 participants