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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vacs Data Repository

This is the central data repository for [**vacs**](https://github.com/MorpheusXAUT/vacs), the **VATSIM ATC Communication System**. It contains the configuration data for Stations, Positions, and Profiles used by vacs to manage diverse ATC setups across the VATSIM network.
This is the central data repository for [**vacs**](https://github.com/vacs-project/vacs), the **VATSIM ATC Communication System**. It contains the configuration data for Stations, Positions, and Profiles used by vacs to manage diverse ATC setups across the VATSIM network.

By separating configuration from the core application code, we allow FIRs to manage and update their own data independently and define their controllers' experience using vacs.

Expand All @@ -24,10 +24,10 @@ See the **[Tools Documentation](tools/README.md)** for more information.

We welcome contributions from FIR staff and community members! Please refer to the [Dataset Documentation](docs/dataset/README.md) for detailed instructions on the file formats and directory structure.

1. [Fork the repository](https://github.com/MorpheusXAUT/vacs-data/fork).
1. [Fork the repository](https://github.com/vacs-project/vacs-data/fork).
2. Make your changes in your FIR's directory (or create it if it doesn't exist).
3. Validate your changes using the provided JSON schemas or the `vacs-data` tool.
4. [Submit a Pull Request](https://github.com/MorpheusXAUT/vacs-data/compare). Please make sure to enable "Allow edits by maintainers" so that the autofix.ci bot can automatically push formatting fixes to your PR branch.
4. [Submit a Pull Request](https://github.com/vacs-project/vacs-data/compare). Please make sure to enable "Allow edits by maintainers" so that the autofix.ci bot can automatically push formatting fixes to your PR branch.
5. Make sure to check our [contribution guidelines](CONTRIBUTING.md) for more information.

## License
Expand Down
8 changes: 4 additions & 4 deletions docs/dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This dataset configures the relationships between stations, positions, and profiles, defining the communication setup for controllers in a centralized and structured manner.

This repository is primarily intended for NAV team members and contributors who want to define or maintain how controllers communicate within their FIR using [`vacs`](https://github.com/MorpheusXAUT/vacs). It is not intended for end users, who should instead refer to the main [`vacs`](https://github.com/MorpheusXAUT/vacs) repository for information on how to use [`vacs`](https://github.com/MorpheusXAUT/vacs).
This repository is primarily intended for NAV team members and contributors who want to define or maintain how controllers communicate within their FIR using [`vacs`](https://github.com/vacs-project/vacs). It is not intended for end users, who should instead refer to the main [`vacs`](https://github.com/vacs-project/vacs) repository for information on how to use [`vacs`](https://github.com/vacs-project/vacs).

## Directory Structure

Expand Down Expand Up @@ -39,6 +39,6 @@ If you are using [Visual Studio Code](https://code.visualstudio.com/), you can u

If your tool of choice supports [JSON Schema](https://json-schema.org/), you can find the schemas for all dataset configurations in the [`docs/schemas`](../schemas/) directory or on GitHub:

- [stations.schema.json](../schemas/stations.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/stations.schema.json)
- [positions.schema.json](../schemas/positions.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/positions.schema.json)
- [profiles.schema.json](../schemas/profiles.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json)
- [stations.schema.json](../schemas/stations.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/stations.schema.json)
- [positions.schema.json](../schemas/positions.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/positions.schema.json)
- [profiles.schema.json](../schemas/profiles.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json)
2 changes: 1 addition & 1 deletion docs/schemas/positions.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/positions.schema.json",
"$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/positions.schema.json",
"title": "vacs dataset - position configuration",
"type": "object",
"additionalProperties": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/schemas/profiles.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json",
"$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json",
"title": "vacs dataset - profile configuration",
"type": "object",
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion docs/schemas/stations.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/stations.schema.json",
"$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/stations.schema.json",
"title": "vacs dataset - station configuration",
"type": "object",
"additionalProperties": false,
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = ["cli", "diagnostics", "importer", "validator"]
version = "0.4.0"
edition = "2024"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/MorpheusXAUT/vacs-data"
repository = "https://github.com/vacs-project/vacs-data"
publish = false

[workspace.dependencies]
Expand All @@ -23,5 +23,5 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
vacs-data-diagnostics = { path = "./diagnostics" }
vacs-data-importer = { path = "./importer" }
vacs-data-validator = { path = "./validator" }
vacs-protocol = { git = "https://github.com/MorpheusXAUT/vacs", branch = "v2", default-features = false, features = ["vatsim"] }
vacs-vatsim = { git = "https://github.com/MorpheusXAUT/vacs", branch = "v2", default-features = false, features = ["coverage"] }
vacs-protocol = { git = "https://github.com/vacs-project/vacs", branch = "v2", default-features = false, features = ["vatsim"] }
vacs-vatsim = { git = "https://github.com/vacs-project/vacs", branch = "v2", default-features = false, features = ["coverage"] }
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains the CLI tools for managing the `vacs-data` repository. T

### Pre-built Binaries

You can download pre-built binaries for Linux, Windows, and macOS from the [GitHub Releases](https://github.com/MorpheusXAUT/vacs-data/releases/latest) page.
You can download pre-built binaries for Linux, Windows, and macOS from the [GitHub Releases](https://github.com/vacs-project/vacs-data/releases/latest) page.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions tools/cliff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[remote.github]
owner = "MorpheusXAUT"
owner = "vacs-project"
repo = "vacs-data"

[changelog]
Expand Down Expand Up @@ -47,7 +47,7 @@ body = """

"""
post_processors = [
{ pattern = '<REPO>', replace = "https://github.com/MorpheusXAUT/vacs-data" },
{ pattern = '<REPO>', replace = "https://github.com/vacs-project/vacs-data" },
]

[git]
Expand Down
2 changes: 1 addition & 1 deletion tools/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ allow-wildcard-paths = true
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = ["https://github.com/MorpheusXAUT/vacs"]
allow-git = ["https://github.com/vacs-project/vacs"]