Skip to content

Releases: Riduidel/aadarchi-technology-detector

Release 1.0.22

22 Oct 14:03
e302e26
Compare
Choose a tag to compare
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

21 Oct 15:47
3c038a4
Compare
Choose a tag to compare
Fixes #67 (#83)

* Fixes #67
* Gentle changes to branch before merge

---------

Co-authored-by: Nicolas Delsaux <nicolas.delsaux@gmx.fr>

Release 1.0.20

18 Oct 12:48
d7336cf
Compare
Choose a tag to compare
Update FileHelper to not serialize null attributes (#79)

Release 1.0.19

08 Oct 08:06
15033b4
Compare
Choose a tag to compare
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

30 Sep 15:46
0eec9ec
Compare
Choose a tag to compare
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

30 Sep 14:27
4c75e91
Compare
Choose a tag to compare
And this, my friend, is how you have an history extension mechanism w…

Release 1.0.16

19 Sep 15:25
383da11
Compare
Choose a tag to compare
Fixes #60

Release 1.0.15

28 Aug 13:11
556709f
Compare
Choose a tag to compare
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

28 Aug 09:39
48500b8
Compare
Choose a tag to compare
Fix #56 (#57)

Release 1.0.13

28 Aug 09:24
f3e372c
Compare
Choose a tag to compare
Fixes #54 (#55)