Skip to content

Commit

Permalink
Preparing for deployment (#63)
Browse files Browse the repository at this point in the history
* restructuring docker builds, removing accessibility plugin since it seems to be failing to build for production

* abstracting base url for the api

* correcting URLs

* added jest to package

* increasing log level

* changed direct file paths to assets to import statements

* added env development to dockerignore

* Removed unneccessary comments

* all tests pass, wicked

* adding readme

* add badges to readme and add matrix for os types

* add matrix to dotnet workflow

* doi badge

* remove extra DOI badge

* readme changes

* undoing port changes

* Changed connection to db for tests

* a single test passes

* Added tests for species controller

* codecov uses cobertura

* Add controller tests

* new default guid

* Moved files to Test file

* moved Properties Controller Tests

* add empty files for future tests

* added get user by email and by id

* added time service

* correcting warnings, correcting filename

* trying to forward requests

* things

* adding production database connection

* default database port

* logging connection string

* copying in the production env file

* removing debug statement

* adding nonce

* removing nonce

* adding nonce to google oauth provider

---------

Co-authored-by: JoshHare <[email protected]>
Co-authored-by: JoshHare <[email protected]>
Co-authored-by: SydZero <[email protected]>
Co-authored-by: BrittExe <[email protected]>
Co-authored-by: oreogunleye24 <[email protected]>
  • Loading branch information
6 people authored Nov 20, 2024
1 parent b32d2d4 commit c190f46
Show file tree
Hide file tree
Showing 125 changed files with 10,627 additions and 54,925 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.cjs

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- codecov-workflows
#- workflows
pull_request:
branches:
- main
Expand Down Expand Up @@ -37,9 +36,10 @@ jobs:
# Step 5: Run tests and collect code coverage
- name: Test and calculate coverage
run: |
dotnet test ./backend --no-build --verbosity normal \
/p:CollectCoverage=true /p:CoverletOutputFormat=opencover \
/p:CoverletOutput=./TestResults/coverage.opencover.xml
dotnet test ./backend --no-build --verbosity normal --logger "console;verbosity=detailed" \
/p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
/p:CoverletOutput=./TestResults/coverage.cobertura.xml
# Step 6: Upload the code coverage report to Codecov
- name: Upload coverage to Codecov
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ on:
push:
branches:
- main
#- workflows
pull_request:
branches:
- main
#- workflows

jobs:
build:
runs-on: ubuntu-latest

continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Check out the code from the repository
- name: Checkout repository
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/music-box-interactive-folder/test.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/musica/clang_format.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/musica/clang_tidy.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/musica/docker.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/musica/fetch_content_integration.yml

This file was deleted.

Loading

0 comments on commit c190f46

Please sign in to comment.