Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd982e6
added tailwind changes
danyabaron Jul 30, 2024
a0e880c
added untracked files
danyabaron Jul 30, 2024
36122b5
added carousel images
danyabaron Aug 7, 2024
3340af8
carousel and menu done
danyabaron Aug 8, 2024
a1404dd
added footer and more dropdowns
danyabaron Aug 8, 2024
af72a67
channel dropdown when variable is selected
danyabaron Aug 9, 2024
63fc2b0
changed coloring of arrows and spacing
danyabaron Aug 14, 2024
625c7c0
adding node_modules to gitignore
asewnath Aug 14, 2024
1dc69cd
remove node_modules
asewnath Aug 14, 2024
4ba5dac
Merge pull request #1 from danyabaron/tailwind_mod
danyabaron Aug 14, 2024
794b83e
Merge pull request #2 from danyabaron/tailwind
danyabaron Aug 15, 2024
1db7343
added carousel to plotlist
danyabaron Aug 19, 2024
f726ee1
Merge pull request #3 from danyabaron/tailwind
danyabaron Aug 19, 2024
96fe465
merge conflicts
asewnath Aug 20, 2024
d1f005f
Update .gitignore
danyabaron Aug 20, 2024
4ffb876
Delete tests/invalid_cycle_time/brightnessTemperature-3-gsi_hofx_vs_j…
danyabaron Aug 20, 2024
7f15f26
Delete tests/invalid_plot_type/brightnessTemperature-3-gsi_hofx_vs_je…
danyabaron Aug 20, 2024
1222b7e
Delete tests/invalid_reader/brightnessTemperature-3-gsi_hofx_vs_jedi_…
danyabaron Aug 20, 2024
5c3bf8d
Merge pull request #5 from danyabaron/git-ignore
danyabaron Aug 20, 2024
2a2f59d
Merge pull request #6 from danyabaron/git-ignore
brandonzhu09 Aug 20, 2024
85be3e8
merge conflict fixes
danyabaron Aug 20, 2024
4862083
Merge pull request #4 from danyabaron/bugfix/merging_origin_develop
asewnath Aug 20, 2024
559444d
Integrated dropdown menus styling
brandonzhu09 Aug 20, 2024
b36819b
Removed image container size limit
brandonzhu09 Aug 20, 2024
0916c42
Update mock test data for new schema
brandonzhu09 Aug 21, 2024
25b2df0
added styling changes nd removed danya database password
danyabaron Aug 22, 2024
315b94e
Merge pull request #7 from danyabaron/feature/plot_carousel_component
danyabaron Aug 23, 2024
25c6d95
Set dummy value for postgres service password
brandonzhu09 Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test_evagram_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
postgres:
image: postgres:latest
env:
POSTGRES_PASSWORD: ${{secrets.DB_PASSWORD}}
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand All @@ -36,5 +36,4 @@ jobs:
- name: Run Django API Tests
run: python src/evagram/website/backend/manage.py test api
env:
DB_HOST: 127.0.0.1
DB_PASSWORD: ${{secrets.DB_PASSWORD}}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ dmypy.json
*.swo
._*

# Front-end build files
node_modules/

# ignore identifier files
*Zone.Identifier

Loading