From e4dd31b960c70d85e2ab2f5aa1e1727b0e9f72b2 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 26 Dec 2024 14:28:15 +0200 Subject: [PATCH 01/12] Update Testing.md Signed-off-by: Radu Marias --- docs/readme/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme/Testing.md b/docs/readme/Testing.md index fdac71d..7002b27 100644 --- a/docs/readme/Testing.md +++ b/docs/readme/Testing.md @@ -60,7 +60,7 @@ Make sure you have VSCode installed locally, based on your OS. #### Continue -Do step 11 from above. +Do step 6 from above. 5. Type this in the VSCode terminal, which will fetch the changes from the repo (if there are conflicts, accept Theirs): ```bash From 0b1ecad0b18e0a44ac912afea877714c69fcaebe Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 26 Dec 2024 14:47:01 +0200 Subject: [PATCH 02/12] Update Testing.md Signed-off-by: Radu Marias --- docs/readme/Testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/readme/Testing.md b/docs/readme/Testing.md index 7002b27..19b1e4b 100644 --- a/docs/readme/Testing.md +++ b/docs/readme/Testing.md @@ -13,7 +13,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre ### First setup -1. Open the [repo](https://github.com/radumarias/rencfs) +1. Open the [repo](https://github.com/xoriors/rencfs) 2. Press `Code` button ![image](https://github.com/user-attachments/assets/7c0e8872-fe1f-44b9-a833-2586ade4f618) 3. Create codespace on main @@ -42,7 +42,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre ### Each resume and after the first setup -1. Open the [repo](https://github.com/radumarias/rencfs) +1. Open the [repo](https://github.com/xorio/rencfs) 2. Press `Code` button ![image](https://github.com/user-attachments/assets/7c0e8872-fe1f-44b9-a833-2586ade4f618) 3. Press ```...``` right to the instance in the list @@ -84,7 +84,7 @@ Repeat steps 7-9 in various ways. #### Test specific issues -Test specific issues from the [project](https://github.com/users/radumarias/projects/1). You can take the ones from `Ready for QA` column: +Test specific issues from the [project](https://github.com/users/xoriors/projects/1). You can take the ones from `Ready for QA` column: 1. Assign the issue to you and move it to `In QA` 2. Test it 3. When you finished, move it to `Tested` @@ -103,7 +103,7 @@ I created some [files](https://drive.google.com/drive/folders/1N-2KhGNo7f23tQ9Si ## Open a bug -Please use [this](https://github.com/radumarias/rencfs/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=) and follow the steps in there. +Please use [this](https://github.com/xoriors/rencfs/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=) and follow the steps in there. ## Creating a test case From 4d736fa532f51cd17d5a2afa8c39234d71c16cb0 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:26:24 +0200 Subject: [PATCH 03/12] Update README.md Signed-off-by: Radu Marias --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89057a5..150836d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![rencfs-bin](https://img.shields.io/aur/version/rencfs-bin?color=1793d1&label=rencfs-bin&logo=arch-linux)](https://aur.archlinux.org/packages/rencfs-bin/) [![crates.io](https://img.shields.io/crates/v/rencfs.svg)](https://crates.io/crates/rencfs) [![docs.rs](https://img.shields.io/docsrs/rencfs?label=docs.rs)](https://docs.rs/rencfs/) -[![build-and-tests](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests.yaml) -[![release](https://github.com/xoriors/rencfs/actions/workflows/release.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/release.yaml) +[![build-and-tests](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml) +[![release](https://github.com/xoriors/rencfs/actions/workflows/release.yaml/badge2.svg)](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml) [![codecov](https://codecov.io/gh/xoriors/rencfs/graph/badge.svg?token=NUQI6XGF2Y)](https://codecov.io/gh/xoriors/rencfs) [![Open Source Helpers](https://www.codetriage.com/xoriors/rencfs/badges/users.svg?count=20)](https://www.codetriage.com/xoriors/rencfs) From 628f1a153b58462971b4749a7949efc811c79bb6 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:26:44 +0200 Subject: [PATCH 04/12] Update README.md Signed-off-by: Radu Marias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 150836d..990a563 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![crates.io](https://img.shields.io/crates/v/rencfs.svg)](https://crates.io/crates/rencfs) [![docs.rs](https://img.shields.io/docsrs/rencfs?label=docs.rs)](https://docs.rs/rencfs/) [![build-and-tests](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml) -[![release](https://github.com/xoriors/rencfs/actions/workflows/release.yaml/badge2.svg)](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml) +[![release](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml) [![codecov](https://codecov.io/gh/xoriors/rencfs/graph/badge.svg?token=NUQI6XGF2Y)](https://codecov.io/gh/xoriors/rencfs) [![Open Source Helpers](https://www.codetriage.com/xoriors/rencfs/badges/users.svg?count=20)](https://www.codetriage.com/xoriors/rencfs) From 9babd015632481a1d5556422e8d5f96be4c4b6dd Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:28:17 +0200 Subject: [PATCH 05/12] Update and rename build_and_tests2.yaml to build_and_tests.yaml Signed-off-by: Radu Marias --- .../workflows/{build_and_tests2.yaml => build_and_tests.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build_and_tests2.yaml => build_and_tests.yaml} (88%) diff --git a/.github/workflows/build_and_tests2.yaml b/.github/workflows/build_and_tests.yaml similarity index 88% rename from .github/workflows/build_and_tests2.yaml rename to .github/workflows/build_and_tests.yaml index e36a08d..efa7e68 100644 --- a/.github/workflows/build_and_tests2.yaml +++ b/.github/workflows/build_and_tests.yaml @@ -1,4 +1,4 @@ -name: build-and-tests2 # the name and filename have 2 as suffix because of some caching issues with GitHub actions +name: build-and-tests on: push: branches: [ main, release ] From 72d1e2b8dac2228ead2a231cd2af066b555d0f69 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:28:36 +0200 Subject: [PATCH 06/12] Update and rename build_and_tests_reusable2.yaml to build_and_tests_reusable.yaml Signed-off-by: Radu Marias --- ...d_and_tests_reusable2.yaml => build_and_tests_reusable.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build_and_tests_reusable2.yaml => build_and_tests_reusable.yaml} (96%) diff --git a/.github/workflows/build_and_tests_reusable2.yaml b/.github/workflows/build_and_tests_reusable.yaml similarity index 96% rename from .github/workflows/build_and_tests_reusable2.yaml rename to .github/workflows/build_and_tests_reusable.yaml index 5aee0f9..95bb4c6 100644 --- a/.github/workflows/build_and_tests_reusable2.yaml +++ b/.github/workflows/build_and_tests_reusable.yaml @@ -1,4 +1,4 @@ -name: '_build-and-tests2' # the name and filename have 2 as suffix because of some caching issues with GitHub actions +name: '_build-and-tests' on: workflow_call: From 273c9eb5f8260a23fd9eea5d7e79244d20a964b2 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:28:48 +0200 Subject: [PATCH 07/12] Update build_and_tests.yaml Signed-off-by: Radu Marias --- .github/workflows/build_and_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_tests.yaml b/.github/workflows/build_and_tests.yaml index efa7e68..c773791 100644 --- a/.github/workflows/build_and_tests.yaml +++ b/.github/workflows/build_and_tests.yaml @@ -19,7 +19,7 @@ jobs: build_and_test: name: build and test - uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main + uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable.yaml@main secrets: inherit package: From a87ef1c94b9d73f4460c22bd5526a333ff41480b Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:29:01 +0200 Subject: [PATCH 08/12] Update package_reusable2.yaml Signed-off-by: Radu Marias --- .github/workflows/package_reusable2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_reusable2.yaml b/.github/workflows/package_reusable2.yaml index 3a2f3fd..c4b0986 100644 --- a/.github/workflows/package_reusable2.yaml +++ b/.github/workflows/package_reusable2.yaml @@ -1,4 +1,4 @@ -name: '_package2' # the name and filename have 2 as suffix because of some caching issues with GitHub actions +name: '_package' on: workflow_call: inputs: From c6ce2c3787574266877d2e18a6668f5c8ed874c0 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:29:22 +0200 Subject: [PATCH 09/12] Update build_and_tests.yaml Signed-off-by: Radu Marias --- .github/workflows/build_and_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_tests.yaml b/.github/workflows/build_and_tests.yaml index c773791..a3a6aeb 100644 --- a/.github/workflows/build_and_tests.yaml +++ b/.github/workflows/build_and_tests.yaml @@ -24,7 +24,7 @@ jobs: package: needs: [ version, build_and_test ] - uses: xoriors/rencfs/.github/workflows/package_reusable2.yaml@main + uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main with: upload_artifacts: false version: ${{ needs.version.outputs.version }} From 4c58164175e70c1252f787ddc8d6ceee812d0da4 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:29:43 +0200 Subject: [PATCH 10/12] Rename package_reusable2.yaml to package_reusable.yaml Signed-off-by: Radu Marias --- .../workflows/{package_reusable2.yaml => package_reusable.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{package_reusable2.yaml => package_reusable.yaml} (100%) diff --git a/.github/workflows/package_reusable2.yaml b/.github/workflows/package_reusable.yaml similarity index 100% rename from .github/workflows/package_reusable2.yaml rename to .github/workflows/package_reusable.yaml From bbbc7e94b53b334990b2a25b6b927b193e69e35a Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:30:11 +0200 Subject: [PATCH 11/12] Update and rename release2.yaml to release.yaml Signed-off-by: Radu Marias --- .github/workflows/{release2.yaml => release.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{release2.yaml => release.yaml} (96%) diff --git a/.github/workflows/release2.yaml b/.github/workflows/release.yaml similarity index 96% rename from .github/workflows/release2.yaml rename to .github/workflows/release.yaml index 3469a23..eb3ddc6 100644 --- a/.github/workflows/release2.yaml +++ b/.github/workflows/release.yaml @@ -15,12 +15,12 @@ jobs: build_and_test: name: build and test - uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main + uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable.yaml@main secrets: inherit package: needs: [ version, build_and_test ] - uses: xoriors/rencfs/.github/workflows/package_reusable2.yaml@main + uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main with: upload_artifacts: true version: ${{ needs.version.outputs.version }} From 0b80e81d49e0aef9beb854b7cc8512bd7b7b9a5e Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:30:43 +0200 Subject: [PATCH 12/12] Update README.md Signed-off-by: Radu Marias --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 990a563..89057a5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![rencfs-bin](https://img.shields.io/aur/version/rencfs-bin?color=1793d1&label=rencfs-bin&logo=arch-linux)](https://aur.archlinux.org/packages/rencfs-bin/) [![crates.io](https://img.shields.io/crates/v/rencfs.svg)](https://crates.io/crates/rencfs) [![docs.rs](https://img.shields.io/docsrs/rencfs?label=docs.rs)](https://docs.rs/rencfs/) -[![build-and-tests](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests2.yaml) -[![release](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/release2.yaml) +[![build-and-tests](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/build_and_tests.yaml) +[![release](https://github.com/xoriors/rencfs/actions/workflows/release.yaml/badge.svg)](https://github.com/xoriors/rencfs/actions/workflows/release.yaml) [![codecov](https://codecov.io/gh/xoriors/rencfs/graph/badge.svg?token=NUQI6XGF2Y)](https://codecov.io/gh/xoriors/rencfs) [![Open Source Helpers](https://www.codetriage.com/xoriors/rencfs/badges/users.svg?count=20)](https://www.codetriage.com/xoriors/rencfs)