SecureSECO / SearchSECODatabaseAPI

GNU Affero General Public License v3.0
0 stars 3 forks source link

Bug fixes and documentation updates. #20

Closed ra5put1n closed 1 year ago

ra5put1n commented 1 year ago
  1. Dockerfile for building the database API had a few expired links and missing packages.
  2. Many throw statements weren't enclosed in try-catch blocks causing the program to terminate on throwing an error without actually displaying the error.
  3. Updated databasehandler.cpp which queried Cassandra with projectdata instead of the correct projectData which caused an error.
  4. Commented building the c++ files for the tests directory because it was causing error (Uses an older version of Google Test package, can be fixed later).
  5. Changed the testdata.cql which was using NetworkTopologyStrategy to SimpleStrategy since it was not working.
  6. Added warning for apple silicon machines and edited the build commands for building on Linux.