From 0a38e9636f2a4ec48378f1f9ba1df65486b5218e Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 4 Aug 2023 06:46:25 -0500 Subject: [PATCH 1/3] FluentBenchmark should not have API documentation, but XCTFluent should --- Sources/FluentBenchmark/Docs.docc/index.md | 3 --- Sources/XCTFluent/Docs.docc/index.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 Sources/FluentBenchmark/Docs.docc/index.md create mode 100644 Sources/XCTFluent/Docs.docc/index.md diff --git a/Sources/FluentBenchmark/Docs.docc/index.md b/Sources/FluentBenchmark/Docs.docc/index.md deleted file mode 100644 index 8213d805..00000000 --- a/Sources/FluentBenchmark/Docs.docc/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# ``FluentBenchmark`` - -FluentBenchmark is a benchmarking tool for Fluent. It allows you to benchmark your database queries and models. \ No newline at end of file diff --git a/Sources/XCTFluent/Docs.docc/index.md b/Sources/XCTFluent/Docs.docc/index.md new file mode 100644 index 00000000..da9ee3cc --- /dev/null +++ b/Sources/XCTFluent/Docs.docc/index.md @@ -0,0 +1,4 @@ +# ``XCTFluent`` + +XCTFluent provides XCTest extensions to make it easy to write tests that use Vapor's FluentKit library. + From e8f76ee4c1e6ecc544a1e62f1db91e51d84d089a Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 7 Aug 2023 01:38:48 -0500 Subject: [PATCH 2/3] Update reusable workflow refs --- .github/workflows/projectboard.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/projectboard.yml b/.github/workflows/projectboard.yml index a0e6d988..8c8f4bd9 100644 --- a/.github/workflows/projectboard.yml +++ b/.github/workflows/projectboard.yml @@ -7,5 +7,5 @@ on: jobs: update_project_boards: name: Update project boards - uses: vapor/ci/.github/workflows/update-project-boards-for-issue.yml@reusable-workflows + uses: vapor/ci/.github/workflows/update-project-boards-for-issue.yml@main secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c370a27..202f17e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: # also serves as code coverage baseline update unit-tests: - uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows + uses: vapor/ci/.github/workflows/run-unit-tests.yml@main with: with_coverage: true with_tsan: true From 6d818d4ca64a79535213fe281679a009a0822041 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 7 Aug 2023 04:00:57 -0500 Subject: [PATCH 3/3] Something or other --- Sources/XCTFluent/Docs.docc/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/XCTFluent/Docs.docc/index.md b/Sources/XCTFluent/Docs.docc/index.md index da9ee3cc..74be1f44 100644 --- a/Sources/XCTFluent/Docs.docc/index.md +++ b/Sources/XCTFluent/Docs.docc/index.md @@ -1,4 +1,3 @@ # ``XCTFluent`` XCTFluent provides XCTest extensions to make it easy to write tests that use Vapor's FluentKit library. -