Project icon

com.io7m.gtyrell

Build status Maven Central Codecov

The gtyrell package provides a server for mirroring sets of Git repositories.

Contents

Features

  • GitHub support
  • Written in pure Java 21
  • ISC license

Releases

The most recently published version of the software is 4.0.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 4.0.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

See README.md

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.core</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.filter</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.github</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.oci</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.server</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>com.io7m.gtyrell.tests</artifactId>
  <version>4.0.0</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2024-05-27 Release: com.io7m.gtyrell 4.0.0
2024-04-20 Change: Update org.immutables:value:2.10.0 → 2.10.1.
2024-04-20 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
2024-04-20 Change: Update junit.version:5.10.1 → 5.10.2.
2024-04-22 Change: Update com.github.marschall:memoryfilesystem:2.7.0 → 2.8.0.
2024-04-22 Change: Update commons-io:commons-io:2.15.1 → 2.16.1.
2024-04-22 Change: Update org.kohsuke:github-api:1.318 → 1.321.
2024-04-22 Change: Update com.fasterxml.jackson.core:jackson-databind:2.16.1 → 2.17.0.
2024-04-22 Change: Update com.fasterxml.jackson.core:jackson-core:2.16.1 → 2.17.0.
2024-05-05 Change: Update com.fasterxml.jackson.core:jackson-databind:2.17.0 → 2.17.1.
2024-05-05 Change: Update com.io7m.jaffirm:com.io7m.jaffirm.core:4.0.0 → 4.0.1.
2024-05-05 Change: Update com.fasterxml.jackson.core:jackson-core:2.17.0 → 2.17.1.
2024-05-08 Change: Update com.io7m.jlexing:com.io7m.jlexing.core:3.1.0 → 3.2.0.
2024-05-27 Change: Require JDK 21.
2024-05-27 Change: Repository names may now being with dots. (tickets: 32 )
2023-05-14 Release: com.io7m.gtyrell 3.2.0
2023-05-14 Change: Use ENTRYPOINT in the OCI image for more convenient execution.
2023-05-14 Change: Include a git package in the OCI image.
2023-05-14 Release: com.io7m.gtyrell 3.1.0
2023-05-04 Change: Update org.slf4j:slf4j-api 2.0.6 → 2.0.7.
2023-05-04 Change: Update ch.qos.logback:logback-classic 1.4.5 → 1.4.7.
2023-05-04 Change: Update org.kohsuke:github-api 1.313 → 1.314.
2023-05-04 Change: Update com.fasterxml.jackson.core:jackson-core 2.14.1 → 2.15.0.
2023-05-04 Change: Update com.fasterxml.jackson.core:jackson-databind 2.14.1 → 2.15.0.
2023-05-04 Change: Update com.github.marschall:memoryfilesystem 2.4.0 → 2.5.1.
2023-05-14 Change: Add OCI images at quay.io.
2022-04-10 Release: com.io7m.gtyrell 3.0.0
2022-04-10 Change: (Backwards incompatible) Require JDK 17
2021-07-15 Release: com.io7m.gtyrell 2.1.0
2021-07-11 Change: Add JMX metrics
2018-03-25 Release: com.io7m.gtyrell 2.0.0
2018-03-25 Change: (Backwards incompatible) Add inclusion/exclusion patterns
2018-03-25 Change: (Backwards incompatible) Start requiring Java 11, and upgrade all dependencies to modern versions and/or replacements.
2017-02-22 Release: com.io7m.gtyrell 1.0.0
2017-02-22 Change: Mirror all repositories, not just those that the user owns. (tickets: 2 )
2017-02-22 Change: Parse GitHub issues before saving them, and do not save invalid JSON. (tickets: 4 )
2017-02-22 Change: Fail quickly when the user fails to provide authentication details for repositories that require them for cloning or updating. (tickets: 5 )
2017-01-28 Release: com.io7m.gtyrell 0.2.1
2017-01-28 Change: Fix shade and dependency configuration for mail alerts. (tickets: 3 )
2017-01-28 Release: com.io7m.gtyrell 0.2.0
2017-01-28 Change: GitHub issues are now fetched and saved in a compressed JSON format. (tickets: 1 )
2015-08-02 Release: com.io7m.gtyrell 0.1.0
2015-08-02 Change: Initial release.

Sources

This project uses Git to manage source code.

Repository: https://www.github.com/io7m-com/gtyrell

$ git clone https://www.github.com/io7m-com/gtyrell

License

Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.