Releases: Riduidel/aadarchi-technology-detector
Releases · Riduidel/aadarchi-technology-detector
Release 1.0.22
Fixes #78 * Pypi action was badly configured ... but in a subtle way * Give the ability to have one branch rebuilt * Allowed python history to be extended. The new code creates a complementary csv file that has to be recombined (because I don't want to automate that) with the initial one. Command I used was `cat get_packages_downloads_by_month.csv get_packages_downloads_by_month.update-of-2024-09-01.csv | sort -u > get_packages_downloads_by_month.combined.csv` which works quite well due to the fact it's headerless CSV ! * Making logs more explicit * Tries to handle some weird errors Unfortunatly the whole process, even though cool, revealed in all its glory issue #84 , which requires some very serious handling
Release 1.0.21
Fixes #67 (#83) * Fixes #67 * Gentle changes to branch before merge --------- Co-authored-by: Nicolas Delsaux <nicolas.delsaux@gmx.fr>
Release 1.0.20
Update FileHelper to not serialize null attributes (#79)
Release 1.0.19
Fixes #62 * Refactored artifact augmentation out * Added the ability to inject github client in augmenters to have count of github stars * The addgithubstars augmenter is now able to get stargazers on github, but how can we get them before a given date? * Seems like I'm starting to get some good github stars history * Seems like we *can* extract maven history with github stars * Allow mappings to be added * This file should NOT be commited * Changed Date to LocaDate, because it's better ? * Seems like it's working quite well for extracting today's numbers * Seems like I can also extract today's Python artifacts this way! * Fixing some small glitches * Some times, the repo doesn't exist * One more edge case! * Some times, there are no stargazers
Release 1.0.18
Fixes #63 A json schema is generated alongside artifacts file. When augmenting history, this file is also copied (when present, which will be the case starting this evening). This way we can guarantee
Release 1.0.17
And this, my friend, is how you have an history extension mechanism w…
Release 1.0.16
Fixes #60
Release 1.0.15
Fixes #58 Seems like the default configuration provided by s4u/maven-settings-action doesn't totally works, in a weird non-deterministic way.
Release 1.0.14
Fix #56 (#57)
Release 1.0.13
Fixes #54 (#55)