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

Backend Test submission - Python/Django role #37

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2022

  1. feat: init django server

    jppradoleal committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    204ef91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc68975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af9f609 View commit details
    Browse the repository at this point in the history
  4. feat: configures pytest

    jppradoleal committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0b789a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37e02a8 View commit details
    Browse the repository at this point in the history
  6. feat: adds user CRUD

    jppradoleal committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6536784 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a8f3ff View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. test: fixes pytest config

    jppradoleal committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    bc2bda0 View commit details
    Browse the repository at this point in the history
  2. test: tests for user

    jppradoleal committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8a5261f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcdbb0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dec595e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    882b920 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a21a4f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab907a View commit details
    Browse the repository at this point in the history
  8. refact: moves common fixtures to conftest

    feat: moves balance logic to model property
    
    fix: changes success status code for withdrawn action
    
    test: implements tests for investment views
    jppradoleal committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e378223 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1fa117 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. feat: fixes date validation for withdrawn action

    fix: removes trailing slash from urls
    
    tests: update tests
    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    328bcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7532769 View commit details
    Browse the repository at this point in the history
  3. ci: initial config

    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f7f82ff View commit details
    Browse the repository at this point in the history
  4. docs: fixes typo and adds pytest-xdist entry

    docs: updates style and some spelling mistakes
    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f2eb748 View commit details
    Browse the repository at this point in the history
  5. feat: adds db_driver env and removes month division on interest_svc

    feat: adds wait-for-it instruction to avoid db starting after webserver
    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d03ce55 View commit details
    Browse the repository at this point in the history
  6. feat: configures celery

    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    226c9ce View commit details
    Browse the repository at this point in the history
  7. fix: fixes querysets that filters by user

    refact: removes unused files
    
    fix: returns with trailing slash (it was breaking the openapi specs, for
    some reason)
    
    feat: adds mailing when doing a withdrawn
    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2fc72a0 View commit details
    Browse the repository at this point in the history
  8. test: mocks celery task

    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8fd8c04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4389cf9 View commit details
    Browse the repository at this point in the history
  10. docs: updates README.MD

    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    786d9a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae2684c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cc988d View commit details
    Browse the repository at this point in the history
  13. Merge branch 'development' of github.com:jppradoleal/backend-test-cod…

    …erockr into development
    jppradoleal committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6836653 View commit details
    Browse the repository at this point in the history