|
d2391b9c63
|
Move GRAPHQL_ENABLED to dynamic configuration
|
2021-11-08 15:31:09 -05:00 |
|
|
f8e44c09eb
|
Move CUSTOM_VALIDATORS to dynamic configuration
|
2021-11-08 15:22:29 -05:00 |
|
|
2a00519b93
|
Move CHANGELOG_RETENTION to dyanmic configuration
|
2021-11-08 15:07:58 -05:00 |
|
|
3292a2aecc
|
Closes #7619: Permit custom validation rules to be defined as plain data or dotted path to class
|
2021-11-08 14:52:56 -05:00 |
|
|
9094f07290
|
Fix config revision form help texts
|
2021-11-04 15:35:17 -04:00 |
|
|
dcececf9c0
|
Improve documentation and testing for conditions
|
2021-11-03 14:02:43 -04:00 |
|
|
839afe5ac0
|
Improve webhook tests
|
2021-11-03 14:01:59 -04:00 |
|
|
2c2e37e9f0
|
Merge branch 'develop' into feature
|
2021-11-03 10:29:02 -04:00 |
|
|
7614f423e5
|
#7612: Use escape() rather than strip_tags()
|
2021-11-03 08:56:30 -04:00 |
|
|
2e20d7f02b
|
Merge pull request #7677 from netbox-community/6529-command-line-run-scripts
#6529 - Add CLI to run scripts
|
2021-11-03 08:10:36 -04:00 |
|
|
b97167e841
|
Fix PEP8 error
|
2021-11-02 21:40:40 -05:00 |
|
|
19bacc9e23
|
#6529 - Adjusted the arguments. Fixed documentation
|
2021-11-02 21:37:11 -05:00 |
|
|
7c3318df92
|
#6529 - Adjusted the arguments. Added documentation
|
2021-11-02 15:56:42 -05:00 |
|
|
cef0d168a5
|
Closes #6930: Add 'ID' column to object tables (#7673)
* netbox-community/netbox#6930: Add ID column to devices, device types, and components
* netbox-community/netbox#6930: Add ID column to sites, racks, and tenants
* netbox-community/netbox#6930: Add ID column to power, providers, TODO circuits
* netbox-community/netbox#6930: Add ID column to virtualization tables
* netbox-community/netbox#6930: Add ID column to IPAM tables
* netbox-community/netbox#6930: Add ID column to 'extras' tables
* netbox-community/netbox#6930: Move ID column to BaseTable class
* netbox-community/netbox#6930: Don't linkify ID in device component template tables
* netbox-community/netbox#6930: Don't show ID column in interface/console/power connections tables
* netbox-community/netbox#6930: Don't show ID column in device component template tables
* netbox-community/netbox#6930: Add ID column to ObjectJournal, DeviceImport, and Circuit tables
* Exclude ID column from selected tables
* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable
* netbox-community/netbox#6930: Add object ID to tagged objects table in tag detail view
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2021-11-02 16:21:34 -04:00 |
|
|
b7c0e8b71f
|
#6529 - Streamline code and resolve some issues
|
2021-11-02 13:12:12 -05:00 |
|
|
696fe7bc0d
|
Add tests for custom field lookups
|
2021-10-29 09:45:48 -04:00 |
|
|
32205045ba
|
Use multi-value filters for custom fields
|
2021-10-28 16:40:51 -04:00 |
|
|
0a62f75a40
|
#6529 - Add CLI to run scripts
|
2021-10-28 15:14:42 -05:00 |
|
|
2e0f15b35f
|
Automatically add additional lookup filters for custom fields
|
2021-10-28 16:09:36 -04:00 |
|
|
7c60089692
|
Ditch CustomFieldFilter
|
2021-10-28 15:36:12 -04:00 |
|
|
15e011ae52
|
Closes #7452: Add JSON custom field type
|
2021-10-28 10:29:14 -04:00 |
|
|
1e317f82f5
|
Move config parameter value population to ConfigRevisionForm init
|
2021-10-27 15:55:51 -04:00 |
|
|
70f71e0f57
|
Extend admin UI to allow restoring previous config revisions
|
2021-10-27 14:05:49 -04:00 |
|
|
b56cae24c5
|
Fixes #7628: Fix load_yaml method for custom scripts
|
2021-10-27 09:04:18 -04:00 |
|
|
d48a68317d
|
Fixes #7612: Strip HTML from custom field descriptions
|
2021-10-27 08:41:28 -04:00 |
|
|
ff5c274048
|
Ensure bootstrapping of config on start
|
2021-10-26 16:45:53 -04:00 |
|
|
561e06e7f0
|
Indicate when dynamic parameters are defined statically
|
2021-10-26 15:50:33 -04:00 |
|
|
66ed39b4b7
|
Clean up boolean fields
|
2021-10-26 14:08:03 -04:00 |
|
|
41ff1d0fc9
|
Add NAPALM config parameters
|
2021-10-26 11:53:46 -04:00 |
|
|
64d8512fc3
|
Add PAGINATE_COUNT, MAX_PAGE_SIZE
|
2021-10-26 11:43:06 -04:00 |
|
|
94804fecd8
|
Add MAINTENANCE_MODE, MAPS_URL
|
2021-10-26 10:57:33 -04:00 |
|
|
559dc2f865
|
Add ALLOWED_URL_SCHEMES
|
2021-10-26 10:24:33 -04:00 |
|
|
7c0f32e8ee
|
Introduce ConfigItem; add rack elevation parameters
|
2021-10-26 10:04:56 -04:00 |
|
|
82243732a1
|
Initial work on #5883
|
2021-10-25 16:10:50 -04:00 |
|
|
0d84338e28
|
Add regex condition op
|
2021-10-25 10:14:18 -04:00 |
|
|
35c967e6f7
|
Implement condition negation
|
2021-10-25 09:09:51 -04:00 |
|
|
b92de63245
|
Improve validation
|
2021-10-25 09:01:05 -04:00 |
|
|
78ecc8673c
|
Add conditions for webhooks
|
2021-10-22 17:15:08 -04:00 |
|
|
7e26d92190
|
Introduce conditions & condition sets
|
2021-10-22 16:27:08 -04:00 |
|
|
efb41b7433
|
Merge branch 'develop' into feature
|
2021-10-20 10:10:10 -04:00 |
|
|
176bd2396b
|
Closes #6711: Add longtext custom field type with Markdown support
|
2021-10-14 14:48:00 -04:00 |
|
|
6898ae7106
|
Fixes #7544: Fix multi-value filtering of custom field objects
|
2021-10-14 11:36:13 -04:00 |
|
|
b806220074
|
Closes #6850: Default to current user when creating journal entries via REST API
|
2021-10-06 10:56:50 -04:00 |
|
|
376c776520
|
Fixes #7425: Housekeeping command should honor zero verbosity
|
2021-10-01 15:29:22 -04:00 |
|
|
460e3fd5d6
|
Introduce a common URL for the creation of image attachments
|
2021-10-01 12:34:30 -04:00 |
|
|
ed3bc7cdcc
|
Changelog for #7387
|
2021-10-01 09:30:17 -04:00 |
|
|
0fdd081869
|
feat: scripts within a module can now be ordered
|
2021-09-30 09:17:33 +02:00 |
|
|
3e5452d9da
|
Merge pull request #7369 from maximumG/6973-order-reports
Fixes #6973: order reports
|
2021-09-28 13:34:23 -04:00 |
|
|
71449b3414
|
Fixes #7304: Require explicit values for all required choice fields during CSV import
|
2021-09-28 12:04:54 -04:00 |
|
|
833acc3618
|
Refactor extras forms
|
2021-09-28 10:44:53 -04:00 |
|