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
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported via [GitHub's private reporting channel](https://github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new).
reported via [GitHub's private reporting channel](https://github.com/ocpp-debugkit/toolkit/security/advisories/new).

All complaints will be reviewed and investigated promptly and fairly.

Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ covers setup, conventions, and the contribution workflow.

```bash
# Clone the repository
git clone https://github.com/ocpp-debugkit/ocpp-debugkit.git
cd ocpp-debugkit
git clone https://github.com/ocpp-debugkit/toolkit.git
cd toolkit

# Install dependencies
pnpm install
Expand Down Expand Up @@ -277,7 +277,7 @@ new contributors. They should:
- Not require deep knowledge of the codebase

If you're a new contributor, look for issues with the `good-first-issue` label
on the [issues page](https://github.com/ocpp-debugkit/ocpp-debugkit/issues).
on the [issues page](https://github.com/ocpp-debugkit/toolkit/issues).

## Security Guidelines

Expand Down Expand Up @@ -332,6 +332,6 @@ The following documents are updated as part of the work, inside the PR:

## Questions?

- Open a [GitHub Issue](https://github.com/ocpp-debugkit/ocpp-debugkit/issues)
- Open a [GitHub Issue](https://github.com/ocpp-debugkit/toolkit/issues)
- Read the [documentation](https://ocppdebugkit.com/docs)
- Check the [roadmap](./ROADMAP.md)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

> Open-source DevTools for debugging OCPP charging sessions.

[![CI](https://github.com/ocpp-debugkit/ocpp-debugkit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocpp-debugkit/ocpp-debugkit/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/ocpp-debugkit/ocpp-debugkit/blob/main/LICENSE)
[![CI](https://github.com/ocpp-debugkit/toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocpp-debugkit/toolkit/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/ocpp-debugkit/toolkit/blob/main/LICENSE)
[![npm version](https://img.shields.io/npm/v/@ocpp-debugkit/toolkit.svg)](https://www.npmjs.com/package/@ocpp-debugkit/toolkit)

OCPP DebugKit is a developer toolkit for inspecting, analyzing, and debugging
Expand Down Expand Up @@ -74,8 +74,8 @@ OCPP DebugKit is a pnpm monorepo. All modules ship in a single npm package,
### From source

```bash
git clone https://github.com/ocpp-debugkit/ocpp-debugkit.git
cd ocpp-debugkit
git clone https://github.com/ocpp-debugkit/toolkit.git
cd toolkit
pnpm install
pnpm build
```
Expand Down Expand Up @@ -130,7 +130,7 @@ load a trace directly in your browser — no installation required.
## Links

- [Documentation](https://ocppdebugkit.com/docs)
- [GitHub](https://github.com/ocpp-debugkit/ocpp-debugkit)
- [GitHub](https://github.com/ocpp-debugkit/toolkit)
- [npm](https://www.npmjs.com/package/@ocpp-debugkit/toolkit)
- [Roadmap](./ROADMAP.md)
- [Contributing](./CONTRIBUTING.md)
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you discover a security vulnerability in OCPP DebugKit, please report it
responsibly:

1. **Do not** open a public GitHub issue.
2. Go to [github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new](https://github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new)
2. Go to [github.com/ocpp-debugkit/toolkit/security/advisories/new](https://github.com/ocpp-debugkit/toolkit/security/advisories/new)
and create a private security advisory.
3. Include a description of the vulnerability, steps to reproduce, and
potential impact.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OCPP DebugKit — Web App

The web front-end for [OCPP DebugKit](https://github.com/ocpp-debugkit/ocpp-debugkit),
The web front-end for [OCPP DebugKit](https://github.com/ocpp-debugkit/toolkit),
a DevTools project for debugging OCPP charging session traces.

This is a [Next.js](https://nextjs.org) app (App Router) using Tailwind CSS. It
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/docs/examples/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ npm start`}</code>
<Link href="/docs/cli">CLI Reference</Link> — Full command reference
</li>
<li>
<a href="https://github.com/ocpp-debugkit/ocpp-debugkit/tree/main/examples">
<a href="https://github.com/ocpp-debugkit/toolkit/tree/main/examples">
Examples on GitHub
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function HomePage() {
Try Inspector
</Link>
<a
href="https://github.com/ocpp-debugkit/ocpp-debugkit"
href="https://github.com/ocpp-debugkit/toolkit"
target="_blank"
rel="noopener noreferrer"
className="rounded-lg border border-neutral-300 px-6 py-3 text-sm font-medium text-neutral-900 transition hover:bg-neutral-100 dark:border-neutral-700 dark:text-white dark:hover:bg-neutral-900"
Expand Down Expand Up @@ -121,7 +121,7 @@ ocpp-debugkit scenario run failed-auth`}</code>
<p className="text-sm text-neutral-500">Apache 2.0 License</p>
<div className="flex gap-6">
<a
href="https://github.com/ocpp-debugkit/ocpp-debugkit"
href="https://github.com/ocpp-debugkit/toolkit"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-neutral-500 hover:text-neutral-900 dark:hover:text-white"
Expand Down
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ convenience.

## Questions

- Open a [GitHub Issue](https://github.com/ocpp-debugkit/ocpp-debugkit/issues)
- Open a [GitHub Issue](https://github.com/ocpp-debugkit/toolkit/issues)
- Read the [ADR](./adr/0010-single-package-consolidation.md) for the rationale
behind this consolidation
10 changes: 5 additions & 5 deletions packages/toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,16 @@ Each event has a `message` field containing a raw OCPP 1.6 JSON array:
- **CallResult:** `[3, "UniqueId", { ...payload }]`
- **CallError:** `[4, "UniqueId", "ErrorCode", "ErrorDescription", {}]`

See the [trace format specification](https://github.com/ocpp-debugkit/ocpp-debugkit/blob/main/docs/trace-format-spec.md) for full details.
See the [trace format specification](https://github.com/ocpp-debugkit/toolkit/blob/main/docs/trace-format-spec.md) for full details.

## Links

- [GitHub repository](https://github.com/ocpp-debugkit/ocpp-debugkit)
- [GitHub repository](https://github.com/ocpp-debugkit/toolkit)
- [Documentation](https://ocppdebugkit.com/docs)
- [Migration guide (v0.1 → v0.2)](https://github.com/ocpp-debugkit/ocpp-debugkit/blob/main/docs/migration.md)
- [Issue tracker](https://github.com/ocpp-debugkit/ocpp-debugkit/issues)
- [Migration guide (v0.1 → v0.2)](https://github.com/ocpp-debugkit/toolkit/blob/main/docs/migration.md)
- [Issue tracker](https://github.com/ocpp-debugkit/toolkit/issues)
- [npm package](https://www.npmjs.com/package/@ocpp-debugkit/toolkit)

## License

Apache License 2.0 — see [LICENSE](https://github.com/ocpp-debugkit/ocpp-debugkit/blob/main/LICENSE).
Apache License 2.0 — see [LICENSE](https://github.com/ocpp-debugkit/toolkit/blob/main/LICENSE).
6 changes: 3 additions & 3 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
],
"repository": {
"type": "git",
"url": "https://github.com/ocpp-debugkit/ocpp-debugkit.git",
"url": "https://github.com/ocpp-debugkit/toolkit.git",
"directory": "packages/toolkit"
},
"homepage": "https://github.com/ocpp-debugkit/ocpp-debugkit/tree/main/packages/toolkit",
"homepage": "https://github.com/ocpp-debugkit/toolkit/tree/main/packages/toolkit",
"bugs": {
"url": "https://github.com/ocpp-debugkit/ocpp-debugkit/issues"
"url": "https://github.com/ocpp-debugkit/toolkit/issues"
},
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
Loading