Skip to content

Commit

Permalink
Merge pull request engaging-computing#216 from engaging-computing/dev
Browse files Browse the repository at this point in the history
2.3.0 backend
  • Loading branch information
kdvalin authored Apr 16, 2021
2 parents a752462 + 407347c commit 7bfe13b
Show file tree
Hide file tree
Showing 12 changed files with 133 additions and 64 deletions.
49 changes: 0 additions & 49 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build MYR

on: [push, pull_request]

jobs:
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '10.13'
- name: Setup cache
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Fetch packages
run: npm ci
- name: Setup Test Environment
run: |
docker-compose up -d database
docker-compose up database_seed
- name: Run unit tests
run: npm test -- --forceExit
- name: Tear down test environment
run: |
docker-compose down
28 changes: 28 additions & 0 deletions .github/workflows/deploy_beta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy MYR

on:
push:
branches:
- dev

jobs:
update_upstream:
runs-on: ubuntu-latest
container:
image: docker
steps:
- uses: actions/checkout@v1
- name: Set the branch variable
uses: nelonoel/[email protected]
- name: Log into Quay
run: docker login quay.io -u umlecg+myr_bot -p ${{ secrets.QUAY_BOT_PASSWORD }}
- name: Build the docker image
run: docker build -t quay.io/umlecg/myr-backend:${BRANCH_NAME} .
- name: Push the new image
run: docker push quay.io/umlecg/myr-backend:${BRANCH_NAME}
- name: Notify the build repository
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.MYR_ACCESS_TOKEN }}
event-type: update_dev
repository: engaging-computing/MYR-build
28 changes: 28 additions & 0 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy production MYR

on:
push:
branches:
- master

jobs:
update_upstream:
runs-on: ubuntu-latest
container:
image: docker
steps:
- uses: actions/checkout@v1
- name: Set the branch variable
uses: nelonoel/[email protected]
- name: Log into Quay
run: docker login quay.io -u umlecg+myr_bot -p ${{ secrets.QUAY_BOT_PASSWORD }}
- name: Build the docker image
run: docker build -t quay.io/umlecg/myr-backend:${BRANCH_NAME} .
- name: Push the new image
run: docker push quay.io/umlecg/myr-backend:${BRANCH_NAME}
- name: Notify the build repository
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.MYR_ACCESS_TOKEN }}
event-type: update_master
repository: engaging-computing/MYR-build
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM node:10.13

WORKDIR /app
COPY . /app

RUN npm install
56 changes: 41 additions & 15 deletions public/about/team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,26 +110,20 @@ <h4 class="text-center ">MYR Development Team</h4>
<table>
<tr>
<td>
<img class="team-photo " src="/img/team/jason_kiesling.jpg ">
<img class="team-photo " src="/img/team/male.png ">
</td>
<td>
<h5 class="card-title ">Jason Kiesling</h5>
<h5 class="card-title ">Keith Valin</h5>
<p class="team-title ">
Lead Developer
</p>
<p class="card-text ">
<div class="team-degree ">B.S. Computer Science 2021</div>
<div class="team-degree ">B.S. Computer Science 2022</div>
<br />
<a href="mailto:[email protected] " target="_blank " class="icons-hover-link">
<i class="far fa-envelope team-icons "></i>
</a>
<a href="http://jasondkiesling.com " target="_blank " class="icons-hover-link">
<i class="fas fa-link team-icons "></i>
</a>
<a href="https://www.linkedin.com/in/jasondkiesling/ " target="_blank " class="icons-hover-link">
<a href="https://www.linkedin.com/in/keith-valin-8b670b120/" target="_blank " class="icons-hover-link">
<i class="fab fa-linkedin team-icons "></i>
</a>
<a href="https://github.com/jasondkiesling " target="_blank " class="icons-hover-link">
<a href="https://github.com/kdvalin " target="_blank " class="icons-hover-link">
<i class="fab fa-github team-icons "></i>
</a>
</p>
Expand Down Expand Up @@ -208,6 +202,38 @@ <h5 class="card-title ">Patrick Sullivan</h5>
<hr />
<h4 class="text-center ">Alumni</h4>
<div class="row team-card ">
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
<tr>
<td>
<img class="team-photo " src="/img/team/jason_kiesling.jpg ">
</td>
<td>
<h5 class="card-title ">Jason Kiesling</h5>
<p class="team-title ">
Lead Developer 2019-2020
</p>
<p class="card-text ">
<div class="team-degree ">B.S. Computer Science 2021</div>
<br />
<a href="mailto:[email protected] " target="_blank " class="icons-hover-link">
<i class="far fa-envelope team-icons "></i>
</a>
<a href="http://jasondkiesling.com " target="_blank " class="icons-hover-link">
<i class="fas fa-link team-icons "></i>
</a>
<a href="https://www.linkedin.com/in/jasondkiesling/ " target="_blank " class="icons-hover-link">
<i class="fab fa-linkedin team-icons "></i>
</a>
<a href="https://github.com/jasondkiesling " target="_blank " class="icons-hover-link">
<i class="fab fa-github team-icons "></i>
</a>
</p>
</td>
</table>
</div>
</div>
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
Expand Down Expand Up @@ -240,6 +266,8 @@ <h5 class="card-title ">Chris Berns</h5>
</table>
</div>
</div>
</div>
<div class="row team-card ">
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
Expand Down Expand Up @@ -272,8 +300,6 @@ <h5 class="card-title ">Elena Izotova</h5>
</table>
</div>
</div>
</div>
<div class="row team-card ">
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
Expand Down Expand Up @@ -304,6 +330,8 @@ <h5 class="card-title ">Vrinda Punj</h5>
</table>
</div>
</div>
</div>
<div class="row team-card ">
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
Expand All @@ -327,8 +355,6 @@ <h5 class="card-title ">Sam Dodson</h5>
</table>
</div>
</div>
</div>
<div class="row team-card ">
<div class="card info-card col-lg-5 col-sm-12 mr-auto ">
<div class="card-body ">
<table>
Expand Down
Binary file modified public/img/textures/bark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/textures/bricks.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/textures/grass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/textures/paint.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/textures/rug.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bfe13b

Please sign in to comment.