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

v2.8.0 Release #170

Merged
merged 134 commits into from
May 6, 2024
Merged

v2.8.0 Release #170

merged 134 commits into from
May 6, 2024

Conversation

cwlacewe
Copy link
Contributor

@cwlacewe cwlacewe commented May 6, 2024

No description provided.

cwlacewe and others added 30 commits October 10, 2022 20:58
* Add workflow to get dependencies, run SNYK, Hadolint, and CIS Benchmark on push events
…ntelLabs#77)

* Generate buffer code for python client, update coverage workflow to include python code
* Skip failing tests
* Update dockerfiles; Checkin dockerfiles now only copy vdms folders; remove maven; centralize dependencies in /dependencies folder

* Correct zlib and tiledb paths

* Remove coverage file check

* Change coverage script path

* Change coverage script path

* cd before coverage script

* Add maven build arg to avoid target failure
* Add generic AddBlob command

* Format CMakeLists.txt

* Fix the AddBlob test and include all other tests

* Fix run_test.sh

* Add the add_blob test and fix the blob reading functions for the client examples

* Fix the run_Test to include all the tests

* Aff FindBlob Test code

* Fix the FindBLob test

* ADD UPDATE BLOB TEST and FINDBLOB TEST

* Update dockerfiles (IntelLabs#81) (IntelLabs#83)

* Update dockerfiles; Checkin dockerfiles now only copy vdms folders; remove maven; centralize dependencies in /dependencies folder

* Correct zlib and tiledb paths

* Remove coverage file check

* Change coverage script path

* Change coverage script path

* cd before coverage script

* Add maven build arg to avoid target failure

* Add blob: Update coverage (IntelLabs#84)

* Modify python port and run coverage w/ same cmd

* move large1.jpg to test_images folder, updated paths to image, remove unused image and video in  images folder

---------

Co-authored-by: Chaunte W. Lacewell <[email protected]>
* Unify ports for unit tests
* Fic gcov error
* Format CMakeLists.txt

* Add CSV CPP Client Plugin

* Fix the VDMS path dependencies in csv_plugin library

* Add the multithread layer class in CSVParser class that uses the utilities in CSVPArserUtil.cpp and add the test in tests folder

* merge csv plugin in cleint folder

* Update check-in Dockerfiles to include lib

* Add the csv-plugin as CSVParser in the VDMS::Client CPP folder as a utility

* Remove COpy csv-cpp-lib

* fix the failing tests

* adjust run python_tets

* fix the stash conflict

* wprking on csv tests

* Working os csv tests

* Update run_coverage_cpp.sh

Include .cpp files

* Update run_coverage_cpp.sh

Add flag to overcome known error (https://gcovr.com/en/master/guide/gcov_parser.html#negative-hit-counts)

* stash changes

* Configue the prot of csv parser

* Trying to add the video tesing in csv

* Fi the test script

* fix run_python_test

* Uncoment the Update in CSV

* Csv client lib (IntelLabs#95)

* Update python coverage test to exclude tests folder

* Remove unused old folder (csv-cpp-lib), remove hardcoded ragaad paths from CMakeLists files, remove commented code

* Fix splitrow, add bin to supported image format, uncomment constraints for images, use CSVformat100.csv for entity test, add operations to image and video csv

* Update tests/unit_tests/client_add_entity.cc

Removed empty line (only change to file)

* Update CMakeLists.txt

Remove empty line (only change to file)

* Update tests/main.cc

remove empty line

* Csv client lib (IntelLabs#96)

* Fix ops in video csv, update csvs for additional testing, improve isInt

* Add additional tests and catch case for unkonwn commandtype

* Update tests/main.cc

---------

Co-authored-by: Lacewell, Chaunte W <[email protected]>
* replace gasp runners becasue unstable; add noproxy to python snyk
SDL Requirement: Apply available vulnerability fixes
* Update dockerfiles to pass snyk locally
* Add files to update pypi package
* Fix CIDs 3428250, 3399517, 3399721
* Fix CID 3399499
* Fix CIDs 3399722 and 3399506
* Fix CID 3399609 and 3399442
* Fix CID 3399441
* Fix 3399465 and 3399606
* fix 3399466
* Fix CID 3399404 and 3399679
* Fix CID 3441993
Signed-off-by: tmcourie <[email protected]>
Co-authored-by: tmcourie <[email protected]>
Co-authored-by: Ragaad <[email protected]>
ifadams and others added 25 commits March 26, 2024 14:54
* initial checkin, WiP

* in progress, few notes and TODOs added

* sign of life on functional test and script, succesful compilation

* Basic PUT-GET functionality working in testing and updated test script to auto-create correct bucket

* Fixed json parsin, added get connection test

* Automated format changes

* updated based on feedback

* tweaked run AWS to merge ops IO coordinator test

* Removed old test script

* minor fixes from PR feedback. Streamlined test call, addded back in exit code checks that were accidentally removed

* Fixed minor change in VCL naming/namespace conventions

* excluding IO coordinator tests from run tests

* excluding IO coordinator tests from run tests

* Automated format changes

* fixing resource leak in unit test

* hopefully fixing coverity complaint

* another shot at attempting the coverity fix

---------

Co-authored-by: sys_vdms <[email protected]>
* Make protobuf and faiss shared in dockerfiles and install.md
* Fix compilation issues; Update INSTALL.md; Update versions in requirement files
* Update for non-root users
Update manual trigger for external sync
…ch (#283)

* Add scheduled update for external_* branches
* Move scripts to folder, update sdl workflow
* WiP-Initial source checkin, note build is not currently working.

* compiles, now moving to refinement and cleanup

* Neo4j Testing Update (#287)

* cleaning up some noisy test output

* Automated updates: format

* Extending sleep time to make sure neo4j initializes

---------
Co-authored-by: Ian F. Adams <[email protected]>
Co-authored-by: Chaunte W. Lacewell <[email protected]>
Co-authored-by: sys_vdms <[email protected]>
Co-authored-by: sys_vdms <@intel.com>
* Update workflow to update target coverage when changes
…ntainer env (#292)

* Add python script and update dockerfiles

* Automated updates: format

---------

Co-authored-by: sys_vdms <[email protected]>
* removing debug hard code

* Remove hardcoded endpoints: BackendNeo4jTest.cc, Dockerfiles, pull_requests.yml

* Automated updates: coverage files in .github/coverage

---------

Co-authored-by: cwlacewe <[email protected]>
Co-authored-by: sys_vdms <[email protected]>
* add mTLS support to python client

* modify send/recv to support tls

* add tests for tls verification

* Update Dockerfile

* add test to exercise Connection.cc tls code

* Changes to avoid tls_cpp from hanging due to waiting for connection: Remove duplicate generation of TLS files; Remove skipped comms test bc similar to TLS test; Run client from TLSTest:

* Fix coverity issues in ConnClient, Connection and Server classes

* Automated updates: format and coverage files in .github/coverage

---------

Co-authored-by: sys_vdms <[email protected]>
Co-authored-by: Chaunte W. Lacewell <[email protected]>
Co-authored-by: Rolando Quesada <[email protected]>
* moved srand seed

* Automated updates: coverage files in .github/coverage
---------

Co-authored-by: sys_vdms <[email protected]>
Update Python client version to 0.0.21 for release
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chaunte W. Lacewell <[email protected]>
@cwlacewe cwlacewe marked this pull request as ready for review May 6, 2024 21:32
@cwlacewe cwlacewe requested review from Ragaad and michaelbeale-IL May 6, 2024 21:34
@michaelbeale-IL michaelbeale-IL merged commit 07e8abd into IntelLabs:develop May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants