Skip to content

Tags: hacktoolkit/phablytics

Tags

v3.5.0

Toggle v3.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
🔖 Version 3.5.0

- ⚡️ Store report last run timestamp using SQLite
- ✨ `PhablyticsReport` now has `last_run_timestamp` and `last_run_hours_ago`
- ✨`NewProjectTasks` report can now be scheduled to run whenever, and will dynamically fetch the tasks created since last run
- 🧑‍💻 New `ReportConfig` options `projects_and_vs_or` and `use_last_run_timestamp`
- 🚸 Show project names title with `&` vs `or`
- 🧑‍💻 adds `get_maniphest_tasks_by_project_names` helper

v3.4.0

Toggle v3.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
🔖 Version 3.4.0

- ✨ Send reports as threaded Slack message
- ⬆️ Bumps htk to 2.1.0
- 🔥 Removes custom `SlackMessage` in favor of `htk.utils.slack.SlackMessage`
- ♻️ Streamlines `GroupReviewStatusReport` by extending `RevisionStatusReport` instead of `PhablyticsReport`
- 📌 Pins minimum versions of packages
- ️👷 adds `make publish` target

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

v3.2.0

Toggle v3.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v3.2.0

v3.1.2

Toggle v3.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v3.1.2 Fixes breadcrumbs for report names by preserving case

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.1.1 - Removes an incorrect type hint (#13)

* removes an incorrect type hint

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

v3.0.1

Toggle v3.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Include all open Maniphest statuses for upcoming tasks due report

- awaitingbusiness
- inprogress
- open
- stalled

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Phablytics v3.0.0 (#6)

- added Explore page and blueprint
- adds mechanism to retrieve a list of Customers (special Project tag)
- adds the ability to filter task metrics by Customer
- styling for applied filters string
- formatting for task metrics
- adds custom segments (including nested segments) for projects on explore page
- filter by bulk project names
- add hyperlinks with quarter interval to explore
- slightly improved interval calculation
- improved section headings indicating interval
- adds aggregated metrics, normalized metrics and rate metrics
- tasks by project_phids query use AND, so need to make multiple queries
- display 2 decimal points
- adds AggregatedTaskMetricsStats as companion to TaskMetricsStats
- segment tasks by customer, users, and service
- move/refactor utils.py and constants.py into module with submodules
- add checks for null projects