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

Test Isolation using linux namespaces #277

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    0300f03 View commit details
    Browse the repository at this point in the history
  2. exec from command line

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    45dc291 View commit details
    Browse the repository at this point in the history
  3. Bring up loopback interface

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    407365a View commit details
    Browse the repository at this point in the history
  4. Move linux namespace creation to separate library

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    eadaff4 View commit details
    Browse the repository at this point in the history
  5. Rename some things

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    01b3f35 View commit details
    Browse the repository at this point in the history
  6. grammar

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6f1e200 View commit details
    Browse the repository at this point in the history
  7. ros_cc_test isolated by default

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    48f2b79 View commit details
    Browse the repository at this point in the history
  8. WIP CPython extension for isolation

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5093486 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    288000b View commit details
    Browse the repository at this point in the history
  10. Remove unused file

    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7892d86 View commit details
    Browse the repository at this point in the history
  11. linters

    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4958e7f View commit details
    Browse the repository at this point in the history
  12. lint

    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7499342 View commit details
    Browse the repository at this point in the history
  13. Add python_dev repo

    sloretz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2a22e42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f015db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f279ccf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e2ecdf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fixes rosdep linter

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f7c2c29 View commit details
    Browse the repository at this point in the history
  2. Fixed CI error

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9c5ffce View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4106361 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Removed apt update step in workflow

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e03cfb2 View commit details
    Browse the repository at this point in the history
  2. sandbox_debug flag to CI

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    430fed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update workflow to save space

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bab9094 View commit details
    Browse the repository at this point in the history
  2. Bazel clean workspace

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    31c102b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    454ef51 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Added a test case for network_isolation

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3432e81 View commit details
    Browse the repository at this point in the history
  2. Typo

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb9703d View commit details
    Browse the repository at this point in the history
  3. Linter

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a34408a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    68672d8 View commit details
    Browse the repository at this point in the history
  2. Free up disk space

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    21fe89b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Added a readme

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8ce8456 View commit details
    Browse the repository at this point in the history
  2. readme minor edits

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ea13063 View commit details
    Browse the repository at this point in the history
  3. readme minor edits

    Signed-off-by: Aditya Pande <[email protected]>
    adityapande-1995 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e47cfbc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Added suggestions

    Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
    ahcorde committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8d84a10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ahcorde/ahcorde/sloretz__isolate_with_linu…

    …x_namespaces
    
    Added suggestions
    adityapande-1995 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3744256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bed993e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. suggestions to network isolation

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c2b9823 View commit details
    Browse the repository at this point in the history
  2. make linters happy

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d000c8b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from ahcorde/ahcorde/suggestion_network_isolation

    Suggestions to network isolation
    adityapande-1995 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c6777f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1131b View commit details
    Browse the repository at this point in the history