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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @reactive-graph/code-contributors
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
# phased updates:
# - friday: std
# - saturday: all others
interval: "weekly"
day: "saturday"
time: "18:00"
timezone: "Europe/Berlin"
labels:
- "p:dependencies"
open-pull-requests-limit: 10
reviewers:
- "reactive-graph/code-contributors"
# Allow only 1 PR because it would open a lot of PRs for each imported module
# in the reactive-graph workspace if reactive-graph has new commits
open-pull-requests-limit: 1
groups:
rust-dependencies:
update-types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Note: closed-source code needs to provide a token,
# but open source code does not.
- name: Upload to codecov.io
uses: codecov/codecov-action@v5.4.2
uses: codecov/codecov-action@v5.4.3
with:
verbose: true
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-and-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.3.0
uses: dependabot/fetch-metadata@v2.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve PR
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Book
- Documentation: Added Book
- Type System: Added JSON schema identifier to all types

### Changed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "git",
"type_name": "repository",
"description": "Git repository",
Expand Down Expand Up @@ -50,7 +51,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "Git Repository",
"subject": "Git Repository",
"creator": "Hanack"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "git",
"type_name": "transfer_progress",
"description": "The transfer progress",
Expand Down Expand Up @@ -50,7 +51,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "Transfer progress",
"subject": "The transfer progress",
"creator": "Hanack"
Expand Down
3 changes: 2 additions & 1 deletion plugins/git/crates/plugin/types/entities/repository.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/entity-tyoe.schema.json",
"namespace": "git",
"type_name": "repository",
"description": "Git repository",
Expand Down Expand Up @@ -34,7 +35,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "Git Repository",
"subject": "Git is a distributed version control system: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.",
"creator": "Hanack"
Expand Down
3 changes: 2 additions & 1 deletion plugins/http/crates/plugin/types/components/http.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "http",
"type_name": "http",
"description": "Sends HTTP request to a given URL",
Expand All @@ -8,7 +9,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "HTTP",
"subject": "Sends HTTP request to a given URL",
"creator": "Hanack"
Expand Down
5 changes: 3 additions & 2 deletions plugins/http/crates/plugin/types/components/json_rpc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "http",
"type_name": "json_rpc",
"description": "Sends JSON-RPC request to a given URL",
Expand All @@ -18,7 +19,7 @@
"name": "params",
"data_type": "object",
"socket_type": "input",
"extensions":[
"extensions": [
{
"namespace": "core",
"type_name": "auto_trigger",
Expand All @@ -43,7 +44,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "JSON-RPC",
"subject": "JSON Remote Procedure Call",
"creator": "Hanack"
Expand Down
3 changes: 2 additions & 1 deletion plugins/http/crates/plugin/types/components/request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "http",
"type_name": "request",
"description": "A HTTP request",
Expand Down Expand Up @@ -26,7 +27,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "HTTP Request",
"subject": "A HTTP request",
"creator": "Hanack"
Expand Down
3 changes: 2 additions & 1 deletion plugins/http/crates/plugin/types/components/response.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "http",
"type_name": "response",
"description": "A HTTP response",
Expand All @@ -22,7 +23,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "HTTP Response",
"subject": "A HTTP response",
"creator": "Hanack"
Expand Down
3 changes: 2 additions & 1 deletion plugins/http/crates/plugin/types/components/url.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/component.schema.json",
"namespace": "http",
"type_name": "url",
"description": "A Uniform Resource Locator (URL), colloquially termed as a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.",
Expand All @@ -14,7 +15,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "URL",
"subject": "A Uniform Resource Locator (URL), colloquially termed as a web address,[1] is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.",
"creator": "Hanack"
Expand Down
5 changes: 3 additions & 2 deletions plugins/http/crates/plugin/types/entities/http.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/entity-tyoe.schema.json",
"namespace": "http",
"type_name": "http",
"description": "Sends HTTP request to a given URL and returns the result object",
Expand Down Expand Up @@ -36,7 +37,7 @@
"type_name": "palette",
"extension": {
"content": "HTTP",
"styles": {
"styles": {
"font-size": "12px",
"font-family": "Fira Code",
"padding": "5px"
Expand Down Expand Up @@ -110,7 +111,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "HTTP",
"subject": "Sends HTTP request to a given URL",
"creator": "Hanack"
Expand Down
5 changes: 3 additions & 2 deletions plugins/http/crates/plugin/types/entities/json_rpc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$id": "https://schema.reactive-graph.io/schema/json/entity-tyoe.schema.json",
"namespace": "http",
"type_name": "json_rpc",
"description": "Sends JSON-RPC request to a given URL and returns the result object",
Expand Down Expand Up @@ -28,7 +29,7 @@
"type_name": "palette",
"extension": {
"content": "JSON-RPC",
"styles": {
"styles": {
"font-size": "12px",
"font-family": "Fira Code",
"padding": "5px"
Expand Down Expand Up @@ -102,7 +103,7 @@
{
"namespace": "metadata",
"type_name": "dublin-core",
"extension":{
"extension": {
"title": "JSON-RPC",
"subject": "JSON Remote Procedure Call",
"creator": "Hanack"
Expand Down
Loading