Skip to content

Release 2026-03-17 16:34:58 +0900 - #3

Merged
redfit merged 16 commits into
mainfrom
develop
Mar 17, 2026
Merged

Release 2026-03-17 16:34:58 +0900#3
redfit merged 16 commits into
mainfrom
develop

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 17, 2026

Copy link
Copy Markdown

redfit and others added 16 commits March 17, 2026 11:07
…unosy

This commit updates the project namespace across all files to reflect the new organizational structure. All package declarations, imports, and references have been updated from pro.civitaspo to com.github.Gunosy.

Changes include:
- Renamed directory structure from src/main/scala/pro/civitaspo to src/main/scala/com/github/Gunosy
- Updated all Scala source files with new package declarations and imports
- Updated build.gradle group identifier
- Updated META-INF/services plugin configuration
- Updated documentation and examples

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CircleCI badge has been removed as it references the original repository.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add GitHub Actions workflow for CI builds
- Disable CircleCI workflow by commenting out the workflows section
- GitHub Actions workflow runs on push/PR to develop and main branches
- Uses Temurin JDK 8 distribution with Gradle caching
- Uploads build artifacts with 7-day retention

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Temporary change to test GitHub Actions workflow on the current branch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Dockerfile with OpenJDK 8 for building the project
- Add docker-compose.yml with separate build and test services
- Add .dockerignore to exclude unnecessary files
- Add DOCKER.md with usage instructions
- Gradle cache is persisted in a Docker volume for faster builds

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Change FROM openjdk:8-jdk to eclipse-temurin:8-jdk
- Remove version from docker-compose.yml (deprecated)
- Remove pre-build step from Dockerfile to speed up image creation
- Tests and build pass successfully in Docker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add GitHub Actions workflow for creating releases on tag push
- Workflow builds the project and creates GitHub Release
- Automatically triggers JitPack build for the new version
- Update DOCKER.md with release instructions

Usage:
  git tag v0.4.1
  git push origin v0.4.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add test execution before build in CI workflow
- Add test execution before build in release workflow
- Ensures tests pass before creating artifacts or releases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump project version from 0.4.0 to 0.4.1
- Update digdag dependency from 0.9.39 to 0.9.42 for compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CircleCI configuration has been fully replaced by GitHub Actions.
GitHub Actions provides equivalent functionality with additional features:
- Explicit test execution
- Artifact uploads
- Automated releases via tags

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add check to ensure tags are created from main branch
- Prevents accidental releases from development branches
- Fetch full git history to check branch ancestry

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Automatically creates release PR from develop to main
- Triggered on push to develop branch
- Uses bakunyo/git-pr-release-action

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove temporary adnw-7758 branch from CI triggers
- Clean up test configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove jcenter (shut down in 2022)
- Remove bintray/digdag/maven (shut down in 2021)
- Keep only mavenCentral which is actively maintained

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Refactor: Migrate to com.github.Gunosy and GitHub Actions
@github-actions github-actions Bot changed the title Preparing release pull request... Release 2026-03-17 16:34:58 +0900 Mar 17, 2026
@redfit
redfit merged commit 17af45d into main Mar 17, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant