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

Html out #531

Closed
wants to merge 223 commits into from
Closed

Html out #531

wants to merge 223 commits into from

Commits on Nov 15, 2022

  1. Initial implementation of the optimized TcpLikeProperties (and HyperC…

    …ubeSet) holding all connections including src_peers, dst_peers and protocols
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    74ec605 View commit details
    Browse the repository at this point in the history
  2. Extended testcase3 to produce connectivity_map

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c279de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Fixed a problem in HyperCubeSet (wrongly changing self in _and_aux.

    Added optimized_denied_ingress_props
    and optimized_denied_egress_props (in addition to allowed ones).
    Improved non_captured_conns computation
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    1b1ebbe View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Small fix

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    09cfad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Further fix of the hyper cube set

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    94fb117 View commit details
    Browse the repository at this point in the history
  2. Further fix of the hyper cube set

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    520377a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/Optimized_HC_set' into Optimized…

    …_HC_set
    
    # Conflicts:
    #	nca/CoreDS/CanonicalHyperCubeSet.py
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    af37b10 View commit details
    Browse the repository at this point in the history
  4. Avoiding redundant and heavy copy of layers.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0339215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    564d667 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9810b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e82ac99 View commit details
    Browse the repository at this point in the history
  8. Avoiding lint warnings

    Signed-off-by: Tanya <[email protected]>
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6b3b364 View commit details
    Browse the repository at this point in the history
  9. Avoiding lint warnings

    Signed-off-by: Tanya <[email protected]>
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cfb5ee7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01a9d40 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    28e211b View commit details
    Browse the repository at this point in the history
  2. More accurate update of base_peer_set.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d5d97a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Dec 4, 2022

  1. Initial implementation of Calico optimized connections handling.

    Fixed protocol handling: 0 is a valid protocol number (HOPOPT).
    Allowing any protocol in the range [0...255], though ProtocolNameResolver does not contain names of all of the possible 256 protocols.
    Fixed handling non-captured peers in K8S (cannot be handled as denied).
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    0800959 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Fixed the construction of connectivity graph (when some of src_peer o…

    …r dst_peers dimensions is all values).
    
    Added optimization for fw_rules_map - join different entries having the same values (fw_rules).
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    05a496c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Multiple fixes:

    1. To represent No connections, do not build TcpLikeProperties (TcpLikeProperties with no dimensions represent All connections).
    2. Support subsets in query in optimized solution.
    3. For comparison of optimized solution to the original one, add connections from peers to themselves.
    4. More accurate comparison for 'dot' connectivity queries.
    5. Generalized convert_named_ports (to not assume dimensions order)
    6. Handling the possibility when projection on one dimension is empty.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    bb6842c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Properly handling 'False' represented by TcpLikeProperties.

    Properly handling HostEPs in optimized TcpLikeProperties.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    0d4bd28 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Added support to ICMP data in optimized HC set (handled in TCPLikePro…

    …perties)
    
    Fixed handling of non-captured pods in optimized solution.
    Added using True/False HC_set (make_all_properties()/make_empty_properties())
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    47d5bd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Added command line flag optimized_run, having 3 possibilities:

    'false' - only original run
    'true' - only optimized run
    'debug'- both runs and comparison of their results.
    
    Printing parsing time, queries time and total run time.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0a8d53f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Small fixes;

    Workaround for the bug in HC set: using mutual contained_in, instead of ==
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    183eaeb View commit details
    Browse the repository at this point in the history
  2. Small fixes;

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    8e34573 View commit details
    Browse the repository at this point in the history
  3. Fixed building tcp_like_properties form connectivity graph

    Signed-off-by: Tanya <[email protected]>
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9957228 View commit details
    Browse the repository at this point in the history
  4. Optimized the comparison between original and optimized connections (…

    …for -opt=debug option)
    
    Added more debug prints.
    Better handling of peer_set copying in TcpLikeProperties.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    004742b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Implemented optimized Istio policy handling.

    Further optimization - calculating ref_ip_blocks only in non-optimized run.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a27899d View commit details
    Browse the repository at this point in the history
  2. Added Ingress policy support in the optimized solution.

    Improved comments.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ebae572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25118de View commit details
    Browse the repository at this point in the history
  4. Merge with master.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9218096 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    7780876 View commit details
    Browse the repository at this point in the history
  2. Small bug fix

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8998470 View commit details
    Browse the repository at this point in the history
  3. Fixed printing peer sets in FWRules.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1281b2c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. More released comparison between original and optimized fw-rules (all…

    …owing differences in auto-connections).
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    278b921 View commit details
    Browse the repository at this point in the history
  2. Merge with master.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6320d95 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Splitting istio opt properties to tcp and non-tcp properties.

    Fixed handling non captured peers in Istio policy.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c408b49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a187f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Optimizing sidecar priorities handling by refinement of sidecar.selec…

    …ted_peers in parse time.
    
    Istio sidecar optimized connectivity implementation.
    Removing unused methods.
    Better non-captured handling.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    74234ab View commit details
    Browse the repository at this point in the history
  2. Merge with master.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1216778 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    2c4b1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff9d25 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fixing initialization of MethodSet in HTTPRoute (None means no method…

    …s, MethodSet() means empty method set, which would create empty connections).
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    eb763fb View commit details
    Browse the repository at this point in the history
  2. Changed output format of ICMP data.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dabbd17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1388a4c View commit details
    Browse the repository at this point in the history
  4. 1. Merge with master

    2. Fixed handling subset in optimized solution.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e45a007 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. 1. Merge with master

    2. Improved filtering of ipv6 blocks in optimized solution.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    3882e85 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Simplifying and improving make_tcp_like_properties function.

    Fixing lint errors.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6350ebd View commit details
    Browse the repository at this point in the history
  2. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    54a1708 View commit details
    Browse the repository at this point in the history
  3. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a30fc04 View commit details
    Browse the repository at this point in the history
  4. Removed unised classes ConnectivityGraphPrototype and ConnectivityGra…

    …phOptimized.
    
    In creating TcpLikeProperties, methods and protocols cannot be None.
    Signed-off-by: Tanya <[email protected]>
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ab7dc47 View commit details
    Browse the repository at this point in the history
  5. Avoid using creation of TcpLikeProperties directly with init; using m…

    …ake_tcp_like_properties, make_tcp_like_properties_from_dict, make_empty_properties or make_all_properties instead.
    
    Use icmp_type and icmp_code full domain intervals instead of None in parameters to TcpLikeProperties creation methods.
    Removed unused or commented-out code.
    Fixed project_on_one_dimension to return None (to represent all values) for non-active dimensions.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e49ddfb View commit details
    Browse the repository at this point in the history
  6. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    254412a View commit details
    Browse the repository at this point in the history
  7. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8ec0717 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Fixing ConnectionSet.__str__ to be accurate, since it is used in sort…

    …ing functions.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    95971c4 View commit details
    Browse the repository at this point in the history
  2. Merge with master.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b343603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bba713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a346c25 View commit details
    Browse the repository at this point in the history
  5. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    0d2661b View commit details
    Browse the repository at this point in the history
  6. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    64daeed View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. track expl data

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    51b38d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. explain connectivity

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    464f004 View commit details
    Browse the repository at this point in the history
  2. explain connectivity

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b5c6586 View commit details
    Browse the repository at this point in the history
  3. Simplified and cleaned interfaces.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f8243de View commit details
    Browse the repository at this point in the history
  4. Fixed lint errors.

    Removed assertion which is no longer correct.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d77050d View commit details
    Browse the repository at this point in the history
  5. Fixed lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8977f43 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Added a new class ConnectivityCube that manages forth and back transl…

    …ations of all dimensions of ConnectivityProperties, (translations between input format and internal format).
    
    Consequently, changed API of ConnectivityProperties methods to use the above new class.
    
    Improved documentation.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    dae1bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad299fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1c5654 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ca0cab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ae2ea View commit details
    Browse the repository at this point in the history
  3. Aligned get_cube_dict to return str for all dimensions.

    Fixed resolving named ports for excluded_named_ports in the optimized solution.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e72081f View commit details
    Browse the repository at this point in the history
  4. Removed unused ICMPDAtaSet class and its unit tests.

    Optimized ConnectivityProperties properties creation for semantic True (all full dimensions).
    Removed unused methods.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    458c373 View commit details
    Browse the repository at this point in the history
  5. Cleaner code using the new ConnectivityCube API.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    4fdeed5 View commit details
    Browse the repository at this point in the history
  6. Added missing copy() in ConnectionSet.

    Fixed lint errors.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    13fcaff View commit details
    Browse the repository at this point in the history
  7. Added missing copy() in ConnectionSet.

    Fixed lint errors.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d58118c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61bcee2 View commit details
    Browse the repository at this point in the history
  9. When running with -opt=debug, printing the original results of Connec…

    …tivityMap query.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    52b3ec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Made cleaner interface of ConectivityCube class, using __setitem__, _…

    …_getitem__ and update functions.
    
    Made cleaner interface of creating empty/full/by cube ConnectivityProperties.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e38aff1 View commit details
    Browse the repository at this point in the history
  2. explain connectivity

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f5f579e View commit details
    Browse the repository at this point in the history
  3. Made cleaner interface of ConectivityCube class, using __setitem__, _…

    …_getitem__ and update functions.
    
    Made cleaner interface of creating empty/full/by cube ConnectivityProperties.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5013659 View commit details
    Browse the repository at this point in the history
  4. explain connectivity

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    90bbcee View commit details
    Browse the repository at this point in the history
  5. Fixed lint error.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4119c29 View commit details
    Browse the repository at this point in the history
  6. Small fix

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9fef3ce View commit details
    Browse the repository at this point in the history
  7. merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    072701d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e59169f View commit details
    Browse the repository at this point in the history
  9. Improved documentation.

    Simplified interface by adding ConnectivityCube.make_from_dict method.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    26904f8 View commit details
    Browse the repository at this point in the history
  10. Small fix.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3aa9f52 View commit details
    Browse the repository at this point in the history
  11. Moved empty dimension values to DimensionsManager.

    Fixed project_on_one_dimension method.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4797f3c View commit details
    Browse the repository at this point in the history
  12. Moved empty dimension values to DimensionsManager.

    Fixed lint errors.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    484bf2a View commit details
    Browse the repository at this point in the history
  13. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c221c3b View commit details
    Browse the repository at this point in the history
  14. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2cdb462 View commit details
    Browse the repository at this point in the history
  15. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a6d62ff View commit details
    Browse the repository at this point in the history
  16. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c6ec427 View commit details
    Browse the repository at this point in the history
  17. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    495ac1e View commit details
    Browse the repository at this point in the history
  18. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1d952db View commit details
    Browse the repository at this point in the history
  19. Fixed small errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6e956bb View commit details
    Browse the repository at this point in the history
  20. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    80613a8 View commit details
    Browse the repository at this point in the history
  21. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    df3afe1 View commit details
    Browse the repository at this point in the history
  22. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    380d379 View commit details
    Browse the repository at this point in the history
  23. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    70f1280 View commit details
    Browse the repository at this point in the history
  24. Update nca/CoreDS/ConnectivityProperties.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    62bc9b9 View commit details
    Browse the repository at this point in the history
  25. Update nca/Parsers/CalicoPolicyYamlParser.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ce3cbda View commit details
    Browse the repository at this point in the history
  26. Fixed lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    66fecd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Removed base_peer_set from ConnectivityProperties and ConnectivityCub…

    …e. Instead, added a singleton class BasePeerSet that keeps all peers and translates PeerSets to CanonicalIntervalSets and vice versa.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    7d6a08c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa712d View commit details
    Browse the repository at this point in the history
  3. Removed base_peer_set from ConnectivityProperties and ConnectivityCub…

    …e. Instead, added a singleton class BasePeerSet that keeps all peers and translates PeerSets to CanonicalIntervalSets and vice versa.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c2ccbfa View commit details
    Browse the repository at this point in the history
  4. Added check to BasePeerSet.get_peer_interval_of that all peers are tr…

    …anslated to intervals.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    7e2e571 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. updates after merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cbcba8e View commit details
    Browse the repository at this point in the history
  2. updates after merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ead46b3 View commit details
    Browse the repository at this point in the history
  3. after second merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9420f5b View commit details
    Browse the repository at this point in the history
  4. removed unused function

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    760e1da View commit details
    Browse the repository at this point in the history
  5. added some function descriptions

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4cc8de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. txt_no_fe_rules format added

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7fbc5ca View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Added OptimizedPolicyConnections class to hold allowed, denied and pa…

    …ss connections and captured peers.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    75846e3 View commit details
    Browse the repository at this point in the history
  2. Fixed lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    dca13d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a5fe6 View commit details
    Browse the repository at this point in the history
  4. The BasePeerSet singleton should be reset in the main (for the cases …

    …when running multiple tests, for example from run_all_tests)
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    51d8927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835fa33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebe4006 View commit details
    Browse the repository at this point in the history
  7. Simplified calico parsing method to avoid lint error.

    Fixed typo in the code.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    10bceb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    5dc62e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e200ebd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Merge with master

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2d4f3c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a4046 View commit details
    Browse the repository at this point in the history
  3. Fixing lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    736ea07 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. xml support for explain_all and default-policy fix

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9db0f91 View commit details
    Browse the repository at this point in the history
  2. merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    fc01aa1 View commit details
    Browse the repository at this point in the history
  3. Removed unused functions.

    Optimized BasePeerSet.get_peer_interval_of method.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    31ff805 View commit details
    Browse the repository at this point in the history
  4. Separated ConnectivityCube class to its own file.

    Removed unused methods/params/imports.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2604eb6 View commit details
    Browse the repository at this point in the history
  5. Update nca/NetworkConfig/NetworkConfig.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    368bb78 View commit details
    Browse the repository at this point in the history
  6. Update nca/Resources/NetworkPolicy.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c39f53f View commit details
    Browse the repository at this point in the history
  7. Added assertions avoiding incorrect comparisons of "src_peers" and "d…

    …st_peers" dimensions.
    
    Split complex ConnectivityMapQuery.exec method to multiple methods.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f5d1581 View commit details
    Browse the repository at this point in the history
  8. Update nca/CoreDS/Peer.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ec12351 View commit details
    Browse the repository at this point in the history
  9. Update nca/CoreDS/ConnectionSet.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9c8ffca View commit details
    Browse the repository at this point in the history
  10. Update nca/CoreDS/ConnectionSet.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    310a81d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. merge with HC branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    bbee710 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Added shortcut function ConnectivityProperties.make_conn_props_from_d…

    …ict.
    
    Moved BasePeerSet.reset() to run_args.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    93a8ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87c432 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9edad9 View commit details
    Browse the repository at this point in the history
  4. Fixed lint errors.

    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0cbee6c View commit details
    Browse the repository at this point in the history
  5. Code reuse optimization.

    Added documentation.
    Removed unused method.
    Improved ConnectivityProperties.project_on_one_dimension() method.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    2e70105 View commit details
    Browse the repository at this point in the history
  6. Update nca/NetworkConfig/NetworkLayer.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1a84d7e View commit details
    Browse the repository at this point in the history
  7. Update nca/NetworkConfig/NetworkLayer.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6d92ca7 View commit details
    Browse the repository at this point in the history
  8. Update nca/NetworkConfig/NetworkLayer.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    21984e1 View commit details
    Browse the repository at this point in the history
  9. Update nca/NetworkConfig/NetworkLayer.py

    Co-authored-by: Adi Sosnovich <[email protected]>
    tanyaveksler and adisos authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fd7bc60 View commit details
    Browse the repository at this point in the history
  10. Removed unused functions and imports.

    Avoid including IpBlocks in non-captured peers.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    64e5684 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f64b019 View commit details
    Browse the repository at this point in the history
  12. Making more accurate default all properties, according to all peers i…

    …n the current config.
    
    Signed-off-by: Tanya <[email protected]>
    tanyaveksler committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f3eeeba View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. output_endpoints support.

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2a2606b View commit details
    Browse the repository at this point in the history
  2. merge with HC

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    780f0ab View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. support ep modes

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    99a6b73 View commit details
    Browse the repository at this point in the history
  2. Documentation added

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4f9c0c2 View commit details
    Browse the repository at this point in the history
  3. minor fix

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8b0e3ac View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. use Expl' functions only when activated by user

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    802b3fc View commit details
    Browse the repository at this point in the history
  2. some lintings

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0587e83 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. adding html config params

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    e2d059f View commit details
    Browse the repository at this point in the history
  2. merging with upstream

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    7a178b3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. integrating SVG, expl and JS code

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8159fb0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. implemented subgraph with expl into the html generation

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4e291e5 View commit details
    Browse the repository at this point in the history
  2. some small fine tunning

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    98c8bb0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. some small fine tunning

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 8, 2023
    Configuration menu
    Copy the full SHA
    230c2f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. supporting scheme files

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ee4d341 View commit details
    Browse the repository at this point in the history
  2. support only text output formats and '[',']' in peer names

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7011930 View commit details
    Browse the repository at this point in the history
  3. merged with master

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    65763bf View commit details
    Browse the repository at this point in the history
  4. linting

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ea226af View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. small fixes

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 11, 2023
    Configuration menu
    Copy the full SHA
    697e8ff View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. small fixes

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 12, 2023
    Configuration menu
    Copy the full SHA
    70458d7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. adding beautifulsoup4 to requirements

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 14, 2023
    Configuration menu
    Copy the full SHA
    6ba1d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429e653 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. small fix

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    42a7588 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'explainability_with_HCS' of github.com:IBM/network-conf…

    …ig-analyzer into explainability_with_HCS
    shmfr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3716922 View commit details
    Browse the repository at this point in the history
  3. use TCP conns when istio layer is present

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 16, 2023
    Configuration menu
    Copy the full SHA
    41982ec View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. after merge with origin branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 18, 2023
    Configuration menu
    Copy the full SHA
    47389c4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. 1. src and dst in different colors - also in expl text. 2. selected i…

    …tems will always remain visible in subgraph. 3. 3rd selection initiate a new selection.
    
    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3fa41b6 View commit details
    Browse the repository at this point in the history
  2. graph explanations placed in the headline

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ba0a0c4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. some fixes and improvements.

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8504efb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. extra line

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b39146e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a9892 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. adding test

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f0d1b37 View commit details
    Browse the repository at this point in the history
  2. adding test

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 30, 2023
    Configuration menu
    Copy the full SHA
    10f0737 View commit details
    Browse the repository at this point in the history
  3. changed 'run_all_tests' so opt parameter can be override by tests

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 30, 2023
    Configuration menu
    Copy the full SHA
    53e0180 View commit details
    Browse the repository at this point in the history
  4. added expected results

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f2c3a22 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. parsing xml without the need of lxml

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c41fdb3 View commit details
    Browse the repository at this point in the history
  2. parsing xml without the need of lxml

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2c0ac6c View commit details
    Browse the repository at this point in the history
  3. update expected results (for new xml parser)

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b876100 View commit details
    Browse the repository at this point in the history
  4. update expected results and make it deterministic

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c0f63da View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

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

Commits on Jun 6, 2023

  1. some fixes and new tests

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a35a860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857f9fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. temp support in setting peers from the peer container, till fix will …

    …be merged to master
    
    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6941aed View commit details
    Browse the repository at this point in the history
  2. new expected results

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f3212bf View commit details
    Browse the repository at this point in the history
  3. new expected results

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    53a2963 View commit details
    Browse the repository at this point in the history
  4. manually adding tests

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    89789d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. manually updating test times

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c0b32de View commit details
    Browse the repository at this point in the history
  2. fixed some testing env agnostic issues

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cd9d28f View commit details
    Browse the repository at this point in the history
  3. better handling of ipblocks and some small fixes.

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    92ce374 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. after merge - working html, using xml parser

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f9d4099 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. lxml added to requirements.txt and setup.cfg

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bc96432 View commit details
    Browse the repository at this point in the history
  2. update expected results due to new xml parser

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1a85599 View commit details
    Browse the repository at this point in the history
  3. some linting fixes

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5436aba View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. dot header fix

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d8e0812 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. removing explanation for ipblocks

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c402d73 View commit details
    Browse the repository at this point in the history
  2. adding policies in one place

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d835df7 View commit details
    Browse the repository at this point in the history
  3. adding some documentations and test

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b7ceb53 View commit details
    Browse the repository at this point in the history
  4. after merge with master

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    895d75d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. updated expected results

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dea4134 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fixed run_all_tests path problem

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c4761fc View commit details
    Browse the repository at this point in the history
  2. duplicate line removed

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fd40627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef2195 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. updated testes and some docs.

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cdaa329 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. little better explanation

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    658811e View commit details
    Browse the repository at this point in the history
  2. some small fixes

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7c6ac51 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. base_name added

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a468689 View commit details
    Browse the repository at this point in the history
  2. better documentation for using IP-blocks

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    224e43b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. added a ip-block test

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    cae6397 View commit details
    Browse the repository at this point in the history
  2. base_name check

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7dcfc67 View commit details
    Browse the repository at this point in the history
  3. base_name check

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c33d88a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43f494b View commit details
    Browse the repository at this point in the history
  5. base_name and sync

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2a6e68f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. after merge with expl branch

    Signed-off-by: Shmulik Froimovich <[email protected]>
    shmfr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f4f7394 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. empty merge

    haim-kermany committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0f6cec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. from master

    Signed-off-by: haim-kermany <[email protected]>
    haim-kermany committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e0b70dd View commit details
    Browse the repository at this point in the history