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

Version update 2.05 #34

Merged
merged 50 commits into from
Jul 29, 2023
Merged

Version update 2.05 #34

merged 50 commits into from
Jul 29, 2023

Commits on May 14, 2023

  1. Renamed CraplogWorker to CraplogParser

    Moved into workers sub-directory
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    1a42375 View commit details
    Browse the repository at this point in the history
  2. Added CraplogLister

    Craplog worker to scan the logs directory and list files
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2343b81 View commit details
    Browse the repository at this point in the history
  3. Declared LogFile class as MetaType

    Allows sending as signals parameter
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    14086a1 View commit details
    Browse the repository at this point in the history
  4. Updated Craplog

    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    5491902 View commit details
    Browse the repository at this point in the history
  5. Updated MainWindow

    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    24b855a View commit details
    Browse the repository at this point in the history
  6. Updated CMakeLists.txt

    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ed03c03 View commit details
    Browse the repository at this point in the history
  7. Added CustomTreeWidgetItem

    Allows "correctly" sorting log files list by name/size
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0861450 View commit details
    Browse the repository at this point in the history
  8. Improvements and updates

    Code improvements.
    Use of CustomTreeWidgetItem instead of QTreeWidgetItem.
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    272cb7a View commit details
    Browse the repository at this point in the history
  9. Improvements and updates

    Code and performance improvements.
    Renamed CustomTreeWidgetItem to LogFileTreeWidgetItem and moved to
    customs folder.
    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    04cf16a View commit details
    Browse the repository at this point in the history
  10. Updated documentation

    elB4RTO committed May 14, 2023
    Configuration menu
    Copy the full SHA
    be45503 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Improvements

    Code improvements.
    Added checkDatabaseFile function to check for file type and permissions
    before opening.
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5761c7e View commit details
    Browse the repository at this point in the history
  2. Improvements and updates

    Code improvements.
    Database file check related updates.
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5ca53a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76bb37 View commit details
    Browse the repository at this point in the history
  4. Fix

    Fixed global statistics buttons flattening on failure
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    9ab24e6 View commit details
    Browse the repository at this point in the history
  5. Fix

    Fixed thread deletion
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    b8fb3cf View commit details
    Browse the repository at this point in the history
  6. Updated documentation

    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    864f3a6 View commit details
    Browse the repository at this point in the history
  7. Update

    Added BitBucket repo links to Crapinfo and Crapup
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5091414 View commit details
    Browse the repository at this point in the history
  8. Improvements

    Moved OS checks to compile time
    elB4RTO committed May 21, 2023
    Configuration menu
    Copy the full SHA
    feb3e7a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Added CraplogParserAsync

    Worker to parse log files asynchronously
    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    91b645c View commit details
    Browse the repository at this point in the history
  2. Update

    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    43bddb5 View commit details
    Browse the repository at this point in the history
  3. Moved WebServers IDs to defines folder

    Morphed from classes members to macros
    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    fb2d975 View commit details
    Browse the repository at this point in the history
  4. Update

    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e43b2d8 View commit details
    Browse the repository at this point in the history
  5. Updated documentation

    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    159a329 View commit details
    Browse the repository at this point in the history
  6. Code improvements

    elB4RTO committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    b987c03 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Added Dockerfile

    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    7f83b90 View commit details
    Browse the repository at this point in the history
  2. Added .dockerignore

    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3e6d3a0 View commit details
    Browse the repository at this point in the history
  3. Added docker build scripts

    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    674dbc2 View commit details
    Browse the repository at this point in the history
  4. Added docker folder in installation_stuff

    Added conf file for docker installation.
    Updated launcher for docker installation.
    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5f0d40d View commit details
    Browse the repository at this point in the history
  5. Updated docker build scripts

    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    4ae50c9 View commit details
    Browse the repository at this point in the history
  6. Updated Dockerfile

    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    17f8ba0 View commit details
    Browse the repository at this point in the history
  7. Updated CMakelists.txt

    Added -pthread linker flag for UNIX
    elB4RTO committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    cb690ab View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Fixed sha256 missin include

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    18e66ed View commit details
    Browse the repository at this point in the history
  2. Code improvements

    Improved filtering.
    Added parseNull function.
    Moved query filters to separate namespace: FilterOps.
    Refactored filters to return std::optional in case of invalid filter
    string.
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8d25739 View commit details
    Browse the repository at this point in the history
  3. Improvements and updates

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    43a92bc View commit details
    Browse the repository at this point in the history
  4. Tests improvements

    Added documentation comments.
    Added tests for filtering functions.
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ae521d7 View commit details
    Browse the repository at this point in the history
  5. Updated CMakeLists.txt

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    53a8c39 View commit details
    Browse the repository at this point in the history
  6. Fix

    Fixed out-of-range error in parsing numeric filters
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    87f112d View commit details
    Browse the repository at this point in the history
  7. Improvements

    Added filter string check on-the-fly.
    Filters background turns red when the string is invalid.
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7656514 View commit details
    Browse the repository at this point in the history
  8. Performance improvements

    Morphed Snake game internal std::function(s) to pure lambdas
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    21d16f8 View commit details
    Browse the repository at this point in the history
  9. Code improvements

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d8feeb9 View commit details
    Browse the repository at this point in the history
  10. Updated documentation

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5f1d7ac View commit details
    Browse the repository at this point in the history
  11. Version update

    Version 2.05
    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a59a456 View commit details
    Browse the repository at this point in the history
  12. Updated documentation

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    263826c View commit details
    Browse the repository at this point in the history
  13. Fixed OSX compilation issues

    elB4RTO committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4cac5f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fixed Docker build scripts

    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d3207d4 View commit details
    Browse the repository at this point in the history
  2. Added Docker uninstall script

    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    eb05354 View commit details
    Browse the repository at this point in the history
  3. Fixed Docker launcher

    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    70cccc1 View commit details
    Browse the repository at this point in the history
  4. Updated Dockeftile

    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    346c2f2 View commit details
    Browse the repository at this point in the history
  5. Fix

    Fixed logs section hanging when scanning non-existing logs directory
    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c07d545 View commit details
    Browse the repository at this point in the history
  6. Fix

    Fixed sporadic crashes caused by dialogs executed from QThread
    elB4RTO committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6e20d35 View commit details
    Browse the repository at this point in the history