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

User login #196

Merged
merged 85 commits into from
Mar 12, 2024
Merged

User login #196

merged 85 commits into from
Mar 12, 2024

Commits on Jan 25, 2024

  1. wip

    Marty Bode committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3d3afff View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. user login changes

    Marty Bode committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2a8ab79 View commit details
    Browse the repository at this point in the history
  2. missing file

    Marty Bode committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8e799b8 View commit details
    Browse the repository at this point in the history
  3. missing file

    Marty Bode committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7ba0906 View commit details
    Browse the repository at this point in the history
  4. missing file

    Marty Bode committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e4c5577 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    e237ede View commit details
    Browse the repository at this point in the history
  2. add user put test

    Marty Bode committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    18cec79 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Dev -> Main (#202)

    * Add last cached value to data source query
    
    * test: update snapshots
    
    * fix(assets): favicon not displaying
    
    * feat(pages): update DataSourceStaticView
    
    Fix url breaking, add support for last archived, add button to go to Internet Archive
    
    * test(pages): update tests and snapshots
    
    Update test for DataSourceStaticView, update various snapshots
    
    * chore(lint): reformat files with lint errors using black
    
    * chore(lint): attempt re-formatting again with actual VS 'black' extension
    
    * chore: update .gitignore
    
    * refactor(util): update formatDate to return undefined for invalid date passed
    
    * test(util): update test for formatDate
    
    * get_data_source_by_id fix
    
    * chore(deps): add eslint-config from design-system
    
    * test(scripts): update test scripts
    
    * docs(readme): document lint/test script updates
    
    * refactor: update miscellaneous files with linting errors
    
    * test(snapshots): update outdated snapshots
    
    * ci(client): add client scripts to pull workflow
    
    * chore(config): remove stray eslint config from package.json
    
    * ci: move working-directory to top level defaults
    
    * ci: add cache-dependency-path to setup-node action
    
    * ci: add cache-dependency-path to all steps
    
    * chore(linting): remove extraneous rules in linting config
    update files per update
    
    * chore(scripts): update ci script to use proper flag
    
    * Revert "test(snapshots): update outdated snapshots"
    
    This reverts commit 386d09b.
    
    * test: update snapshots again
    
    * ci: use exact node version used locally
    
    * Revert "ci: use exact node version used locally"
    
    This reverts commit e1c7b73.
    
    * chore(deps): re-install deps with node v20
    
    * ci: use node v20
    
    * test: update snapshots
    
    * ci: add time zone setter to test script
    
    * feature: add tertiary button from design-system
    
    * test(pages): update DataSourceStaticView test
    
    * chore(deps): bump design-system -> 2.2.0
    
    * fix: miscellaneous styling issues
    
    * test: update snapshots
    
    * chore(deps): bump design-system -> 2.3.0
    
    * chore(cleanup): remove logs and miscellaneous updates
    
    * test: update snapshots
    
    * remove agencies join from archives endpoint, change url_status when updating broken url
    
    * update test columns
    
    * standardized error codes
    
    ---------
    
    Co-authored-by: kalenluciano <103911842+kalenluciano@users.noreply.github.com>
    Co-authored-by: Joshua Graber <joshua.d.graber@gmail.com>
    Co-authored-by: Joshua Graber <68428039+joshuagraber@users.noreply.github.com>
    Co-authored-by: Marty Bode <martybode@gmail.com>
    5 people committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e6293ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3044b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffea309 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    8ab0390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c087b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce00c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a813bbb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. reset password, role check for edit permissions

    Marty Bode committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dda07db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d9cb79 View commit details
    Browse the repository at this point in the history
  3. missing file

    Marty Bode committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    75f5531 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fixed tests

    Marty Bode committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c11d49f View commit details
    Browse the repository at this point in the history
  2. fixed tests

    Marty Bode committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    895841b View commit details
    Browse the repository at this point in the history
  3. don't insert search log on test

    Marty Bode committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    20d8cda View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. move login to own endpoint

    Marty Bode committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5f16d4b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. session token

    Marty Bode committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    abbeea9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. refresh session tokens

    Marty Bode committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    cbb7459 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    3db5e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbace4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03b9797 View commit details
    Browse the repository at this point in the history
  4. chore(deps): add lodash

    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3c492d9 View commit details
    Browse the repository at this point in the history
  5. refresh test and fix

    Marty Bode committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3a12b2a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'user_login' of github.com:Police-Data-Accessibility-Pro…

    …ject/data-sources-app into user_login
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ab097e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65ea58e View commit details
    Browse the repository at this point in the history
  8. feat(state): add pinia store for auth

    Add pinia and store,
    Update router to protect auth routes,
    Add util to parse JWT
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5cb220b View commit details
    Browse the repository at this point in the history
  9. feat(components): add AuthWrapper component

    Listen for user interactions and automatically refresh token
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5cab8bd View commit details
    Browse the repository at this point in the history
  10. refactor(pages): update login page

    Use composition API,
    Use new auth store
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6cd2039 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e636d5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a12e5b9 View commit details
    Browse the repository at this point in the history
  13. unit tests

    Marty Bode committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e55e7af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c34c435 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f589994 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'user_login' of github.com:Police-Data-Accessibility-Pro…

    …ject/data-sources-app into user_login
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0ddd257 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    788618d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6f57ce1 View commit details
    Browse the repository at this point in the history
  19. fix(router): public route logic conflicting

    Check private routes instead
    joshuagraber committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a84a6cf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    94ce64b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    09c0b65 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f13ba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat(stores): create user store

    move signup func
    add password change / reset logic
    update LogIn
    joshuagraber committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f6cf8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a277f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea7fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240ed05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eb023b View commit details
    Browse the repository at this point in the history
  6. PR feedback changes

    Marty Bode committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    821bbee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b4f03e View commit details
    Browse the repository at this point in the history
  8. refactor: miscellaneous updates

    Error handling / clearing
    Auth header for change pw route
    joshuagraber committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0e5c517 View commit details
    Browse the repository at this point in the history
  9. PR feedback changes

    Marty Bode committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c3d9e31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0282fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76c6037 View commit details
    Browse the repository at this point in the history
  12. refactor: update password reset

    Update base url vars,
    Update user async funcs
    joshuagraber committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    04e6948 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9148ca0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b08b714 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. test fix

    Marty Bode committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    09409a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f4358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55ac63 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'user_login' of github.com:Police-Data-Accessibility-Pro…

    …ject/data-sources-app into user_login
    joshuagraber committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0813d92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5a9fd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    750b5b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1937b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2238c94 View commit details
    Browse the repository at this point in the history
  4. test fix

    Marty Bode committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d206a9e View commit details
    Browse the repository at this point in the history
  5. cleanup

    Marty Bode committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d510eab View commit details
    Browse the repository at this point in the history
  6. resolve conflict

    Marty Bode committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2055435 View commit details
    Browse the repository at this point in the history
  7. Update pull.yaml

    mbodeantor committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5eaf59c View commit details
    Browse the repository at this point in the history
  8. Update login_queries.py

    mbodeantor committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8f6de15 View commit details
    Browse the repository at this point in the history
  9. Update pull.yaml

    mbodeantor committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1ac0d69 View commit details
    Browse the repository at this point in the history
  10. Update pull.yaml

    mbodeantor committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    970af9d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    293f4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522370f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5f991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ae00de View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. update login queries

    joshuagraber committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b43d372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e2b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a266a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

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