Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
target: wasm32-wasip2 # WebAssembly target
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

Expand All @@ -33,7 +33,7 @@ jobs:
with:
components: rustfmt
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
- uses: actions-rust-lang/rustfmt@v1

Expand All @@ -48,7 +48,7 @@ jobs:
with:
components: clippy
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
- uses: wearerequired/lint-action@master
with:
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-wasip2 # WebAssembly target
- 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: |
Expand All @@ -81,7 +81,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: make test

Expand All @@ -96,7 +96,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
2 changes: 1 addition & 1 deletion .github/workflows/wasm-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: actions/upload-release-asset@v1
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<p align="center">
<a href="https://www.edgee.cloud">
<a href="https://www.edgee.ai">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.cloud/img/component-dark.svg">
<img src="https://cdn.edgee.cloud/img/component.svg" height="100" alt="Edgee">
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.ai/img/component-dark.svg">
<img src="https://cdn.edgee.ai/img/component.svg" height="100" alt="Edgee">
</picture>
</a>
</p>
Expand All @@ -12,11 +12,11 @@

<h1 align="center">Segment Component for Edgee</h1>

[![Coverage Status](https://coveralls.io/repos/github/edgee-cloud/segment-component/badge.svg)](https://coveralls.io/github/edgee-cloud/segment-component)
[![GitHub issues](https://img.shields.io/github/issues/edgee-cloud/segment-component.svg)](https://github.com/edgee-cloud/segment-component/issues)
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.cloud/edgee/segment)
[![Coverage Status](https://coveralls.io/repos/github/edgee-ai/segment-component/badge.svg)](https://coveralls.io/github/edgee-ai/segment-component)
[![GitHub issues](https://img.shields.io/github/issues/edgee-ai/segment-component.svg)](https://github.com/edgee-ai/segment-component/issues)
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.ai/edgee/segment)

This component implements the data collection protocol between [Edgee](https://www.edgee.cloud) and [Segment](https://segment.com).
This component implements the data collection protocol between [Edgee](https://www.edgee.ai) and [Segment](https://segment.com).

## Quick Start

Expand Down Expand Up @@ -113,4 +113,4 @@ make build
Interested in contributing? Read our [contribution guidelines](./CONTRIBUTING.md)

### Security
Report security vulnerabilities to [security@edgee.cloud](mailto:security@edgee.cloud)
Report security vulnerabilities to [security@edgee.ai](mailto:security@edgee.ai)
4 changes: 2 additions & 2 deletions edgee-component.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ This component allows you to collect, clean, and activate your customer data dir

Additional resources: [Segment Documentation](https://segment.com/docs)
"""
documentation = "https://www.edgee.cloud/docs/components/data-collection/segment"
repository = "https://github.com/edgee-cloud/segment-component"
documentation = "https://www.edgee.ai/docs/components/data-collection/segment"
repository = "https://github.com/edgee-ai/segment-component"
wit-version = "1.0.0"
icon-path = "segment.png"
language = "Rust"
Expand Down