From f86553d18c14eddc5c24a2efdbcfe835be1e8b01 Mon Sep 17 00:00:00 2001 From: SachaMorard <2254275+SachaMorard@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:53:18 +0100 Subject: [PATCH] chore: edgee rename --- .DS_Store | Bin 0 -> 6148 bytes .github/CODEOWNERS | 2 +- .github/workflows/check.yml | 12 ++++++------ .github/workflows/wasm-build-release.yml | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 14 +++++++------- edgee-component.toml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e3163f13cc5238d9572b2bf0a5b3075990fffe74 GIT binary patch literal 6148 zcmeHKJx>Bb5S~au0V$4jk`<9)VeRJ<}yDSl@!l0HT$`DZ+jWM~1Zi2C&Tg>L{%o|MT5_B5(MIxt;Eady?PdO_iB<;fI%+ zG@y#dPAi-72)BmT_RELWU~CQ-7u>v@=+0sh}r56Q6 z0a0M60Phb08e?cNGN`u>bovSaOk!Fa#u**}1B;=>$RIp0Wm17ARoN?sGU=EPY+PtD zGHB9CX=bcrnU%evD9w)fK!=kG4N5NxhyuO>3G*|<=l|jK`@f$gzeE91;9n`AlEqT7 zfJd@tYwY3ptPRl0Xlxu88PqB0>~X9Id=zKVw80nf02o?~3}OZ*e+0A)(uo2yRp1-n C%%tD| literal 0 HcmV?d00001 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c0fd16..e891c20 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @edgee-cloud/edgeers \ No newline at end of file +* @edgee-ai/edgeers \ No newline at end of file diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0b54a0c..b19876e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,7 +17,7 @@ jobs: with: target: wasm32-wasip2 components: rustfmt - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: cargo check @@ -29,7 +29,7 @@ jobs: with: target: wasm32-wasip2 components: rustfmt - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - uses: actions-rust-lang/rustfmt@v1 @@ -43,7 +43,7 @@ jobs: with: target: wasm32-wasip2 components: clippy - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - uses: wearerequired/lint-action@master with: @@ -56,7 +56,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component build - name: Verify .wasm file exists run: | @@ -71,7 +71,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: cargo test @@ -83,7 +83,7 @@ jobs: with: target: wasm32-wasip2 - uses: taiki-e/install-action@cargo-llvm-cov - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: make test.coverage.lcov - uses: coverallsapp/github-action@v2 diff --git a/.github/workflows/wasm-build-release.yml b/.github/workflows/wasm-build-release.yml index a6c9c04..91d184b 100644 --- a/.github/workflows/wasm-build-release.yml +++ b/.github/workflows/wasm-build-release.yml @@ -18,7 +18,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component build - name: Upload WASM to release diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d51c6eb..9724499 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,15 +1,15 @@ # Edgee Contributor Guidelines -Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud). +Welcome! This project is created by the team at [Edgee](https://www.edgee.ai). We're glad you're interested in contributing! We welcome contributions from people of all backgrounds who are interested in making great software with us. At Edgee, we aspire to empower everyone to create interactive experiences. To do this, we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community. -If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Slack](https://edgee.cloud/slack)! +If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)! -We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-cloud/careers). +We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-ai/careers). ## Issues diff --git a/README.md b/README.md index 14a78b1..d05f3b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- + - - Edgee + + Edgee

@@ -11,9 +11,9 @@

Matomo component for Edgee

-[![Coverage Status](https://coveralls.io/repos/github/edgee-cloud/matomo-component/badge.svg)](https://coveralls.io/github/edgee-cloud/matomo-component) -[![GitHub issues](https://img.shields.io/github/issues/edgee-cloud/matomo-component.svg)](https://github.com/edgee-cloud/matomo-component/issues) -[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.cloud/edgee/matomo) +[![Coverage Status](https://coveralls.io/repos/github/edgee-ai/matomo-component/badge.svg)](https://coveralls.io/github/edgee-ai/matomo-component) +[![GitHub issues](https://img.shields.io/github/issues/edgee-ai/matomo-component.svg)](https://github.com/edgee-ai/matomo-component/issues) +[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.ai/edgee/matomo) This is a Rust-based Edgee component that integrates Matomo analytics using the Edgee Data Collection protocol. It allows you to send user events, page views, and user identity data directly to your Matomo instance from the edge. @@ -89,4 +89,4 @@ matomo-component/ ### 📚 Learn More - [Matomo Tracking API](https://matomo.org/docs/tracking-api/) -- [Edgee Developer Guide](https://www.edgee.cloud/docs/services/registry/developer-guide) +- [Edgee Developer Guide](https://www.edgee.ai/docs/services/registry/developer-guide) diff --git a/edgee-component.toml b/edgee-component.toml index 4da680c..197fbad 100644 --- a/edgee-component.toml +++ b/edgee-component.toml @@ -47,8 +47,8 @@ This component is designed for developers who want to enhance user tracking and - Matomo Developer Docs: https://developer.matomo.org/api-reference/tracking-api """ -documentation = "https://www.edgee.cloud/docs/components/data-collection/matomo" -repository = "https://github.com/edgee-cloud/matomo-component" +documentation = "https://www.edgee.ai/docs/components/data-collection/matomo" +repository = "https://github.com/edgee-ai/matomo-component" language = "Rust" wit-version = "1.0.0" icon-path = "matomo.png"