Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: italia/cie-cns-apache-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: italia/cie-cns-apache-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 17 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 25, 2025

  1. sf: source code formatting

    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    448b871 View commit details
    Browse the repository at this point in the history
  2. 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.
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    497197f View commit details
    Browse the repository at this point in the history
  3. refactor(python): Rimossa la compatibilità con Python 2

    Rimossi i controlli per le importazioni Python 2
    (sys.version_info) e urllib2.
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    a465c6a View commit details
    Browse the repository at this point in the history
  4. refactor(python): semplificata funzione write_certificate.

    Utilizzo di writelines per il wrapping e la scrittura
    delle righe in un unico passaggio.
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    225ea76 View commit details
    Browse the repository at this point in the history
  5. refactor(python): estrazione semplificata dello spazio dei nomi

    È stata utilizzata una singola riga con re.find per estrarre
    lo spazio dei nomi.
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    5d3113a View commit details
    Browse the repository at this point in the history
  6. refactor(python): utilizzato with per la gestione dei file.

    Questo assicura la corretta chiusura dei file utilizzando le
    istruzioni with.
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    8a3f746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29e6aa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01f4d1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9f655b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    156b289 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7c1436 View commit details
    Browse the repository at this point in the history
  12. 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_
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    44d85a6 View commit details
    Browse the repository at this point in the history
  13. fix(python): rivista funzione sanitize_certificate_name per sostituir…

    …e anche il carattere (=)
    amusarra committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    468be6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41ecde2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb0cb42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a09abe6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12a73a1 View commit details
    Browse the repository at this point in the history
Loading