-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 018bc83 - Browse repository at this point
Copy the full SHA 018bc83View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b0d8bf - Browse repository at this point
Copy the full SHA 6b0d8bfView commit details -
Modularlized search bar component
the search bar in the dashboard component was removed from occupied component and given its own folder with associated styles
Configuration menu - View commit details
-
Copy full SHA for 8f6206f - Browse repository at this point
Copy the full SHA 8f6206fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1f6f808 - Browse repository at this point
Copy the full SHA 1f6f808View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85b8db - Browse repository at this point
Copy the full SHA f85b8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 371b96f - Browse repository at this point
Copy the full SHA 371b96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f70d764 - Browse repository at this point
Copy the full SHA f70d764View commit details -
Applications card extracted into separate component
Done to facilitate readablity and DX Styles also moved to ApplicationsCard component folder
Configuration menu - View commit details
-
Copy full SHA for 548ed0b - Browse repository at this point
Copy the full SHA 548ed0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c4584 - Browse repository at this point
Copy the full SHA f5c4584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0b31e - Browse repository at this point
Copy the full SHA 1f0b31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a63c7f8 - Browse repository at this point
Copy the full SHA a63c7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eddf77 - Browse repository at this point
Copy the full SHA 5eddf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87a97c - Browse repository at this point
Copy the full SHA c87a97cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c62f683 - Browse repository at this point
Copy the full SHA c62f683View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceee56e - Browse repository at this point
Copy the full SHA ceee56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e855891 - Browse repository at this point
Copy the full SHA e855891View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5863f13 - Browse repository at this point
Copy the full SHA 5863f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac7c3e - Browse repository at this point
Copy the full SHA 2ac7c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e573e05 - Browse repository at this point
Copy the full SHA e573e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2a8a3 - Browse repository at this point
Copy the full SHA 5e2a8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9db5cb - Browse repository at this point
Copy the full SHA c9db5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ef0f9 - Browse repository at this point
Copy the full SHA 01ef0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc33a1 - Browse repository at this point
Copy the full SHA dcc33a1View commit details
Commits on Apr 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a6903d6 - Browse repository at this point
Copy the full SHA a6903d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8d98b - Browse repository at this point
Copy the full SHA ac8d98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b173708 - Browse repository at this point
Copy the full SHA b173708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401f04a - Browse repository at this point
Copy the full SHA 401f04aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dfdc00e - Browse repository at this point
Copy the full SHA dfdc00eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 57d1f73 - Browse repository at this point
Copy the full SHA 57d1f73View commit details -
Merge pull request #2 from oslabs-beta/modularization
Modularization
Configuration menu - View commit details
-
Copy full SHA for f918bf6 - Browse repository at this point
Copy the full SHA f918bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf52ac - Browse repository at this point
Copy the full SHA bcf52acView commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2630911 - Browse repository at this point
Copy the full SHA 2630911View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd0a9b - Browse repository at this point
Copy the full SHA fbd0a9bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7697e43 - Browse repository at this point
Copy the full SHA 7697e43View commit details -
removed redundant div and associated styles. Added padding to retain …
…dashboard styling
Configuration menu - View commit details
-
Copy full SHA for b299a5f - Browse repository at this point
Copy the full SHA b299a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1480d17 - Browse repository at this point
Copy the full SHA 1480d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0afbf - Browse repository at this point
Copy the full SHA 3e0afbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dae6b8b - Browse repository at this point
Copy the full SHA dae6b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ff8d0 - Browse repository at this point
Copy the full SHA 70ff8d0View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cff8f92 - Browse repository at this point
Copy the full SHA cff8f92View commit details -
Merge pull request #3 from oslabs-beta/modularization
Modularization
Configuration menu - View commit details
-
Copy full SHA for 5f874ce - Browse repository at this point
Copy the full SHA 5f874ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194185c - Browse repository at this point
Copy the full SHA 194185cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9527960 - Browse repository at this point
Copy the full SHA 9527960View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6ccfc - Browse repository at this point
Copy the full SHA de6ccfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2092a2 - Browse repository at this point
Copy the full SHA d2092a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970d048 - Browse repository at this point
Copy the full SHA 970d048View commit details
Commits on Apr 30, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3f5b941 - Browse repository at this point
Copy the full SHA 3f5b941View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb76bf4 - Browse repository at this point
Copy the full SHA fb76bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7593af1 - Browse repository at this point
Copy the full SHA 7593af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2bdf1d - Browse repository at this point
Copy the full SHA b2bdf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81825c9 - Browse repository at this point
Copy the full SHA 81825c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ac040 - Browse repository at this point
Copy the full SHA 14ac040View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bae3625 - Browse repository at this point
Copy the full SHA bae3625View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3b55a6e - Browse repository at this point
Copy the full SHA 3b55a6eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1e2ee13 - Browse repository at this point
Copy the full SHA 1e2ee13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f09a9 - Browse repository at this point
Copy the full SHA a6f09a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e889a46 - Browse repository at this point
Copy the full SHA e889a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db81c3 - Browse repository at this point
Copy the full SHA 4db81c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bafcdbf - Browse repository at this point
Copy the full SHA bafcdbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855da62 - Browse repository at this point
Copy the full SHA 855da62View commit details -
Merge pull request #6 from oslabs-beta/graphContainer/refactor
Graph container/refactor
Configuration menu - View commit details
-
Copy full SHA for 809958c - Browse repository at this point
Copy the full SHA 809958cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46be48 - Browse repository at this point
Copy the full SHA e46be48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c47451 - Browse repository at this point
Copy the full SHA 0c47451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f55a4d - Browse repository at this point
Copy the full SHA 8f55a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 618fd39 - Browse repository at this point
Copy the full SHA 618fd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72125a5 - Browse repository at this point
Copy the full SHA 72125a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6d949 - Browse repository at this point
Copy the full SHA cc6d949View commit details -
deleted unused files, moved some work in progress file in the folder,…
… fix connection issue between components
Configuration menu - View commit details
-
Copy full SHA for 7eb60c1 - Browse repository at this point
Copy the full SHA 7eb60c1View commit details -
modularized header, define an interface in Header that describe all t…
…he props it expects
Configuration menu - View commit details
-
Copy full SHA for ba68df7 - Browse repository at this point
Copy the full SHA ba68df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ae658 - Browse repository at this point
Copy the full SHA d1ae658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8157e - Browse repository at this point
Copy the full SHA 2c8157eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c51f61 - Browse repository at this point
Copy the full SHA 5c51f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae52ca - Browse repository at this point
Copy the full SHA dae52caView commit details -
Merge pull request #10 from oslabs-beta/stephenfeature
modularized AwsModal, deleted unnecessary code in other modals
Configuration menu - View commit details
-
Copy full SHA for ac3ec98 - Browse repository at this point
Copy the full SHA ac3ec98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a7a20 - Browse repository at this point
Copy the full SHA 00a7a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfb1ba - Browse repository at this point
Copy the full SHA ccfb1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fb379 - Browse repository at this point
Copy the full SHA 75fb379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3833b31 - Browse repository at this point
Copy the full SHA 3833b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebe547 - Browse repository at this point
Copy the full SHA 8ebe547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524cc1e - Browse repository at this point
Copy the full SHA 524cc1eView commit details -
Merge pull request #12 from oslabs-beta/graphContainer/refactor
Graph container/refactor
Configuration menu - View commit details
-
Copy full SHA for a028ae5 - Browse repository at this point
Copy the full SHA a028ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f900e - Browse repository at this point
Copy the full SHA 08f900eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c84e723 - Browse repository at this point
Copy the full SHA c84e723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343bdd9 - Browse repository at this point
Copy the full SHA 343bdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205d793 - Browse repository at this point
Copy the full SHA 205d793View commit details
Commits on May 1, 2024
-
Settings component was not imported correctly Settings button from MUI was imported instead of the local settings component
Configuration menu - View commit details
-
Copy full SHA for 83f3be7 - Browse repository at this point
Copy the full SHA 83f3be7View commit details -
Merge pull request #13 from oslabs-beta/componentsrefactor
Settings component bug fix
Configuration menu - View commit details
-
Copy full SHA for 16e06be - Browse repository at this point
Copy the full SHA 16e06beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1ce04 - Browse repository at this point
Copy the full SHA 9c1ce04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c87bb3 - Browse repository at this point
Copy the full SHA 9c87bb3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 520d8b8 - Browse repository at this point
Copy the full SHA 520d8b8View commit details -
Merge pull request #14 from oslabs-beta/bug-fix
Bug fix: when graphs container loaded it did not have correct app tit…
Configuration menu - View commit details
-
Copy full SHA for 8ffa343 - Browse repository at this point
Copy the full SHA 8ffa343View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68dafa - Browse repository at this point
Copy the full SHA c68dafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97de0f4 - Browse repository at this point
Copy the full SHA 97de0f4View commit details -
clicking the example card now renders the communication data directly.
Configuration menu - View commit details
-
Copy full SHA for d258407 - Browse repository at this point
Copy the full SHA d258407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0e25c - Browse repository at this point
Copy the full SHA 0e0e25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b4775 - Browse repository at this point
Copy the full SHA 95b4775View commit details -
Configuration menu - View commit details
-
Copy full SHA for baccfe0 - Browse repository at this point
Copy the full SHA baccfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292585f - Browse repository at this point
Copy the full SHA 292585fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e362e - Browse repository at this point
Copy the full SHA a7e362eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5691e51 - Browse repository at this point
Copy the full SHA 5691e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9ae32 - Browse repository at this point
Copy the full SHA ff9ae32View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b6b77 - Browse repository at this point
Copy the full SHA c0b6b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7044222 - Browse repository at this point
Copy the full SHA 7044222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a8717 - Browse repository at this point
Copy the full SHA 09a8717View commit details -
Configuration menu - View commit details
-
Copy full SHA for a410461 - Browse repository at this point
Copy the full SHA a410461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9703c7d - Browse repository at this point
Copy the full SHA 9703c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0da1d - Browse repository at this point
Copy the full SHA 4b0da1dView commit details
Commits on May 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a60cd78 - Browse repository at this point
Copy the full SHA a60cd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f33208 - Browse repository at this point
Copy the full SHA 2f33208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd02fc - Browse repository at this point
Copy the full SHA 4cd02fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2e600 - Browse repository at this point
Copy the full SHA ef2e600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f881bf - Browse repository at this point
Copy the full SHA 7f881bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af08add - Browse repository at this point
Copy the full SHA af08addView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3337f85 - Browse repository at this point
Copy the full SHA 3337f85View commit details
Commits on May 3, 2024
-
Moved search filter in occupied component
Applications are now filtered inside of mapping function
Configuration menu - View commit details
-
Copy full SHA for e0e538e - Browse repository at this point
Copy the full SHA e0e538eView commit details -
Modularized container, move every scss files to its own component, mo…
…ved all global scss into index.scss
Configuration menu - View commit details
-
Copy full SHA for aef3529 - Browse repository at this point
Copy the full SHA aef3529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fda80e - Browse repository at this point
Copy the full SHA 3fda80eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6cccea8 - Browse repository at this point
Copy the full SHA 6cccea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0ed94 - Browse repository at this point
Copy the full SHA 0a0ed94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d19e5 - Browse repository at this point
Copy the full SHA 83d19e5View commit details -
Merge branch 'dev' of https://github.com/oslabs-beta/Chronos-MTSS into dev
Configuration menu - View commit details
-
Copy full SHA for 0ec96c0 - Browse repository at this point
Copy the full SHA 0ec96c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8a6fd - Browse repository at this point
Copy the full SHA 5e8a6fdView commit details
Commits on May 4, 2024
-
Merge pull request #20 from oslabs-beta/feature/example
Feature/example
Configuration menu - View commit details
-
Copy full SHA for b75a750 - Browse repository at this point
Copy the full SHA b75a750View commit details -
Configuration menu - View commit details
-
Copy full SHA for c60fc6e - Browse repository at this point
Copy the full SHA c60fc6eView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef1cb41 - Browse repository at this point
Copy the full SHA ef1cb41View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c5ccd - Browse repository at this point
Copy the full SHA c8c5ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c607f6a - Browse repository at this point
Copy the full SHA c607f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047a49d - Browse repository at this point
Copy the full SHA 047a49dView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1382d3e - Browse repository at this point
Copy the full SHA 1382d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 832c4f1 - Browse repository at this point
Copy the full SHA 832c4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1801909 - Browse repository at this point
Copy the full SHA 1801909View commit details -
ports originally set by default to 5000 on certain mac OS port 5000 reserved for air drop. Prevented app from starting on that server
Configuration menu - View commit details
-
Copy full SHA for 94460b2 - Browse repository at this point
Copy the full SHA 94460b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ce10f - Browse repository at this point
Copy the full SHA 77ce10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf2840 - Browse repository at this point
Copy the full SHA dcf2840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a35eb - Browse repository at this point
Copy the full SHA 35a35ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf3b1c - Browse repository at this point
Copy the full SHA bdf3b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b7b07 - Browse repository at this point
Copy the full SHA 38b7b07View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b48f4c3 - Browse repository at this point
Copy the full SHA b48f4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa4ed2 - Browse repository at this point
Copy the full SHA 5aa4ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3730a14 - Browse repository at this point
Copy the full SHA 3730a14View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8adbc25 - Browse repository at this point
Copy the full SHA 8adbc25View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6328d2f - Browse repository at this point
Copy the full SHA 6328d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde42f8 - Browse repository at this point
Copy the full SHA bde42f8View commit details
Commits on May 10, 2024
-
Merge pull request #22 from oslabs-beta/stephenfeature
Stephenfeature
Configuration menu - View commit details
-
Copy full SHA for 0cb3058 - Browse repository at this point
Copy the full SHA 0cb3058View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 06a3f35 - Browse repository at this point
Copy the full SHA 06a3f35View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d9b5017 - Browse repository at this point
Copy the full SHA d9b5017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f68b2 - Browse repository at this point
Copy the full SHA 40f68b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ceb4c0 - Browse repository at this point
Copy the full SHA 3ceb4c0View commit details
Commits on May 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 51d8d98 - Browse repository at this point
Copy the full SHA 51d8d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373ca45 - Browse repository at this point
Copy the full SHA 373ca45View commit details -
Added comments to explain sections of code, removed inaccuratly descr…
…ibed comments from prior groups
Configuration menu - View commit details
-
Copy full SHA for 53eafb6 - Browse repository at this point
Copy the full SHA 53eafb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcc071 - Browse repository at this point
Copy the full SHA adcc071View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 88a527d - Browse repository at this point
Copy the full SHA 88a527dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d430d4 - Browse repository at this point
Copy the full SHA 6d430d4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7762c3e - Browse repository at this point
Copy the full SHA 7762c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2168fd - Browse repository at this point
Copy the full SHA f2168fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b2319 - Browse repository at this point
Copy the full SHA 14b2319View commit details