- 22 Jun, 2020 1 commit
-
-
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
-
- 17 Jun, 2020 4 commits
-
-
s3krit authored
* Enforces presence of C-labels to designate the importance of a release * Iterates over them on a release, takes the highest present and includes it in the release notes * Lists the change(s) that caused the release to be that priority
-
Gav Wood authored
-
Gavin Wood authored
* Rename old labels. * Bump runtimes * Bump versions * Bump lock
-
- 16 Jun, 2020 1 commit
-
-
Martin Pugh authored
-
- 09 Jun, 2020 1 commit
-
-
s3krit authored
* Release announcements: s/kusama/polkadot/ * Additional debug info for gitlab publish script * add rustc version check job * fully comment out tag-checking * s/podman/docker/g * Switch to rust-builder image and install jq * remove temporary TODOs
-
- 08 Jun, 2020 1 commit
-
-
s3krit authored
Changes behaviour of `sanitised_git_logs` to collate all changes when operating on separate branches.
-
- 26 May, 2020 1 commit
-
-
s3krit authored
* Include polkadot spec in release notes, retitle releases * add CC1 to release title
-
- 15 May, 2020 1 commit
-
-
gabriel klawitter authored
-
- 12 May, 2020 1 commit
-
-
Bastian Köcher authored
-
- 08 May, 2020 1 commit
-
-
s3krit authored
* add check_tags CI job * fix typo in gitlab-ci.yml * add more useful CI output * Make presence of github token optional
-
- 24 Apr, 2020 1 commit
-
-
s3krit authored
* Add westend spec version and check labels for polkadot ... And remove reference to `polkadot-master` * Add changelog section for runtimenoteworthy labels And change markdown nesting header style
-
- 21 Mar, 2020 1 commit
-
-
s3krit authored
* Move publish_draft_release to test stage Also remove the alert_pending_release job since it's no longer needed * delete alert_pending_release.sh * Add splitting substrate changes into subsections
-
- 26 Feb, 2020 1 commit
-
-
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
-
- 24 Feb, 2020 1 commit
-
-
s3krit authored
-
- 18 Feb, 2020 1 commit
-
-
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
-
- 03 Feb, 2020 1 commit
-
-
gabriel klawitter authored
-
- 24 Jan, 2020 1 commit
-
-
gabriel klawitter authored
-
- 21 Jan, 2020 1 commit
-
-
gabriel klawitter authored
* ci: backport runtime version checks from v0.6 branch * adjust substrate version file path
-
- 16 Jan, 2020 1 commit
-
-
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
😅
-
- 10 Jan, 2020 1 commit
-
-
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
-
- 07 Jan, 2020 1 commit
-
-
s3krit authored
... parity/tools doesn't have /bin/bash
-
- 06 Jan, 2020 2 commits
-
-
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:
André Silva <andre.beat@gmail.com>
-
gabriel klawitter authored
-
- 03 Jan, 2020 1 commit
-
-
Arkadiy Paronyan authored
* Allow both polkadot and kusama runtimes * Allow both polkadot and kusama runtimes * Make `collator` build * Removed kusama runtime * Introduced common runtime * Updated for latest substrate * Updated CI targets * Updated CI version check * Removed unused dependency * Pulled latests substrate * Pulled latest substrate * Fixed version * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * NEW_HEADS_IDENTIFIER moved to primitives * Updated CI check script * Fixed script * Set epoch duration for polkadot * ci: check_runtime for both runtimes Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
gabriel klawitter <gabreal@users.noreply.github.com>
-
- 27 Dec, 2019 1 commit
-
-
gabriel klawitter authored
-
- 13 Dec, 2019 1 commit
-
-
s3krit authored
* Add matrix release alert script and gitlab job * Update .gitlab-ci.yml Co-Authored-By:
Kirill Pimenov <kirill@parity.io>
-
- 09 Nov, 2019 1 commit
-
-
gabriel klawitter authored
-
- 03 Sep, 2019 1 commit
-
-
gabriel klawitter authored
* remove merge-test and set up kusama-nightly-staging * refactor .gitlab-ci.yml * kusama-nightly-staging typo i * kusama-nightly-staging typo and cond --locked
-
- 26 Feb, 2019 1 commit
-
-
gabriel klawitter authored
* ci: add check:merge:conflict job * split caches between test and release job
-