-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: italia/cie-cns-apache-docker
base: v2.2.2
head repository: italia/cie-cns-apache-docker
compare: v2.3.0
- 17 commits
- 5 files changed
- 1 contributor
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 448b871 - Browse repository at this point
Copy the full SHA 448b871View commit details -
feat(python): aggiunta funzione sanitize_certificate_name
La funzione sanitize_certificate_name garantisce che i nomi dei certificati siano sicuri per l'uso come nomi di file. Sostituisce alcuni caratteri (ad esempio, /, \, spazi, @) con caratteri di sottolineatura, rimuove i caratteri indesiderati (ad esempio, ., -, =) ed elimina i caratteri di sottolineatura consecutivi.
Configuration menu - View commit details
-
Copy full SHA for 497197f - Browse repository at this point
Copy the full SHA 497197fView commit details -
refactor(python): Rimossa la compatibilità con Python 2
Rimossi i controlli per le importazioni Python 2 (sys.version_info) e urllib2.
Configuration menu - View commit details
-
Copy full SHA for a465c6a - Browse repository at this point
Copy the full SHA a465c6aView commit details -
refactor(python): semplificata funzione write_certificate.
Utilizzo di writelines per il wrapping e la scrittura delle righe in un unico passaggio.
Configuration menu - View commit details
-
Copy full SHA for 225ea76 - Browse repository at this point
Copy the full SHA 225ea76View commit details -
refactor(python): estrazione semplificata dello spazio dei nomi
È stata utilizzata una singola riga con re.find per estrarre lo spazio dei nomi.
Configuration menu - View commit details
-
Copy full SHA for 5d3113a - Browse repository at this point
Copy the full SHA 5d3113aView commit details -
refactor(python): utilizzato with per la gestione dei file.
Questo assicura la corretta chiusura dei file utilizzando le istruzioni with.
Configuration menu - View commit details
-
Copy full SHA for 8a3f746 - Browse repository at this point
Copy the full SHA 8a3f746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e6aa6 - Browse repository at this point
Copy the full SHA 29e6aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f4d1f - Browse repository at this point
Copy the full SHA 01f4d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f655b - Browse repository at this point
Copy the full SHA b9f655bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 156b289 - Browse repository at this point
Copy the full SHA 156b289View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c1436 - Browse repository at this point
Copy the full SHA f7c1436View commit details -
feat(python): aggiunta funzionalità expired certs
È stata introdotta la funzionalità di controllo scadenza dei certificati. Per impostazione predefinita i certificati scaduti non sono salvati. Quando viene specificata l'opzione --save-expired-certs, allora i certificati scaduti saranno salvati aggiungendo al nome del file il prefisso expired_
Configuration menu - View commit details
-
Copy full SHA for 44d85a6 - Browse repository at this point
Copy the full SHA 44d85a6View commit details -
fix(python): rivista funzione sanitize_certificate_name per sostituir…
…e anche il carattere (=)
Configuration menu - View commit details
-
Copy full SHA for 468be6a - Browse repository at this point
Copy the full SHA 468be6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ecde2 - Browse repository at this point
Copy the full SHA 41ecde2View commit details -
docs(README): aggiunta una nota sulla nuova funzionalità introdotta d…
…alla release 2.3.0
Configuration menu - View commit details
-
Copy full SHA for eb0cb42 - Browse repository at this point
Copy the full SHA eb0cb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09abe6 - Browse repository at this point
Copy the full SHA a09abe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a73a1 - Browse repository at this point
Copy the full SHA 12a73a1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.2...v2.3.0