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

ios_users - Replace old module ios_user #909

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

Commits on Aug 14, 2023

  1. os_user_global - Replace old module ios_user

    Replace the module ios_user with a more standard file coverage.
    And also take correctly some parts of the commands (by example, the
    current module doesn't take correctly the `privilege`part of the
    username command
    earendilfr committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fc60ee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. ios_user_global - feature: Take in count no username question

    Currently, on IOS devices, when you enter a `no username` command, the
    system request you a question to confirm the suppression.
    
    To handle this part, I have done some change:
    - I have "created" the module IosNetworkTemplate, a override class of
      NetworkTemplate that take care the case of commands with a specific
      prompt
    - The ios_user_global module use this class for the User_globalTemplate
    
    Second point, this module allow you to create the username by using the
    old command line (C(username)) or the new one (C(user-name)).
    
    I have done this part in a super class to allow other template module to
    use this possibility.
    
    I don't have done a super class for the assert function in tests module.
    If you want, I can try to do it also.
    earendilfr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    87d8030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f58ffc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    3e4ed5d View commit details
    Browse the repository at this point in the history
  2. Rename module from ios_user_global to ios_users

    As requested.
    I have also added the deprecation notice for ios_user module
    earendilfr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    49876d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9554fa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 19, 2023

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

Commits on Nov 27, 2023

  1. sync upstream/main

    earendilfr committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c6185d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 12, 2023

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

Commits on Mar 20, 2024

  1. os_user_global - Replace old module ios_user

    Replace the module ios_user with a more standard file coverage.
    And also take correctly some parts of the commands (by example, the
    current module doesn't take correctly the `privilege`part of the
    username command
    earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2d645e8 View commit details
    Browse the repository at this point in the history
  2. ios_user_global - feature: Take in count no username question

    Currently, on IOS devices, when you enter a `no username` command, the
    system request you a question to confirm the suppression.
    
    To handle this part, I have done some change:
    - I have "created" the module IosNetworkTemplate, a override class of
      NetworkTemplate that take care the case of commands with a specific
      prompt
    - The ios_user_global module use this class for the User_globalTemplate
    
    Second point, this module allow you to create the username by using the
    old command line (C(username)) or the new one (C(user-name)).
    
    I have done this part in a super class to allow other template module to
    use this possibility.
    
    I don't have done a super class for the assert function in tests module.
    If you want, I can try to do it also.
    earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5b6504d View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4cc9bb7 View commit details
    Browse the repository at this point in the history
  4. Rename module from ios_user_global to ios_users

    As requested.
    I have also added the deprecation notice for ios_user module
    earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c2faee5 View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cef52e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af746b3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'update_ios_user_global' of github.com:earendilfr/cisco.…

    …ios into update_ios_user_global
    earendilfr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8b3767e View commit details
    Browse the repository at this point in the history