-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #469 from MaMpf-HD/mampf-next
Continuous Release v1.4.5
- Loading branch information
Showing
38 changed files
with
271 additions
and
3,739 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 |
---|---|---|
@@ -1,26 +1,41 @@ | ||
name: test-integration | ||
on: [push] | ||
name: Integration tests | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- mampf-next | ||
- production | ||
- experimental | ||
pull_request: | ||
jobs: | ||
build: | ||
e2e-test-job: | ||
name: Run E2E tests & upload results to Cypress | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- run: docker-compose pull | ||
|
||
- name: Pull docker images | ||
run: docker compose pull --ignore-buildable | ||
working-directory: docker/run_cypress_tests | ||
- uses: satackey/[email protected] | ||
# Ignore the failure of a step and avoid terminating the job. | ||
|
||
- name: Use Docker layer caching # https://github.com/jpribyl/action-docker-layer-caching | ||
uses: jpribyl/[email protected] | ||
continue-on-error: true | ||
- run: docker-compose build | ||
|
||
- name: Build docker containers | ||
run: docker compose build | ||
working-directory: docker/run_cypress_tests | ||
- name: Test | ||
|
||
- name: Run integration tests | ||
working-directory: docker/run_cypress_tests | ||
env: | ||
# pass the Dashboard record key as an environment variable | ||
CYPRESS_baseUrl: http://mampf:3000 | ||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} | ||
# pass GitHub token to allow accurately detecting a build vs a re-run build | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: docker-compose run -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} cypress_runner cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }} | ||
run: docker compose run -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} --entrypoint="" cypress_runner sh -c "while ! curl http://mampf:3000 ; do echo waiting for MaMpf to come online at http://mampf:3000; sleep 3; done; cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }}" |
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,5 @@ | ||
document.addEventListener("turbolinks:load", () => { | ||
if (window.location.hash == "#sponsors") { | ||
$('#sponsors').modal('show'); | ||
} | ||
}); |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
} | ||
} | ||
|
||
li { | ||
.sidebar-item li { | ||
display: flex; | ||
align-items: center; | ||
|
||
|
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
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,111 @@ | ||
<h3 class="mb-4"> | ||
<%= t('sponsors.sponsorships') %> | ||
</h3> | ||
<h5> | ||
<%= t('sponsors.uni_hd') %> | ||
</h5> | ||
<ul> | ||
<li class="d-block"> | ||
<strong> | ||
2022-2023: | ||
</strong> | ||
<%= t('sponsors.heiquality_html', | ||
hendrik: link_to('Hendrik Kasten', | ||
'https://www.mathi.uni-heidelberg.de/~kasten/', | ||
target: :_blank), | ||
denis: link_to('Denis Vogel', | ||
'https://www.mathi.uni-heidelberg.de/~vogel/', | ||
target: :_blank)) %> | ||
</li> | ||
<li class="d-block"> | ||
<strong> | ||
2019-2020: | ||
</strong> | ||
<%= t('sponsors.heistart_html', | ||
hendrik: link_to('Hendrik Kasten', | ||
'https://www.mathi.uni-heidelberg.de/~kasten/', | ||
target: :_blank), | ||
oli: link_to('Oliver Thomas', | ||
'https://www.mathi.uni-heidelberg.de/~othomas/', | ||
target: :_blank), | ||
denis: link_to('Denis Vogel', | ||
'https://www.mathi.uni-heidelberg.de/~vogel/', | ||
target: :_blank), | ||
fs_mathphysinfo: link_to('Fachschaft MathPhysInfo', | ||
'https://mathphys.fsk.uni-heidelberg.de/w/', | ||
target: :_blank)) %> | ||
</li> | ||
<li class="d-block"> | ||
<strong> | ||
2018: | ||
</strong> | ||
<%= t('sponsors.physics_html', | ||
physics_faculty: link_to('Fakultät für Physik und Astronomie', | ||
'https://www.physik.uni-heidelberg.de/', | ||
target: :_blank)) %> | ||
</li> | ||
<li class="d-block"> | ||
<strong> | ||
<%= t('basics.since') %> 2017: | ||
</strong> | ||
<%= t('sponsors.math_html', | ||
math_faculty: link_to('Fakultät für Mathematik und Informatik', | ||
'https://mathinf.uni-heidelberg.de/', | ||
target: :_blank)) %> | ||
</li> | ||
</ul> | ||
<h5> | ||
<%= t('sponsors.hse') %> | ||
</h5> | ||
<ul> | ||
<li class="d-block"> | ||
<strong> | ||
2019: | ||
</strong> | ||
<%= t('sponsors.go_digital_html', | ||
digital_now: link_to('HSE: Go digital! Now!', | ||
'https://hse-heidelberg.de/ueber-uns/hse-go-digital-now', | ||
target: :_blank)) %> | ||
</li> | ||
<li class="d-block"> | ||
<strong> | ||
2018-2019: | ||
</strong> | ||
<%= t('sponsors.fellowship_html', | ||
place: link_to('PLACE', | ||
'https://www.hse-heidelberg.de/ueber-uns/place', | ||
target: :_blank), | ||
hendrik: link_to('Hendrik Kasten', | ||
'https://www.mathi.uni-heidelberg.de/~kasten/', | ||
target: :_blank), | ||
fellowship_project: link_to('"Geometrie und Unterricht - Ausgestaltung eines | ||
profillinienübergreifenden Verschränkungsmoduls im | ||
Fach Mathematik"', | ||
'https://hse-heidelberg.de/forschung/forschungsprojekte/geometrie-und-unterricht-ausgestaltung-eines', | ||
target: :_blank)) %> | ||
</li> | ||
<li class="d-block"> | ||
<strong> | ||
2018: | ||
</strong> | ||
<%= t('sponsors.zurlamitmu_html', | ||
place: link_to('PLACE', | ||
'https://www.hse-heidelberg.de/ueber-uns/place', | ||
target: :_blank), | ||
markus: link_to('Markus Vogel', | ||
'https://www.ph-heidelberg.de/vogel-markus.html', | ||
target: :_blank), | ||
denis: link_to('Denis Vogel', | ||
'https://www.mathi.uni-heidelberg.de/~vogel/', | ||
target: :_blank), | ||
zurlamitmu_project: link_to('"ZurLAmitMU"', | ||
'https://hse-heidelberg.de/forschung/forschungsprojekte/zurlamitmu-zugaenge-zur-linearen-algebra-mit-multimedia-erleichtern', | ||
target: :_blank)) %> | ||
</li> | ||
</ul> | ||
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
<span aria-hidden="true"> | ||
× | ||
</span> | ||
</button> |
This file was deleted.
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
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.