FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4ac8cf25 authored by Adam Deacon's avatar Adam Deacon
Browse files
parent 54137e5d
No related branches found
No related tags found
1 merge request!488Draft: docs: ✏️ Update Repo locations for Toast and Panel
Pipeline #722607 passed
...@@ -48,26 +48,26 @@ The Panel web app is currently deployed to the following web environments: ...@@ -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: 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: The code is spread over the following repositories:
| Repository | Description | | Repository | Description |
| ----------- | ------------------ | | ----------- | ------------------ |
| [BEL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BEL) | Holds business objects | | [BEL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/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| | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BuildProcessTemplates) | Not currently used | | [BuildProcessTemplates (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/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 | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/DAL) | Data access routines, for example a library to communicate by SQL server | | [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://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 | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Documents) | A library that can hold documentation | | [Documents](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/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 | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/FormsTestApp) | Deprecated project for an unused windows forms application | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/packages) | Holds the NuGet packages for the project | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/SQL) | Holds SQL change scripts | | [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/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 | | [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://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/UnitTests) | Unit tests around Panel | | [UnitTests](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/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 | | [Website](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/_versionControl?path=%24/Panel/Website) | Holds source code for the website |
## Technologies used ## Technologies used
......
...@@ -74,7 +74,7 @@ drive is mapped to `\\blue.cam.ac.uk\group` as per standard university build): ...@@ -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: 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: The code is spread over the following repository folders:
...@@ -82,20 +82,20 @@ The code is spread over the following repository folders: ...@@ -82,20 +82,20 @@ The code is spread over the following repository folders:
| Repository | Description | | Repository | Description |
| ----------- | ------------------ | | ----------- | ------------------ |
| [BEL](https://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/BEL) | Holds business objects | | [BEL](https://gitlab.developers.cam.ac.uk/uis/devops/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| | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Components) | Holds any bespoke components; mostly deprecated and superseded by NuGet | | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/DAL) | Data access routines, for example a library to communicate by SQL server | | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Documentation) | A library that can hold documentation | | [Documentation](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/FormsApp) | Holds code for the windows forms application | | [FormsApp](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [packages](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/Temp) | Some temporary data used in testing | | [Temp](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [Toast](https://gitlab.developers.cam.ac.uk/uis/devops/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 | | [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://meh37.visualstudio.com/TOAST/_versionControl?path=%24/TOAST/UnitTests) | Unit tests around TOAST | | [UnitTests](https://gitlab.developers.cam.ac.uk/uis/devops/Toast/_versionControl?path=%24/TOAST/UnitTests) | Unit tests around TOAST |
<!-- markdownlint-enable MD013 --> <!-- markdownlint-enable MD013 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment