-
Notifications
You must be signed in to change notification settings - Fork 14
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
Created Argparse user method. #106
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5516f39 - Browse repository at this point
Copy the full SHA 5516f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adf199 - Browse repository at this point
Copy the full SHA 2adf199View commit details -
BUG: Made changes for code to work.
The underlying code hasn't been tested in a while with a real netbox connection. These changes fix issues allowing devices to be created.
Configuration menu - View commit details
-
Copy full SHA for d429668 - Browse repository at this point
Copy the full SHA d429668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2b052 - Browse repository at this point
Copy the full SHA 4b2b052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908219c - Browse repository at this point
Copy the full SHA 908219cView commit details -
MAINT: Moved pynetbox logic into a class.
This keeps the code more organised and readable.
Configuration menu - View commit details
-
Copy full SHA for bff7891 - Browse repository at this point
Copy the full SHA bff7891View commit details -
MAINT: Renamed Classes to init with api rather than netbox.
This is clearer when using imported methods because it shows api as an argument and not netbox.
Configuration menu - View commit details
-
Copy full SHA for 2966a25 - Browse repository at this point
Copy the full SHA 2966a25View commit details -
MAINT: Created 2 functions to organise code.
Moved argparse logic into an independent function. Made a function to use the new class and do the methods.
Configuration menu - View commit details
-
Copy full SHA for 8e56485 - Browse repository at this point
Copy the full SHA 8e56485View commit details -
Configuration menu - View commit details
-
Copy full SHA for db57d5f - Browse repository at this point
Copy the full SHA db57d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe1edf - Browse repository at this point
Copy the full SHA 2fe1edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee8c49 - Browse repository at this point
Copy the full SHA 0ee8c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb98a53 - Browse repository at this point
Copy the full SHA cb98a53View commit details -
BUG: Added an ignore of setup.py to pytest.ini.
This makes sure pytest doesn't try to run setup.py as it does not need to be run or tested.
Configuration menu - View commit details
-
Copy full SHA for 34365ae - Browse repository at this point
Copy the full SHA 34365aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613138d - Browse repository at this point
Copy the full SHA 613138dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 767d151 - Browse repository at this point
Copy the full SHA 767d151View commit details -
Now .pylintrc only contains necessary disabled warnings. Added docstrings.
Configuration menu - View commit details
-
Copy full SHA for a952ddf - Browse repository at this point
Copy the full SHA a952ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb26919 - Browse repository at this point
Copy the full SHA cb26919View commit details -
When formatting data in dictionaries. 2 enums files are used to provide the correct netbox attribute for a category of data. When choosing which enum to search the key value was not in uppercase like the enums values.
Configuration menu - View commit details
-
Copy full SHA for 7bfd284 - Browse repository at this point
Copy the full SHA 7bfd284View commit details -
MAINT: Code format and pretty prints
Changed classes to accept "api" parameter rather than netbox. Also added some pretty print statements to describe what is happening when the script is run.
Configuration menu - View commit details
-
Copy full SHA for 843de38 - Browse repository at this point
Copy the full SHA 843de38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de6fbf - Browse repository at this point
Copy the full SHA 6de6fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bebc8e - Browse repository at this point
Copy the full SHA 6bebc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 867817d - Browse repository at this point
Copy the full SHA 867817dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57be281 - Browse repository at this point
Copy the full SHA 57be281View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0be9e6 - Browse repository at this point
Copy the full SHA b0be9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f98b8c0 - Browse repository at this point
Copy the full SHA f98b8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3266780 - Browse repository at this point
Copy the full SHA 3266780View commit details