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

2.2.0RC #1202

Merged
merged 821 commits into from
Oct 20, 2023
Merged

2.2.0RC #1202

merged 821 commits into from
Oct 20, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 11, 2023

  1. http scheme always on packages remove/update

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2bf91bc View commit details
    Browse the repository at this point in the history
  2. OMF inbuilt plugin link documentation

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c1a2af1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #1100 from fledge-iot/FOGL-7881

    FOGL-7881 service and plugin API cleanup fixes
    ashish-jabble authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6bca6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6610a61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df1c75a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1113 from fledge-iot/FOGL-7936.inbuiltplugin

    OMF inbuilt plugin link documentation
    ashish-jabble authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    eec7076 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    132271d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1114 from fledge-iot/FOGL-7759

    FOGL-7759 standalone filter pipeline category handling on deletion
    ashish-jabble authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cbe59e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. refinements in python utility to fetch C-based plugins

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    98cfe78 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. unit tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    69c9a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eadda1 View commit details
    Browse the repository at this point in the history
  3. FOGL-7814: Move readings in south plugin ingest. (#1096)

    * FOGL-7814: Move readings in south plugin ingest.
    - Added function to transfer readings vector in reading_set class.
    - Added function to remove and return a reading from reading vector in reading_set class.
    - Changed plugin ingest for poll and async using moveAllReadings function added to reading_set class.
    
    Signed-off-by: Himanshu Vimal <[email protected]>
    cyberwalk3r authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b93b276 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. control pipeline filters handling on CRUD's along with order; also so…

    …me code cleanup
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2ff96c9 View commit details
    Browse the repository at this point in the history
  2. FOGL-7696 Addition of UTC timezone to the python payload builder & al…

    …so Sqlite plugins readings has with UTC instead of localtime (#1116)
    
    * workaround addition of UTC timezone to the python payload builder
    
    Signed-off-by: ashish-jabble <[email protected]>
    
    * FOGL-7696 Return asset data in UTC and honour timezone setting in query
    payload
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * timezone with alias on select payload
    
    Signed-off-by: ashish-jabble <[email protected]>
    
    * browser api tests updated as per timezone addition in payload builder with select alias
    
    Signed-off-by: ashish-jabble <[email protected]>
    
    * Sql query syntax fixes
    
    Signed-off-by: ashish-jabble <[email protected]>
    
    ---------
    
    Signed-off-by: ashish-jabble <[email protected]>
    Signed-off-by: Mark Riddoch <[email protected]>
    Co-authored-by: Mark Riddoch <[email protected]>
    ashish-jabble and MarkRiddoch authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bfd6f5c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    2dbdf6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1120 from fledge-iot/FOGL-7927

    FOGL-7927 control pipeline filters fixes on CRUD's along maintained its order
    ashish-jabble authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0bf654c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5520e39 View commit details
    Browse the repository at this point in the history
  4. has permissions decoratore removed from control service API & other g…

    …uard fixes at middleware
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6a7111d View commit details
    Browse the repository at this point in the history
  5. FOGL-7658 Control pipeline documentation & core support (#1121)

    * FOGL-7658 Add source information for control requests from the north
    service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-7658 Fix passing of set point value
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Checkpoint
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Control pipeline documentation
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix table
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Update with review comments
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    71e193b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. control role added in PostgreSQL engine

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7806011 View commit details
    Browse the repository at this point in the history
  2. control role added for sqlitelb engine along with upgrade and downgra…

    …de scripts
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e7cb912 View commit details
    Browse the repository at this point in the history
  3. auth system tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fdcabfb View commit details
    Browse the repository at this point in the history
  4. API endpoints system tests added for Control user & also update contr…

    …ol scripts and pipeline for other user types
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    36e60e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aecf59e View commit details
    Browse the repository at this point in the history
  6. FOGL-7980 Initial performance counter implemetation (#1123)

    * FOGL-7980 Initial perforamnce coutner implemetation
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Added flow control counters
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix typos
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f4eb183 View commit details
    Browse the repository at this point in the history
  7. FOGL-7994 fix SQL scripts (#1125)

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e89255f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Syntax query fixes in PostgreSQL

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0f34a39 View commit details
    Browse the repository at this point in the history
  2. DDL queries moved from DML phase intialization & other syntax query f…

    …or creating INDEX fixes of both sqlite and sqlitelb engines
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    35258cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09268e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7aa60b View commit details
    Browse the repository at this point in the history
  5. indentation fixes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d54b931 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1126 from fledge-iot/FOGL-7994.patch

    FOGL-7994.patch
    ashish-jabble authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b766390 View commit details
    Browse the repository at this point in the history
  7. Merge conflicts as per FOGL-7980 & FOGL-7994

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3fa3b4d View commit details
    Browse the repository at this point in the history
  8. APT operations involved in some of tests are commented and verified m…

    …anually
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a2e7d8b View commit details
    Browse the repository at this point in the history
  9. sort handling of inbuilt plugins and rule inbuilt plugins are added t…

    …o fledge plugin summary list
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b8cde69 View commit details
    Browse the repository at this point in the history
  10. sort handling of inbuilt plugins in plugin detailed documentation & o…

    …ther code refactroing
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4ba6c0d View commit details
    Browse the repository at this point in the history
  11. authentication package based system tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d99dd94 View commit details
    Browse the repository at this point in the history
  12. case insensitive sort of repositories list

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3510d4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11acb14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0134db2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1124 from fledge-iot/FOGL-7953

    FOGL-7953 New control user added
    ashish-jabble authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6d834e9 View commit details
    Browse the repository at this point in the history
  16. malformed table fixes for control pipeline when white-labelled docume…

    …ntation
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0d9d437 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2105aac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4fcc146 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Merge pull request #1128 from fledge-iot/FOGL-5691

    FOGL-5691 - Sorting of inbuilt plugin in alphabetically order for both plugins summary list and detailed documentation
    ashish-jabble authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    13986b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    99b87c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9437f87 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 4, 2023

  1. Merge pull request #1127 from fledge-iot/FOGL-7743.1

    FOGL-7743: clear the readings vector after append operation
    gnandan authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    167c708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420cc70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1130 from fledge-iot/FOGL-7908

    FOGL-7908 most recent param in asset browser API
    ashish-jabble authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4617e08 View commit details
    Browse the repository at this point in the history
  4. FOGL-8002 Add support for delete operations in table registration (#1132

    )
    
    * Checkpoint
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-8002 Add support for delete operations in table registration
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1c6f04a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. monitors db content added to support bundle

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    604be95 View commit details
    Browse the repository at this point in the history
  2. added common function to get db table records

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d295403 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1134 from fledge-iot/FOGL-7982

    FOGL-7982 monitors and statistics content added into support bundle
    ashish-jabble authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    de62a4d View commit details
    Browse the repository at this point in the history
  4. FOGL-8020 Fix order of initialisation in asset tracker (#1136)

    * FOGL-8020 Fix order of initialisation in asset tracker
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * further re-ordering
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7f2d04d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. FOGL-8014 Prevent crash in resultset constructor with integer overflow (

    #1133)
    
    Signed-off-by: Mark Riddoch <[email protected]>
    Co-authored-by: Ray Verhoeff <[email protected]>
    MarkRiddoch and RVerhoeff authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d010f39 View commit details
    Browse the repository at this point in the history
  2. Control Flow API schema added for SQLite along with upgrade and downg…

    …rade sql
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    986aef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Control Flow API schema added for SQLitelb along with upgrade and dow…

    …ngrade sql
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c06fd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e4e178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8323662 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1138 from fledge-iot/FOGL-7982.patch

    recovered support bundle stuff which got removed in FOGL-7982
    ashish-jabble authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e6a6302 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. FOGL-7983 Store statistic history in UTC and fix the newer/older (#1135)

    condition
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6ebddcf View commit details
    Browse the repository at this point in the history
  2. Control entrypoint Flow API: Create operation

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5fab143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6748a9d View commit details
    Browse the repository at this point in the history
  4. Control entrypoint Flow API: Get by name

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e3da953 View commit details
    Browse the repository at this point in the history
  5. Control entrypoint Flow API: Delete

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4388606 View commit details
    Browse the repository at this point in the history
  6. Control entrypoint Flow API: Update only skelton added

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    891bd64 View commit details
    Browse the repository at this point in the history
  7. On create if name is already in use then return with 400

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6ff1f4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a429fcd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09a375d View commit details
    Browse the repository at this point in the history
  10. FOGL-8028 Resolve build issue with ARM compiler (#1139)

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c10e4f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Any destination entry added in schema

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    236effb View commit details
    Browse the repository at this point in the history
  2. Adapt Any type destination in control pipeline

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0dddb5e View commit details
    Browse the repository at this point in the history
  3. doc screenshot updated for control pipeline destination

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    34ed53d View commit details
    Browse the repository at this point in the history
  4. Control Flow API schema added for PostgreSQL along with upgrade and d…

    …owngrade SQL's
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    40df292 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1140 from fledge-iot/FOGL-7985

    FOGL-7985 Control Flow API
    ashish-jabble authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e2ec1fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e011ce View commit details
    Browse the repository at this point in the history
  7. Downgrade fixes when records are there

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6b08e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    69bfa82 View commit details
    Browse the repository at this point in the history
  2. scheduler tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cd43e6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1141 from fledge-iot/FOGL-7984

    FOGL-7984 - Any destination added in control pipeline lookup
    ashish-jabble authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    18a842a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6152e76 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. schema version changed to number 65

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    577ccd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c7a247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303d541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67a53eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    621a6e2 View commit details
    Browse the repository at this point in the history
  6. audit system tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ecff54f View commit details
    Browse the repository at this point in the history
  7. audit trail entry added for ACLAD logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c244b45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3001915 View commit details
    Browse the repository at this point in the history
  9. audit trail entry added for ACLDL logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ecd0a7f View commit details
    Browse the repository at this point in the history
  10. audit trail entry added for ACLCH logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6f330cd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge pull request #1143 from fledge-iot/FOGL-7963

    FOGL-7963 - Add old data to Audit log entry for changing schedules
    ashish-jabble authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4449b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6060c View commit details
    Browse the repository at this point in the history
  3. audit trail entry added for CTSAD logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bf77c55 View commit details
    Browse the repository at this point in the history
  4. audit trail entry added for CTSDL logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b4305d6 View commit details
    Browse the repository at this point in the history
  5. audit trail entry added for CTSCH logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d8f3e70 View commit details
    Browse the repository at this point in the history
  6. some fixes for ACLDL

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e777e02 View commit details
    Browse the repository at this point in the history
  7. audit trail entry added for CTPDL logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5ae483c View commit details
    Browse the repository at this point in the history
  8. audit trail entry added for CTPCH logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a3a8b39 View commit details
    Browse the repository at this point in the history
  9. audit trail entry added for CTPAD logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e705364 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1145 from fledge-iot/FOGL-7962.ACL

    FOGL-7962 - audit trail entry added in ACL CRUD operations
    ashish-jabble authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e3c1c58 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1146 from fledge-iot/FOGL-7962.ControlScript

    Fogl 7962 audit trail entry added in script CRUD operations
    ashish-jabble authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9ae9acb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1147 from fledge-iot/FOGL-7962.ControlPipeline

    FOGL-7962  audit trail entry added for control pipeline CRUD operations
    ashish-jabble authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ac0d61d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1137 from fledge-iot/FOGL-8021

    FOGL-8021 Control Flow API schema and also has FOGL-7985 Control Flow API
    ashish-jabble authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    308dce9 View commit details
    Browse the repository at this point in the history
  14. rebased with latest develop branch

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5ffd718 View commit details
    Browse the repository at this point in the history
  15. rebased downgrade scripts

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f0f4fea View commit details
    Browse the repository at this point in the history
  16. audit ACLCH fixes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0a3ac94 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fledge docker installation steps added in quickstart guide

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c20d38f View commit details
    Browse the repository at this point in the history
  2. feedback changes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5c6d847 View commit details
    Browse the repository at this point in the history
  3. FOGL-7959 Improve error handling for plugin load failure (#1142)

    * Error reporting improvements
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Improve JSON parse error reporting
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-7959 Capture some of the common reasons plugins fail to load
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix typos
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Removing using namespace from string_utils header file
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Removing using namespace from string_utils header file
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Update test
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Update tests
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix unit tests
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Test checkin to add loggign to PR unit tester
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Using -j1 in RunAllTests
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Using -j1 in RunAllTests
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Include strign_utils in postgres test
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Use entire common library for Postgres test
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add library location
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add extra library requirements
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1633a64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c026d2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1148 from fledge-iot/FOGL-7811

    FOGL-7811 fledge docker installation steps added in  quickstart guide
    ashish-jabble authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3b65764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52afaa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. v2 configuration migration work

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5f3cb82 View commit details
    Browse the repository at this point in the history
  2. path corrected for RTD yaml

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5629abc View commit details
    Browse the repository at this point in the history
  3. python version updated as per RTD convention

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bda2e6d View commit details
    Browse the repository at this point in the history
  4. corrections in quickstart

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b1c7ca2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1149 from fledge-iot/FOGL-6331

    FOGL-6331 readthedocs yaml configuration v2 added as per Read the Docs Deprecation timeline
    ashish-jabble authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d480424 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    051f299 View commit details
    Browse the repository at this point in the history
  2. timestamp in UTC for package logs file

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3f1fbe6 View commit details
    Browse the repository at this point in the history
  3. date timestamp in UTC for backup API

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dba2e67 View commit details
    Browse the repository at this point in the history
  4. support bundle filename in UTC format

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a4c9803 View commit details
    Browse the repository at this point in the history
  5. Use sqlite3 in /usr/local rather than /tmp (#1150)

    * Use sqlite3 in /usr/local rather than /tmp
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Remove TODO that has been done
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e52c9d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5399cbc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. name KV pair added in audit delete scenarios for control script, pipe…

    …line and ACL
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    26da071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25420a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1144 from fledge-iot/FOGL-7962

    FOGL-7962 - New audit log codes for ACL and Control Script and pipeline
    ashish-jabble authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    55fcbb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf66d2b View commit details
    Browse the repository at this point in the history
  5. Path corrected in CMakelists for sqlite3 binary

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c4d7e3b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1151 from fledge-iot/FOGL-6083

    FOGL-6083 UTC timezone in API for backup, package log
    ashish-jabble authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e3dbcd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. reverted FOGL-8039 changes for C based unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e69b66b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1154 from fledge-iot/FOGL-8055.cunittests

    reverted FOGL-8039 changes for C based unit tests
    ashish-jabble authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    01f0732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    913175e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1153 from fledge-iot/FOGL-8055.aj

    FOGL-8055 Path corrected in CMakelists for sqlite3 binary
    ashish-jabble authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1b53863 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    00ba951 View commit details
    Browse the repository at this point in the history
  2. FOGL-7349 Add persistence of SQLiteInMemory between executions (#1152)

    * FOGL-7349 Add peristance of SQLite in memory database
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Remove extra debug
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix unit test cmakefiles to access new sqlite_common include file
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Update following review comments
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ccca75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    150a523 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1157 from fledge-iot/FOGL-8039.patch

    sqlite3 make install fixes for YUM based as per FOGL-8039 changes
    ashish-jabble authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2130ef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 1, 2023

  1. FOGL-8061 Add indexes to SQLiteInMemory plugin for user_ts and assert…

    …/user_ts (#1155)
    
    * Add indexes
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Experimental optimisations
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Update audit log
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Don't accumulte rows retained
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix tests
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0d4a01e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 8, 2023

  1. variables and constants are allowed empty dict for type operation in …

    …POST entrypoint request
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    116198a View commit details
    Browse the repository at this point in the history
  2. variables and constants are allowed empty dict for type operation in …

    …PUT entrypoint request
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ad341d3 View commit details
    Browse the repository at this point in the history
  3. individual exceptions block added to raise an error with accurate HTT…

    …P status code
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0369ce7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fixes for destination and destination arg values

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f398697 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request #1160 from fledge-iot/FOGL-8079

    FOGL-8079 - variables and constants KV pairs are allowed as empty dict ONLY for operation type
    ashish-jabble authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    712b00d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. FOGL-7277 Restructure OMF plugin such that the OMF object can be reus…

    …ed (#1161)
    
    * FOGL-7277 Restructure to use OMF object for multiple sends and reduce number of resends of base data types and containers
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-7277 Fix indent in documentation and add test fro send full
    structure  in linked data types
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix a couple of typos
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Correct comment
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix typos
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2521d6b View commit details
    Browse the repository at this point in the history
  2. bypass control update request from middleware for editor/normal user …

    …and rejection handling in its handler; also made some comments into code
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b2c0320 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Control Entrypoint Audit log code added for sqlite engine

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    876777b View commit details
    Browse the repository at this point in the history
  2. Control Entrypoint Audit log code added for sqlitelb engine

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f046013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3913cd View commit details
    Browse the repository at this point in the history
  4. audit system API tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f945f78 View commit details
    Browse the repository at this point in the history
  5. Audit trail entry added for CTEDL logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0bc73fe View commit details
    Browse the repository at this point in the history
  6. Audit trail entry added for CTEAD logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b5e55fe View commit details
    Browse the repository at this point in the history
  7. Audit trail entry added for CTECH logcode

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0221b42 View commit details
    Browse the repository at this point in the history
  8. FOGL-7885: Tentative changes

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1e71cb3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1162 from fledge-iot/FOGL-8066

    Control update request condition removed from middleware and to allow or reject validation in its handler
    ashish-jabble authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    637dea6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a88b01 View commit details
    Browse the repository at this point in the history
  11. FOGL-8108 Add missign duration data in purge for sqlitememory when the (

    #1163)
    
    purge does nothing
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5ff0b8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    557b0fc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. FOGL-8060 Limit size of insert statements sent to Postgres (#1156)

    Signed-off-by: Mark Riddoch <[email protected]>
    Co-authored-by: Ashish Jabble <[email protected]>
    MarkRiddoch and ashish-jabble authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e41d970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7fe426 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1164 from fledge-iot/FOGL-8051

    FOGL-8051 - Control Entrypoint audit log codes
    ashish-jabble authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    50ea261 View commit details
    Browse the repository at this point in the history
  4. Further changes

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fd84942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50e3ac2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Further fix

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    803383a View commit details
    Browse the repository at this point in the history
  2. Invalid JSON fixes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    efe86c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d06e7 View commit details
    Browse the repository at this point in the history
  4. more unit tests added with purge flag and removed unused code from un…

    …it tests
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    60e675f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge pull request #1166 from fledge-iot/FOGL-8113

    FOGL-8113 PURGE JSON response fixes when nothing to removed & more exception handling added in Python purge along with unit tests
    ashish-jabble authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5e53a10 View commit details
    Browse the repository at this point in the history
  2. name and type is restricted for STARTUP type schedule while updating …

    …schedule from API
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    78673a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a028b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11a64bf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. control request execute implemented as per new specs

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1996d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e302991 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1167 from fledge-iot/FOGL-8047

    FOGL-8047 Name and Type restricted for STARTUP schedule when updating a schedule
    ashish-jabble authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2616053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d2b6d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. allow user column handling added in UPDATE entrypoint API

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    315d09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f96f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1168 from fledge-iot/FOGL-8111

    FOGL-8111 execute control Flow API endpoint updated as per new specs
    ashish-jabble authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    dfefa1c View commit details
    Browse the repository at this point in the history
  4. resolved conflicts as per FOGL-8111 changes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    360e995 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Removing some debug logs

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9708b58 View commit details
    Browse the repository at this point in the history
  2. More changes

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    82a5437 View commit details
    Browse the repository at this point in the history
  3. More changes

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b750676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33fbbc8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1169 from fledge-iot/FOGL-8094

    user column handling added in control_api_acl table when using entrypoint PUT API
    ashish-jabble authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d93724b View commit details
    Browse the repository at this point in the history
  6. FOGL-7839 clean-up memory deallocation (#1158)

    * Updated test_memcheck.sh file to generate logs and xml report based on the params passed
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * Feedback changes
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * Refactored code
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * FOGL-7839 Cleanup shutdown of storage service to remove valgrind reports
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * North service enhancements to cleanup or exit
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add virtual destructor to south service and remove copy of readings when ingesting via Python
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Delete north service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Updates in north service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Delete empty reading sets
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Make sure reconfigure thread is shutdown
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add south plugin destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Updates in south service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Checkpoint
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Cleanup queues
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix unitialised data read
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Resolve sharing of readings issue
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Revert to push_back for PythonReadingSet
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Limit north queues
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Experimental checkin
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Experiment with removing virtual from reading set destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix dangerous ReadingSet::append that could result in readings being deleted twice
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Reinstate optimal south ingest
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Remove conditional code
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix issue with base class calling method in derived class from the destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Signed-off-by: Mark Riddoch <[email protected]>
    Co-authored-by: Mohit Singh Tomar <[email protected]>
    Co-authored-by: Himanshu Vimal <[email protected]>
    3 people authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    08bb3c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    2d5feac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ebc58 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1165 from fledge-iot/FOGL-7885

    FOGL-7885: Memory leak on south service with python filter for T_DP_DICT readings
    AmandeepArora authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d2d5db5 View commit details
    Browse the repository at this point in the history
  4. FOGL-8122 Remove stray character in north_c script that prevented (#1171

    )
    
    valgrind usage
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    71f6bb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c08db1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request #1172 from fledge-iot/FOGL-8307.multipleparamsuppo…

    …rtentrypoint
    
    Ability to update multiple param support in PUT entrypoint API
    ashish-jabble authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    35d8bdb View commit details
    Browse the repository at this point in the history
  2. permitted KV pair handling added in GET ALL entrypoint API

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cf7c22b View commit details
    Browse the repository at this point in the history
  3. anonymous boolean value in response of GET entrypoint API

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    69bdfd0 View commit details
    Browse the repository at this point in the history
  4. missing name fixes in audit trail entry for script and ACL update ope…

    …rations
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    477567d View commit details
    Browse the repository at this point in the history
  5. unit tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a08d6e0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1174 from fledge-iot/FOGL-7962.patch

    missing name fixes in audit trail entry for script and ACL update operation
    ashish-jabble authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f486300 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    bb4341d View commit details
    Browse the repository at this point in the history
  2. permitted KV pair added in get by name control Flow API endpoint; onl…

    …y for GUI purpose to show/hide Execute button on Detail page
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1ad7f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4ec0b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. get all entrypoint unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    84f1e79 View commit details
    Browse the repository at this point in the history
  2. get by name entrypoint control Flow API unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    68f13dc View commit details
    Browse the repository at this point in the history
  3. create entrypoint control Flow API unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4525755 View commit details
    Browse the repository at this point in the history
  4. update entrypoint control Flow API unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    309e002 View commit details
    Browse the repository at this point in the history
  5. delete entrypoint control Flow API unit tests

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0c45910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe2a37b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. internal def unit tests added in Control Flow API

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a0d9763 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    f2c7a58 View commit details
    Browse the repository at this point in the history
  2. FOGL-8119 OMF lookup performance enhancements and string handling pre…

    …-allocation (#1176)
    
    * Updated test_memcheck.sh file to generate logs and xml report based on the params passed
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * Feedback changes
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * Refactored code
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    
    * FOGL-7839 Cleanup shutdown of storage service to remove valgrind reports
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * North service enhancements to cleanup or exit
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add virtual destructor to south service and remove copy of readings when ingesting via Python
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Delete north service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Updates in north service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Delete empty reading sets
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Make sure reconfigure thread is shutdown
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add south plugin destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Updates in south service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Checkpoint
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Cleanup queues
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix unitialised data read
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Resolve sharing of readings issue
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Revert to push_back for PythonReadingSet
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Limit north queues
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Experimental checkin
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Experiment with removing virtual from reading set destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix dangerous ReadingSet::append that could result in readings being deleted twice
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Reinstate optimal south ingest
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Remove conditional code
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix issue with base class calling method in derived class from the destructor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Use unordered_maps for lookup tables
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Updates to OMF linked data creation. Note instrumentation is turned on
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Increase initial string reserve
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Assume version supports linmked data unless otehrwise stated
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Turn on instrument
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-8119 Strip CR/NL from exception message and add re-creation of
    sender class
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix unitialised variable
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Signed-off-by: Mark Riddoch <[email protected]>
    Co-authored-by: Mohit Singh Tomar <[email protected]>
    Co-authored-by: Himanshu Vimal <[email protected]>
    3 people authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    65e648e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. FOGL-8133: Initial fix

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    321cbe5 View commit details
    Browse the repository at this point in the history
  2. Removing debug code/logs

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7aafca0 View commit details
    Browse the repository at this point in the history
  3. Removing debug code/logs

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    71ead21 View commit details
    Browse the repository at this point in the history
  4. Further minor fix

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3dbfb53 View commit details
    Browse the repository at this point in the history
  5. Cosmetic change

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    23b86fa View commit details
    Browse the repository at this point in the history
  6. Disable valgrind run

    Signed-off-by: Amandeep Singh Arora <[email protected]>
    AmandeepArora committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    76169f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0bd7d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    ebd9450 View commit details
    Browse the repository at this point in the history
  2. Jinja2 and sphinx-rtd-theme pip version added for docs

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0c664a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    ab1ea0b View commit details
    Browse the repository at this point in the history
  2. Control Flow entrypoint API system tests added

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    dcc9296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee808fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1182 from fledge-iot/FOGL-8151

    FOGL-8151 Jinja2 and sphinx-rtd-theme pip version added for docs
    ashish-jabble authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b168143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3aae4b View commit details
    Browse the repository at this point in the history
  6. FOGL-8139 Update the default for statistics gathering (#1183)

    * FOGL-8139 Update the default for statistics gathering
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix typo
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    164664f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c74899b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request #1184 from fledge-iot/FOGL-8138

    FOGL-8138 Control Flow entrypoint API system tests added
    ashish-jabble authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5fdb53a View commit details
    Browse the repository at this point in the history
  2. FOGL-8159 Turn off Instrumentation flag (#1186)

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    eabf974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5aea3 View commit details
    Browse the repository at this point in the history
  4. FOGL-8120 Update default purge schedule. Note there is no schema chan…

    …ge (#1189)
    
    as there are no upgrade/downgrade implicaitons in this change
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    77eeeb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. FOGL-8123 Add performance monitors to north service (#1173)

    * FOGL-8122 Remove stray character in north_c script that prevented
    valgrind usage
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * FOGL-8123 Add performance monitors to north service
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Fix typo in comment and add block utilisation monitor
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add documentation
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    * Add south storage counters and fix typo
    
    Signed-off-by: Mark Riddoch <[email protected]>
    
    ---------
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1c49a4f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. FOGL-8170 Add storage related counters (#1192)

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f0b1c5e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. FOGL-8181 Improve performance monitor cleanup (#1194)

    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8ecc5dd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. FOGL-8087: fix for statistics rate in Postgres (#1187)

    FOGL-8087: fix for statistics rate in Postgres
    Also fixes FOGL-4102
    Added C++ fix to history_ts field in WHERE clause
    pintomax authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    74bae6b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. FOGL-8190 Temporarily revert to statistics collection per asset and (#…

    …1196)
    
    service as the default for south services
    
    Signed-off-by: Mark Riddoch <[email protected]>
    MarkRiddoch authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    db19358 View commit details
    Browse the repository at this point in the history
  2. statistics rate API query fixes

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1156ace View commit details
    Browse the repository at this point in the history
  3. statistics rate unit tests updated

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4ab0f57 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    aa3ec96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1199 from fledge-iot/revert-1187-FOGL-8087

    Revert "FOGL-8087: fix for statistics rate in Postgres"
    ashish-jabble authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c286b5b View commit details
    Browse the repository at this point in the history
  3. resolved conflicts as per latest develop

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8f3106e View commit details
    Browse the repository at this point in the history
  4. skip annotation removed from API tests as per FOGL-7960

    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    364a84c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1200 from fledge-iot/FOGL-7097

    FOGL-7097 skip annotation removed from API tests as per FOGL-7960
    ashish-jabble authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b19e01d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1198 from fledge-iot/FOGL-7960

    FOGL-7960 statistical rate API query changed without datetime
    ashish-jabble authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1be1406 View commit details
    Browse the repository at this point in the history
  7. VERSION changed

    Signed-off-by: dianomicbot <[email protected]>
    dianomicbot committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7656f21 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. python unit tests fixes when run in suite; issue with scheduler share…

    …d instance is not resetting on completion of test scenario (#1203)
    
    Signed-off-by: ashish-jabble <[email protected]>
    ashish-jabble committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    faf363d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea4ab27 View commit details
    Browse the repository at this point in the history
  2. Updated 91_version_history file for 2.2.0 release (#1205)

    * Updated 91_version_history.rst
    
    Signed-off-by: Mohit Singh Tomar <[email protected]>
    Mohit04tomar authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9fe5727 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. 2.2.0 change-log update / feedback fixes (#1206)

    * feedback fixes
    
    Signed-off-by: Praveen Garg <[email protected]>
    
    * some fixes in version history and also removed CentOS Stream9 from 2.2.0RC documentation
    
    Signed-off-by: ashish-jabble <[email protected]>
    
    ---------
    
    Signed-off-by: Praveen Garg <[email protected]>
    Signed-off-by: ashish-jabble <[email protected]>
    Co-authored-by: ashish-jabble <[email protected]>
    praveen-garg and ashish-jabble authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    89e9e1a View commit details
    Browse the repository at this point in the history