Recent Releases of gitprojecthealth
gitprojecthealth - version 1.3.0
!! Update to real semver for tags by removing the "v" at the beginning of the version
What's Changed
- not ready autoreneraku by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/197
- Pipeline 2 by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/196
- New metric on number of acr created pipeline by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/200
- fix baseline by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/203
- Metric custom dora by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/201
- hotfix: possible nil value for user in pipeline imports by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/204
- fixing metric zero divide error by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/205
- more test for average note by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/206
- Update Main by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/202
- Should look at average comment for closed and merged MR by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/207
- Update README.md by @astares in https://github.com/moosetechnology/GitProjectHealth/pull/208
- add testCalculateMergedMergeRequestNoteBeforePeriod by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/210
- average should be done at the level of the groupedByDate to allow ave… by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/211
- follow gitlab api update by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/212
- add the massively important asFloat.... by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/213
- fixing commit not sort and comparing commit within different time zone by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/215
- add SZZ import for gitlab importer by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/214
- add a better test for testImportDiffOfMergeRequest by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/217
- Update with correct average for notes by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/209
New Contributors
- @astares made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/208
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/compare/v1.2.0...1.3.0
- Smalltalk
Published by badetitou 8 months ago
gitprojecthealth - v1.2.0
What's Changed
- feat(Metrics): add CommitFrequencyProjectMetric by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/112
- feat(UserJiraMetric): add metric CommitNumberLinkWithJiraTicket by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/113
- refactor: replace GLHApi and GLPHApi with Gitlab Pharo API by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/114
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/115
- feat: changes exported file name according to the type of entity by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/116
- fix: #id was sent to nil in importCreatorOfCommit: by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/118
- change parsing of Date by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/111
- Merge remote-tracking branch 'origin/main' into develop and Update asDate for moose 12 + test by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/120
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/119
- refactor(BitBucketApi): change BitBucketApi for BitbucketPharoApi by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/122
- fix: baseline does not load BitbucketPharoApi by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/124
- fix(GLHModelImporter): parsing of pipelines might fail by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/123
- Fixing new user import by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/128
- add documentor variable for Pharo 12 Ci execution by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/127
- renaming all importer by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/132
- Fixing code addition project metric test by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/133
- fixing metrics test includings date formats by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/134
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/135
- merge request duration project metric by @AzouzeIbrahim in https://github.com/moosetechnology/GitProjectHealth/pull/137
- Auto Code Review commit frequency project metric by @AzouzeIbrahim in https://github.com/moosetechnology/GitProjectHealth/pull/138
- add metrics and test for contributors in project by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/141
- rename autocodereview class by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/143
- Metric project churn by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/144
- Add self merged merge request for project level by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/140
- Retrieve the ID of a jira base from a string by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/142
- Code addition merge rerquest project metric by @AzouzeIbrahim in https://github.com/moosetechnology/GitProjectHealth/pull/145
- add missing metrics to exporters by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/147
- Fix mergerequest (closed , merged) duration project metric by @AzouzeIbrahim in https://github.com/moosetechnology/GitProjectHealth/pull/149
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/146
- add MSR tag for iceberg by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/151
- add code addition metric by project + tests by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/150
- add total comment added in project (average by unit scale) + tests by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/152
- fix addition and add some vizu by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/153
- add Jira time merge Request time diffrence for project metric by @AzouzeIbrahim in https://github.com/moosetechnology/GitProjectHealth/pull/156
- add code deletion by mr by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/158
- Add code addition and code deletions during MR by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/159
- remove the necessity to manually add metric to the exporter. by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/160
- Refactoring merging gitlab importer (finally) by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/162
- add metric for code churn on merge request by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/154
- Main-into-branch-for-sync by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/164
- add more metric to main by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/163
- Fixing metric jira time by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/165
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/166
- fix description of two metrics by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/167
- add two tests to ensure different description by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/169
- Fix description of two metrics by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/168
- new Note entity by @Marpioux in https://github.com/moosetechnology/GitProjectHealth/pull/157
- add a default json parameter to the gitlab importer (for compatibilit… by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/161
- add calculate link MR|Commit and jira by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/170
- Add AutoReneraku for automatic check of some methods when updating the code by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/173
- Fix codeaddition in squash by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/174
- Update ci-pr.yml by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/176
- remove autoreneraku for now by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/177
- add project id in project csv export by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/178
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/175
- setup autoreneraku v1.0.8 by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/179
- fix merge request commit case by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/181
- Fix merge request commit by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/182
- add import projects to bitbucket by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/180
- add accessor to entities by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/183
- chore(BaselineOfGitlabHealth): update GitlabPharoAPI and BitbucketPharoAPI dependencies by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/184
- group entities by id instead of project name by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/185
- Fix importer Bitbucket of the model by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/187
- Bitbucket import projects by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/188
- email might be missing by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/189
- check note author is not nil (bitbucket) by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/190
- autoreneraku v1.0.10 by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/191
- fix merged-commit-stat-bitbucket by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/192
- check if computed only 0 (and so need to recompute) by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/193
- ensure no nil user from API that did not find the user by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/194
- Develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/186
New Contributors
- @AzouzeIbrahim made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/137
- @Marpioux made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/157
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/compare/v1.1.2...v1.2.0
- Smalltalk
Published by badetitou 9 months ago
gitprojecthealth - v1.1.2
What's Changed
- add filter to MR when they don't have merged date by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/109
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/compare/v1.1.1...v1.1.2
- Smalltalk
Published by badetitou over 1 year ago
gitprojecthealth - v1.1.1
What's Changed
- Feature merge metamodel by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/97
- fix citation by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/98
- fix: error when filterCommitChanges return an empty array by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/99
- use repoApi: instead of several other api name by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/100
- fix: problem when diffs got no hunks by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/103
- Update .properties by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/101
- Remove the old generator of the extended metamodel by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/102
- WIP: fix email import by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/104
- fix/add email user to the importer + tests by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/105
- prepare v1.1.1 by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/106
- fix puml by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/107
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/compare/v1.1.0...v1.1.1
- Smalltalk
Published by badetitou over 1 year ago
gitprojecthealth - v1.1.0
What's Changed
- Add DOI to the repository by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/76
- Create CITATION.cff by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/77
- put model importer inside super class by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/78
- Deal with errors when loading big diff by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/79
- Feature/commit import bit bucket by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/80
- deporecate repo api by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/82
- Refactoring/rename by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/81
- Feature/commitdiff GitHub importer by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/83
- fix: jira metrics not working with bitbucket importer by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/84
- add complete commit import to bitbucket methods by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/86
- feat(metrics): code contribution by mr by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/85
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/compare/v1.0.0...v1.1.0
- Smalltalk
Published by badetitou over 1 year ago
gitprojecthealth - v1.0.0 - First release GPH
What's Changed
- Small changes by @NicolasAnquetil in https://github.com/moosetechnology/GitProjectHealth/pull/1
- Update README.md by @NicolasAnquetil in https://github.com/moosetechnology/GitProjectHealth/pull/2
- Automatic loading of GitHubHealth-Model-Importer in Baselineof by @NicolasAnquetil in https://github.com/moosetechnology/GitProjectHealth/pull/3
- Ordered pipelines to display result of last one by @NicolasAnquetil in https://github.com/moosetechnology/GitProjectHealth/pull/4
- added a simple CSV exporter by @NicolasAnquetil in https://github.com/moosetechnology/GitProjectHealth/pull/5
- Lot of changes comming from analysis code of Berger-Levrault by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/6
- Optimize code and writting tests by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/7
- Fill merge request by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/8
- Refactoring/metrics interface by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/9
- Refactoring/metrics interface by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/10
- Feature/refactoring metrics by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/11
- Optimize Diff creation by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/12
- fix loading commit and add API global access support to some metrics by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/14
- optimize also the
addAll:ofType:unless:and add similar tests by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/13 - Fix import GitLab and optimization by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/15
- rebase develop from main by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/16
- feat: export metrics in database with Voyage by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/18
- Remove method that are only use by themselves by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/19
- Organize all readers the same ways by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/20
- fix import project location by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/21
- Jira connector by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/22
- refactor: improve export to analyse metrics and then export to csv or database by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/23
- Usercatalogue by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/25
- feat: export analyses in s3 by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/26
- feat(metrics): average time between commits by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/27
- feat(metrics): number of project with a commit of the user by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/30
- refactor: define over in the generateAnalysis method by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/29
- fix: error if there are no commits in averageTimeBetweenCommits method by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/33
- fix: put s3 pharo library in baseline by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/34
- feat: use label and over in s3 export filename by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/36
- feat(metrics): number of open merge requests by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/37
- feat(metrics): number of merged merge requests by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/38
- feat(metrics): number of closed merge requests by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/39
- New import for git metric by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/28
- feat(metrics): number of merge requests without review by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/40
- feat: import analyses from s3 by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/41
- refactor: improve csv export and change export format by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/42
- feat(metrics): number of jira tickets closed by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/43
- Feature jira email by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/44
- Feature levenshtein by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/45
- refactor: change metric structure by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/46
- refactor: remove GitMetric class and subclasses by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/47
- feat: add project metrics structure by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/48
- Feature/project into catalogue by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/49
- fix fuse:with: to include projectIds by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/50
- refactor: change duration for seconds in metrics by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/51
- test: add tests for user metrics by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/52
- Feature/wip catalogue by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/53
- up metrics-fixing with fixes from develop by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/58
- Metrics fixing by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/54
- restore method as before by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/60
- feat: add jira time and merge request time difference metric by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/61
- fix: merge requests loading by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/63
- fix: GitlabHealth-Model-Analysis-Tests package is not in coverage by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/62
- feat: add commitsNumberByJiraTicket metric by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/64
- feat: add code addition and deletion by tickets metric by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/65
- add baseline for famix connector by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/67
- fix: jiraTimeMRTimeDifferenceMetric error on 2 period by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/66
- add import for only one project by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/68
- This PR aims to add the ability to load the project in Moose12 in addition to Moose11 by @badetitou in https://github.com/moosetechnology/GitProjectHealth/pull/69
- fix importer by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/70
- removing =sep from csv export by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/71
- #72 add Float return after averaging by @alkalinan in https://github.com/moosetechnology/GitProjectHealth/pull/73
- feat: bitbucket importer by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/74
- V1.0.0 by @knowbased in https://github.com/moosetechnology/GitProjectHealth/pull/75
New Contributors
- @NicolasAnquetil made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/1
- @alkalinan made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/9
- @knowbased made their first contribution in https://github.com/moosetechnology/GitProjectHealth/pull/18
Full Changelog: https://github.com/moosetechnology/GitProjectHealth/commits/v1.0.0
- Smalltalk
Published by badetitou over 1 year ago