Commit Graph

27 Commits

Author SHA1 Message Date
Patrick Stevens
2ba5a11cc3 Bump sdk (#114) 2024-12-17 00:36:57 +00:00
Patrick Stevens
ff252e0dab Source-generate client (#92) 2024-09-22 16:50:32 +01:00
Patrick Stevens
1662ef7695 Allow multiple push mirrors (#97) 2024-09-22 15:19:46 +00:00
Patrick Stevens
7508fb446c Format JSON file (#93) 2024-09-22 13:45:37 +01:00
Patrick Stevens
32882dcbfd Move to net8 and use passthru infra (#76) 2024-05-31 21:36:59 +01:00
Patrick Stevens
2f9a03ffe2 Rename to gitea-repo-config (#65) 2023-08-28 22:59:44 +01:00
Patrick Stevens
9a12abe0cf Subcommands (#62) 2023-08-07 12:13:53 +01:00
Patrick Stevens
3a975d7f28 Add tests (#60) 2023-08-06 21:23:21 +01:00
Patrick Stevens
6f1fbeb6ee First test (#59) 2023-08-06 16:16:09 +01:00
Patrick Stevens
7dd7d768ae Make types testable (#55) 2023-08-05 01:00:53 +01:00
Patrick Stevens
f247ef704d Update README (#54) 2023-08-05 00:08:54 +01:00
dependabot[bot]
75f8b99d66 Bump coverlet.collector from 3.2.0 to 6.0.0 (#40)
* Bump coverlet.collector from 3.2.0 to 6.0.0

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v3.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
2023-05-22 13:51:45 +01:00
dependabot[bot]
877ea1de66 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#39)
* Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.5.0...v17.6.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
2023-05-22 13:47:15 +01:00
dependabot[bot]
f90951c03d Bump NJsonSchema from 10.8.0 to 10.9.0 (#34)
* Bump NJsonSchema from 10.8.0 to 10.9.0

Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.8.0...v10.9.0)

---
updated-dependencies:
- dependency-name: NJsonSchema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump NJsonSchema from 10.8.0 to 10.9.0

Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.8.0...v10.9.0)

---
updated-dependencies:
- dependency-name: NJsonSchema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
2023-05-08 13:57:33 +01:00
dependabot[bot]
3af5873e93 Bump FsUnit from 5.2.0 to 5.3.0 (#35)
* Bump FsUnit from 5.2.0 to 5.3.0

Bumps [FsUnit](https://github.com/fsprojects/FsUnit) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FsUnit/compare/5.2.0...5.3.0)

---
updated-dependencies:
- dependency-name: FsUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
2023-05-08 13:54:36 +01:00
Patrick Stevens
651ca3aa41 Add branch protection (#31) 2023-04-18 23:21:24 +01:00
Patrick Stevens
cd04b1c897 Add ability to mirror from Gitea to GitHub (#30) 2023-04-17 22:49:36 +01:00
Patrick Stevens
3d908d8215 More settings (#28) 2023-03-29 22:54:45 +01:00
dependabot[bot]
fc6bc501da Bump NUnit.Analyzers from 3.6.0 to 3.6.1 (#26) 2023-03-13 18:54:47 +00:00
dependabot[bot]
1f5d15fd05 Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 (#23)
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.0...V4.4.2)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Stevens <patrick+github@patrickstevens.co.uk>
2023-03-06 18:52:32 +00:00
dependabot[bot]
4dc8db6f4f Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#20)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.4.1...v17.5.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Stevens <patrick+github@patrickstevens.co.uk>
2023-02-27 21:35:34 +00:00
dependabot[bot]
66c023377d Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 (#21)
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.3.1...V4.4.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 12:41:36 +00:00
dependabot[bot]
c2398e769a Bump NUnit.Analyzers from 3.5.0 to 3.6.0 (#22)
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](https://github.com/nunit/nunit.analyzers/compare/3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 12:38:43 +00:00
Patrick Stevens
3cdd00ca20 Bump deps (#18) 2023-01-16 17:52:28 +00:00
Patrick Stevens
00bd958c0f Bump deps (#15) 2023-01-16 15:32:54 +00:00
Patrick Stevens
99df76b22b Express discriminated union in JSON schema (#7) 2022-12-30 12:27:54 +00:00
Patrick Stevens
4ae932072e Rename to Gitea.Declarative (#4) 2022-12-30 10:26:59 +00:00