1. 22 Jun, 2020 1 commit
    • s3krit's avatar
      [CI] Refactor publish_draft_release.sh (#1289) · 1a0c1e9f
      s3krit authored
      * Refactor publish_draft_release.sh
      
      * Switch to using arrays for storing labelled changes
      * Combine changes for Polkadot and Substrate
      * Change sanitised_git_logs in `lib.sh` to drop `*`s at the start
      * Only look for priorities of medium or above (presence of one or more
        C1 label is enforeced by check-labels anyway, saves us some API calls)
      
      * Ensure priorities >C1-low aren't labelled B0-silent
      1a0c1e9f
  2. 17 Jun, 2020 4 commits
  3. 16 Jun, 2020 1 commit
  4. 09 Jun, 2020 1 commit
  5. 08 Jun, 2020 1 commit
    • s3krit's avatar
      Update lib.sh (#1203) · 422751ac
      s3krit authored
      Changes behaviour of `sanitised_git_logs` to collate all changes when operating on separate branches.
      422751ac
  6. 26 May, 2020 1 commit
  7. 15 May, 2020 1 commit
  8. 12 May, 2020 1 commit
  9. 08 May, 2020 1 commit
    • s3krit's avatar
      [CI] add check_tags CI job (#1072) · 17994373
      s3krit authored
      * add check_tags CI job
      
      * fix typo in gitlab-ci.yml
      
      * add more useful CI output
      
      * Make presence of github token optional
      17994373
  10. 24 Apr, 2020 1 commit
  11. 21 Mar, 2020 1 commit
  12. 26 Feb, 2020 1 commit
    • s3krit's avatar
      CI: Label PRs with B2-breaksapi if substrate changes are labelled B2-breaksapi (#862) · 853b8d3e
      s3krit authored
      * CI: Split common functions into lib.sh and make...
      
      ... alert_pending_release.sh check the substrate changes for various
      labels. If labelled, will be included in the changelog, otherwise will
      silently be left out.
      
      * replace non-standard /bin/bash with /usr/bin/env bash
      
      * CI: make lib.sh /bin/sh-compatible
      
      * lib.sh: fix newline chars sometimes breaking has_label()
      
      * check_runtime.sh: tag change with 'B2-breaksapi'...
      
      ... if any substrate changes are also labelled 'B2-breaksapi'
      
      * Remove debug exits and uncomment labelling
      
      * exit early if we label with breaksapi
      
      * fix publish_draft_release.sh
      853b8d3e
  13. 24 Feb, 2020 1 commit
  14. 18 Feb, 2020 1 commit
  15. 03 Feb, 2020 1 commit
  16. 24 Jan, 2020 1 commit
  17. 21 Jan, 2020 1 commit
  18. 16 Jan, 2020 1 commit
    • s3krit's avatar
      Fix release drafting and pending release alerts (#770) · 65da53e7
      s3krit authored
      * Fix gitlab release drafting script
      
      Don't scan commit body for PR-like commit messages. Fix warnings from linter,
      and take object URL for signing verification from /git/ref/tags rather than hard-coding
      
      * Temporarily Disable GPG verification in pending...
      
      ...release alerts. GPG verification of objects is also done before creating the
      draft release so this isn't as bad as it sounds
      
      * Temporarily Disable GPG verification in pending...
      
      ...release alerts. GPG verification of objects is also done before creating the
      draft release so this isn't as bad as it sounds
      
      * Remove accidental GH token leakage 😅
      65da53e7
  19. 10 Jan, 2020 1 commit
    • s3krit's avatar
      Add publish_draft_release.sh (#752) · 9df5b9a8
      s3krit authored
      * Add publish_draft_release.sh
      
      This new CI script will generate a list of differences between
      this tagged version and the previous tagged version (including
      substrate changes), and create a draft release on Github. Once
      this is done, the draft release will be posted in Matrix (the
      channel is determined by a Gitlab CI environment variable).
      
      * Add highlighting gav for draft release
      9df5b9a8
  20. 07 Jan, 2020 1 commit
  21. 06 Jan, 2020 2 commits
    • Gavin Wood's avatar
      Hotfix for Kusama (#724) · f1d06780
      Gavin Wood authored
      
      
      * cli: revert borked kusama chain on startup
      
      * Docs.
      
      * cli: fix reversal of bork kusama fork
      
      * cli: force always can author
      
      * Version bump
      
      * service: support setting fork blocks in config
      
      * service: add support for bad blocks extension
      
      * service: add badBlocks to kusama chainspec
      
      * Bump Substrate to hotfix version.
      
      * service: add bad block to kusama chain spec
      
      * cleanup kusama hotfix
      
      * add kusama grandpa hotfix
      
      * Bump substrate
      
      * Bump spec_version
      
      * Rebump
      
      * cli: remove unnecessary dependencies
      
      * service: revert can_author_with fix
      
      * service: remove unnecessary method
      
      * Don't try to track polkadot runtime verion yet
      
      * Versions
      
      * service: better grandpa fix detection
      
      Co-authored-by: default avatarAndré Silva <andre.beat@gmail.com>
      f1d06780
    • gabriel klawitter's avatar
  22. 03 Jan, 2020 1 commit
  23. 27 Dec, 2019 1 commit
  24. 13 Dec, 2019 1 commit
  25. 09 Nov, 2019 1 commit
  26. 11 Sep, 2019 1 commit
    • Gavin Wood's avatar
      Substrate.from() (#426) · c69ba7e2
      Gavin Wood authored
      * Substrate.from()
      
      * Fix some transaction validation code
      
      * must be more specific for matching now.
      
      * Update `wasm-builder` and add `build-only-wasm` script
      
      * Update to latest service builder interfaces
      
      * ANother substrate update
      
      * Another update
      c69ba7e2
  27. 03 Sep, 2019 1 commit
  28. 09 Jul, 2019 1 commit
    • Bastian Köcher's avatar
      Update to latest Substrate master (#320) · 5935e5ac
      Bastian Köcher authored
      * Make `collator::Network` require `Send + Sync` to make it work
      
      * Update packages
      
      * Update to latest Substrate
      
      * Make it compile and make tests work
      
      * Use `polkadot-master`
      
      * Fix CI
      
      * Remove `build.sh` from readmes
      
      * Delete old stuff
      
      * Bring one back
      5935e5ac
  29. 11 Jun, 2019 1 commit
  30. 25 May, 2019 1 commit
  31. 22 May, 2019 1 commit
  32. 02 May, 2019 1 commit
  33. 05 Apr, 2019 1 commit
  34. 26 Mar, 2019 1 commit
  35. 26 Feb, 2019 1 commit
  36. 07 Dec, 2018 1 commit