Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hacktoolkit/phablytics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: hacktoolkit/phablytics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 14, 2021

  1. - adds CUSTOM_STATIC_DIR and CUSTOM_STYLESHEETS served by `{{ url…

    …_for('custom_static', filename=filename) }}` (#9)
    jontsai authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    8d76c60 View commit details
    Browse the repository at this point in the history
  2. Minor improvements to metrics explorer (#10)

    - consistently sets default value for interval to `week` (was: `quarter` (form) or `month` (UI))
    - converts TaskMetric from `namedtuple` base class to `dataclass`
    jontsai authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3532f84 View commit details
    Browse the repository at this point in the history
  3. Fixes start_of_month by simply using 1, instead of `calendar.mont…

    …hrange[0]`, (#11)
    
    which was erroneously setting it to the [week-day of the first day of the month](https://docs.python.org/3/library/calendar.html#calendar.monthrange)
    jontsai authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    05a054a View commit details
    Browse the repository at this point in the history
  4. Fixes metric aggregation by customer, service, and owner (#12)

    - Input to `itertools.groupby` needs to be already sorted by the grouping key (https://docs.python.org/3/library/itertools.html#itertools.groupby)
    - adds type hints to several functions
    jontsai authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    0763843 View commit details
    Browse the repository at this point in the history
  5. updates CHANGELOG between v2.1.2 - v3.0.1

    jontsai authored and Jonathan Tsai committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b6beba2 View commit details
    Browse the repository at this point in the history
  6. v3.1.0

    jontsai authored and Jonathan Tsai committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    140497b View commit details
    Browse the repository at this point in the history
Loading