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

Will/style tweaks #150

Merged
merged 1,192 commits into from
Mar 9, 2022
Merged

Will/style tweaks #150

merged 1,192 commits into from
Mar 9, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 20, 2021

  1. Merge pull request #8 from mattljiang/gRPC_Example

    Added functionality works, and file structure changes match general convention.
    DerekQuoc committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ee2c59b View commit details
    Browse the repository at this point in the history
  2. add gRPC Status Codes Chart

    kitloong1 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    eb2969c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3da75b View commit details
    Browse the repository at this point in the history
  4. turn off showlegend

    kitloong1 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a17572e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5de16b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    5ad42bd View commit details
    Browse the repository at this point in the history
  2. Horus implementation

    hodesza committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e947229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705a755 View commit details
    Browse the repository at this point in the history
  4. resolve merge conflicts

    mjiang108 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ee9f271 View commit details
    Browse the repository at this point in the history
  5. Set Up Client and Server Wrappers

    remove unnecessary code in clientwrapper.js and serverwrapper.js, wrap bookClient and bookServer
    mjiang108 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    83e67f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b259bb9 View commit details
    Browse the repository at this point in the history
  7. Try Adding Metadata to Client Wrapper

    currently bookServer and bookClient are wrapped. adding metadata din client wrapper does not work. but adding metadata in reverseProxyServer and passing it as parameter to wrapper works.
    mjiang108 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b60c142 View commit details
    Browse the repository at this point in the history
  8. Try Adding Metadata to Client Wrapper (git add all files this time)

    currently bookServer and bookClient are wrapped. adding metadata din client wrapper does not work. but adding metadata in reverseProxyServer and passing it as parameter to wrapper works.
    mjiang108 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    79b915f View commit details
    Browse the repository at this point in the history
  9. Horus is still in progress

    hodesza committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f4d517f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9fb90b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. alter data in RouteChart

    kitloong1 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a2ef87f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    4876207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5d303c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6199949 View commit details
    Browse the repository at this point in the history
  4. gRPC Metadata Propagates Until End

    create metadata in reverseProxyServer and pass to clientwrapper, serverwrapper receives metadata and stores it in link, clientwrapper gets metadata from link. currently also able to console.log a mongo record
    
    Co-authored-by: Derek <[email protected]>
    Co-authored-by: Vince <[email protected]>
    Co-authored-by: Kit <[email protected]>
    4 people committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    fc0afea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbaf1c9 View commit details
    Browse the repository at this point in the history
  6. clean up clientwrapper

    mjiang108 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c0d0fea View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Update .gitignore

    mjiang108 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    174c945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c114ae6 View commit details
    Browse the repository at this point in the history
  3. Revamp NPM package file structure

    Add initial gRPC controllers for mongoDB and postgreSQL
    Modify config file to accept parameter of connection type
    Rewrote logic for implementation of route tracing
    DerekQuoc committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    2b8c435 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from mattljiang/dev

    Minor fix: add missing bracket
    mjiang108 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    12f9354 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

