-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: renamed packages, docker iamges and references to metadata-server
- Loading branch information
Showing
47 changed files
with
133 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Contributing guidelines | ||
url: https://github.com/cardano-foundation/cf-metadata-server/blob/main/CONTRIBUTING.md | ||
url: https://github.com/cardano-foundation/cf-token-metadata-registry/blob/main/CONTRIBUTING.md | ||
about: Some rules & processes we honor. | ||
|
||
- name: Feature ideas | ||
url: https://github.com/cardano-foundation/cf-metadata-server/discussions/categories/ideas | ||
url: https://github.com/cardano-foundation/cf-token-metadata-registry/discussions/categories/ideas | ||
about: Maybe someone else had the same or a similar idea already? | ||
|
||
- name: All issues | ||
url: https://github.com/cardano-foundation/cf-metadata-server/issues | ||
url: https://github.com/cardano-foundation/cf-token-metadata-registry/issues | ||
about: Check whether your issue is not already covered here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[![License](https://img.shields.io/github/license/cardano-foundation/cf-metadata-server)](https://github.com/cardano-foundation/cf-metadata-server/blob/main/LICENSE) | ||
![GitHub top language](https://img.shields.io/github/languages/top/cardano-foundation/cf-metadata-server) | ||
[![Build](https://github.com/cardano-foundation/cf-metadata-server/actions/workflows/main.yaml/badge.svg)](https://github.com/cardano-foundation/cf-metadata-server/actions/workflows/main.yaml) | ||
[![CodeQL](https://github.com/cardano-foundation/cf-metadata-server/actions/workflows/codeql.yaml/badge.svg)](https://github.com/cardano-foundation/cf-metadata-server/actions/workflows/codeql.yaml) | ||
![coverage](https://github.com/cardano-foundation/cf-metadata-server/blob/badges/jacoco.svg) | ||
![branches](https://github.com/cardano-foundation/cf-metadata-server/blob/badges/branches.svg) | ||
[![Issues](https://img.shields.io/github/issues/cardano-foundation/cf-metadata-server)](https://github.com/cardano-foundation/cf-metadata-server/issues) | ||
[![License](https://img.shields.io/github/license/cardano-foundation/cf-token-metadata-registry)](https://github.com/cardano-foundation/cf-token-metadata-registry/blob/main/LICENSE) | ||
![GitHub top language](https://img.shields.io/github/languages/top/cardano-foundation/cf-token-metadata-registry) | ||
[![Build](https://github.com/cardano-foundation/cf-token-metadata-registry/actions/workflows/main.yaml/badge.svg)](https://github.com/cardano-foundation/cf-token-metadata-registry/actions/workflows/main.yaml) | ||
[![CodeQL](https://github.com/cardano-foundation/cf-token-metadata-registry/actions/workflows/codeql.yaml/badge.svg)](https://github.com/cardano-foundation/cf-token-metadata-registry/actions/workflows/codeql.yaml) | ||
![coverage](https://github.com/cardano-foundation/cf-token-metadata-registry/blob/badges/jacoco.svg) | ||
![branches](https://github.com/cardano-foundation/cf-token-metadata-registry/blob/badges/branches.svg) | ||
[![Issues](https://img.shields.io/github/issues/cardano-foundation/cf-token-metadata-registry)](https://github.com/cardano-foundation/cf-token-metadata-registry/issues) | ||
|
||
--- | ||
|
||
|
@@ -27,12 +27,12 @@ For building you need | |
### Building from source | ||
Clone this repository | ||
```console | ||
$ git clone [email protected]:cardano-foundation/cf-metadata-server.git | ||
$ git clone [email protected]:cardano-foundation/cf-token-metadata-registry.git | ||
``` | ||
|
||
`cd` into the directory where `git` did clone the sources into and build the application via Maven | ||
```console | ||
$ cd cf-metadata-server | ||
$ cd cf-token-metadata-registry | ||
$ mvn package | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../config/DatabaseConnectionParameters.java → .../config/DatabaseConnectionParameters.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...atatools/api/config/DatasourceConfig.java → ...registry/api/config/DatasourceConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...onfig/OffchainMetadataRegistryConfig.java → ...onfig/OffchainMetadataRegistryConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/api/config/SpringWebSecurityConfig.java → ...y/api/config/SpringWebSecurityConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...api/controller/MetadataApiController.java → ...api/controller/MetadataApiController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/api/indexer/FetchMetadataResultSet.java → ...y/api/indexer/FetchMetadataResultSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ols/api/indexer/V1ApiMetadataIndexer.java → ...try/api/indexer/V1ApiMetadataIndexer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...ols/api/indexer/V2ApiMetadataIndexer.java → ...try/api/indexer/V2ApiMetadataIndexer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../postgresql/data/MetadataQueryResult.java → .../postgresql/data/MetadataQueryResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sql/data/WalletScamLookupQueryResult.java → ...sql/data/WalletScamLookupQueryResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ls/api/model/rest/AnnotatedSignature.java → ...ry/api/model/rest/AnnotatedSignature.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...atatools/api/model/rest/BatchRequest.java → ...registry/api/model/rest/BatchRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tatools/api/model/rest/BatchResponse.java → ...egistry/api/model/rest/BatchResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tatools/api/model/rest/FilterOperand.java → ...egistry/api/model/rest/FilterOperand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...atools/api/model/rest/PivotDirection.java → ...gistry/api/model/rest/PivotDirection.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.