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

Test release candidate #256

Closed
wants to merge 72 commits into from
Closed

Test release candidate #256

wants to merge 72 commits into from

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    0c3e21f View commit details
    Browse the repository at this point in the history
  2. latency histogram plot checkin (#141)

    <!-- Thanks for the contribution, this is awesome. -->
    
    # PR Details
    ## Description
    Python script to plot a histogram of latency values from the
    parsed messaging server log csv files.
    
    <!--- Describe your changes in detail -->
    
    ## Related Issue
    
    <!--- This project only accepts pull requests related to open issues -->
    <!--- If suggesting a new feature or change, please discuss it in an
    issue first -->
    <!--- If fixing a bug, there should be an issue describing it with steps
    to reproduce -->
    <!--- Please link to the issue here: -->
    
    ## Motivation and Context
    WFD Verification Testing Analysis
    
    <!--- Why is this change required? What problem does it solve? -->
    
    ## How Has This Been Tested?
    Locally
    <!--- Please describe in detail how you tested your changes. -->
    <!--- Include details of your testing environment, and the tests you ran
    to -->
    <!--- see how your change affects other areas of the code, etc. -->
    
    ## Types of changes
    
    <!--- What types of changes does your code introduce? Put an `x` in all
    the boxes that apply: -->
    
    - [ ] Defect fix (non-breaking change that fixes an issue)
    - [x ] New feature (non-breaking change that adds functionality)
    - [ ] Breaking change (fix or feature that cause existing functionality
    to change)
    
    ## Checklist:
    
    <!--- Go over all the following points, and put an `x` in all the boxes
    that apply. -->
    <!--- If you're unsure about any of these, don't hesitate to ask. We're
    here to help! -->
    
    - [ ] I have added any new packages to the sonar-scanner.properties file
    - [ ] My change requires a change to the documentation.
    - [ ] I have updated the documentation accordingly.
    - [x ] I have read the **CONTRIBUTING** document.
    [CDA Telematics Contributing
    Guide](https://github.com/usdot-fhwa-stol/cda-telematics/blob/main/Contributing.md)
    - [ ] I have added tests to cover my changes.
    - [ ] All new and existing tests passed.
    adev4a authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cd764d2 View commit details
    Browse the repository at this point in the history
  3. Add log parser scripts (#142)

    * add log parser scripts
    
    * add log parser scripts
    
    * add comments
    
    * address comments
    
    * use pandas for message loss count
    adev4a authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6c29e08 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    fe2bd6c View commit details
    Browse the repository at this point in the history
  2. Combine docker workflows

    codygarver committed May 27, 2023
    Configuration menu
    Copy the full SHA
    039048b View commit details
    Browse the repository at this point in the history
  3. Remove unused line

    codygarver committed May 27, 2023
    Configuration menu
    Copy the full SHA
    dc6fc66 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    06b870a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c615a6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. CI: rewrite coverage path

    codygarver committed May 31, 2023
    Configuration menu
    Copy the full SHA
    dff7282 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Use system time for CDASim (#153)

    * Use system time for CDASim
    
    * update comment
    
    * fix - get sim env variable
    
    * update bool check is_sim
    
    * Add description for env var
    
    * update comment
    adev4a authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    866558c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 13, 2023

  1. update nats config parameters (#155)

    update nats connection parameters
    adev4a authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aa9779d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. init

    dan-du-car committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c2d0e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548549a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge Master branch changes to develop (#159)

    * initial queue implementation cc bridge
    
    * add some comments
    
    * fix unsub logic (#126)
    
    * init
    
    * cc bridge simplify logic
    
    * Cloud bridge investigation (#131)
    
    * initial queue implementation cc bridge
    
    * add some comments
    
    * cc bridge simplify logic
    
    * back to queue, add in file listener
    
    * Fix unit status and UI notification and event live status (#129)
    
    * init
    
    * add comments
    
    * fix warning
    
    * update text
    
    * Remove credentials (#134)
    
    * updating log levels, docker compose log size parameter
    
    * revert local changes
    
    * init
    
    * remove hardcoded values
    
    * add analysis scripts
    
    * messaging server log size parameter
    
    * init
    
    * add nan
    
    * Fix json key value convertor logic (#146)
    
    fix comparison
    
    * Fix/drop nan value fields (#148)
    
    drop fields with NaN values
    
    * clean up readme.md
    
    ---------
    
    Co-authored-by: Abey <abey.yoseph@leidos.com>
    Co-authored-by: Anish_deva <51463994+adev4a@users.noreply.github.com>
    Co-authored-by: dan-du-car <dan.du@leidos.com>
    Co-authored-by: abey-yoseph <59704440+abey-yoseph@users.noreply.github.com>
    Co-authored-by: dan-du-car <62157949+dan-du-car@users.noreply.github.com>
    Co-authored-by: Anish <Anishdeva17@gmail.com>
    Co-authored-by: Cody Garver <codygarver@users.noreply.github.com>
    8 people authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c095540 View commit details
    Browse the repository at this point in the history
  2. add ignore fields

    dan-du-car committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eed4b0e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Telematic messaging server: Partial write failure field type conflic…

    …t with input field payload.MessageFrame.value.PersonalSafetyMessage.id (#160)
    adev4a authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3f95f0a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Telematic messaging server: Available topic response return null valu…

    …e for topics field when there is no available topic (#164)
    
    * init
    
    * init
    
    * init
    dan-du-car authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b00803e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Web app unit tests (#162)

    * add unit test
    
    * update test
    
    * update
    
    * fix unit test
    
    * update gitup action
    
    * update gitup action
    
    * disabled vehicle and cloud bridge coverage
    
    * fix sonar
    
    * update sonar
    
    * test new token
    
    * update token
    
    * update ignore path
    
    * add watchAll
    
    * add ignore fields
    
    * address comments
    
    * address comments
    
    * address comments
    
    * update test description
    
    * update sonar
    
    * update sonar
    
    * update sonar
    
    * exclude tests folder
    
    * update scm sensor
    
    * update scm sensor
    
    * update scm sensor
    
    * update lcov path
    
    * merge lcov
    
    * merge lcov
    
    * merge lcov
    
    * merge lcov
    
    * merge lcov
    
    * merge lcov
    
    * debug server lcov
    
    * debug server lcov
    dan-du-car authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    149b845 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Delete docs/PULL_REQUEST_TEMPLATE.md (#170)

    Removing old pull request template
    paulbourelly999 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    26480e3 View commit details
    Browse the repository at this point in the history
  2. Facilitate local deployment (#168)

    * initial queue implementation cc bridge
    
    * add some comments
    
    * fix unsub logic (#126)
    
    * init
    
    * cc bridge simplify logic
    
    * Cloud bridge investigation (#131)
    
    * initial queue implementation cc bridge
    
    * add some comments
    
    * cc bridge simplify logic
    
    * back to queue, add in file listener
    
    * Fix unit status and UI notification and event live status (#129)
    
    * init
    
    * add comments
    
    * fix warning
    
    * update text
    
    * Remove credentials (#134)
    
    * updating log levels, docker compose log size parameter
    
    * revert local changes
    
    * init
    
    * remove hardcoded values
    
    * add analysis scripts
    
    * messaging server log size parameter
    
    * init
    
    * add nan
    
    * Fix json key value convertor logic (#146)
    
    fix comparison
    
    * Fix/drop nan value fields (#148)
    
    drop fields with NaN values
    
    * clean up readme.md
    
    * init
    
    * init
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * undo changes
    
    * undo changes
    
    * add wait for
    
    * update config
    
    * fix unit test
    
    * update local config
    
    * update depends on
    
    * address comments
    
    * github action fix
    
    * fix ci
    
    * update sonar scanner
    
    * update sonar scanner
    
    * address code smell
    
    * add unit test
    
    * add unit test
    
    * add unit test
    
    * address comments
    
    * remove --ignore-script
    
    * remove lock file
    
    ---------
    
    Co-authored-by: Abey <abey.yoseph@leidos.com>
    Co-authored-by: Anish_deva <51463994+adev4a@users.noreply.github.com>
    Co-authored-by: abey-yoseph <59704440+abey-yoseph@users.noreply.github.com>
    Co-authored-by: Anish <Anishdeva17@gmail.com>
    Co-authored-by: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com>
    Co-authored-by: Cody Garver <codygarver@users.noreply.github.com>
    7 people authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fefadf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Web client production url fix (#171)

    * init
    
    * init
    
    * init
    
    * init
    
    * update env
    
    * update
    
    * update
    
    * update
    
    * update
    dan-du-car authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    10edd4d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Implement APIs to upload and list ROS 2 rosbag (#174)

    * init
    
    * update file upload
    
    * update
    
    * clean file uploader
    
    * add file list
    
    * update uploader request
    
    * update status logic
    
    * update list s3 objects
    
    * fix description field
    
    * naming convention
    
    * naming convention
    
    * update unit test
    
    * remove error throw when file upload premature
    
    * address code smell
    
    * update status code and remove res from controller
    
    * update copyright year
    
    * add unit test
    
    * add unit test
    
    * clean up
    
    * address comments
    
    * controllers/address comments
    
    * address comments
    
    * address comments
    
    * address comemnts
    
    * address comments
    
    * clean up and update docker files
    
    * update docker
    
    * address comments
    dan-du-car authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    93cea48 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update telematic UI to list and upload ROS 2 rosbag (#176)

    * init
    
    * update file upload pages
    
    * update historical page
    
    * clean up
    
    * add construct error func
    
    * add unit test
    
    * fix server listener
    
    * remove http dispatch
    
    * clean up
    
    * update domain name
    
    * clean up
    
    * update domain name
    
    * update search label
    
    * rename variables
    
    * rename
    
    * rename
    
    * fix unit test
    
    * fix user id
    
    * address code smell
    
    * address code smell
    
    * address code smell
    
    * fix nats request
    
    * address comments
    
    * version
    
    * version
    
    * version
    dan-du-car authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1c73da1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Add rosbag processing service (#175)

    * Add rosbag2 processing service
    
    * add copyright
    
    * revert change
    
    * fix rosmsg record
    
    * update async
    
    * adds nats request
    
    * add dockerfile
    
    * update docker build files
    
    * add docker compose and update async implementation
    
    * update docker compose env vars
    
    * add nats request topic to env
    
    * address comments
    
    * add nats connect to separate thread
    
    * fix multi-threading
    
    * add initial unit tests
    
    * address comments
    
    * address comments
    
    * catch exception for rosbag reading error
    
    * add config
    
    * add comment for generic exception
    
    * fix
    
    * address comments
    
    * Feature add CI/CD for rosbag2_processing_service (#177)
    
    * add rosbag2_processing_service to gha
    
    * adjust python path for tests
    
    * source rosbag2 for tests and add docker build
    
    * temp add feature branch to test build
    
    * corrected sonar properties path
    
    * move source setup.bash
    
    * tweak pytest command
    
    * add pytest-env
    
    * test
    
    * min unit test
    
    * fix test
    
    * tweak path
    
    * Check Path
    
    * remove .env step
    
    * try
    
    * update tests
    
    * update unit test
    
    * test remove exprt
    
    * try pytest
    
    * Update sonar properties
    
    * update sonar propeties
    
    * update coverage file path
    
    * add unit tests
    
    ---------
    
    Co-authored-by: Anish <Anishdeva17@gmail.com>
    
    * update unit tests and ci steps
    
    * fix pytest.ini
    
    * fix unit test
    
    * update resource file path
    
    * update build steps
    
    * update tests
    
    * add check for file exists
    
    * fix unit test
    
    * fix test
    
    * fix nats request path
    
    * fix unit test
    
    * rename dir
    
    ---------
    
    Co-authored-by: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com>
    adev4a and SaikrishnaBairamoni authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c6a6f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdf8a4 View commit details
    Browse the repository at this point in the history
  3. Historical data page: Files should be upload to individual folder of …

    …S3 bucket based on user organization (#180)
    
    * init
    
    * update local file copy dir
    
    * user login
    
    * update list s3 objects
    
    * Historical data page: Query only list .mcap file from S3 bucket and process request issues  (#181)
    
    * init
    
    * clean up
    
    * update revision
    
    * revise update desc func
    
    * update
    
    * fix file path
    
    * add unit test
    
    * update unit test
    
    * address code smell
    dan-du-car authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6e3d308 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add mysql writer to rosbag processing service (#183)

    * add mysql conn
    
    * add mysql update logic
    
    * fix logging
    
    * add mysql table as config param
    
    * revert config param val
    
    * add params
    
    * add mysql dep to ci build
    
    * fix test
    
    * update
    
    * add test
    
    * update test
    
    * mock mysql connection
    
    * address code smells
    
    * fix
    
    * fix influx record
    
    * address comments
    
    * update topic name
    
    * add processing service to local docker compose
    
    * update vars
    adev4a authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f621c26 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. update docker compose and fix build error (#190)

    * update docker compose and fix build error
    
    * add influx url
    adev4a authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    43f7bdd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. update MYSQL DB issue when uploading small file (#189)

    * update
    
    * fix update and insert
    
    * update
    
    * rename
    
    * update env
    
    * beautify
    
    * beautify
    dan-du-car authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    88c12ad View commit details
    Browse the repository at this point in the history
  2. Update all container and images name to be consistent (#191)

    * rename
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * add comments
    dan-du-car authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    692fc44 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix CI badges (#186)

    paulbourelly999 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f9d9dec View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Tag each docker service (#193)

    * init
    
    * update dockerhub build
    
    * update
    
    * remove wait lib
    
    * update wait
    
    * replace underscore with hyphen
    
    * refactor
    
    * add comments
    
    * add cmd
    
    * update
    
    * remove
    dan-du-car authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4b0da8f View commit details
    Browse the repository at this point in the history
  2. wfd-515 (#187)

    * wfd-515
    
    * remove destructor
    
    * update
    
    * update influx error
    
    * add topics to include
    
    * add wait for it
    
    * update docker compose
    
    * address comments
    adev4a authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    615cf81 View commit details
    Browse the repository at this point in the history
  3. fix deployment (#194)

    adev4a authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e275a77 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix cloud deployment configuration bugs (#197)

    * fix
    
    * update description
    dan-du-car authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9527396 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 9, 2024

  1. update rosbag2 processing service deployment (#198)

    * update rosbag2 processing service deployment
    
    * add vars to .env file
    
    * fix var definition
    
    * update exclusion list
    
    * handle binary string in msg
    
    * update historical data processing deployment
    
    * update historical processing service deployment
    
    * update upload directory to root access
    adev4a authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f341dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec38e1 View commit details
    Browse the repository at this point in the history
  3. Historical Data Processing section on UI doesn't allow log file uploa…

    …d from Firefox browsers (#202)
    
    fix
    dan-du-car authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    253d282 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix file upload description update (#204)

    * init
    
    * update grafana aurl
    dan-du-car authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8e89fac View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. telematic_cloud_messaging_server: Allow to update configuration param…

    …eters at runtime (#205)
    
    * update config
    
    * src/main/java/com/telematic/telematic_cloud_messaging/nats_influx_connection/NatsInfluxPush.java
    
    * update config with values
    
    * update env
    
    * naming convention
    
    * naming
    
    * update
    
    * update env
    
    * clean up
    
    * fix unit test
    
    * remove comma
    
    * add exception
    
    * add exception
    dan-du-car authored May 2, 2024
    Configuration menu
    Copy the full SHA
    f45e2a5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add customized error message (#211)

    init
    dan-du-car authored May 29, 2024
    Configuration menu
    Copy the full SHA
    d63b4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55dfc23 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix historical data processing service docker-compose (#217)

    fix docker compose
    adev4a authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bc7fd93 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update docker-compose and environment variables (#218)

    * init
    
    * update
    
    * fix unit test
    dan-du-car authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    101e141 View commit details
    Browse the repository at this point in the history
  2. Fix HPS_INFLUX_URL typo (#219)

    typo
    dan-du-car authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2b67f30 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Historical Processing Service: Update influx DB connection string and…

    … file size less than 8 bytes (#224)
    
    * update influx url
    
    * fix file size <8
    
    * remove import
    dan-du-car authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8eaf6c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. catch unindexed rosbag error (#225)

    * catch unindexed rosbag error
    
    * update comment
    
    * update
    
    * remove validity check - catch memoryerror
    adev4a authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8cc97e9 View commit details
    Browse the repository at this point in the history
  2. Wfd 545 stop service on thread crash (#226)

    * catch unindexed rosbag error
    
    * update comment
    
    * update
    
    * add stop event to nats callback thread
    
    * add stop event for both service threads
    adev4a authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3b57f8a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Historical Data Page: File existence validation for file upload (#230)

    * add query by filenames
    
    * validate file existence
    
    * return when invalid
    
    * reove logs
    dan-du-car authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    091c8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. update historical data processing logs (#232)

    update logs
    adev4a authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    939beb1 View commit details
    Browse the repository at this point in the history
  2. Create data analysis script for message drop in v2xhub Telematics plu…

    …gin (#231)
    
    * add script
    
    * add parse arg
    
    * add arg
    
    * remove import
    
    * address comments
    
    * address comments
    
    * complete message loss script
    
    * update script
    
    * address comments
    dan-du-car authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53b6b4f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update Docker hub Workflow With Reusable actions (#233)

    * update dockerhub workflow to use reusable actions docker org, tag and metadata.
    
    * remove telematic local messaging job
    
    * update docker org to point candidate
    
    * update triggers
    
    * restructure to use reusable parameters
    SaikrishnaBairamoni authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8eacb18 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. update image names to release candidate (#234)

    update image names
    adev4a authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8bb8eae View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix/local deployment messaging server (#237)

    update messaging server local deployment service name
    adev4a authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    53dabb3 View commit details
    Browse the repository at this point in the history
  2. Filename title should use original filename (#238)

    * init
    
    * init
    
    * update variable name
    dan-du-car authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e1e9c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4fb7ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be1f4e View commit details
    Browse the repository at this point in the history
  5. FIx issue with undefined filename (#241)

    update filename
    dan-du-car authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    36e9d03 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix/update env variables (#242)

    * update env variables
    
    * update local influxdb retention policy
    
    * address comments
    adev4a authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a09ef47 View commit details
    Browse the repository at this point in the history
  2. Fix infrequent topic request (#243)

    remove thread interrupts
    adev4a authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5f60f3d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix analysis script issues (#244)

    * fix script
    
    * update readme
    
    * remove comments
    
    * update
    
    * Update README.md
    
    * Update README.md
    
    * add next line
    
    * update
    
    * remove branch specific instruction
    
    * address comments
    
    * address comments
    
    * update readme
    
    * update readme
    dan-du-car authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3a699c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Fix analysis script to parse bridge logs in XIL environment (#245)

    * fix
    
    * update timestamp
    dan-du-car authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f085d35 View commit details
    Browse the repository at this point in the history
  2. Fix analysis script issues (#246)

    fx
    dan-du-car authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7256884 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. add script for historical data processing log parser (#248)

    * add script for historical data processing log parser
    
    * address comments
    
    * address comments
    
    * add comments
    
    * update README
    adev4a authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    eecec73 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Resolve merge conflicts on neon (#252)

    * initial queue implementation cc bridge
    
    * add some comments
    
    * fix unsub logic (#126)
    
    * init
    
    * cc bridge simplify logic
    
    * Cloud bridge investigation (#131)
    
    * initial queue implementation cc bridge
    
    * add some comments
    
    * cc bridge simplify logic
    
    * back to queue, add in file listener
    
    * Fix unit status and UI notification and event live status (#129)
    
    * init
    
    * add comments
    
    * fix warning
    
    * update text
    
    * Remove credentials (#134)
    
    * updating log levels, docker compose log size parameter
    
    * revert local changes
    
    * init
    
    * remove hardcoded values
    
    * add analysis scripts
    
    * messaging server log size parameter
    
    * init
    
    * add nan
    
    * Fix json key value convertor logic (#146)
    
    fix comparison
    
    * Fix/drop nan value fields (#148)
    
    drop fields with NaN values
    
    * clean up readme.md
    
    * fix merge conflicts
    
    * fix - revert change
    
    * revert imports
    
    ---------
    
    Co-authored-by: Abey <abey.yoseph@leidos.com>
    Co-authored-by: dan-du-car <dan.du@leidos.com>
    Co-authored-by: abey-yoseph <59704440+abey-yoseph@users.noreply.github.com>
    Co-authored-by: dan-du-car <62157949+dan-du-car@users.noreply.github.com>
    Co-authored-by: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com>
    Co-authored-by: Cody Garver <codygarver@users.noreply.github.com>
    7 people authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0dc84cf View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f1bdaa0 View commit details
    Browse the repository at this point in the history
  2. fix conflict

    adev4a committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    844fa48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    236c6fb View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts 2 (#253)

    * initial queue implementation cc bridge
    
    * add some comments
    
    * fix unsub logic (#126)
    
    * init
    
    * cc bridge simplify logic
    
    * Cloud bridge investigation (#131)
    
    * initial queue implementation cc bridge
    
    * add some comments
    
    * cc bridge simplify logic
    
    * back to queue, add in file listener
    
    * Fix unit status and UI notification and event live status (#129)
    
    * init
    
    * add comments
    
    * fix warning
    
    * update text
    
    * Remove credentials (#134)
    
    * updating log levels, docker compose log size parameter
    
    * revert local changes
    
    * init
    
    * remove hardcoded values
    
    * add analysis scripts
    
    * messaging server log size parameter
    
    * init
    
    * add nan
    
    * Fix json key value convertor logic (#146)
    
    fix comparison
    
    * Fix/drop nan value fields (#148)
    
    drop fields with NaN values
    
    * clean up readme.md
    
    * fix conflict
    
    * revert change - function redefinition
    
    ---------
    
    Co-authored-by: Abey <abey.yoseph@leidos.com>
    Co-authored-by: dan-du-car <dan.du@leidos.com>
    Co-authored-by: abey-yoseph <59704440+abey-yoseph@users.noreply.github.com>
    Co-authored-by: dan-du-car <62157949+dan-du-car@users.noreply.github.com>
    Co-authored-by: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com>
    Co-authored-by: Cody Garver <codygarver@users.noreply.github.com>
    7 people authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dc29f66 View commit details
    Browse the repository at this point in the history
  5. Fix merge conflicts 2 (#255)

    adev4a authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    949763f View commit details
    Browse the repository at this point in the history