Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
  2. Mar 13, 2022
  3. Mar 07, 2022
  4. Feb 20, 2022
  5. Feb 15, 2022
  6. Dec 20, 2021
    • Moul's avatar
      [doc] Document Docker images usage · 11a6ae89
      Moul authored
      11a6ae89
    • Moul's avatar
      [enh] #256, #388: Set image's timezone to Paris · 79074c24
      Moul authored
      For DeathReaper to report the date in Paris timezone and not GMT
      79074c24
    • Moul's avatar
      [ci] #388: Add images generation build automation · 78140bb2
      Moul authored
      Introduce Dockerfiles based on latest Python available
      Install silkaj and make it available to the CLI
      Two steps: build, copy.
      Otherwise, you don’t get Silkaj sources built-in the image
      
      Poetry and pip environment of images builds:
      - Pip for direct consumers like DeathReaper
      - Poetry for developers, with git in
      
      Manual triggered job to generate the image
      Extensible job definition for future usages
      Rename stage from `publish` to `package`
      
      Tag images with the commit hash, the branch, and latest
      Define python version variable and pass it as an ARG to the builds
      
      Release and `dev` channels and jobs
      Tag the image with the git tag when present
      
      Set "allow_failure: true" on non-release images, to allow automatic MR merge
      78140bb2
  7. Dec 08, 2021
  8. Nov 16, 2021
  9. Nov 15, 2021
  10. Nov 12, 2021
  11. Oct 03, 2021
  12. Sep 26, 2021
  13. Sep 13, 2021
  14. Aug 12, 2021
  15. Aug 08, 2021
    • Moul's avatar
      [ref] #409: Improve endpoint determination code layer · 2b9dd511
      Moul authored
      Implement determine_endpoint() to replace Endpoint()
      It handles custom, default g1 and gtest endpoints
      Read custom endpoints from a regex
      Handle host/ipv4 mixup fix with ipaddress
      ipv6 support with brakets
      
      Rename peer to endpoint:
      option --peer/-p −> --endpoint/-ep
      
      import sys and silkaj.constants directly
      
      write tests
      
      Kept the ability of not having click installed
      - #354 The tests are difficult to write
      Actually, I am not sure if this feature is easy use.
      Using Silkaj as lib is kind of difficult since click is
      imported in almost every modules
      2b9dd511
Loading