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

IS-11 support #271

Open
wants to merge 116 commits into
base: master
Choose a base branch
from
Open

IS-11 support #271

wants to merge 116 commits into from

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    d5e46c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487818e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d2024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634967d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d2a212 View commit details
    Browse the repository at this point in the history
  6. Implement PUT and DELETE for /senders/{senderId}/constraints/active, …

    …move Flow Compatibility API helper functions into details namespace
    N-Nagorny committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ca8c804 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b8f590 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fff7420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3de8159 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    142f765 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ba0287 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b11402e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae50dd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d230c3a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2bcaba0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16941f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2b8918 View commit details
    Browse the repository at this point in the history
  18. Get rid of list of parameter constraints used for checking if a Const…

    …raint Set is a subset of another one
    N-Nagorny committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6604027 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    583969d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b3cf776 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3755db2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    986820e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8f111b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    278a802 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4836364 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b48f40f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8141286 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    c5d2000 View commit details
    Browse the repository at this point in the history
  2. Add validate_receiver() callback, expand validate_sender()'s return v…

    …alue with debug message
    N-Nagorny committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2bac1b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94eddf View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    N-Nagorny committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0812d6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eabb3f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Fix is_constraint_subset()

    N-Nagorny committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7df92e9 View commit details
    Browse the repository at this point in the history
  2. Decouple IS-11 and IS-05

    N-Nagorny committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    376d616 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Apply suggestions from code review

    Co-authored-by: Gareth Sylvester-Bradley <[email protected]>
    N-Nagorny and garethsb authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5c8ab03 View commit details
    Browse the repository at this point in the history
  2. Remove trailing commas

    N-Nagorny committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0dcdd31 View commit details
    Browse the repository at this point in the history
  3. Move default connection_resource_patch_validator to nmos/connection_s…

    …treamcompatibility_validator.{cpp,h}
    N-Nagorny committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a538f15 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    8801298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62883e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83e7d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. 2 Configuration menu
    Copy the full SHA
    8084118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0756a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d799c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge remote-tracking branch 'origin/master' into is-11

    # Conflicts:
    #	Development/nmos/capabilities.cpp
    #	Development/nmos/json_fields.h
    #	Development/nmos/settings.cpp
    garethsb committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8ba4b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0444c02 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    6574cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402fa7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5216f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    6f46f53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc7591 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    d24eb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e08ff5 View commit details
    Browse the repository at this point in the history
  3. Add handling of Active Constraints which Constraint Sets contain less…

    … parameter constraints than Constraint Sets of Sender Caps
    N-Nagorny committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f5106ca View commit details
    Browse the repository at this point in the history
  4. Fix build

    N-Nagorny committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fb0e20e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

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

Commits on Apr 17, 2023

  1. Fix Windows build

    N-Nagorny committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c07645b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    fdaac5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31e434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b3c2c View commit details
    Browse the repository at this point in the history
  4. Fix receivers validation

    N-Nagorny committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    29bc35b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16af3ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a4d99f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e22199 View commit details
    Browse the repository at this point in the history
  8. Remove has_value()

    N-Nagorny committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0195a9e View commit details
    Browse the repository at this point in the history
  9. streamcompatibility_active_constraints_put_handler: take streamcompat…

    …iblity_sender instead of sender_id
    N-Nagorny committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    389bcd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    1d1f878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d9555 View commit details
    Browse the repository at this point in the history
  3. Fix print-outs

    N-Nagorny committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    abd69b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. constraints.cpp tweaks

    N-Nagorny committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9bc3c91 View commit details
    Browse the repository at this point in the history
  2. streamcompatibility_active_constraints_put_handler -> streamcompatibi…

    …lity_active_constraints_handler
    N-Nagorny committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fd69423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b75505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b29e1 View commit details
    Browse the repository at this point in the history
  5. Quickfix

    N-Nagorny committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9e9ac54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1631623 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Revert "Temporarily ignore auto_connection_21"

    This reverts commit 1631623.
    N-Nagorny committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    dff5591 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. CI: switch IS-11 branch

    N-Nagorny committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3d71441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5efb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf6aaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f707c View commit details
    Browse the repository at this point in the history
  5. Replace make_streamcompatibility_receiver_validator's transport_file_…

    …parser arg with transport_file_validator
    N-Nagorny committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c0c479f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    4edcf0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a37cd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd128a3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca0b38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17013f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f1fc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    dbfc11d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60fa835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c01117 View commit details
    Browse the repository at this point in the history
  4. Add "default_signal"

    N-Nagorny committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    17f9721 View commit details
    Browse the repository at this point in the history
  5. Update JSON Schemas

    N-Nagorny committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    28241d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Add "adjust_to_caps"

    N-Nagorny committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b24f84d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update JSON Schemas

    N-Nagorny committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b98dab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e033b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    146beed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e20cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3301c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c778adc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fix edid_href

    N-Nagorny committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4c446ba View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. CI: change the branch

    N-Nagorny committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0d8f8e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b8a7d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    290c745 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into is-11

    # Conflicts:
    #	Development/cmake/NmosCppLibraries.cmake
    #	Development/nmos-cpp-node/config.json
    #	Development/nmos/json_schema.cpp
    #	Development/nmos/json_schema.h
    #	Development/nmos/node_server.cpp
    #	Development/nmos/node_server.h
    #	Development/nmos/settings.h
    N-Nagorny committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a21a413 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add IS-11 docs

    N-Nagorny committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    effaa6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726f18f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge branch 'master' into is-11

    # Conflicts:
    #	Development/cmake/NmosCppLibraries.cmake
    #	Development/cmake/NmosCppTest.cmake
    #	Development/nmos-cpp-node/config.json
    #	Development/nmos-cpp-node/node_implementation.cpp
    #	Development/nmos/json_fields.h
    #	Development/nmos/json_schema.cpp
    #	Development/nmos/json_schema.h
    #	Development/nmos/model.h
    #	Development/nmos/node_resources.cpp
    #	Development/nmos/node_server.cpp
    #	Development/nmos/node_server.h
    #	Development/nmos/settings.h
    N-Nagorny committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    373ffa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Remove spaces

    lo-simon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a522324 View commit details
    Browse the repository at this point in the history
  2. Add IS-10 support

    lo-simon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fbb4470 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #1 from lo-simon/add-is10-support-to-is11

    Add is10 support
    N-Nagorny authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d33fdfa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Simon Lo <[email protected]>
    N-Nagorny and lo-simon authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3fa4720 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. IS-11 branch: v1.0-dev -> v1.0.x

    Co-authored-by: Simon Lo <[email protected]>
    N-Nagorny and lo-simon authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7bce8b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update IS-11 docs

    N-Nagorny committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7d47286 View commit details
    Browse the repository at this point in the history