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

Release 1.20.1 #3317

Merged
merged 8 commits into from
May 21, 2022
Merged

Release 1.20.1 #3317

merged 8 commits into from
May 21, 2022

Conversation

kevinpapst
Copy link
Member

@kevinpapst kevinpapst commented May 20, 2022

Description

  • improved timesheet calculator with changesets and priority
  • helper method to reset timesheet rates
  • calculate and include exported stats (e.g. available in export templates)
  • added hourly rate column to timesheet listing

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I verified that my code applies to the guidelines (composer code-check)
  • I agree that this code is used in Kimai and will be published under the MIT license

@kevinpapst kevinpapst added the release a new minor version - PR will not be included in release notes label May 20, 2022
@kevinpapst kevinpapst added this to the 1.21 milestone May 20, 2022
@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #3317 (e2302ba) into master (3e6100f) will decrease coverage by 0.07%.
The diff coverage is 76.36%.

@@             Coverage Diff              @@
##             master    #3317      +/-   ##
============================================
- Coverage     91.99%   91.91%   -0.08%     
- Complexity     7746     7769      +23     
============================================
  Files           741      741              
  Lines         23385    23473      +88     
============================================
+ Hits          21512    21575      +63     
- Misses         1873     1898      +25     
Impacted Files Coverage Δ
src/Activity/ActivityStatisticService.php 75.00% <57.14%> (-4.07%) ⬇️
src/Customer/CustomerStatisticService.php 84.05% <57.14%> (-7.47%) ⬇️
src/Project/ProjectStatisticService.php 91.24% <57.14%> (-1.40%) ⬇️
src/Export/Base/RendererTrait.php 87.50% <80.00%> (-0.18%) ⬇️
src/Model/TimesheetCountedStatistic.php 93.75% <80.00%> (-6.25%) ⬇️
src/Doctrine/TimesheetSubscriber.php 100.00% <100.00%> (ø)
src/Entity/Timesheet.php 98.93% <100.00%> (+0.02%) ⬆️
src/Timesheet/Calculator/BillableCalculator.php 100.00% <100.00%> (ø)
src/Timesheet/Calculator/DurationCalculator.php 100.00% <100.00%> (ø)
src/Timesheet/Calculator/RateCalculator.php 100.00% <100.00%> (ø)

@kevinpapst kevinpapst merged commit d5f8655 into master May 21, 2022
@kevinpapst kevinpapst deleted the release-1.20.1 branch May 21, 2022 11:14
@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release a new minor version - PR will not be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant