-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge '2024_sem2' into zanliang4tz-dev, menu
- Loading branch information
Showing
159 changed files
with
29,170 additions
and
20,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,7 @@ yarn-error.log* | |
# Remove Docs | ||
/docs | ||
/tests | ||
|
||
# IDEs | ||
/.idea | ||
/.vscode |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.