Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pwsh #1752

Merged
merged 30 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
515f235
Remove deployment
JimMadge Mar 1, 2024
655170b
Remove environment configs
JimMadge Mar 1, 2024
0cbad8f
Remove tests
JimMadge Mar 1, 2024
f3737b0
Move tests directory
JimMadge Mar 1, 2024
bd72ebc
Remove devcontainer directory
JimMadge Mar 1, 2024
2070054
Remove deployment chapter
JimMadge Mar 1, 2024
44c242b
Remove architecture subchapter
JimMadge Mar 1, 2024
6c63384
Remove system manager subchapter
JimMadge Mar 1, 2024
d6258a2
Remove pwsh formatting note from PR template
JimMadge Mar 1, 2024
0101e84
Update issue templates
JimMadge Mar 1, 2024
8e516ac
Remove software approval process
JimMadge Mar 1, 2024
bff490c
Remove reference to deployment
JimMadge Mar 1, 2024
13a0a03
Remove reference to design sre
JimMadge Mar 1, 2024
abbc338
Remove reference to architecture
JimMadge Mar 1, 2024
1e4349f
Bump cryptography from 41.0.7 to 42.0.4
dependabot[bot] Apr 8, 2024
830b2d4
Merge pull request #1774 from alan-turing-institute/dependabot/pip/cr…
JimMadge Apr 8, 2024
d3e86bf
:bug: Fix bug in Docker image update script
jemrobinson Apr 8, 2024
542d237
:wrench: Update Docker image update action to run on develop
jemrobinson Apr 8, 2024
1977b03
:bug: Fix crontab entry
jemrobinson Apr 9, 2024
319ee5f
Don't run workflow on pushes
JimMadge Apr 9, 2024
6d9c6c5
Merge pull request #1775 from alan-turing-institute/fix-docker-versio…
jemrobinson Apr 9, 2024
e9611b5
Remove pwsh
JimMadge Apr 9, 2024
a337389
Restore system manager index page
JimMadge Apr 9, 2024
028e5ee
Restore lines cut from index
JimMadge Apr 9, 2024
0415673
Remove non-existent reference
JimMadge Apr 9, 2024
8b978ab
Remove reference to deployment section
JimMadge Apr 9, 2024
458e590
Restore ToC item for system manager
JimMadge Apr 9, 2024
86f55ba
Remove references to non-existent pages
JimMadge Apr 9, 2024
f6f42ce
Add empty deployment and system manager pages
JimMadge Apr 9, 2024
ca9572b
Add devcontainer files
JimMadge Apr 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
57 changes: 0 additions & 57 deletions .devcontainer/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions .devcontainer/devcontainer.json

This file was deleted.

44 changes: 0 additions & 44 deletions .devcontainer/python/Dockerfile
JimMadge marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

25 changes: 0 additions & 25 deletions .devcontainer/python/devcontainer.json
JimMadge marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Refer to the [Deployment](https://data-safe-haven.readthedocs.io/en/latest/deplo
- [ ] Draft a changelog for the release similar to our previous releases, see https://github.com/alan-turing-institute/data-safe-haven/releases
- [ ] Deploy an SHM from this branch and save a transcript of the deployment logs
- [ ] Build an SRE compute image (SRD) and save transcripts of the logs
- Using the new image, deploy two SREs which between them cover tiers 2 and 3 and Guacamole/Microsoft RDS
- Using the new image, deploy two SREs which between them cover tiers 2 and 3
- [ ] Save the transcript of your tier 2 SRE deployment
- [ ] Save the transcript of your tier 3 SRE deployment
- [ ] Complete the [Security evaluation checklist](https://data-safe-haven.readthedocs.io/en/latest/deployment/security_checklist.html) from the deployment documentation
- [ ] Update [SECURITY.md](../../SECURITY.md) and [VERSIONING.md](../../VERSIONING.md)

**For MAJOR releases:**

Expand Down
42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/software_package_request.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Replace the empty checkboxes [ ] below with checked ones [x] accordingly.
- [ ] You are targeting the appropriate branch. If you're not certain which one this is, it should be **`develop`**.
- [ ] Your branch is up-to-date with the **target branch** (it probably was when you started, but it may have changed since then).
- [ ] You have marked this pull request as a **draft** and added `'[WIP]'` to the title if needed (if you're not yet ready to merge).
- [ ] You have formatted your code using appropriate automated tools (for example `./tests/AutoFormat_Powershell.ps1 -TargetPath <path to file or directory>` for Powershell).

### :arrow_heading_up: Summary

Expand Down
70 changes: 0 additions & 70 deletions deployment/CheckRequirements.ps1

This file was deleted.

17 changes: 0 additions & 17 deletions deployment/ShowConfigFile.ps1

This file was deleted.

41 changes: 0 additions & 41 deletions deployment/administration/SHM_Add_AAD_Licences.ps1

This file was deleted.

33 changes: 0 additions & 33 deletions deployment/administration/SHM_Delete_Unassigned_Users.ps1

This file was deleted.

Loading
Loading