Skip to content

Commit

Permalink
Merge '2024_sem2' into zanliang4tz-dev, menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed Jan 9, 2025
2 parents ea1b85c + b355f3c commit acf34a0
Show file tree
Hide file tree
Showing 159 changed files with 29,170 additions and 20,230 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/hashing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Hashing Algorithms CI

on:
push:
branches: [2024_sem2]
paths-ignore:
- 'doc/**' # Ignore all files and subdirectories under "doc/"
- 'docs/**' # Ignore all files and subdirectories under "docs/"
pull_request:
branches: [2024_sem2]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false

- name: Install and Test 🔧
run: |
npm install
npm run test-hashinsert
npm run test-hashsearch
npm run test-hashdelete
28 changes: 28 additions & 0 deletions .github/workflows/url.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: URL Navigation and Parameter Input CI

on:
push:
branches:
- 2024_sem2
pull_request:
branches:
- 2024_sem2

jobs:
build:
runs-on: ubuntu-latest

- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false

- name: Install dependencies
run:
npm install
npm install jest supertest --save-dev

- name: Run tests 🔧
run:
npm start
npm test-url
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ yarn-error.log*
# Remove Docs
/docs
/tests

# IDEs
/.idea
/.vscode
22 changes: 0 additions & 22 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/launch.json

This file was deleted.

4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

Binary file added docs/Colour-Guidelines-20241011.pdf
Binary file not shown.
Binary file added docs/Homepage-Guidelines-20241020.pdf
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit acf34a0

Please sign in to comment.