Commit Graph

  • 349e269356 Remove the legacy select_field from the samples Christian Mäder 2020-10-17 22:00:22 +0200
  • 5c9bea8b50 Update Custom Field logic for Netbox v2.10.x Christian Mäder 2020-10-17 21:51:38 +0200
  • 036f94a450 Simplify test script for manual tests Christian Mäder 2020-10-17 19:24:35 +0200
  • 9d51762161
    Merge pull request #359 from devon-mar/login-timeout-fix Christian Mäder 2020-11-13 15:36:16 +0100
  • 4276c941eb
    Change LOGIN_TIMEOUT default to int devon-mar 2020-11-03 14:57:12 -0800
  • 3cbdf26773
    Merge pull request #356 from timrabl/enviroment-changes Christian Mäder 2020-11-03 18:44:44 +0100
  • fbfce46ce5 Fix TypeError when using LOGIN_TIMEOUT devon-mar 2020-11-02 22:39:06 -0800
  • a47356b4b8 removed trailing _ in custom fields Tim Oliver Rabl 2020-10-31 00:52:22 +0100
  • ab88b3480b undo changes from environment-changes branch Tim Oliver Rabl 2020-10-31 00:50:52 +0100
  • 4ce2dbc826 Unit tests passed successfully. Tim Oliver Rabl 2020-10-31 00:35:01 +0100
  • 255889288c Rename SESSION_FILE_PATH default environment variable in configration.py Tim Oliver Rabl 2020-10-30 23:06:42 +0100
  • c068db1751
    Merge pull request #348 from tobiasge/python-upgrade Tobias Genannt 2020-10-29 17:12:24 +0100
  • 378784a19c
    Merge pull request #328 from pruiz/pruiz/make-ldap-group-settings-optional Christian Mäder 2020-10-29 16:24:17 +0100
  • dcb3b5495d Remove now unneeded os. prefix from environ calls. Pablo Ruiz 2020-10-29 14:57:34 +0100
  • 60f4e8b2ed Allow disabling LDAP-group related settings when AUTH_LDAP_*_GROUP environment variables are not defined. This is required in order to work with Google's Secure LDAP, due to some limitations on django-auth-ldap plugin (see: https://github.com/django-auth-ldap/django-auth-ldap/issues/201) Pablo Ruiz 2020-08-25 22:47:38 +0200
  • a51ad36801
    Merge pull request #355 from netbox-community/develop 0.26.2 Christian Mäder 2020-10-27 16:41:48 +0100
  • 953ee09b0c Preparation for 0.26.2 Christian Mäder 2020-10-27 16:24:10 +0100
  • 94047d60ed
    Merge branch 'release' into develop Christian Mäder 2020-10-27 16:22:59 +0100
  • 80bfd98000
    Merge pull request #354 from comphilip/release Christian Mäder 2020-10-27 16:11:55 +0100
  • 7694fd320a
    use extend method for simplification. comphilip 2020-10-27 21:12:26 +0800
  • 097bea8702
    Merge pull request #353 from netbox-community/develop 0.26.1 Christian Mäder 2020-10-27 12:32:43 +0100
  • a3c21ae0ac
    Fix ldap configuration in /etc/netbox/config/ldap/*.py not loaded comphilip 2020-10-27 19:27:51 +0800
  • 074960327b Preparation for 0.26.1 Christian Mäder 2020-10-27 10:30:55 +0100
  • e1462d9ca4
    Merge pull request #351 from netbox-community/RevertPrometheusPreps Christian Mäder 2020-10-27 10:29:07 +0100
  • a5aa1bfd3b Revert changes to 'gunicorn_config.py' Christian Mäder 2020-10-27 09:31:47 +0100
  • cb02450783
    Merge pull request #350 from comphilip/release Christian Mäder 2020-10-27 09:29:34 +0100
  • 8307560c88
    Fix "'NoneType' object has no attribute 'lower'" when no AUTH_LDAP_MIRROR_GROUPS defined comphilip 2020-10-27 15:51:12 +0800
  • 43aea3a1dd
    Merge pull request #349 from netbox-community/develop 0.26.0 Christian Mäder 2020-10-26 16:55:21 +0100
  • bb2ac7bd71 Disable tests for Python 3.10-rc Tobias Genannt 2020-10-26 16:47:38 +0100
  • 30a98c5009 Upgrade Python image to 3.9-alpine Tobias Genannt 2020-10-26 16:25:38 +0100
  • a52a5547be Preparation for 0.26.0 Christian Mäder 2020-10-26 16:21:47 +0100
  • 120a605d35
    Merge pull request #347 from tobiasge/python-final Tobias Genannt 2020-10-26 16:06:12 +0100
  • e51f9cbc18
    Merge pull request #344 from netbox-community/Prometheus Christian Mäder 2020-10-26 15:58:52 +0100
  • 071401b771
    Merge pull request #346 from tobiasge/fix-action-warning Tobias Genannt 2020-10-26 15:48:50 +0100
  • 911488242f Use release version of Python 3.9 in tests Tobias Genannt 2020-10-26 15:42:31 +0100
  • 5512ea68b3 Ignore prometheus.yml Christian Mäder 2020-10-26 15:40:22 +0100
  • 7d055fbcaf Mention monitoring in README Christian Mäder 2020-10-26 15:29:41 +0100
  • 3d244a1946 Fix warning in Github Actions Tobias Genannt 2020-10-26 15:23:17 +0100
  • e18d6c53b3 Revert most changes Christian Mäder 2020-10-26 15:16:49 +0100
  • 48decdeb0e Monitoring parts to docker-compose.monitorin.yml Christian Mäder 2020-10-20 09:07:19 +0200
  • 6ac65a64c9 Fix test Christian Mäder 2020-10-18 15:36:50 +0200
  • f46d8a7782 Adds Prometheus/Grafana monitoring infrastructure Christian Mäder 2020-10-18 15:16:16 +0200
  • 64d82b5e42
    Merge pull request #343 from netbox-community/DynamicVariables Christian Mäder 2020-10-26 15:21:42 +0100
  • 58050e5287 Merge core functionality into `configuration.py` Christian Mäder 2020-10-26 14:43:11 +0100
  • 2dba2b8811 Fix default for secret_key in configuration.py Christian Mäder 2020-10-20 21:45:37 +0200
  • d0c7b87925 Improve order in configuration.py Christian Mäder 2020-10-20 21:40:14 +0200
  • ec3fd8a790 Revert accidential change to _read_secret order Christian Mäder 2020-10-20 21:36:40 +0200
  • 75554ef5b4 Consistency in namespace name Christian Mäder 2020-10-20 21:29:08 +0200
  • dad0608834 Rename example.py to extra.py Christian Mäder 2020-10-20 20:11:10 +0200
  • dc77f1a0b1 Ignore non-default configuration files Christian Mäder 2020-10-20 20:03:35 +0200
  • 16b567939c Dot character has special meaning in module names Christian Mäder 2020-10-18 02:50:51 +0200
  • 20820e10c2 Optimize Imports in ldap_config.py Christian Mäder 2020-10-18 02:38:06 +0200
  • 553c8ea470 Update configuration.py Christian Mäder 2020-10-18 02:35:22 +0200
  • 811618b359 Lower gunicorn default loglevel Christian Mäder 2020-10-18 02:35:09 +0200
  • 7429835970 Sample dynamic configuration file Christian Mäder 2020-10-18 02:34:57 +0200
  • 43c05d816d Dynamically load configuration files Christian Mäder 2020-10-18 02:34:45 +0200
  • fd3d3d11d1 Tiny refactoring Christian Mäder 2020-10-17 23:09:26 +0200
  • 121c3f800d Merge branch 'eemil-develop' into develop Christian Mäder 2020-10-20 19:23:11 +0200
  • 9287995df4 Update to latest configuration Christian Mäder 2020-10-20 19:22:52 +0200
  • 85fbb0af70 fix typo eemil 2020-05-14 17:46:26 +0000
  • 6bada6660a Prefer secret to env variable if both are configured eemil 2020-05-13 15:44:41 +0300
  • df3ab69c0f
    Merge pull request #310 from shuichiro-makigaki/add-remote-auth Christian Mäder 2020-10-20 09:02:27 +0200
  • 38f4474b14 Add REMOTE_AUTH_* support Shuichiro MAKIGAKI 2020-06-08 15:02:39 +0900
  • 51331621ab
    Merge pull request #345 from netbox-community/enable_sponsoring Christian Mäder 2020-10-19 17:13:34 +0200
  • 156681f68d
    Merge pull request #327 from madnutter56/mirror_ldap_groups Christian Mäder 2020-10-19 17:06:51 +0200
  • 9f4a9f528c add option to mirror ldap groups into netbox Alex Houlton 2020-10-19 07:50:33 -0700
  • cad803ed31
    Create FUNDING.yml to enable sponsoring Christian Mäder 2020-10-19 16:50:04 +0200
  • e05531efed configuration.py: add REMOTE_AUTH_* Environment Config Options herbetom 2020-09-30 23:28:03 +0200
  • 9efaccadf7 Merge branch 'Tassatux-develop' into develop Christian Mäder 2020-10-18 11:41:03 +0200
  • f553d17655 Change log message Christian Mäder 2020-10-18 11:31:48 +0200
  • 2b361c4541 Merge branch 'develop' of https://github.com/Tassatux/netbox-docker into Tassatux-develop Christian Mäder 2020-10-18 11:24:51 +0200
  • 5c6291b407 Remove legacy Redis settings Christian Mäder 2020-10-17 18:24:11 +0200
  • 1519d94b5f
    feat: add support for REMOTE_AUTH_* options Johan Fleury 2020-09-25 10:18:13 -0400
  • c744603a85
    Merge pull request #336 from ericgeldmacher/develop Christian Mäder 2020-09-21 21:04:39 +0200
  • 1133ef50de Fix sites.yml initializer Eric Geldmacher 2020-09-15 15:38:24 -0500
  • b33a509e25
    Merge pull request #333 from tobiasge/python-3.8 Tobias Genannt 2020-09-01 15:35:17 +0200
  • 79f0b997f3
    Merge pull request #332 from tobiasge/image-deps Tobias Genannt 2020-09-01 14:04:21 +0200
  • 32cef1dcf8
    Enable test on Python 3.9 Tobias Genannt 2020-09-01 13:52:01 +0200
  • 74833a9b21 Update images in docker-compose Tobias Genannt 2020-09-01 13:34:42 +0200
  • a68f315acb Move default source image to Python 3.8 Tobias Genannt 2020-08-24 14:39:50 +0200
  • 00022e7d79
    Merge pull request #331 from netbox-community/develop 0.25.0 Tobias Genannt 2020-09-01 11:05:25 +0200
  • dd490605ca Preparation for 0.25.0 Tobias Genannt 2020-09-01 10:40:16 +0200
  • e2711ca205
    Merge pull request #326 from tobiasge/fix-startup-2.9 Tobias Genannt 2020-09-01 10:37:37 +0200
  • a87f2b3331
    Merge pull request #329 from tdorsey/patch-1 Tobias Genannt 2020-08-31 08:03:33 +0200
  • f174749f98
    chore: fix typo tdorsey 2020-08-30 22:06:20 -0400
  • b02a93904e Fixed IP address creation for Netbox 2.9 Tobias Genannt 2020-08-24 14:20:35 +0200
  • 3ace32dfc2 Fixed creation of passwords for Netbox 2.9 Tobias Genannt 2020-08-24 11:00:48 +0200
  • 9fae2b0f74 Fixed VM interface creation for Netbox 2.9 Tobias Genannt 2020-08-24 11:04:06 +0200
  • b3504ae51e Fix make_random_password to be a method call Adam Smith 2020-08-04 13:43:02 -0400
  • 4a7f6675cf Allow napalm args to be specified via environment variables Adam Smith 2020-08-04 09:52:35 -0400
  • 23c3240863
    Merge pull request #319 from jamiereid/release Christian Mäder 2020-07-14 09:09:20 +0200
  • 3f9e874d77
    Update README.md Jamie Reid 2020-07-14 11:19:49 +1000
  • 32daef91a7 add 2 environment variables to configurations in order to control plugins: ylamouroux 2020-07-02 19:37:20 +0200
  • 3bbb65b2d7
    add parsing of dict-string Alessandro Gervaso 2020-06-22 11:41:14 +0200
  • 0a289b6988
    Update nginx 1.17 to 1.19 on docker-compose.yaml EdenPark59 2020-06-18 08:08:56 +0200
  • 4b0f158852
    Merge pull request #313 from jgcasd/jgcasd-patch-1 Christian Mäder 2020-06-17 15:26:16 +0200
  • 51490d0039
    Added LOGIN_TIMEOUT option to configuration.py John G 2020-06-16 11:27:59 -0700
  • c75311c469
    Add STORAGE_BACKEND support in configuration.py Alessandro Gervaso 2020-06-09 18:37:13 +0200
  • df72d6bbb5 Handle primary IPs on devices and VMs Aurélien Dunand 2020-06-04 20:46:40 +0200
  • 688672de26
    Merge pull request #308 from netbox-community/XForwardedProto Christian Mäder 2020-06-05 11:57:23 +0200