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

Add pre commit for python linter and formatter #259

Merged
merged 25 commits into from
Jun 4, 2022
Merged

Add pre commit for python linter and formatter #259

merged 25 commits into from
Jun 4, 2022

Commits on Apr 29, 2022

  1. initial commit of docker setup for staging env

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    200d48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d64fca View commit details
    Browse the repository at this point in the history
  3. add trailing newline

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    d4b0264 View commit details
    Browse the repository at this point in the history
  4. add another trailing newline

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f6669c2 View commit details
    Browse the repository at this point in the history
  5. remove line to appease linter

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    11c7182 View commit details
    Browse the repository at this point in the history
  6. more linter stuff

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    4e22142 View commit details
    Browse the repository at this point in the history
  7. final linting change?

    Kevin Park committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5d98aae View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. disable a linter rule linline, split requirements.txt for staging, ad…

    …d .gitignore lines and rename compose for staging
    Kevin Park committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    6ac40c4 View commit details
    Browse the repository at this point in the history
  2. linting inline rule

    Kevin Park committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    036c399 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. merge

    Kevin Park committed May 11, 2022
    Configuration menu
    Copy the full SHA
    633be02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hackforla-main'

    merge
    Kevin Park committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4577bbc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    2942f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9d202 View commit details
    Browse the repository at this point in the history
  3. Fix compose stage (#254)

    * Update app/config/settings.py
    
    Co-authored-by: Kevin Park <kevinpmwpark@google.com>
    Co-authored-by: Ava Li <62368440+Aveline-art@users.noreply.github.com>
    3 people committed May 17, 2022
    Configuration menu
    Copy the full SHA
    36e7d3f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    9a243c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Enzyme3/fix-compose-stage

    Fix compose stage
    Enzyme3 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    827f806 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

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

Commits on May 20, 2022

  1. add README for django app piece

    Kevin Park committed May 20, 2022
    Configuration menu
    Copy the full SHA
    298d097 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. refactored to move all dependencies into contianer and migrated new i…

    …nstructions to the installation README
    Kevin Park committed May 22, 2022
    Configuration menu
    Copy the full SHA
    5f99def View commit details
    Browse the repository at this point in the history
  2. pin node version to 18

    Kevin Park committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e76ef3f View commit details
    Browse the repository at this point in the history
  3. fix hadolint errors plus updated developer readme on how to run it lo…

    …cally
    Kevin Park committed May 22, 2022
    Configuration menu
    Copy the full SHA
    46a9cc6 View commit details
    Browse the repository at this point in the history
  4. consolidate RUN commands per hadolint

    Kevin Park committed May 22, 2022
    Configuration menu
    Copy the full SHA
    c08f1fe View commit details
    Browse the repository at this point in the history
  5. remove reference to .venv

    Kevin Park committed May 22, 2022
    Configuration menu
    Copy the full SHA
    ddf90a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. move .env file to under ./dev folder

    Kevin Park committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    a50306d View commit details
    Browse the repository at this point in the history
  2. rename env file

    Kevin Park committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    ca9af37 View commit details
    Browse the repository at this point in the history