From a5afbcd7dbfab6cecdfd61f1920cc4ba93de8451 Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Sat, 16 Dec 2023 11:12:14 -0500 Subject: [PATCH] migrate updates to intersect * changes URL to https://updates.cardano.intersectmbo.org --- README.md | 4 ++-- blog/2022-11-02-release.md | 2 +- blog/2022-11-02-system-test.md | 2 +- blog/2022-11-03-embedding-quality.md | 6 +++--- blog/2022-11-04-open-source.md | 2 +- blog/2022-11-30-consensus.md | 2 +- blog/2022-12-14-consensus.md | 2 +- blog/2023-01-13-system-test.md | 4 ++-- blog/2023-03-08-consensus.md | 2 +- blog/2023-03-27-system-test.md | 4 ++-- blog/2023-06-08-system-test.md | 4 ++-- docusaurus.config.js | 18 +++++++++--------- quarterly/2023-01-18-consensus.md | 2 +- 13 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 3c853cf004..29ee281cba 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository will host updates from the [cardano](https://github.com/input-output-hk/cardano-node) development teams. The generated website containing the updates can be found -[here](https://input-output-hk.github.io/cardano-updates/). +[here](https://updates.cardano.intersectmbo.org/). This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. @@ -118,4 +118,4 @@ Not using SSH: $ GIT_USER= yarn deploy ``` -[cardano-updates]: https://input-output-hk.github.io/cardano-updates +[cardano-updates]: https://updates.cardano.intersectmbo.org diff --git a/blog/2022-11-02-release.md b/blog/2022-11-02-release.md index cd094112a4..dd17f64985 100644 --- a/blog/2022-11-02-release.md +++ b/blog/2022-11-02-release.md @@ -27,4 +27,4 @@ a temporary pv8 environment has been created for testing SECP before preview is * [Test Status](https://github.com/input-output-hk/cardano-node-tests/blob/tag_test_1.35.4_rc1/src_docs/source/test_results/node/tag_1_35_4_rc1.rst) -- [Cicero CI Migration](https://input-output-hk.github.io/cardano-updates/2022-08-12-sre) +- [Cicero CI Migration](https://updates.cardano.intersectmbo.org/2022-08-12-sre) diff --git a/blog/2022-11-02-system-test.md b/blog/2022-11-02-system-test.md index da671d062d..5a911a77e7 100644 --- a/blog/2022-11-02-system-test.md +++ b/blog/2022-11-02-system-test.md @@ -10,7 +10,7 @@ hide_table_of_contents: false We have been focused on: * Fully opening our test results (on top of the existing tests & tools): - See [cardano-node-tests webpage](https://input-output-hk.github.io/cardano-node-tests/). + See [cardano-node-tests webpage](https://tests.cardano.intersectmbo.org/). * Started to test and automate the new functionalities added in the `1.35.4-rc1` node tag See [test results tracking page](https://github.com/input-output-hk/cardano-node-tests/blob/tag_test_1.35.4_rc1/src_docs/source/test_results/node/tag_1_35_4_rc1.rst). * Made some improvements to the automated db-sync sync tests diff --git a/blog/2022-11-03-embedding-quality.md b/blog/2022-11-03-embedding-quality.md index 2d89d55fda..a6b9217d96 100644 --- a/blog/2022-11-03-embedding-quality.md +++ b/blog/2022-11-03-embedding-quality.md @@ -9,9 +9,9 @@ hide_table_of_contents: false ## High level summary We made good progress on most of the Action Items we agreed on Lisbon, like: -* Cardano System Tests was fully open to public (tools, tests, results) - See [cardano-node-tests webpage](https://input-output-hk.github.io/cardano-node-tests). -* We defined an [user-facing-functionality template](https://github.com/input-output-hk/cardano-node/blob/master/.github/ISSUE_TEMPLATE/user-facing-feature.md) that is used with the cardano-cli team +* Cardano System Tests was fully open to public (tools, tests, results) + See [cardano-node-tests webpage](https://tests.cardano.intersectmbo.org) +* We defined an [user-facing-functionality template](https://github.com/input-output-hk/cardano-node/blob/master/.github/ISSUE_TEMPLATE/user-facing-feature.md) that is used with the cardano-cli team * this includes acceptance criteria & user stories, and definition of done * We are in the process of running the cardano-node-tests at commit & PR level in cardano-node (we are affected by the Cicero migration right now but we did most of the work already) * We started to apply a _labelling convention_ on [cardano-node issues](https://github.com/input-output-hk/cardano-node/issues) that will be used to generate some visual dashboards with some metrics [TBD] diff --git a/blog/2022-11-04-open-source.md b/blog/2022-11-04-open-source.md index 88eedb5c7f..537fde00d6 100644 --- a/blog/2022-11-04-open-source.md +++ b/blog/2022-11-04-open-source.md @@ -57,5 +57,5 @@ You can expect we will improve in these metrics in the coming weeks. [publish-on-hackage]: https://github.com/orgs/input-output-hk/projects/60/views/3 [io-sim]: https://github.com/input-output-hk/io-sim [ceh]: https://input-output-hk.github.io/cardano-engineering-handbook/ -[cardano-updates]: https://input-output-hk.github.io/cardano-updates +[cardano-updates]: https://updates.cardano.intersectmbo.org [docusaurus]: https://docusaurus.io diff --git a/blog/2022-11-30-consensus.md b/blog/2022-11-30-consensus.md index b52a1a125e..37f3a10d85 100644 --- a/blog/2022-11-30-consensus.md +++ b/blog/2022-11-30-consensus.md @@ -76,7 +76,7 @@ We cleared up our understanding of the error dynamics of forecasting ([#4146][pull-4146] and [#4174][pull-4174]). We submitted a pull request that adds an overview of consensus to the [top level -documentation](https://input-output-hk.github.io/ouroboros-network/) of +documentation](https://ouroboros-network.cardano.intersectmbo.org/) of ouroboros-network ([#4197][pull-4197]). This overview describes the consensus components and adds a hyperlinked map to the modules documentation. diff --git a/blog/2022-12-14-consensus.md b/blog/2022-12-14-consensus.md index ce4c571b13..b5ccfa0dd0 100644 --- a/blog/2022-12-14-consensus.md +++ b/blog/2022-12-14-consensus.md @@ -93,7 +93,7 @@ enlightening! We merged the [pull request][pull-4197] that adds an overview of consensus to the [top level -documentation](https://input-output-hk.github.io/ouroboros-network/) of +documentation](https://ouroboros-network.cardano.intersectmbo.org/) of ouroboros-network. This overview describes the consensus components and adds a hyperlinked map to the modules documentation. diff --git a/blog/2023-01-13-system-test.md b/blog/2023-01-13-system-test.md index f555564045..43c12ef0e5 100644 --- a/blog/2023-01-13-system-test.md +++ b/blog/2023-01-13-system-test.md @@ -15,8 +15,8 @@ We also update the Node & DB-Sync sync tets to build with Nix as the prebuilt fi ## Workstreams ### Framework improvements: -- extended the _cardano-node-tests_ with the ability for anybody to fork the repo and [run all our System Tests on GitHub Actions](https://input-output-hk.github.io/cardano-node-tests/readme.html) -- added 2 new nightly pipelines - nightly-mixed and nightly-p2p - [details here](https://input-output-hk.github.io/cardano-node-tests/test_results/nightly_system_tests.html) +- extended the _cardano-node-tests_ with the ability for anybody to fork the repo and [run all our System Tests on GitHub Actions](https://tests.cardano.intersectmbo.org/readme.html) +- added 2 new nightly pipelines - nightly-mixed and nightly-p2p - [details here](https://tests.cardano.intersectmbo.org/test_results/nightly_system_tests.html) - some optimizations on how our regression tests are scheduled on pytest workers and how cluster instances are assigned to the tests; ` === 743 passed, 67 skipped, 24 xfailed in 9166.64s (2:32:46) === diff --git a/blog/2023-03-08-consensus.md b/blog/2023-03-08-consensus.md index 4080d7d585..c70252f364 100644 --- a/blog/2023-03-08-consensus.md +++ b/blog/2023-03-08-consensus.md @@ -101,4 +101,4 @@ thereby reducing the time CI jobs take. [pull-8]: https://github.com/input-output-hk/ouroboros-consensus/pull/8 [pull-4412]: https://github.com/input-output-hk/ouroboros-network/pull/4412 [pull-4421]: https://github.com/input-output-hk/ouroboros-network/pull/4421 -[oc-web-page]: https://input-output-hk.github.io/ouroboros-consensus/ +[oc-web-page]: https://ouroboros-consensus.cardano.intersectmbo.org/ diff --git a/blog/2023-03-27-system-test.md b/blog/2023-03-27-system-test.md index 46a05f7921..5dfe7d5565 100644 --- a/blog/2023-03-27-system-test.md +++ b/blog/2023-03-27-system-test.md @@ -23,8 +23,8 @@ Since the last update (2023-1-13) we did more improvements on our Test Framework ### Node: - ran tests on node branch with the UTxO-HD functionality -- tested the [1.35.5](https://input-output-hk.github.io/cardano-node-tests/test_results/node/tag_1_35_5.html) release -- tested the [1.35.6](https://input-output-hk.github.io/cardano-node-tests/test_results/node/tag_1_35_6.html) release +- tested the [1.35.5](https://tests.cardano.intersectmbo.org/test_results/node/tag_1_35_5.html) release +- tested the [1.35.6](https://tests.cardano.intersectmbo.org/test_results/node/tag_1_35_6.html) release ### DB-Sync: - improvements in db-sync sync tests diff --git a/blog/2023-06-08-system-test.md b/blog/2023-06-08-system-test.md index 90f5124c5d..e8eab29e72 100644 --- a/blog/2023-06-08-system-test.md +++ b/blog/2023-06-08-system-test.md @@ -29,8 +29,8 @@ Since the last update (2023-03-26) we did more improvements on our Test Framewor - Add tests to governance SPO poll commands ### Node: -- tested the [1.35.7](https://input-output-hk.github.io/cardano-node-tests/test_results/node/tag_1_35_7.html) release -- tested the [8.0.0](https://input-output-hk.github.io/cardano-node-tests/test_results/node/tag_8_0_0.html) release +- tested the [1.35.7](https://tests.cardano.intersectmbo.org/test_results/node/tag_1_35_7.html) release +- tested the [8.0.0](https://tests.cardano.intersectmbo.org/test_results/node/tag_8_0_0.html) release ### DB-Sync: - improvements in db-sync sync tests diff --git a/docusaurus.config.js b/docusaurus.config.js index 46f7964921..5b2506dfc0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,20 +3,20 @@ const lightCodeTheme = require('prism-react-renderer/themes/github'); const darkCodeTheme = require('prism-react-renderer/themes/dracula'); -const editUrl = 'https://github.com/input-output-hk/cardano-updates/tree/main/'; +const editUrl = 'https://github.com/intersectmbo/cardano-updates/tree/main/'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Cardano Development Updates', tagline: 'Regular updates from Cardano Development Teams', - url: 'https://input-output-hk.github.io/', - baseUrl: '/cardano-updates', + url: 'https://updates.cardano.intersectmbo.org', + baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', // GitHub pages deployment config. - organizationName: 'input-output-hk', // Usually your GitHub org/user name. + organizationName: 'intersectmbo', // Usually your GitHub org/user name. projectName: 'cardano-updates', // Usually your repo name. plugins: [ @@ -48,7 +48,7 @@ const config = { { src: 'https://plausible.io/js/script.js', defer: true, - 'data-domain': 'input-output-hk.github.io/cardano-updates' + 'data-domain': 'updates.cardano.intersectmbo.org' } ], @@ -112,13 +112,13 @@ const config = { { to: 'tags/goedel', label: 'Goedel' }, { to: 'tags/mithril', label: 'Mithril' }, { to: 'tags/performance-tracing', label: 'Performance & Tracing' }, - { to: 'reports/tags/benchmarking-reports', label: 'Benchmarking Reports' }, - + { to: 'reports/tags/benchmarking-reports', label: 'Benchmarking Reports' }, + ], }, { to: 'archive', label: 'Archive', position: 'right' }, { - href: 'https://github.com/input-output-hk/cardano-updates', + href: 'https://updates.cardano.intersectmbo.org', position: 'right', className: 'header-github-link', 'aria-label': 'GitHub repository', @@ -154,7 +154,7 @@ const config = { }, ], },], - copyright: `Copyright © ${new Date().getFullYear()} Input Output Global, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Intersect, Built with Docusaurus.`, }, prism: { theme: lightCodeTheme, diff --git a/quarterly/2023-01-18-consensus.md b/quarterly/2023-01-18-consensus.md index 38a4b75ff5..5a07d815c4 100644 --- a/quarterly/2023-01-18-consensus.md +++ b/quarterly/2023-01-18-consensus.md @@ -54,7 +54,7 @@ cases. ledgers. This should be a valuable resource to people looking to roll their own custom blockchain (either for commercial or research purposes). - We added an overview of consensus to the [top level - documentation](https://input-output-hk.github.io/ouroboros-network/) of + documentation](https://ouroboros-network.cardano.intersectmbo.org/) of ouroboros-network. This overview describes the consensus components and adds a hyperlinked map to the modules documentation.