Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added secrets management, a CI pipeline, and formatters #84

Open
wants to merge 78 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2024

  1. reorg files

    oscarsyu authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    22da22d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. reorg files

    oscarsyu committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6d7ebcd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5cad70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7071f2a View commit details
    Browse the repository at this point in the history
  3. Create PR template

    mackcooper1408 authored and AdamFinkle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3ba94ec View commit details
    Browse the repository at this point in the history
  4. fix checkboxes

    mackcooper1408 authored and AdamFinkle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fdc7434 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Set up Next and FastAPI (#6)

    * Set up Next and FastAPI
    
    * Removed .next cache and pycache.
    
    * update gitignore
    
    * clear cache
    
    * update gitignore pt 2
    
    ---------
    
    Co-authored-by: Mack Cooper <[email protected]>
    AdamFinkle and mackcooper1408 authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b8de551 View commit details
    Browse the repository at this point in the history
  2. added my changes to existing master, requirements.txt in streamlit_ap…

    …p dir is associated with requirements for streamlit app specifically
    katiefg committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    074864d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fffe903 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ac307c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    d1084f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from sfbrigade/integrate_chakraui

    Integrate chakraUI
    mantuok authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3ea3220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3058f1e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #8 from sfbrigade/KG/dataexplore

    Integrating streamlit app updates
    oscarsyu authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bdf7506 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Clean up and configure web app (#47)

    * cleared page.tsx, added blank lines
    
    * cleared layout.tsx
    
    * cleared global.css
    
    * installed Prettier, configured Prettier and ESLint
    
    * Updated prettierignore list
    mantuok authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7a1a537 View commit details
    Browse the repository at this point in the history
  2. Set up routing (#48)

    * cleared page.tsx, added blank lines
    
    * created folders and files
    
    * added content to the pages and configured routing
    
    * corrected formatting
    
    * added map view
    
    * added page-not-found
    
    * updated page not found
    
    * updated according to comments
    mantuok authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a77deb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Component test page (#51)

    * created components test page
    
    * created a mock button component
    
    * Mock button updated and added to test lib
    
    * components lib added and mock button updated
    
    * updated according to comments
    mantuok authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c919795 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Backend (#55)

    * Copied combined changes.
    
    * Added pytest.
    
    * Split models by concern.
    
    * Moved each model into own python file.
    
    * Deleted test_index.py
    
    * Pruned TODO
    AdamFinkle authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    48ab4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ac7d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Base application layout (#59)

    * basic layout for home page
    
    * added sizes and paddings
    
    * refactoring
    
    * refactoring
    mantuok authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    48b435f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Fix api tests (#57)

    * Copied combined changes.
    
    * Split models by concern.
    
    * deleted test_index, added test_polygons
    
    * deleted trailing space in .prettierrc
    ---------
    Co-authored-by: AdamFinkle <[email protected]>
    Co-authored-by: Anna Gennadinik <[email protected]>
    agennadi authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0eb73c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Dockerized the application (#61)

    * Copied combined changes.
    
    * Added pytest.
    
    * Split models by concern.
    
    * Moved each model into own python file.
    
    * Deleted test_index.py
    
    * Pruned TODO
    
    * Created mock database and tests.
    
    * dockerized backend, frontend, db; added mock data; wrote db tests
    
    * cleaned up code
    
    * Added script for soft stories.
    >
    >
    Co-authored-by: katiefg <[email protected]>
    Co-authored-by: AdamFinkle <[email protected]>
    
    * added script for soft stories
    
    * Created script for soft stories.
    
    Co-authored-by: katiefg <[email protected]>
    Co-authored-by: AdamFinkle <[email protected]>
    
    * minor refactoring
    
    * modified package.json
    
    * modified compose.yaml
    
    * modified compose.yaml
    
    * Added geopandas
    
    Co-authored-by: katiefg <[email protected]>
    
    * Co-authored-by: @katiefg
    
    * Added comment about insecure request
    
    * updated README
    
    * resolved merge conflicts
    
    * refactored tests
    
    ---------
    
    Co-authored-by: AdamFinkle <[email protected]>
    Co-authored-by: Anna Gennadinik <[email protected]>
    Co-authored-by: katiefg <[email protected]>
    Co-authored-by: AdamFinkle <[email protected]>
    5 people authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    25be1e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    1040642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96b281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebb0d66 View commit details
    Browse the repository at this point in the history
  4. updated README

    agennadi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    63d807a View commit details
    Browse the repository at this point in the history
  5. modified README

    agennadi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    da55682 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    cfab8e1 View commit details
    Browse the repository at this point in the history
  2. Add design tokens (#62)

    * added and applied colors
    
    * font added
    
    * text styles added
    
    * text styles added
    
    * sizes and paddings updated
    
    * font colors added to textStyles
    
    * updated logo font weight
    mantuok authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6b42bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a9d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9fc07f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. deleted streamlit

    agennadi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e7d64de View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    307dbe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068d3d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. added ci github workflow

    agennadi committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3e8589d View commit details
    Browse the repository at this point in the history
  2. added pre-commit hook

    agennadi committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4559608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d729d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. updated readme

    agennadi committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1df270e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. added mypy and eslint

    agennadi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8cabc0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753c4e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511ac30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b309ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    0b21bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cc594 View commit details
    Browse the repository at this point in the history
  3. added python tests to the ci

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6514c63 View commit details
    Browse the repository at this point in the history
  4. edited ci workflow

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    65a1baa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f49cb9 View commit details
    Browse the repository at this point in the history
  6. fixed a test command

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6b9d13f View commit details
    Browse the repository at this point in the history
  7. edited the docker test job

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9d29041 View commit details
    Browse the repository at this point in the history
  8. updated docker job

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a32c812 View commit details
    Browse the repository at this point in the history
  9. temporarily removed db step

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ef1ffa4 View commit details
    Browse the repository at this point in the history
  10. added workflow for env file

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    81331f9 View commit details
    Browse the repository at this point in the history
  11. added trigger on push

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b3f4d5e View commit details
    Browse the repository at this point in the history
  12. created empty env file

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    052af8f View commit details
    Browse the repository at this point in the history
  13. edited the apth

    agennadi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fc902cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    051d384 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf911dd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. updated the path

    agennadi committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8186e45 View commit details
    Browse the repository at this point in the history
  2. debugging the artifact

    agennadi committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5dcb0f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c60a40e View commit details
    Browse the repository at this point in the history
  4. updated gitignore

    agennadi committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f6b0b1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d75bcf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c663a1f View commit details
    Browse the repository at this point in the history
  7. edited test command

    agennadi committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    73ca79f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. changed test folder

    agennadi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0f245d1 View commit details
    Browse the repository at this point in the history
  2. changed test path

    agennadi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e9cbf28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7f2995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    724247a View commit details
    Browse the repository at this point in the history
  5. updated readme

    agennadi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dff6e86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01a1551 View commit details
    Browse the repository at this point in the history
  7. deleted unused reqs

    agennadi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    770396b View commit details
    Browse the repository at this point in the history
  8. minor refactoring

    agennadi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    24b228d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. ran formatters

    agennadi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c48b781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067c412 View commit details
    Browse the repository at this point in the history
  3. refactoring

    agennadi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    503a97a View commit details
    Browse the repository at this point in the history
  4. test eslint pre-commit

    agennadi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bbd8242 View commit details
    Browse the repository at this point in the history
  5. test eslint pre-commit

    agennadi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bdb95ef View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fixed db table name

    agennadi committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9c8303f View commit details
    Browse the repository at this point in the history