-
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.
- Loading branch information
Showing
24 changed files
with
273 additions
and
93 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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Heylogs | ||
|
||
on: [ push ] | ||
|
||
jobs: | ||
badge-job: | ||
if: startsWith(github.repository, 'nbbrd/') && startsWith(github.ref, 'refs/heads/develop') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout source code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: 21 | ||
cache: 'maven' | ||
|
||
- name: Scan changelog | ||
run: mvn -B -ntp -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.output.file=scan.json -Dheylogs.format.id=json | ||
|
||
- name: Create badges endpoint json | ||
run: | | ||
mkdir heylogs | ||
jq '{schemaVersion: 1, label: "unreleased changes", message: "#\(.[0].summary.unreleasedChanges)", color: "E05735", logoColor: "white", namedLogo: "keepachangelog"}' scan.json > heylogs/unreleased-changes.json | ||
- name: Deploy badges endpoint json | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_branch: badges | ||
publish_dir: ./heylogs |
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Update changelogs | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
update-changelogs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Download | ||
run: | | ||
curl -s -o jdplus-benchmarking.md https://raw.githubusercontent.com/jdemetra/jdplus-benchmarking/develop/CHANGELOG.md | ||
curl -s -o jdplus-incubator.md https://raw.githubusercontent.com/jdemetra/jdplus-incubator/develop/CHANGELOG.md | ||
curl -s -o jdplus-experimental.md https://raw.githubusercontent.com/jdemetra/jdplus-experimental/develop/CHANGELOG.md | ||
curl -s -o jdplus-revisions.md https://raw.githubusercontent.com/jdemetra/jdplus-revisions/develop/CHANGELOG.md | ||
curl -s -o jdplus-nowcasting.md https://raw.githubusercontent.com/jdemetra/jdplus-nowcasting/develop/CHANGELOG.md | ||
- name: Prepare | ||
run: mkdir changelogs | ||
|
||
- name: Scan | ||
uses: jbangdev/jbang-action@v0.119.0 | ||
with: | ||
script: com.github.nbbrd.heylogs:heylogs-cli:0.8.0:bin | ||
scriptargs: "scan . -f json -o changelogs/scan.json" | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./changelogs | ||
destination_dir: ./changelogs |
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,9 +1,12 @@ | ||
# sandbox | ||
|
||
[![Download](https://img.shields.io/github/release/nbbrd/sandbox.svg)](https://github.com/nbbrd/sandbox/releases/latest) | ||
[![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnbbrd%2Fsandbox%2Fbadges%2Funreleased-changes.json)](https://github.com/nbbrd/sandbox/blob/develop/CHANGELOG.md) | ||
[![Qodana](https://github.com/nbbrd/sandbox/actions/workflows/qodana.yml/badge.svg)](https://github.com/nbbrd/sandbox/actions/workflows/qodana.yml) | ||
|
||
__This is not the project you are looking for.__ | ||
|
||
...123456... | ||
|
||
Documentation at https://nbbrd.github.io/sandbox/docs/develop/ | ||
|
||
[![Qodana](https://github.com/nbbrd/sandbox/actions/workflows/qodana.yml/badge.svg)](https://github.com/nbbrd/sandbox/actions/workflows/qodana.yml) |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Dashboard" | ||
weight: 5 | ||
--- | ||
|
||
## JDemetra+ v3 extensions | ||
|
||
| Name | Status | | ||
|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [Nowcasting](https://github.com/jdemetra/jdplus-nowcasting) | [![Download](https://img.shields.io/github/release/jdemetra/jdplus-nowcasting.svg)](https://github.com/jdemetra/jdplus-nowcasting/releases/latest) [![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-nowcasting%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-nowcasting/blob/develop/CHANGELOG.md) | | ||
| [Revisions](https://github.com/jdemetra/jdplus-revisions) | [![Download](https://img.shields.io/github/release/jdemetra/jdplus-revisions.svg)](https://github.com/jdemetra/jdplus-revisions/releases/latest) [![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-revisions%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-revisions/blob/develop/CHANGELOG.md) | | ||
| [Benchmarking](https://github.com/jdemetra/jdplus-benchmarking) | [![Download](https://img.shields.io/github/release/jdemetra/jdplus-benchmarking.svg)](https://github.com/jdemetra/jdplus-benchmarking/releases/latest) [![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-benchmarking%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-benchmarking/blob/develop/CHANGELOG.md) | | ||
| [Experimental](https://github.com/jdemetra/jdplus-experimental) | [![Download](https://img.shields.io/github/release/jdemetra/jdplus-experimental.svg)](https://github.com/jdemetra/jdplus-experimental/releases/latest) [![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-experimental%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-experimental/blob/develop/CHANGELOG.md) | | ||
| [Incubator](https://github.com/jdemetra/jdplus-incubator) | [![Download](https://img.shields.io/github/release/jdemetra/jdplus-incubator.svg)](https://github.com/jdemetra/jdplus-incubator/releases/latest) [![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-incubator%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-incubator/blob/develop/CHANGELOG.md) | | ||
|
Oops, something went wrong.