Commits on Jan 29, 2021

  1. intial setup for logsTable

    kitloong1 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9e006e3 View commit details
    Browse the repository at this point in the history
  2. Update gRPC example wrappers

    > Remove non-NPM package gRPC wrappers
    > Replace with local NPM package client/server wrappers
    DerekQuoc committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4ab67b6 View commit details
    Browse the repository at this point in the history
  3. Darkmode implemented

    hodesza committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1007701 View commit details
    Browse the repository at this point in the history
  4. Update comments in example servers

    Remove previous attempts at wrappers
    Update comments to reflect new functionality
    Add current known issues
    DerekQuoc committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2e46077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e027335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f57bd71 View commit details
    Browse the repository at this point in the history
  7. Start PostgreSQL gRPC support

    Add initial client and server wrappers for PostgreSQL
    Update Chronos.js to differentiate between SQL and noSQL based on config file
    Create model for gRPC communcations for MongoDB
    DerekQuoc committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e3a04de View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Connect client wrapper to MongoDB

    Trace from client-side request initial version
    Rewrite of gRPC communications MongoDB model
    DerekQuoc committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    9edeffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806a325 View commit details
    Browse the repository at this point in the history
  3. Finished Dark/Light Mode Implementation

    Succesfully light and dark mode based on user choice via button clicks.
    Conditionally rendered styling as objects, and modularized these objects into its own file to clean code.
    Users can now save the mode to ensure that the mode of choice when closinga and restarting the app
    hodesza committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    afa9431 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into UI

    hodesza committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    5ffe33c View commit details
    Browse the repository at this point in the history
  5. Trace Server Response

    DerekQuoc committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3955c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    449a96c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dafd3d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Fixed Dashboard Context

    Missing export from previous dev pull
    hodesza committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f0a2d5f View commit details
    Browse the repository at this point in the history
  2. Updated App Instructions

    Created README.md for gRPC example microservices (still need gRPC wrapper instruction)
    Updated and Finished README.md for express microservices example
    Updated and Finished CONTRIBUTING.md with proper explanation of how to use app as developers
    hodesza committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f2857bd View commit details
    Browse the repository at this point in the history
  3. Test in progress of UI

    hodesza committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    96742e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Testing for Settings Component

    Unit testing completed in Settings.
    Tested both the existence of buttons
    Tested functionalities of buttons
    hodesza committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    567115b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43271f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fc170c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from hodesza/UI

    UI - Dark Mode Implementation
    mjiang108 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    42a165a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from mattljiang/mongoose-reopen-connection

    Mongoose Server Connection Bugfix
    hodesza committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    75448cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1496aa6 View commit details
    Browse the repository at this point in the history
  7. Update client tracing for gRPC

    Add support for client tracing to PostgreSQL databases
    Add gRPC status code responses to client traces written to MongoDB
    DerekQuoc committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a8eaf8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2122ca View commit details
    Browse the repository at this point in the history
  9. Refactor gRPC examples

    Standarize code structure using Prettier
    Remove legacy code
    Update create metadata function example
    Rename variables for readability
    DerekQuoc committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    70620d3 View commit details
    Browse the repository at this point in the history
  10. Merge dev branch into npm_package branch

    Update gRPC examples
    Create separate file structure for NPM package
    Add client and server wrappers for gRPC for MongoDB and PostgreSQL
    DerekQuoc committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    876d304 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Cleanup code

    DerekQuoc committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a94e508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c841a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4192dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef13de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23cdfed View commit details
    Browse the repository at this point in the history
  6. fix ResponseCodesChart

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d4a986b View commit details
    Browse the repository at this point in the history
  7. Combine functionality of MongoDB models

    Alter gRPC server/client wrappers to use same model to REST communication model
    Fix PostgreSQL server wrapper microservice field to properly input, fixing issue #18
    Update gRPC examples to work with PostgreSQL wrappers
    DerekQuoc committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    db8760f View commit details
    Browse the repository at this point in the history
  8. Health Data Corrected

    Health data was not query properly for Mongodb.
    CPU speed is consistent across requests.
    Now shows the last 50 documents as the Main process intended in data.ts file
    hodesza committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d1cb6e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4145e9d View commit details
    Browse the repository at this point in the history
  10. merged from dev

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    01cdfe9 View commit details
    Browse the repository at this point in the history
  11. merge logs and charts

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    aa12d69 View commit details
    Browse the repository at this point in the history
  12. make PR

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    17a7709 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c60b6c View commit details
    Browse the repository at this point in the history
  14. change color scheme

    mjiang108 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1e3591c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #17 from DerekQuoc/npm_package

    gRPC Route Tracing Support and update NPM package
    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    cd8ac9d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16db5d9 View commit details
    Browse the repository at this point in the history
  17. change package-lock.json

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    7b08a1b View commit details
    Browse the repository at this point in the history
  18. remove unused files

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    13f65f2 View commit details
    Browse the repository at this point in the history
  19. remove dummy data

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6dbdc6d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ef5b3ba View commit details
    Browse the repository at this point in the history
  21. fix minor bugs

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    76d1c7f View commit details
    Browse the repository at this point in the history
  22. Changed imports

    hodesza committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    36d3205 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6f0ff63 View commit details
    Browse the repository at this point in the history
  24. resolve merge conflicts

    kitloong1 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ab9bdc3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    68b5239 View commit details
    Browse the repository at this point in the history
  26. Resolved compile issues

    hodesza committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    23cdf7c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5dd2aea View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c54bffb View commit details
    Browse the repository at this point in the history
  29. Update Main ReadMe.md

    hodesza committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9961162 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e19371d View commit details
    Browse the repository at this point in the history
  31. change settings css

    mjiang108 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    51923b9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9b7bcff View commit details
    Browse the repository at this point in the history
  33. Update README

    Add gRPC setup instructions
    Modify config instructions
    Update current features
    
    Co-authored-by: Derek <[email protected]>
    hodesza and DerekQuoc committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4a00482 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4266ae8 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #13 from hodesza/Static_files

    Images look good, instructions are fairly clear.
    DerekQuoc committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8b39aa8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    96bf622 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    03f2b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge pull request #21 from hodesza/Health

    Health Data - Rendering
    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a6e359d View commit details
    Browse the repository at this point in the history
  2. Improve gRPC examples

    Force gRPC examples to use updated online version of NPM package
    Change config names
    Alter require statements
    DerekQuoc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a32206b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46414e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42ca77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f015788 View commit details
    Browse the repository at this point in the history
  6. Progress Update Readme

    hodesza committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    99fcbd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c89556 View commit details
    Browse the repository at this point in the history
  8. move copyright text

    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    06f4738 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from mattljiang/styling

    Change Electron App UI
    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ebcda7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29446cb View commit details
    Browse the repository at this point in the history
  11. Fix buttons layout issue #9

    DerekQuoc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    cb9bc14 View commit details
    Browse the repository at this point in the history
  12. Clean up code

    DerekQuoc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e6fd01c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c41f92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3cabea View commit details
    Browse the repository at this point in the history
  15. Merge pull request #23 from DerekQuoc/npm_package

    Update gRPC and REST examples
    kitloong1 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    65021f6 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    Added "Start Chronos" section to explain how to start Chronos app. Renamed "Configure Chronos Tracker" and "Initialize Chronos Tracker" sections to distinguish between the Chronos Tracker and Chronos app. Renamed a few sections to make Table of Content links work.
    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    6c3f2f5 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    add link to GitHub repo so this README can be used for our NPM package as well
    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    019ebdb View commit details
    Browse the repository at this point in the history
  18. Update README.md

    fix typos
    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    34c7552 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    mjiang108 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e0bd0c4 View commit details
    Browse the repository at this point in the history
  20. Testing not implemented

    Main Container and Home component are not implemented for testing
    hodesza committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    db04583 View commit details
    Browse the repository at this point in the history
  21. Main Container testing implementation

    Remove error with DashboardContext
    hodesza committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1de8274 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    96e4643 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #65 from oslabs-beta/dev

    Chronos 6.0
    DerekQuoc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2594c53 View commit details
    Browse the repository at this point in the history
  24. Remove console.logs and imports

    Remove from ResponseCode.tsx, RouteChart.tsx, Occupied.tsx, Settings.tsx, styling.tsx, Main.ts, and data.ts
    hodesza committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0e86ed3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d02272b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    7a54343 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from DerekQuoc/comments

    Comments
    mjiang108 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    52451b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. update package-lock

    brunoportela committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c64a141 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from brunoportela/master

    update package-lock
    brunoportela committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a593dbd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    395e69a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from brunoportela/searchFunc

    complete search functionality
    brunoportela committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    6398f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee1ba38 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from brunoportela/sql-mongo-icon

    Fix card info display - DB icons and Timestamp
    J-DannyMartinez committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    72334ba View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    d71f3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c77b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b3ced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    296e362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b3cfd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    c71f21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c601701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdbd1ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db92fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbce60e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbc916b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    ee67097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9836a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1818fa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57e90ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d2ae1b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on Apr 27, 2021

  1. Merge pull request #4 from brunoportela/node_migration

    Node migration
    brunoportela committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e0870e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. display notification

    brunoportela committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    75d1934 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from brunoportela/notification

    display notification
    brunoportela committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d526aa0 View commit details
    Browse the repository at this point in the history
  3. to commit login changes

    User authored and User committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ba41cfb View commit details
    Browse the repository at this point in the history
  4. to commit changes made in Home for frontLogin

    User authored and User committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    4bc13ec View commit details
    Browse the repository at this point in the history
  5. to commit login frontend changes

    User authored and User committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    2cea7fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from tngraves/frontLogin

    Front login
    J-DannyMartinez committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    bee62ea View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. to commit changes LoginContext

    User authored and User committed May 6, 2021
    Configuration menu
    Copy the full SHA
    071f27e View commit details
    Browse the repository at this point in the history
  2. to commit Home changes

    User authored and User committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c60218a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    bf6a05b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from brunoportela/notificationAdjusts

    live update and display error notifications based on last viewed database
    brunoportela committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d0d19e9 View commit details
    Browse the repository at this point in the history
  3. to commit live update and cleanup changes

    User authored and User committed May 11, 2021
    Configuration menu
    Copy the full SHA
    63de853 View commit details
    Browse the repository at this point in the history
  4. logout button and new logged in modal

    User authored and User committed May 11, 2021
    Configuration menu
    Copy the full SHA
    2d6b3ab View commit details
    Browse the repository at this point in the history
  5. logout button and a new logged in modal

    User authored and User committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3076e64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from tngraves/logOut

    Log out and New Modal
    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1af3dac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2131ec4 View commit details
    Browse the repository at this point in the history
  8. Login capabilities in Login Context not fully implemented

    User authored and User committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d42550b View commit details
    Browse the repository at this point in the history
  9. to commit changes to login context

    User authored and User committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a482849 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f31d158 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e26dc15 View commit details
    Browse the repository at this point in the history
  12. Fix Chronos version

    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d38a700 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #12 from tngraves/logOut

    LoginContext Not Fully Implemented
    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    31226ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc4b786 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #13 from J-DannyMartinez/cleanup

    Update README
    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    56e172e View commit details
    Browse the repository at this point in the history
  16. Update README.md

    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    6ae2c8e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85d8d91 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #90 from oslabs-beta/master

    Chronos 7.0
    J-DannyMartinez committed May 11, 2021
    Configuration menu
    Copy the full SHA
    2fb7114 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Update README.md

    J-DannyMartinez committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e4f2596 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from open-source-labs/master

    Fetch Upstream
    J-DannyMartinez committed May 12, 2021
    Configuration menu
    Copy the full SHA
    bf8b4b1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    e49fef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72427e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bfb974 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from oslabs-beta/master

    Update current team information
    J-DannyMartinez committed May 13, 2021
    Configuration menu
    Copy the full SHA
    6f93259 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    b7ddb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25cb026 View commit details
    Browse the repository at this point in the history
  3. fixed sidebar bug

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5baa5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    103c7bb View commit details
    Browse the repository at this point in the history
  5. created graph navigation

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bdffec8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39270b1 View commit details
    Browse the repository at this point in the history
  7. Updated Applications.

    jessllee committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    be7481e View commit details
    Browse the repository at this point in the history
  8. Updated Applications.

    jessllee committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3d09bec View commit details
    Browse the repository at this point in the history
  9. dynamic graphs with nav

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ffe22fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    040e3a6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1 from oslabs-beta/kirk_jessica/force_signup

    Kirk jessica/force signup
    williamowen65 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e3d9f22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4238ab1 View commit details
    Browse the repository at this point in the history
  13. merged and fixed style issue.... FlexDirection capitalization

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: jessllee <[email protected]>
    3 people committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3c5dfdf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. graph sizing work

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: jessllee <[email protected]>
    3 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a147a3e View commit details
    Browse the repository at this point in the history
  2. Cleaned up LoginContext.tsx

    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a769b7c View commit details
    Browse the repository at this point in the history
  3. Cleaned up linting errors in ApplicationContext, CommsContext, Docker…

    …Context, and HealthContext
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fd31209 View commit details
    Browse the repository at this point in the history
  4. resize graphs on window resize

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4357cc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52bebb1 View commit details
    Browse the repository at this point in the history
  6. Fixed more linting errors in components(Applications, Contact, Occupi…

    …ed, Occupied_darkmode, Settings, Styling), containers(MainCOntainer), and stylesheets(MainContainer).
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    813cbc3 View commit details
    Browse the repository at this point in the history
  7. Fixing even more linting errors in containers(DashboardContainer, Sid…

    …ebarContainer), and modals(AddModal, AddsModal, ServicesModal). Got rid of extraneous spaces in .gitignore.
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8f8ee92 View commit details
    Browse the repository at this point in the history
  8. titlebar position

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8d23c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Created new files(FirstLaunch, LandingPageContainer). Attempting to c…

    …reate a landing page for first-time users to choose to either start as an enterprise or start as an individual. Issues with dashboard.ts: ipcRenderer.sendSync.
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    300cbed View commit details
    Browse the repository at this point in the history
  2. zindex on topbar

    williamowen65 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    76f78d3 View commit details
    Browse the repository at this point in the history
  3. new pakcages

    williamowen65 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9094753 View commit details
    Browse the repository at this point in the history
  4. chart details

    williamowen65 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d94ae66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d73078 View commit details
    Browse the repository at this point in the history
  6. Added functionality to title bar

    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 and astholden committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c194eff View commit details
    Browse the repository at this point in the history
  7. titlebar Styles

    williamowen65 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    27af7e1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from oslabs-beta/UI/UX_Merge

    UI/ux merge
    jessllee committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    fbf9cb1 View commit details
    Browse the repository at this point in the history
  9. Successfully merged with UI/ux merge branch

    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9e73c6d View commit details
    Browse the repository at this point in the history
  10. Additional merge conflicts resolved in DashboardContainer, MainContai…

    …ner. Commented out a line in Main.ts that was not being used.
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    507b7c6 View commit details
    Browse the repository at this point in the history
  11. Linting error in Main.ts: moved import dashboard and import data up b…

    …efore const ipc.
    
    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    4 people committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0c7342c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3 from oslabs-beta/kirk_jessica/merge_attempt_wit…

    …h_UI/ux_merge
    
    Successfully merged updates from branch(UI/UX merge).
    astholden committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    27322b6 View commit details
    Browse the repository at this point in the history
  13. Search bar and topBar styles

      Co-authored-by: Justin Kirk <[email protected]>
    
     Co-authored-by: Jessica Lee <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    williamowen65 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bd0bc2e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Merge pull request #5 from oslabs-beta/topbarStyles

    Search bar and topBar styles
    astholden committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    34d5b92 View commit details
    Browse the repository at this point in the history
  2. Saving before pull

    Justinlkirk committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0637df8 View commit details
    Browse the repository at this point in the history
  3. Fixed merge conflicts

    Justinlkirk committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    90b240a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Feb 24, 2022

  1. Finished the login, sign up, awaiting approval, and admin creation pages

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    4 people committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d09ad2c View commit details
    Browse the repository at this point in the history
  2. Got everything but automatic refreshing finished

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    4 people committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    77a783b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. saving before pull

    Justinlkirk committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    dd66094 View commit details
    Browse the repository at this point in the history
  2. Fixed all the typescript errors

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    4 people committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    08d511c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from oslabs-beta/fixing_ts

    Fixing ts
    williamowen65 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    eb5dd99 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Quick update

    Justinlkirk committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b122e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddd512 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. temp chart fix

    Co-authored-by: jessllee <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: Justin Kirk <[email protected]>
    4 people committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8a974fb View commit details
    Browse the repository at this point in the history
  2. SQL FIX

    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    5 people committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    59c397d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. multi select on start

    Co-authored-by: Justin Kirk <[email protected]>
    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    5 people committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    64eb649 View commit details
    Browse the repository at this point in the history
  2. delete btn application styles

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: jessllee <[email protected]>
    3 people committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    35d93da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850bfb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. semi colon

    williamowen65 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9836fc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from oslabs-beta/fixing_login_freeze

    Finishing touches on login, signup, and profile
    astholden committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a395c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8676c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0891d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cde99fe View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Quick commit before pull

    Justinlkirk committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b43bb71 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    5d8b9d5 View commit details
    Browse the repository at this point in the history
  2. new scripts

    williamowen65 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3f257cc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

    williamowen65 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    271e3fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ea16c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca86edb View commit details
    Browse the repository at this point in the history
  5. Finalized dependency injections schema

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>'
    3 people committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    07d447e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Finished testings suites on several components

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    4 people committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    dbfb74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0001664 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from oslabs-beta/kirk/backend_testing

    Kirk/backend testing
    astholden committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a52eecf View commit details
    Browse the repository at this point in the history
  4. del svg

    williamowen65 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8e6dbb2 View commit details
    Browse the repository at this point in the history
  5. Co-authored-by: Justin Kirk <[email protected]>

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    
    Merge branch 'master' of https://github.com/oslabs-beta/Chronos into exe.testing_merge
    williamowen65 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d909615 View commit details
    Browse the repository at this point in the history
  6. ready to share

    williamowen65 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    df11d27 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15 from oslabs-beta/exe.testing_merge

    Exe.testing merge
    Justinlkirk committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1ddc77b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #144 from oslabs-beta/master

    Contribution to Chronos for version 5.2
    jessllee committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8268ad7 View commit details
    Browse the repository at this point in the history
  9. Delete users.json

    Justinlkirk committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2af93a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    f099081 View commit details
    Browse the repository at this point in the history
  2. Co-authored-by: Justin Kirk <[email protected]>

    Co-authored-by: Alexander Holden <[email protected]>
    Co-authored-by: William Owen <[email protected]>
    Co-authored-by: Jessica Lee <[email protected]>
    williamowen65 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d74589a View commit details
    Browse the repository at this point in the history