Skip to content

Commit

Permalink
Rename federated-api into federation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed May 14, 2024
1 parent eb6f59e commit 416976a
Show file tree
Hide file tree
Showing 16 changed files with 511 additions and 938 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OTA_FEDERATED_API_SMTP_PASSWORD='password'
OTA_FEDERATION_API_SMTP_PASSWORD='password'
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
uses: "OpenTermsArchive/federated-api/.github/workflows/test.yml@main"
uses: "OpenTermsArchive/federation-api/.github/workflows/test.yml@main"

deploy:
needs: [ test ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
changelog:
uses: "OpenTermsArchive/federated-api/.github/workflows/changelog.yml@main"
uses: "OpenTermsArchive/federation-api/.github/workflows/changelog.yml@main"
test:
uses: "OpenTermsArchive/federated-api/.github/workflows/test.yml@main"
uses: "OpenTermsArchive/federation-api/.github/workflows/test.yml@main"
release:
if: github.event.pull_request.merged == true
needs: [ changelog, test ]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _Full changeset and discussions: [#3](https://github.com/OpenTermsArchive/engine

## 0.1.0 - 2023-12-05

_Full changeset and discussions: [#1](https://github.com/OpenTermsArchive/federated-api/pull/1)._
_Full changeset and discussions: [#1](https://github.com/OpenTermsArchive/federation-api/pull/1)._

> Development of this release was [supported](https://nlnet.nl/project/TOSDR-OTA/) by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Open Terms Archive Federated API
# Open Terms Archive Federation API

Open Terms Archive is a decentralised system that tracks collections of services' terms across multiple servers. Each collection operates its own API which exposes services and terms tracked, but the decentralisation of these APIs implies to search across all of them to identify which and where services and terms are tracked.

This module provides a federated API that allows easy querying of the distributed database, facilitating collaboration with external applications.
This module provides a federation API that allows easy querying of the distributed database, facilitating collaboration with external applications.

For a high-level overview of Open Terms Archive’s wider goals and processes, please read its [public homepage](https://opentermsarchive.org).

Expand Down
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@opentermsarchive/federated-api": {
"@opentermsarchive/federation-api": {
"collectionsUrl": "https://opentermsarchive.org/collections.json",
"logger": {
"smtp": {
Expand Down
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@opentermsarchive/federated-api": {
"@opentermsarchive/federation-api": {
"logger": {
"sendMailOnError": {
"from": "noreply@opentermsarchive.org",
Expand Down
Loading

0 comments on commit 416976a

Please sign in to comment.