From 4ac8cf2576028ae9d2bf8afeea67c7d4bc36d589 Mon Sep 17 00:00:00 2001 From: Adam Deacon <ad2139@cam.ac.uk> Date: Tue, 25 Mar 2025 16:00:26 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Update=20Repo=20lo?= =?UTF-8?q?cations=20for=20Toast=20and=20Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: https://gitlab.developers.cam.ac.uk/uis/devops/infra/gitlab-project-factory/-/issues/161 --- docs/services/panel.md | 30 +++++++++++++++--------------- docs/services/toast.md | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/services/panel.md b/docs/services/panel.md index 963911a8..22b63337 100644 --- a/docs/services/panel.md +++ b/docs/services/panel.md @@ -48,26 +48,26 @@ The Panel web app is currently deployed to the following web environments: The source code for the Panel can be found at the following URL: -<https://dev.azure.com/meh37/panel> +<https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel> The code is spread over the following repositories: | Repository | Description | | ----------- | ------------------ | -| [BEL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BEL) | Holds business objects | -| [BPL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BPL) | Holds business processes; knits together BEL and DAL| -| [BuildProcessTemplates (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BuildProcessTemplates) | Not currently used | -| [ConsolePullDocuments](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/ConsolePullDocuments) | Used by Computer Lab, this pulls the CamSIS documents into one downloadable zip file they can source | -| [DAL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/DAL) | Data access routines, for example a library to communicate by SQL server | -| [Database (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Database) | No longer used as requires a subscription from Redgate - use [SQL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/SQL) instead | -| [Documents](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Documents) | A library that can hold documentation | -| [EDMSTestingApp](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants | -| [FormsTestApp (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/FormsTestApp) | Deprecated project for an unused windows forms application | -| [packages](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/packages) | Holds the NuGet packages for the project | -| [SQL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/SQL) | Holds SQL change scripts | -| [TestConsole (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/TestConsole) | Deprecated library that holds console app for testing | -| [UnitTests](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/UnitTests) | Unit tests around Panel | -| [Website](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Website) | Holds source code for the website | +| [BEL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/BEL) | Holds business objects | +| [BPL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/BPL) | Holds business processes; knits together BEL and DAL| +| [BuildProcessTemplates (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/BuildProcessTemplates) | Not currently used | +| [ConsolePullDocuments](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/ConsolePullDocuments) | Used by Computer Lab, this pulls the CamSIS documents into one downloadable zip file they can source | +| [DAL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/DAL) | Data access routines, for example a library to communicate by SQL server | +| [Database (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/Database) | No longer used as requires a subscription from Redgate - use [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/SQL) instead | +| [Documents](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/Documents) | A library that can hold documentation | +| [EDMSTestingApp](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants | +| [FormsTestApp (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/FormsTestApp) | Deprecated project for an unused windows forms application | +| [packages](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/packages) | Holds the NuGet packages for the project | +| [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/SQL) | Holds SQL change scripts | +| [TestConsole (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/TestConsole) | Deprecated library that holds console app for testing | +| [UnitTests](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/UnitTests) | Unit tests around Panel | +| [Website](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/Website) | Holds source code for the website | ## Technologies used diff --git a/docs/services/toast.md b/docs/services/toast.md index ef6a90f8..1d914e6a 100644 --- a/docs/services/toast.md +++ b/docs/services/toast.md @@ -74,7 +74,7 @@ drive is mapped to `\\blue.cam.ac.uk\group` as per standard university build): The source code for the TOAST can be found at the following URL: -<https://dev.azure.com/meh37/TOAST> +<https://gitlab.developers.cam.ac.uk/uis/devops/Toast> The code is spread over the following repository folders: @@ -82,20 +82,20 @@ The code is spread over the following repository folders: | Repository | Description | | ----------- | ------------------ | -| [BEL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/BEL) | Holds business objects | -| [BPL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/BPL) | Holds business processes; knits together BEL and DAL| -| [Components](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Components) | Holds any bespoke components; mostly deprecated and superseded by NuGet | -| [DAL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/DAL) | Data access routines, for example a library to communicate by SQL server | -| [Documentation](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Documentation) | A library that can hold documentation | -| [EDMSTestingApp](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants | -| [FormsApp](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/FormsApp) | Holds code for the windows forms application | -| [packages](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/packages) | Holds the NuGet packages for the project | -| [SQL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/SQL) | Holds SQL change scripts | -| [SQLDatabase (Deprecated)](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/SQLDatabase) | Deprecated library that holds SQL change scripts - use [SQL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/SQL) instead | -| [Temp](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Temp) | Some temporary data used in testing | -| [Toast](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Toast) | Holds source code for the website | -| [ToastDatabase (Deprecated)](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/ToastDatabase) | Deprecated - was for Redgate SQL product that was dropped | -| [UnitTests](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/UnitTests) | Unit tests around TOAST | +| [BEL](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/BEL) | Holds business objects | +| [BPL](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/BPL) | Holds business processes; knits together BEL and DAL| +| [Components](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/Components) | Holds any bespoke components; mostly deprecated and superseded by NuGet | +| [DAL](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/DAL) | Data access routines, for example a library to communicate by SQL server | +| [Documentation](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/Documentation) | A library that can hold documentation | +| [EDMSTestingApp](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants | +| [FormsApp](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/FormsApp) | Holds code for the windows forms application | +| [packages](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/packages) | Holds the NuGet packages for the project | +| [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/SQL) | Holds SQL change scripts | +| [SQLDatabase (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/SQLDatabase) | Deprecated library that holds SQL change scripts - use [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/SQL) instead | +| [Temp](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/Temp) | Some temporary data used in testing | +| [Toast](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/Toast) | Holds source code for the website | +| [ToastDatabase (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/ToastDatabase) | Deprecated - was for Redgate SQL product that was dropped | +| [UnitTests](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/UnitTests) | Unit tests around TOAST | <!-- markdownlint-enable MD013 --> -- GitLab