- Apr 13, 2022
-
-
Alexander Samusev authored
-
- Apr 11, 2022
-
-
Bastian Köcher authored
* Prepare for rust stable 1.59 Besides preparing the UI tests this also adds a new script update-rust-stable.sh script for simplifying the update of a rust stable version. This script will run all UI tests for the new rust stable version and updating the expected output. * Ensure we run the UI tests in CI * use staging ci image * More test updates * Unignore test (#11097) * empty commit for pipeline rerun * empty commit for pipeline rerun * Try to make clippy happy * More clippy fixes * FMT * ci image production Co-authored-by:
alvicsam <alvicsam@gmail.com> Co-authored-by:
Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
-
- Apr 06, 2022
-
-
Alexander Samusev authored
* [ci] Remove vault * remove anchors
-
- Mar 14, 2022
-
-
Sergejs Kostjucenko authored
Move scripts used in CI to the new location - **./scripts/ci/** * Move github scripts * Move more files * Move ci scripts and fix dependencies * Update docs/node-template-release.md Co-authored-by:
João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> * Remove Cargo.lock * Apply suggestions from code review Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io> * Make more paths uniform Co-authored-by:
João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- Feb 15, 2022
-
-
Alexander Samusev authored
-
- Jan 26, 2022
-
-
Alexander Samusev authored
* [ci] pipeline chores
-
- Jan 24, 2022
-
-
Jimmy Chu authored
Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com>
-
- Jan 21, 2022
-
-
Jimmy Chu authored
* wip Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Added the rustdocs-release script Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * updated gitlab-ci script Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Updated to set NIGHTLY to false by default Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Added documentation Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com>
-
- Jan 17, 2022
-
-
thiolliere authored
Add feature: `no-metadata-doc` which removes doc from metadata and `full-metadata` which build metadata with all doc (#10493) * add features to remove or add doc * fmt * add test for event/error/call * fmt
-
- Jan 12, 2022
-
-
Alexander Samusev authored
* [Do not merge] pipeline chores * disable condition publish-rustdoc * revert rules * remove PIPELINE_SCRIPTS_TAG
-
- Jan 11, 2022
-
-
Vladimir Istyufeev authored
* Remove the `bench-test-full-crypto-feature` job * Remove the relevant GHA job
-
- Jan 05, 2022
-
-
Squirrel authored
* Clippy: +complexity * Update client/cli/src/arg_enums.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update bin/node/inspect/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update primitives/keystore/src/testing.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/elections/src/lib.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * Update primitives/npos-elections/fuzzer/src/reduce.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * Incorporating feedback * No need for Ok * Additional * Needed slice * Wigy's suggestions on less derefs * fix count * reverting changes brought in by option_map_unit_fn * add --all-targets Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
- Dec 27, 2021
-
-
João Paulo Silva de Souza authored
Make check-dependent-* jobs only be executed in PRs instead of both PRs and master. Reason 1: The companion is not merged at the same time as the parent PR ([1](https://github.com/paritytech/parity-processbot/issues/347#issuecomment-994729950)), therefore the pipeline will fail on master since the companion PR is not yet merged in the other repository. This scenario is demonstrated by the pipeline of https://github.com/paritytech/substrate/commit/3d8ce673. Reason 2: The job can still fail on master due to a new commit on the companion PR's repository which was merged after `bot merge` happened, as demonstrated by the following scheme: 1. Parent PR is merged 2. Companion PR is updated and set to merge in the future 3. In the meantime a new commit is merged into the companion PR repository's master branch 4. The `check-dependent-*` job runs on master but, due to the new commit, it fails for unrelated reasons While "Reason 2" can be used as an argument against this PR, in that it would be useful to know if the integration is failing on master, "Reason 1" should be taken care of due to this inherent flaw of the current companion build system design.
-
- Dec 15, 2021
-
-
thiolliere authored
* deny warning * add new job * fix doc * fmt
-
- Dec 14, 2021
-
-
Bastian Köcher authored
* Remove cargo unleash CI job The CI job is currently breaking, because we released some crates. We also don't need the job currently because releases are not done. So, the job currently just annoys people and eats CPU time. This brings us to the conclusion that this job is currently not required and can be readded at a later point when we are sure that we need it. * Hopefully fix UI test * Another try * Remove `reserved_keyword` ui
-
- Dec 09, 2021
-
-
Bastian Köcher authored
-
- Dec 03, 2021
-
-
Bastian Köcher authored
* Fix cumulus companion checks * Add missing tag * Fix * Update .gitlab-ci.yml Co-authored-by:
Denis Pisarev <17856421+TriplEight@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Denis Pisarev <17856421+TriplEight@users.noreply.github.com>
-
- Nov 24, 2021
-
-
Alexander Samusev authored
-
Vladimir Istyufeev authored
* Introduce temporary bench job * Add runner label * CI: bench GHA * CI: bench GHA * CI: docs * CI: more docs * CI: run on master only Co-authored-by:
Denis P <denis.pisarev@parity.io>
-
Alexander Samusev authored
-
- Nov 23, 2021
-
-
Alexander Samusev authored
* [ci] Added ssh token for publishing gh-pages * changed ssh commands for gh-pages * return github_token back to vault secrets * check simnet-tests-quick without vault secrets * remove vault secrets from simnet jobs
-
- Nov 10, 2021
-
-
Benjamin Kampmann authored
* Intend to reactivate cargo-unleash check It appears the bug it was deactivated for has been resolved a while ago. Trying to reactivate the checks. * adding missing cargo.toml metadata for BEEFY crates * fix wrong version reference * matching up versions * disable faulty cache * switching more versions to prerelease * Revert "disable faulty cache" This reverts commit 411a12ae444a9695a8bfea4458a868438d870b06. * bump minor of sc-allocator to fix already-published-issue * fixup another pre-released dependency problem * temp switch to latest unleash * fixing dependency version and features * prometheus endpoint has also been changed * fixing proposer metrics versioning * fixing hex feature for beefy * fix generate-bags feature selection * fixup Cargo.lock * upgrade prometheus dependencies * missed one * switch to latest release
-
Denis_P authored
-
Jimmy Chu authored
* Put all examples under one folder Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Updated Cargo.toml Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * updated for ci script Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * update Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * Added notes that example pallets are not meant to be used in production. Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com> * updated Signed-off-by:
Jimmy Chu <jimmychu0807@gmail.com>
-
- Nov 04, 2021
-
-
Dan Shields authored
-
- Oct 22, 2021
-
-
Vladimir Istyufeev authored
* Introduce `linux-docker-benches` * Add additional info to `node-bench-regression-guard` job's run
-
- Oct 21, 2021
-
-
João Paulo Silva de Souza authored
such command should belong to the script rather than the job
-
Vladimir Istyufeev authored
-
- Oct 19, 2021
-
-
João Paulo Silva de Souza authored
the tag will be moved to Gitlab CI/CD variables
-
- Oct 18, 2021
-
-
Alexander Samusev authored
* ci: remove node-template from build-linux-substrate-simnet * build-linux-substrate job impovements * small fix
-
- Oct 14, 2021
-
-
João Paulo Silva de Souza authored
-
- Oct 11, 2021
-
-
Alexander Samusev authored
* remove spaces * add simnet quick test * debug simnet test * add jobs for quick simnet tests * fix typo * test simnet-quick * remove debug * fix ci * change tag for simnet tests * Add new line to readme
-
- Oct 03, 2021
-
-
Squirrel authored
* Focus on correctness lints. This relies on a compiler patch that landed 8th July 2021. If people are using an earlier version of the compiler everything will still work unless they try and run clippy. Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- Sep 24, 2021
-
-
Denis_P authored
* CI: undebug CI image * Update .gitlab-ci.yml Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Bastian Köcher authored
* Prepare UI tests for rust 1.54 * Delete wrong_page.stderr * CI: run with a staging CI image * Revert "CI: run with a staging CI image" This reverts commit 66f5b00d14b50fd9d8fbf773f7e884f380697591. * CI: debug, again * LOG_TARGET is only used in std * Remove unnecessary unsafe * Fixes * Use correct rustc locally * FMT * Compile with benchmarking * Review feedback * Some ui tests * I know... * Fix wasm tests Co-authored-by:
Denis P <denis.pisarev@parity.io> Co-authored-by:
thiolliere <gui.thiolliere@gmail.com>
-
- Sep 23, 2021
-
-
Jimmy Chu authored
-
- Sep 21, 2021
-
-
Squirrel authored
* check line width not needed (cargo fmt checks this) * Fixing test to work in release mode.
-
- Sep 20, 2021
-
-
thiolliere authored
-
Jimmy Chu authored
Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- Sep 16, 2021
-
-
Sergejs Kostjucenko authored
-