-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
- Loading branch information
Showing
138 changed files
with
8,427 additions
and
3,093 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
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,53 @@ | ||
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy | ||
# More GitHub Actions for Azure: https://github.com/Azure/actions | ||
|
||
name: Build and deploy JAR app to Azure Web App - code-amci | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Set up Java version | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: '17' | ||
|
||
- name: Build with Maven | ||
run: mvn clean install | ||
|
||
- name: Upload artifact for deployment job | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: java-app | ||
path: '${{ github.workspace }}/target/*.jar' | ||
|
||
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
environment: | ||
name: 'Production' | ||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} | ||
|
||
steps: | ||
- name: Download artifact from build job | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: java-app | ||
|
||
- name: Deploy to Azure Web App | ||
id: deploy-to-webapp | ||
uses: azure/webapps-deploy@v2 | ||
with: | ||
app-name: 'code-amci' | ||
slot-name: 'Production' | ||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0C382FA8CE954EE7AC2BD3F73E122D05 }} | ||
package: '*.jar' |
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
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ nginx | |
# misc | ||
# debug | ||
# local env files | ||
.env | ||
.env.local | ||
# vercel | ||
.vercel | ||
|
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,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## [1.0.0](https://github.com/faouziMohamed/amci-scholarship/compare/v0.1.1...v1.0.0) (2023-11-14) | ||
|
||
### Bug Fixes | ||
|
||
- add websocket true url ([c6447c9](https://github.com/faouziMohamed/amci-scholarship/commit/c6447c9ee7f8f538c056406c6798e5755c77e94e)) | ||
- deploy to Vercel ([d0273b0](https://github.com/faouziMohamed/amci-scholarship/commit/d0273b0fe2942b313406f06beca3566c172155c7)) | ||
- update packages and fix dashboard error on prod build ([a3be5d9](https://github.com/faouziMohamed/amci-scholarship/commit/a3be5d9f7d0429f8eadcf5c2c7409a0714cd2693)) | ||
|
||
### 0.1.1 (2023-11-14) | ||
|
||
### Features | ||
|
||
- add auto generation id of the sidebar's list item ([c9fed9f](https://github.com/faouziMohamed/amci-scholarship/commit/c9fed9fdbd83d257983a1e8de8dd078bf3a6f892)) | ||
- add dashboard page ([6404c69](https://github.com/faouziMohamed/amci-scholarship/commit/6404c697cf7018f89b8f08bd0ca1e281e9776806)) | ||
- add query filter and part of the frontend ([f87c7e2](https://github.com/faouziMohamed/amci-scholarship/commit/f87c7e248d997880f539581978b3a33721d0f5bf)) | ||
- add users page and some notice all over the app ([c103e90](https://github.com/faouziMohamed/amci-scholarship/commit/c103e9041ac5919bf73046901a8193ef4592b80f)) | ||
- allow admin to add new codes ([292f53d](https://github.com/faouziMohamed/amci-scholarship/commit/292f53d7c61f1dd8349299376a5ba581b85b2c0d)) | ||
- **cache:** cache already fetched data on the client to avoid hitting the api each time ([cb7d4b2](https://github.com/faouziMohamed/amci-scholarship/commit/cb7d4b2edbbdd9e2dd9ce98fae26d8cabb146570)) | ||
- **csv, db schema:** update csv file format, the database and typescript accordingly ([df4f7d9](https://github.com/faouziMohamed/amci-scholarship/commit/df4f7d91e12e22826e1b1fc393a285156608346c)) | ||
- fix regex allowing to type matricule or name ([b288a55](https://github.com/faouziMohamed/amci-scholarship/commit/b288a555d716b7cc6a903da7a01c82c3eafe7526)) | ||
- integrate new backend and add user space and admin page ([31b1ca9](https://github.com/faouziMohamed/amci-scholarship/commit/31b1ca9eea9c520b3898ca73d3a45ec59aa0eb82)) | ||
- remove breadcrumbs and add scroll on the sidebar ([c22a090](https://github.com/faouziMohamed/amci-scholarship/commit/c22a090dbb9c4474dfe341d86bda972f238feb49)) | ||
- remove page directory and migrate to the new app directory ([ce10984](https://github.com/faouziMohamed/amci-scholarship/commit/ce109846a3e20a502145e95dfdeeeea120b477ec)) | ||
- remove prisma and update next config ([b1a5788](https://github.com/faouziMohamed/amci-scholarship/commit/b1a57885426214403b1effc78612dbffdb82d5cc)) | ||
- **seo:** add seo tags ([c0996e7](https://github.com/faouziMohamed/amci-scholarship/commit/c0996e7f485446880ee3772950b4738af4bfb680)) | ||
- **seo:** add seo tags ([fa20a97](https://github.com/faouziMohamed/amci-scholarship/commit/fa20a978cece13abace990702d90e1027e6ae870)) | ||
- **view mode:** add view mode of results (list& grid) ([e8d8a2e](https://github.com/faouziMohamed/amci-scholarship/commit/e8d8a2e42266bc9285220f2e9c11a4031386e9ce)) |
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
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
Oops, something went wrong.