Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Apr 03, 2023
  3. Mar 28, 2023
  4. Mar 24, 2023
  5. Mar 22, 2023
  6. Mar 21, 2023
  7. Mar 20, 2023
  8. Mar 15, 2023
  9. Mar 03, 2023
  10. Mar 02, 2023
  11. Feb 27, 2023
  12. Feb 20, 2023
  13. Feb 13, 2023
  14. Feb 07, 2023
    • David Robertson's avatar
      Hacky fix to make mac wheels (#15019) · 0c29f5fb
      David Robertson authored
      
      * Skip testing PyPy wheels
      
      One of the test builds on #15015 failed to install a pp38-* wheel
      because it didn't have access to the openssl headers to build
      `cryptography` from source. We don't run CI against PyPy so I'm going to
      be a meanie and skip testing the wheels. (And I've no idea why 3.8 was
      special in the first place, either.)
      
      * Hack the name of the wheel so cibw can test it
      
      I hate hate hate hate hate hate hate hate hate this
      
      * Changelog
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarPatrick Cloke <clokep@users.noreply.github.com>
      
      ---------
      
      Co-authored-by: default avatarPatrick Cloke <clokep@users.noreply.github.com>
      0c29f5fb
  15. Feb 02, 2023
  16. Feb 01, 2023
  17. Jan 31, 2023
  18. Jan 17, 2023
  19. Jan 09, 2023
  20. Jan 05, 2023
  21. Jan 04, 2023
  22. Dec 21, 2022
  23. Dec 19, 2022
  24. Dec 07, 2022
  25. Dec 02, 2022
  26. Nov 29, 2022
  27. Nov 28, 2022
    • Michael Kaye's avatar
      Push complement image to a docker registry (#14509) · 2dad42a9
      Michael Kaye authored
      
      * GHA workflow to build complement images of key branches.
      
      * Add changelog.d
      
      * GHA workflow to build complement images of key branches.
      
      * Add changelog.d
      
      * Update complement.yml
      
      Remove special casing for michaelk branch.
      
      * Update complement.yml
      
      Should run on master, develop not main, develop
      
      * Rename file to be more obvious
      
      * Merge did not go correctly.
      
      * Setup 5am builds of develop, limit to one run at once.
      
      * Fix crontab---run once at 5AM, not very minute between 5 and 6
      
      * Fix cron syntax again?
      
      * Tweak workflow name
      
      * Allow manual debug runs
      
      * Tweak indentation
      
      Ctrl-Alt-L in PyCharm
      
      Co-authored-by: default avatarDavid Robertson <david.m.robertson1@gmail.com>
      Co-authored-by: default avatarDavid Robertson <davidr@element.io>
      2dad42a9
Loading