Skip to content

Commit

Permalink
chore: update urls with new organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo authored and vadorovsky committed May 26, 2024
1 parent b9dbd9f commit 971168e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
body: |
<hr>
Check out the [changelog](https://github.com/Exein-io/pulsar/blob/main/CHANGELOG.md) for details on all the changes and fixes.
Check out the [changelog](https://github.com/exein-io/pulsar/blob/main/CHANGELOG.md) for details on all the changes and fixes.
docker-push:
name: Push docker multi-arch image
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For the time being to ask questions it is best to open an issue and assigning it

### Reporting a bug

Before reporting a bug, please take the time to first review [existing bugs](https://github.com/Exein-io/pulsar/issues?q=is%3Aissue+label%3Abug) to avoid creating duplicating issues, causing split discussions. Otherwise, you are free to open a bug report using the [issue template](.github/ISSUE_TEMPLATE/BUG-REPORT.yaml) provided.
Before reporting a bug, please take the time to first review [existing bugs](https://github.com/exein-io/pulsar/issues?q=is%3Aissue+label%3Abug) to avoid creating duplicating issues, causing split discussions. Otherwise, you are free to open a bug report using the [issue template](.github/ISSUE_TEMPLATE/BUG-REPORT.yaml) provided.

Here are some guidelines for reporting a good bug:

Expand All @@ -30,7 +30,7 @@ Here are some guidelines for reporting a good bug:

We want to keep improving the project's feature set alongside its existing features. If you have any feedback on how we may achieve that you are more than welcome to create a GitHub issue using the `feature` label!

> Similar to bug issues, please make sure that the feature or enhancement has not already been requested from the list of [features](https://github.com/Exein-io/pulsar/issues?q=is%3Aissue+label%3Aenhancement).
> Similar to bug issues, please make sure that the feature or enhancement has not already been requested from the list of [features](https://github.com/exein-io/pulsar/issues?q=is%3Aissue+label%3Aenhancement).
Here are some guidelines for submitting a feature request or enhancement:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ members = [
version = "0.8.1"
license = "Apache-2.0 WITH BPF probes exception under GPL-2.0"
edition = "2021"
repository = "https://github.com/Exein-io/pulsar"
repository = "https://github.com/exein-io/pulsar"

[workspace.dependencies]
# Crates
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<img width="300" src="assets/pulsar-logo-white.png#gh-dark-mode-only" alt="Pulsar light logo">

<p>
<a href="https://github.com/Exein-io/pulsar/actions/workflows/release.yaml">
<img src="https://github.com/Exein-io/pulsar/actions/workflows/release.yaml/badge.svg?branch=main" alt="Release">
<a href="https://github.com/exein-io/pulsar/actions/workflows/release.yaml">
<img src="https://github.com/exein-io/pulsar/actions/workflows/release.yaml/badge.svg?branch=main" alt="Release">
</a>
<a href="https://discord.gg/ZrySDqhBtZ"><img src="https://img.shields.io/discord/986983233256321075?color=%2331c753&logo=discord">
<a href="https://opensource.org/licenses/Apache-2.0">
Expand Down Expand Up @@ -32,7 +32,7 @@ Pulsar is built with a modular design that makes it easy to adapt the core archi
To download and install Pulsar, run the following in your terminal:

```sh
curl --proto '=https' --tlsv1.2 -sSf https://github.com/Exein-io/pulsar/releases/latest/download/pulsar-install.sh | sh
curl --proto '=https' --tlsv1.2 -sSf https://github.com/exein-io/pulsar/releases/latest/download/pulsar-install.sh | sh
```

Launch the pulsar daemon in a terminal **with administrator privileges**:
Expand Down Expand Up @@ -75,7 +75,7 @@ The recommended approach to getting started with Pulsar is by using the official
### Use Pre-built Binaries
Another approach to install Pulsar is by using a pre-built binary. Binaries are available for the [latest release](https://github.com/Exein-io/pulsar/releases/latest). Use `pulsar-exec` for x86-64 (`pulsar-exec-static` for a static build) or `pulsar-exec-static-aarch64` for AArch64 platform. Using there approach you also need to download and setup the [helper scripts](./scripts) to have a more convenient way to start in daemon/cli mode.
Another approach to install Pulsar is by using a pre-built binary. Binaries are available for the [latest release](https://github.com/exein-io/pulsar/releases/latest). Use `pulsar-exec` for x86-64 (`pulsar-exec-static` for a static build) or `pulsar-exec-static-aarch64` for AArch64 platform. Using there approach you also need to download and setup the [helper scripts](./scripts) to have a more convenient way to start in daemon/cli mode.

### Build from source

Expand All @@ -87,7 +87,7 @@ We do not recommend build Pulsar from source. Building from source is only neces
- [Concepts](https://pulsar.sh/docs/category/concepts): dive deep into Pulsar architecture and main concepts.
- [Tutorials](https://pulsar.sh/docs/category/tutorials): learn how to use Pulsar with practical examples.
- [Develop new eBPF modules](https://pulsar.sh/docs/developers/tutorials/create-ebpf-probe-module): build new eBPF probes and integrate them into Pulsar through the modules system;
- [Roadmap](https://github.com/orgs/Exein-io/projects/14): check out the plan for next Pulsar releases;
- [Roadmap](https://github.com/orgs/exein-io/projects/14): check out the plan for next Pulsar releases;
- [Support](https://discord.gg/MQgaTPef7a): join the Discord server for community support.

## Contributing
Expand All @@ -98,7 +98,7 @@ We have a [contributing guide](CONTRIBUTING.md) which will help you getting invo

## Community

Join the Pulsar [Discord server](https://discord.gg/MQgaTPef7a) to chat with developers, maintainers, and the whole community. You can also drop any question about Pulsar on the official [GitHub discussions](https://github.com/Exein-io/pulsar/discussions) or use the [GitHub issues](https://github.com/Exein-io/pulsar/issues) for feature requests and bug reports.
Join the Pulsar [Discord server](https://discord.gg/MQgaTPef7a) to chat with developers, maintainers, and the whole community. You can also drop any question about Pulsar on the official [GitHub discussions](https://github.com/exein-io/pulsar/discussions) or use the [GitHub issues](https://github.com/exein-io/pulsar/issues) for feature requests and bug reports.

## License

Expand Down
2 changes: 1 addition & 1 deletion crates/bpf-builder/include/compatibility.bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// will reject the program on an earlier stage.
//
// Check these links for more details:
// https://github.com/Exein-io/pulsar/issues/158
// https://github.com/exein-io/pulsar/issues/158
// https://github.com/torvalds/linux/commit/69c087ba6225b574afb6e505b72cb75242a3d844

#ifdef VERSION_5_13
Expand Down
2 changes: 1 addition & 1 deletion crates/modules/smtp-notifier/src/template.html.leon
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<body id="body">
<img id="logo"
src="https://raw.githubusercontent.com/Exein-io/pulsar/07677de701181ed959a9248841dd6d7285be5003/assets/pulsar-logo-white.png"
src="https://raw.githubusercontent.com/exein-io/pulsar/07677de701181ed959a9248841dd6d7285be5003/assets/pulsar-logo-white.png"
alt="Pulsar logo" />

<h2>
Expand Down
2 changes: 1 addition & 1 deletion crates/pulsar-core/src/pdk/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub struct ModuleSender {

/// Raises unrecoverable errors from the module to the upper layer.
///
/// Sending an error leads to a graceful shutdown of the module after [issue #7](https://github.com/Exein-io/pulsar/issues/7)
/// Sending an error leads to a graceful shutdown of the module after [issue #7](https://github.com/exein-io/pulsar/issues/7)
/// will be closed.
pub type SignalSender = mpsc::Sender<ModuleSignal>;
pub type ModuleError = Box<dyn std::error::Error + Send + Sync + 'static>;
Expand Down
4 changes: 2 additions & 2 deletions examples/pulsar-extension-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ We'll add a dependency on the main Pulsar binary and launch it with the custom
module we wrote.

```
pulsar = { git = "https://github.com/Exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
pulsar-core = { git = "https://github.com/Exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
pulsar = { git = "https://github.com/exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
pulsar-core = { git = "https://github.com/exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
tokio = { version = "1", features = ["full"] }
```

Expand Down
4 changes: 2 additions & 2 deletions examples/pulsar-module-as-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ it's best to add it as a git dependency. You'll need two more dependencies for
interacting with pulsar modules: `bpf-common` (eBPF configuration) and tokio.

```
network-monitor = { git = "https://github.com/Exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
bpf-common = { git = "https://github.com/Exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
network-monitor = { git = "https://github.com/exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
bpf-common = { git = "https://github.com/exein-io/pulsar", rev = "797f68641ed92b35b152e0d147b9cdcf3bfa49e5" }
tokio = { version = "1", features = ["full"] }
```

Expand Down

0 comments on commit 971168e

Please sign in to comment.