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

Chronos npm microservices refactor #365

Closed
wants to merge 157 commits into from

Commits on Apr 24, 2024

  1. dev env set up

    sarhiri committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    018bc83 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    6b0d8bf View commit details
    Browse the repository at this point in the history
  2. Modularlized search bar component

    the search bar in the dashboard component was
    removed from occupied component and given its
    own folder with associated styles
    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8f6206f View commit details
    Browse the repository at this point in the history
  3. Dashboard icons extracted into seperate component

    For easier readability and DX the developer icons sections was
    extracted into its own component and associated style sheet
    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1f6f808 View commit details
    Browse the repository at this point in the history
  4. search bar styles import added

    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f85b8db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    371b96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f70d764 View commit details
    Browse the repository at this point in the history
  7. Applications card extracted into separate component

    Done to facilitate readablity and DX
    Styles also moved to ApplicationsCard component folder
    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    548ed0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5c4584 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f0b31e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a63c7f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5eddf77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c87a97c View commit details
    Browse the repository at this point in the history
  13. occupied folder added

    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c62f683 View commit details
    Browse the repository at this point in the history
  14. spacing added

    mdtagg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ceee56e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e855891 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. spaces added

    mdtagg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5863f13 View commit details
    Browse the repository at this point in the history
  2. added example state

    mdtagg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2ac7c3e View commit details
    Browse the repository at this point in the history
  3. added example button

    mdtagg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e573e05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e2a8a3 View commit details
    Browse the repository at this point in the history
  5. deleted icons folder

    mdtagg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c9db5cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from oslabs-beta/modularization

    Modularization
    sarhiri authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    01ef0f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcc33a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. extracted styles from occupied component

    styles block at the top of occupied component was moved
    into a helper function. Tried to only switch the different
    styles (background-color, box shadow and another background color)
    Ran into trouble becuase those styles depend on the mode state which
    is defined in a context which cant be used outside a function component.
    Ended up just moving both styling functions whole
    mdtagg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a6903d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8d98b View commit details
    Browse the repository at this point in the history
  3. spacing removed

    mdtagg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b173708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401f04a View commit details
    Browse the repository at this point in the history
  5. Condensed modal states into single state

    The modal component was being rendered multiple times which
    was unecessary. Additionally each modal component had a different
    state that was only being used to determine if that modal should
    be open or not. These states were condensed to one state to simplify
    the modal states
    mdtagg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dfdc00e View commit details
    Browse the repository at this point in the history
  6. Modal component refactor

    this commit represents the changes to all the individual modals
    that are now rendered from a single modal state. Done to clarify
    which modals are open and prevent unnecessary states
    mdtagg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    57d1f73 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from oslabs-beta/modularization

    Modularization
    stephenhyang authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f918bf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcf52ac View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. removed unused styles

    mdtagg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2630911 View commit details
    Browse the repository at this point in the history
  2. removed commented out code

    mdtagg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fbd0a9b View commit details
    Browse the repository at this point in the history
  3. Occupied component styling broken up and extracted to components

    Repeated styles inside of the occupied component were removed
    Styles unique to other components than occupied were extracted
    into files associated with folders of those componenets
    mdtagg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7697e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b299a5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1480d17 View commit details
    Browse the repository at this point in the history
  6. explanations added

    mdtagg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3e0afbf View commit details
    Browse the repository at this point in the history
  7. explanations added

    mdtagg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    dae6b8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70ff8d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    cff8f92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from oslabs-beta/modularization

    Modularization
    stephenhyang authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5f874ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from oslabs-beta/stateUpdate

    State update
    stephenhyang authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    194185c View commit details
    Browse the repository at this point in the history
  4. initial search bar feature

    sarhiri committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9527960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6ccfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2092a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    970d048 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Removed examples state from dashboard container

    Decided to import addApp function directly into the sidebar conatainer from
    the dashboard context instead. We also fixed a bug that was causing
    the graph container to render when we clicked the example button.
    This was due to an incorrect route in the link component surrounding
    the example button.
    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3f5b941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb76bf4 View commit details
    Browse the repository at this point in the history
  3. console logs removed

    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7593af1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2bdf1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81825c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from oslabs-beta/mvp

    Mvp
    sarhiri authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    14ac040 View commit details
    Browse the repository at this point in the history
  7. nav in graphs bar extracted into seperate component

    Nav was extracted for readabilty purposes. Attempting to
    separate the concerns in the graph container and increase
    understandability
    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bae3625 View commit details
    Browse the repository at this point in the history
  8. extracted string to color function into helper folder

    The string to colour function was moved to facilitate easier
    navigation of the graph container. Additionally since it is
    only a function and not a react FC it could be imoprted into
    the three components that use it instead of passed down as
    props. Doing this added some simplicity to the types in the props
    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3b55a6e View commit details
    Browse the repository at this point in the history
  9. Metric containers now rendered through ternary

    Charts are now conditionally rendered with a
    ternary instead of individal truthy checks
    to increase readablity and dryness of code
    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1e2ee13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6f09a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e889a46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4db81c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bafcdbf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    855da62 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #6 from oslabs-beta/graphContainer/refactor

    Graph container/refactor
    sarhiri authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    809958c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e46be48 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #8 from oslabs-beta/stephenfeature

    Stephenfeature
    mdtagg authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0c47451 View commit details
    Browse the repository at this point in the history
  18. premerge

    tedpham3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8f55a4d View commit details
    Browse the repository at this point in the history
  19. merged dev

    tedpham3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    618fd39 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #9 from oslabs-beta/ted-module

    Ted modularization
    mdtagg authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    72125a5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cc6d949 View commit details
    Browse the repository at this point in the history
  22. deleted unused files, moved some work in progress file in the folder,…

    … fix connection issue between components
    tedpham3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7eb60c1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ba68df7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d1ae658 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2c8157e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5c51f61 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dae52ca View commit details
    Browse the repository at this point in the history
  28. Merge pull request #10 from oslabs-beta/stephenfeature

    modularized AwsModal, deleted unnecessary code in other modals
    sarhiri authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac3ec98 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    00a7a20 View commit details
    Browse the repository at this point in the history
  30. pre-pull dev

    tedpham3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ccfb1ba View commit details
    Browse the repository at this point in the history
  31. pre merge

    tedpham3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    75fb379 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #11 from oslabs-beta/ted-module

    Ted module 2
    mdtagg authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3833b31 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8ebe547 View commit details
    Browse the repository at this point in the history
  34. dev merge

    Merge branch 'dev' into graphContainer/refactor
    mdtagg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    524cc1e View commit details
    Browse the repository at this point in the history
  35. Merge pull request #12 from oslabs-beta/graphContainer/refactor

    Graph container/refactor
    tedpham3 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a028ae5 View commit details
    Browse the repository at this point in the history
  36. Merge branch 'dev' into sofia

    sarhiri committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    08f900e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c84e723 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    343bdd9 View commit details
    Browse the repository at this point in the history
  39. Merge branch 'dev' into sofia

    sarhiri committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    205d793 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Bug fix: Settings component

    Settings component was not imported correctly
    Settings button from MUI was imported instead
    of the local settings component
    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    83f3be7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from oslabs-beta/componentsrefactor

    Settings component bug fix
    sarhiri authored May 1, 2024
    Configuration menu
    Copy the full SHA
    16e06be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c1ce04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c87bb3 View commit details
    Browse the repository at this point in the history
  5. Bug fix: when graphs container loaded it did not have correct app tit…

    …le in header
    
    The app state was not being correctly passed down from the parent to the
    new servicesLink component
    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    520d8b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from oslabs-beta/bug-fix

    Bug fix: when graphs container loaded it did not have correct app tit…
    sarhiri authored May 1, 2024
    Configuration menu
    Copy the full SHA
    8ffa343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c68dafa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97de0f4 View commit details
    Browse the repository at this point in the history
  9. Bare minimum mvp working

    clicking the example card now renders the communication data
    directly.
    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d258407 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15 from oslabs-beta/mvp

    Bare minimum mvp working
    sarhiri authored May 1, 2024
    Configuration menu
    Copy the full SHA
    0e0e25c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95b4775 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    baccfe0 View commit details
    Browse the repository at this point in the history
  13. new button styling

    sarhiri committed May 1, 2024
    Configuration menu
    Copy the full SHA
    292585f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #16 from oslabs-beta/sofia

    Sofia
    mdtagg authored May 1, 2024
    Configuration menu
    Copy the full SHA
    a7e362e View commit details
    Browse the repository at this point in the history
  15. branch protection test

    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5691e51 View commit details
    Browse the repository at this point in the history
  16. console log removed

    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ff9ae32 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #17 from oslabs-beta/mvp

    Mvp
    sarhiri authored May 1, 2024
    Configuration menu
    Copy the full SHA
    c0b6b77 View commit details
    Browse the repository at this point in the history
  18. fixed example bug

    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7044222 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #18 from oslabs-beta/branchFix

    fixed example bug
    sarhiri authored May 1, 2024
    Configuration menu
    Copy the full SHA
    09a8717 View commit details
    Browse the repository at this point in the history
  20. branch protection test

    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a410461 View commit details
    Browse the repository at this point in the history
  21. branch protection test

    mdtagg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9703c7d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4b0da1d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Exit example implemented

    Clicking example now populates cards that are not wrapped in
    a link component. This allows the app to work the traditional
    way and with our example button. useNavigate hook was used in
    appplication card component to facilitate. Users can now also
    click exit example button to reset all states and use the app
    the traditional way.
    mdtagg committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a60cd78 View commit details
    Browse the repository at this point in the history
  2. awscomtainer modularized

    tedpham3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2f33208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd02fc View commit details
    Browse the repository at this point in the history
  4. modularized Inspect

    tedpham3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ef2e600 View commit details
    Browse the repository at this point in the history
  5. MainContainer modularized

    tedpham3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7f881bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af08add View commit details
    Browse the repository at this point in the history
  7. Multple cards can now be added at once

    Inside of application context add app was adjusted to
    render multiple cards at once. Each cards data is added
    to an object that is iterated over
    mdtagg committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3337f85 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Moved search filter in occupied component

    Applications are now filtered inside of mapping function
    mdtagg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e0e538e View commit details
    Browse the repository at this point in the history
  2. Modularized container, move every scss files to its own component, mo…

    …ved all global scss into index.scss
    tedpham3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    aef3529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fda80e View commit details
    Browse the repository at this point in the history
  4. Delete card functionality refactor

    Cards are now deleted without the ref hook
    I believe the delRef hook was being used to
    prevent an issue with event bubbling. Becuase
    the delete button is nested inside of the
    Card component and card has an onClick the
    prior teams were calling the onClick on the
    card as well as the delete button.
    event.stopPropagation was used to prevent
    the bubbling the del ref hook is now able
    to be removed
    mdtagg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6cccea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a0ed94 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #19 from oslabs-beta/ted-modular

    Ted modular
    mdtagg authored May 3, 2024
    Configuration menu
    Copy the full SHA
    83d19e5 View commit details
    Browse the repository at this point in the history
  7. merged ted-modular branch

    Merge branch 'dev' of https://github.com/oslabs-beta/Chronos-MTSS into dev
    mdtagg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0ec96c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8a6fd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge pull request #20 from oslabs-beta/feature/example

    Feature/example
    stephenhyang authored May 4, 2024
    Configuration menu
    Copy the full SHA
    b75a750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60fc6e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    ef1cb41 View commit details
    Browse the repository at this point in the history
  2. main MUI update, app working

    sarhiri committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c8c5ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c607f6a View commit details
    Browse the repository at this point in the history
  4. Fully updated MUI

    sarhiri committed May 5, 2024
    Configuration menu
    Copy the full SHA
    047a49d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    1382d3e View commit details
    Browse the repository at this point in the history
  2. console logs added

    mdtagg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    832c4f1 View commit details
    Browse the repository at this point in the history
  3. console logs added

    mdtagg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1801909 View commit details
    Browse the repository at this point in the history
  4. Ports changed to 5001

    ports originally set by default to 5000
    on certain mac OS port 5000 reserved for
    air drop. Prevented app from starting on
    that server
    mdtagg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    94460b2 View commit details
    Browse the repository at this point in the history
  5. changed port to 5001

    mdtagg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    77ce10f View commit details
    Browse the repository at this point in the history
  6. changed default ports to 5001

    mdtagg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    dcf2840 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35a35eb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #21 from oslabs-beta/MUI

    MUI
    mdtagg authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bdf3b1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38b7b07 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    b48f4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa4ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3730a14 View commit details
    Browse the repository at this point in the history
  4. Health metrics function rewrite

    The system information coming from si was strangley
    not being passed to through the function. The function
    was being called syncronously and because all the si
    function are async the return at the end of the function
    was always passing an empty array. This is because although
    the data from si was coming in, it was being pushed into an
    empty array defined at the top of the file inside of a .then
    and becuase the return was executing synchrounously the array
    was never being updated.
    
    Added awaits to each of the si functions and now the data
    is moving again
    mdtagg committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8adbc25 View commit details
    Browse the repository at this point in the history
  5. mongo.health rewrite

    refactoring the mongo.health function
    The data from health metrics was not
    being passed out and there is now an error
    with duplicate mongo entries
    mdtagg committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6328d2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bde42f8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #22 from oslabs-beta/stephenfeature

    Stephenfeature
    tedpham3 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    0cb3058 View commit details
    Browse the repository at this point in the history
  2. Filter modified to prevent mongo error

    The filter on the health data array now checks
    for null values. This resulted in an error since
    we were inputting multiple nulls into the same
    db.
    mdtagg committed May 10, 2024
    Configuration menu
    Copy the full SHA
    06a3f35 View commit details
    Browse the repository at this point in the history
  3. Current metrics now used to determine how new metrics are added to db

    Prior to this change new metrics were added based on the an arbitrary
    length variable that was changed after the awaiting a find call to
    the mongo db. Current metrics is now queried directly. Two layers of
    awaits are still necessary when calling the find on the metrics db
    due to the queueing of all the await calls by the different services.
    Am looking in to making it more streamm line
    mdtagg committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d9b5017 View commit details
    Browse the repository at this point in the history
  4. sample envs deleted

    mdtagg committed May 10, 2024
    Configuration menu
    Copy the full SHA
    40f68b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ceb4c0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Refactored mongo.health function further

    Moved the metrics model find function inside the health
    metrics function so that the data from the metrics model
    is populated before the length check between the current
    metrics and the health metrics
    mdtagg committed May 11, 2024
    Configuration menu
    Copy the full SHA
    51d8d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373ca45 View commit details
    Browse the repository at this point in the history
  3. Added comments to explain sections of code, removed inaccuratly descr…

    …ibed comments from prior groups
    mdtagg committed May 11, 2024
    Configuration menu
    Copy the full SHA
    53eafb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adcc071 View commit details
    Browse the repository at this point in the history
  5. Current metrics moved inside of health metrics function

    Current metrics is only needed within this function to compare
    the lengths between current metrics and health metrics. Instead
    of grabbging current metrics outside of the function it is now
    grabbing the current metrics data before the length check.
    mdtagg committed May 11, 2024
    Configuration menu
    Copy the full SHA
    88a527d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d430d4 View commit details
    Browse the repository at this point in the history
  7. Grafana api key section commented out temporarily

    Upon load of the graphscontainer component an event
    call is made to electron (health request) which calls
    the mongo fetch function which grabs all the health data
    stored inside of the individual services databases. Inside
    of the mongoFetch function there is a call for the grafana
    api key database. In the microservices portion of the app
    grafana is not used so there is no key. This was causing an
    error and preventing data flow. This portion is being commented
    out temporarily so that more specific controls can be made
    to differentiate between apps that use docker (and thus grafana)
    and microservices
    mdtagg committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7762c3e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #24 from oslabs-beta/stephenfeature

    Stephenfeature
    mdtagg authored May 11, 2024
    Configuration menu
    Copy the full SHA
    f2168fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14b2319 View commit details
    Browse the repository at this point in the history