1. Nov 15, 2023
  2. Nov 14, 2023
  3. Nov 08, 2023
    • Yuri Volkov's avatar
      Fixing gitspiegel trigger workflow (#215) · 9c508f0c
      Yuri Volkov authored
      The first attept to use a workflow to protect GitLab CI from untrusted
      contributors failed, because GitHub doesn't pass secrets to workflows
      for PRs that originate from forks.
       
      This uses a different approach: instead of triggerring gitspiegel API
      directly from the workflow, we're just spawning an empty workflow with a
      specific path, and gitspiegel listens for `workflow_run` event to start
      mirroring.
      
      The idea is the same: for the first-time contributors, running workflows
      would require manual aciton and that would block mirroring. But this
      time, we don't need any secrets to make it work.
      9c508f0c
  4. Nov 06, 2023
    • PG Herveou's avatar
      Enable parachain mode (#212) · a7733f85
      PG Herveou authored
      This PR update the current code to use the parachain-template-code.
      The template code has been modified to allow continued use of a solo
      node, preserving existing behaviors by default.
      
      when launched using the --chain "contracts-parachain-local", it will now
      starts a parachain instead.
      a7733f85
  5. Nov 02, 2023
    • Yuri Volkov's avatar
      Adding gitspiegel-trigger workflow (#213) · 4e2d3488
      Yuri Volkov authored
      Using a workflow to trigger mirroring instead of a webhook allows us to
      reuse "Approving workflow runs from public forks" GitHub feature to
      somewhat protect us from malicious PRs
      4e2d3488
  6. Oct 18, 2023
  7. Oct 05, 2023
  8. Sep 05, 2023
  9. Sep 01, 2023
  10. Aug 06, 2023
  11. Jul 26, 2023
  12. Jul 25, 2023
  13. Jul 24, 2023
  14. Jun 22, 2023
  15. Jun 08, 2023
  16. Jun 06, 2023
  17. May 30, 2023
  18. May 29, 2023
  19. May 26, 2023
  20. May 22, 2023
  21. May 05, 2023
  22. Feb 22, 2023
  23. Feb 07, 2023
  24. Jan 31, 2023
  25. Jan 25, 2023
  26. Dec 13, 2022
  27. Nov 24, 2022
    • Alexander Theißen's avatar
      Cleanup dependencies (#162) · c80b4630
      Alexander Theißen authored
      - Removed some flat out unused dependencies
      - Remove last pieces of (defunct) benchmarking infrastructure
      - Remove rocksdb: It takes notoriously long to build and there is no
      reason why we shouldn't use parity-db for this dev node
      c80b4630
  28. Nov 12, 2022
  29. Nov 10, 2022
  30. Nov 08, 2022
  31. Oct 14, 2022
  32. Oct 11, 2022
  33. Oct 10, 2022
  34. Sep 08, 2022
  35. Aug 15, 2022