Date | Repository | Quantity | Price | Unit | Author | Actions workflow file |
---|---|---|---|---|---|---|
{{ log.date }}
{{ log.dateForHumans }}
|
{{ log.repository.namespace }}
{{ log.repository.name }}
|
{{ log.quantity }} |
{{ log.quantity }} × {{ log.price }}
${{ log.total }}
|
{{ log.author }} unknown | {{ log.workflow.replace('.github/workflows/', '') }} | |
Σ = {{ totalQuantity }} | Σ = ${{ totalPrice }} |
Repository | Quantity | Quantity per cent | Total price | Price per cent |
---|---|---|---|---|
{{ repository.namespace }}
{{ repository.name }}
|
{{ quantityPerRepository(repository) }} | {{ (quantityPerRepository(repository) * 100 / totalQuantity).toFixed(2) }}% | ${{ pricePerRepository(repository) }} | {{ (pricePerRepository(repository) * 100 / totalPrice).toFixed(2) }}% |
Author | Quantity | Quantity per cent | Total price | Price per cent |
---|---|---|---|---|
{{ author }} unknown author | {{ quantityPerAuthor(author) }} | {{ (quantityPerAuthor(author) * 100 / totalQuantity).toFixed(2) }}% | ${{ pricePerAuthor(author) }} | {{ (pricePerAuthor(author) * 100 / totalPrice).toFixed(2) }}% |