Skip to content

Commit acf34a0

Browse files
committed
Merge '2024_sem2' into zanliang4tz-dev, menu
2 parents ea1b85c + b355f3c commit acf34a0

File tree

159 files changed

+29170
-20230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+29170
-20230
lines changed

.github/workflows/hashing.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Hashing Algorithms CI
2+
3+
on:
4+
push:
5+
branches: [2024_sem2]
6+
paths-ignore:
7+
- 'doc/**' # Ignore all files and subdirectories under "doc/"
8+
- 'docs/**' # Ignore all files and subdirectories under "docs/"
9+
pull_request:
10+
branches: [2024_sem2]
11+
12+
jobs:
13+
test:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout 🛎️
17+
uses: actions/[email protected]
18+
with:
19+
persist-credentials: false
20+
21+
- name: Install and Test 🔧
22+
run: |
23+
npm install
24+
npm run test-hashinsert
25+
npm run test-hashsearch
26+
npm run test-hashdelete

.github/workflows/url.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: URL Navigation and Parameter Input CI
2+
3+
on:
4+
push:
5+
branches:
6+
- 2024_sem2
7+
pull_request:
8+
branches:
9+
- 2024_sem2
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
- name: Checkout 🛎️
16+
uses: actions/[email protected]
17+
with:
18+
persist-credentials: false
19+
20+
- name: Install dependencies
21+
run:
22+
npm install
23+
npm install jest supertest --save-dev
24+
25+
- name: Run tests 🔧
26+
run:
27+
npm start
28+
npm test-url

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ yarn-error.log*
2424
# Remove Docs
2525
/docs
2626
/tests
27+
28+
# IDEs
29+
/.idea
30+
/.vscode

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/Colour-Guidelines-20241011.pdf

347 KB
Binary file not shown.

docs/Homepage-Guidelines-20241020.pdf

188 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)