From 0466204e6139eab4fff5dc097b3efdb78f026995 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sat, 4 Nov 2023 19:48:03 +0100 Subject: [PATCH 1/3] Update index.md Fixed branch rename --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fa82d262..9970259b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,11 +24,11 @@ Have questions about development? Please visit our [Wiki](https://github.com/sql - Master Branch Build - Module version update and Code Signing Click Here + Main Branch Build - Module version update and Code Signing Click Here - Master Branch Release - Release to PowerShell Gallery Click Here + Main Branch Release - Release to PowerShell Gallery Click Here From 67097ed6632ee2c26b342f9ff23fb6cce9b7d6f0 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sat, 4 Nov 2023 20:16:28 +0100 Subject: [PATCH 2/3] Additional changes to docs --- header-mkdocs.yml | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header-mkdocs.yml b/header-mkdocs.yml index c337c0b7..c8654344 100644 --- a/header-mkdocs.yml +++ b/header-mkdocs.yml @@ -1,8 +1,8 @@ site_name: dbachecks repo_url: https://github.com/sqlcollaborative/dbachecks site_author: The Beard -edit_uri: edit/master/docs/ +edit_uri: edit/main/docs/ theme: readthedocs -copyright: "dbachecks is licensed under the MIT license" +copyright: "dbachecks is licensed under the MIT license" pages: - Home: index.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 58733004..9048abc0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: dbachecks repo_url: https://github.com/sqlcollaborative/dbachecks site_author: The Beard -edit_uri: edit/master/docs/ +edit_uri: edit/main/docs/ theme: readthedocs copyright: "dbachecks is licensed under the MIT license" pages: From b34d8fdffb0adc0260f87a73a7f221ce2546e971 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sat, 4 Nov 2023 20:25:42 +0100 Subject: [PATCH 3/3] Updated comments to use main --- azure-pipelines.yml | 2 +- codecov.yml | 2 +- readme.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64dae94e..15a2960d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -275,7 +275,7 @@ stages: - stage: Deploy dependsOn: Test - # Only execute deploy stage if we're on master and previous stage succeeded + # Only execute deploy stage if we're on main and previous stage succeeded condition: | and( succeeded(), diff --git a/codecov.yml b/codecov.yml index 4489cf25..1ae9c911 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ codecov: require_ci_to_pass: no - # master should be the baseline for reporting + # main should be the baseline for reporting branch: main comment: diff --git a/readme.md b/readme.md index eb904642..d44d9fa8 100644 --- a/readme.md +++ b/readme.md @@ -35,17 +35,17 @@ This open source module allows us to crowd-source our checklists using [Pester]( You can find a set of interactive PowerShell Notebooks which will introduce you to all of the core concepts in Robs GitHub. There is a set of .NET interactive Jupyter Notebooks -https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/dotNETNotebooks/dbachecks +https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/dotNETNotebooks/dbachecks and a set of Jupyter Notebooks that will run in Azure Data Studio -https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/dbachecks +https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/main/notebooks/NotDotNet/dbachecks Both will use a docker container to show you how dbachecks works. There is a zip file containing the Notebooks here -https://github.com/SQLDBAWithABeard/Presentations/raw/master/Notebooks/dbachecks/Notebooks.zip +https://github.com/SQLDBAWithABeard/Presentations/raw/main/Notebooks/dbachecks/Notebooks.zip Have questions about development? Please visit our [Wiki](https://github.com/sqlcollaborative/dbachecks/wiki). **Anyone developing this module** should visit that Wiki page (after fully reading this readme) for a brief overview. @@ -58,11 +58,11 @@ Have questions about development? Please visit our [Wiki](https://github.com/sql - Master Branch Build - Module version update and Code Signing Click Here + Main Branch Build - Module version update and Code Signing Click Here - Master Branch Release - Release to PowerShell Gallery Click Here + Main Branch Release - Release to PowerShell Gallery Click Here