Skip to content

Releases: smartcontractkit/operator-ui

v0.8.0-e46f667: Remove ID attribute from bootstrap job spec (#15)

16 Nov 03:29
e46f667
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-e46f667

Minor Changes

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.8.0-86ee65b: Merge pull request #14 from smartcontractkit/new-config-chain-node

31 Oct 15:34
86ee65b
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-86ee65b

Minor Changes

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.8.0-e1e224e: Merge pull request #7 from smartcontractkit/feature/sc-33623

26 Oct 20:28
e1e224e
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-e1e224e

Minor Changes

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.8.0-9e266e6: Merge pull request #13 from smartcontractkit/feature/sc-33623-2

26 Oct 22:52
9e266e6
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-9e266e6

Minor Changes

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.8.0-b286a55: chore: remove maxGasPriceGWei from UI for VRF (#12)

24 Oct 19:40
b286a55
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-b286a55

Minor Changes

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.7.1-60f5adf

05 Oct 11:53
60f5adf
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.1-60f5adf

Patch Changes

  • f537fba: Fixes task run status display for unfinished tasks
  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.7.1-bb7bbcb: Merge pull request #9 from smartcontractkit/release/0.7.1

27 Sep 22:21
bb7bbcb
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.1-bb7bbcb

Patch Changes

  • 69b88a0: Fixes infinite loop issue on Sign Out

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.7.0

16 Sep 14:10
2b405cc
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 1ab4990: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.

v0.7.0-d048dc5

15 Sep 03:55
d048dc5
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-d048dc5

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

v0.7.0-5bcb516

16 Sep 01:14
d048dc5
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-5bcb516

Minor Changes

  • d5517c9: Swap out compiler for testing and building for swc

    Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    See this PR for a screenshot example.

  • 5bcb516: Fetch chainlink node build info during runtime

    Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the /v2/build_info endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.