1. Jan 05, 2022
  2. Nov 11, 2021
  3. Oct 15, 2021
  4. Sep 09, 2021
  5. Aug 09, 2021
  6. Aug 05, 2021
    • Michael Müller's avatar
      Set default license + Add Substrate's `rustfmt` config (#69) · 7d657625
      Michael Müller authored
      * Add license
      
      * Add rustfmt config
      
      * Add `fmt` CI job
      
      * Add `FILE_HEADER` to files
      
      * Apply `cargo fmt`
      
      * Revert "Apply `cargo fmt`"
      
      This reverts commit 1bfb7a289ff093a9cc1e22318e9c96f5aa9cbfb0.
      
      * Copy `rustfmt.toml` from Substrate over
      
      * Apply `cargo fmt`
      
      * Add license check
      
      * Fix stage name
      
      * Use nightly for `rustfmt`
      7d657625
  7. Jul 23, 2021
    • Michael Müller's avatar
      Automatically build and release windows binary for new tags (#62) · 844b12d2
      Michael Müller authored
      * Update GitLab `publish` config
      
      * Add Windows binary release workflow
      
      * Update GitHub workflow
      
      * Debug `libclang not found`
      
      * Fix os matching
      
      * Fix path setting
      
      * Fix syntax and tag name
      
      * Fix yaml
      
      * Escape `@` for PowerShell
      
      * Fix multiline
      
      * Fix upload
      
      * Remove strategy
      
      * Add debug output
      
      * Remove Fixme's
      844b12d2
  8. Jul 22, 2021
  9. Jul 21, 2021
    • Michael Müller's avatar
      Automatically create binary releases (#41) · a2cf9943
      Michael Müller authored
      
      
      * Automatically create binary releases
      
      * Add `wasm32-unknown-unknown` component
      
      * Add targets
      
      * Add simple build
      
      * Remove GitHub workflow
      
      * wip
      
      * Improve building
      
      * Revert me: remove upload
      
      * Fix syntax
      
      * Change dir
      
      * wip
      
      * Fix syntax
      
      * Temporarily disable tests
      
      * Temporarily disable tests
      
      * Update GitLab config
      
      * Fix `unset`
      
      * Find artifacts
      
      * Find artifacts
      
      * Try finding artifacts again
      
      * Remove `dependencies`
      
      * CI: add k8s, stage rules
      
      * CI: add image
      
      * Create release
      
      * GitLab config update
      
      * CI: bench build; cache pre-population
      
      * Fix syntax
      
      * CI: chore
      
      * Fix syntax
      
      * CI: and just a dot
      
      * CI: test won the bench
      
      * Fix bash
      
      * Final preparations
      
      * Remove `time`
      
      * Add `tar.gz` suffix
      
      * Update .gitlab-ci.yml
      
      Co-authored-by: default avatarDenis Pisarev <[email protected]>
      
      * Bring back `time`
      
      * Add rules
      
      Co-authored-by: default avatarDenis P <[email protected]>
      a2cf9943
  10. Nov 06, 2020
    • Denis_P's avatar
      Produce artifact (#22) · e189090a
      Denis_P authored
      * change (CI): new job that produces the binary
      
      * change (CI): also can be launched manually
      
      * change (CI): extra newline
      
      * change (CI): fix artifact's name
      
      * change (CI): allow_failure allows not to wait for the job's status
      v0.1.3
      e189090a
  11. Sep 03, 2020
    • Andrew Jones's avatar
      Upgrade to substrate rc6 (#13) · 665539c5
      Andrew Jones authored
      * Upgrade to rc6
      
      * Initial runtime port
      
      * The rest of the owl
      
      * add wasmtime features
      
      * Copy node template manifest
      
      * Copy dependencies order from node-template for easier updating
      
      * Update contracts runtime rpc api, other errors
      
      * Fix some contracts stuff
      
      * Fix up builder runner
      
      * Increment spec and impl versions
      
      * Compiles. Works?
      
      * Test with --release to reuse just completed compilation (from #5)
      665539c5
  12. Sep 01, 2020
  13. Jun 12, 2020
  14. Jan 24, 2020
    • Denis_P's avatar
      initial CI (#3) · 3ba85cd0
      Denis_P authored
      * initial CI
      
      * should run on the same host
      
      * try in one container
      
      * try in one container 2
      3ba85cd0