jeremystretch
|
1304dd4170
|
Rename JOBRESULT_RETENTION to JOB_RETENTION
|
2023-03-27 14:20:13 -04:00 |
|
jeremystretch
|
6a8ffd9fac
|
Rename JobResult to Job and move to core
|
2023-03-27 14:20:13 -04:00 |
|
jeremystretch
|
703eb12039
|
Closes #12062: Avoid caching invalid RSS feed content
|
2023-03-27 09:29:51 -04:00 |
|
jeremystretch
|
f49bcf8bf8
|
Clean up navigation menu
|
2023-03-24 22:01:41 -04:00 |
|
jeremystretch
|
603d03b1c6
|
Refactor extras.models
|
2023-03-24 21:25:22 -04:00 |
|
jeremystretch
|
3424630769
|
Reorganize management commands
|
2023-03-24 21:11:10 -04:00 |
|
Jeremy Stretch
|
20fa941687
|
Closes #11890: Sync/upload reports & scripts (#12059)
* Initial work on #11890
* Consolidate get_scripts() and get_reports() functions
* Introduce proxy models for script & report modules
* Add add/delete views for reports & scripts
* Add deletion links for modules
* Enable resolving scripts/reports from module class
* Remove get_modules() utility function
* Show results in report/script lists
* Misc cleanup
* Fix file uploads
* Support automatic migration for submodules
* Fix module child ordering
* Template cleanup
* Remove ManagedFile views
* Move is_script(), is_report() into extras.utils
* Fix URLs for nested reports & scripts
* Misc cleanup
|
2023-03-24 21:00:36 -04:00 |
|
Arthur
|
cceaa5da51
|
12049 fix passsword typo
|
2023-03-24 20:19:58 -04:00 |
|
jeremystretch
|
a8e3fe76e4
|
Update release notes
|
2023-03-23 08:44:42 -04:00 |
|
Arthur Hanson
|
32576e2978
|
11291 optimize GraphQL queries (#11943)
* 11291 initial optimize graphql queries
* 11291 add optimizer to schemas
* 11291 cleanup fields.py
* 11291 fix fragment query
|
2023-03-23 08:42:18 -04:00 |
|
jeremystretch
|
6d8c168640
|
#9416: cleanup & widget improvements
|
2023-03-22 15:44:01 -04:00 |
|
jeremystretch
|
f1d4ba74e3
|
#11558: Introduce GIT_PATH configuration setting
|
2023-03-22 11:25:03 -04:00 |
|
jeremystretch
|
ae5b2edd20
|
#11558: Cleanup & docs
|
2023-03-22 09:20:44 -04:00 |
|
jeremystretch
|
e672146a43
|
#11559: Add device config API endpoint & cleanup
|
2023-03-21 17:00:06 -04:00 |
|
jeremystretch
|
b33a3d1eff
|
#11693: Clean up ExportTemplate model form
|
2023-03-21 14:15:37 -04:00 |
|
jeremystretch
|
7df1d5c06c
|
#11584: Add bulk edit view & tests
|
2023-03-21 13:47:08 -04:00 |
|
jeremystretch
|
eff00fab1e
|
#10729: Cleanup
|
2023-03-21 09:36:21 -04:00 |
|
jeremystretch
|
a74027fe30
|
Documentation cleanup
|
2023-03-20 16:37:47 -04:00 |
|
jeremystretch
|
6280053d45
|
#10054: Trigger change event after updating form field value
|
2023-03-20 16:06:06 -04:00 |
|
jeremystretch
|
7db15e9b32
|
#9653: Cleanup
|
2023-03-20 16:00:08 -04:00 |
|
jeremystretch
|
34d16f7b67
|
#11558: Set data_synced time under model's clean()
|
2023-03-20 15:45:48 -04:00 |
|
jeremystretch
|
22ced2780a
|
#9073: Fix form behavior when disassociating a ConfigContext from a DataFile
|
2023-03-20 15:42:23 -04:00 |
|
jeremystretch
|
f2c0b26a66
|
#11558: Disable sync button if RQ worker not running
|
2023-03-20 15:12:11 -04:00 |
|
jeremystretch
|
05657d44f3
|
Fix rendering of form textareas
|
2023-03-20 13:18:09 -04:00 |
|
jeremystretch
|
31788b4c93
|
#8958: Declare constants for event types
|
2023-03-20 13:04:05 -04:00 |
|
jeremystretch
|
5f21d81b4b
|
#8749: Cleanup
|
2023-03-20 12:42:26 -04:00 |
|
jeremystretch
|
ab5956179a
|
#8272: Cleanup & add filter for bridge_id
|
2023-03-20 11:40:45 -04:00 |
|
jeremystretch
|
6f949f64f2
|
Merge branch 'develop' into feature
|
2023-03-20 08:54:22 -04:00 |
|
jeremystretch
|
1e85b3307d
|
Closes #11682: Remove lateral padding from highlighted text
|
2023-03-17 16:04:55 -04:00 |
|
jeremystretch
|
d2bc6a7082
|
Disable bulk update test for L2VPN terminations
|
2023-03-17 10:09:57 -04:00 |
|
Jeremy Stretch
|
20ef576da6
|
Closes #10242: Redirect to filtered objects list after bulk import (#12001)
* Redirect user to filtered objects list after bulk import
* Remove obsolete table attribute from bulk import views
|
2023-03-17 09:23:40 -04:00 |
|
Brian Candler
|
c709d763ea
|
Improve error reporting for duplicate CSV column headings
Fixes #11990
|
2023-03-17 09:21:40 -04:00 |
|
kkthxbye-code
|
c67d01f362
|
Use ssid for the string representation of WirelessLinks if available
|
2023-03-17 09:19:07 -04:00 |
|
jeremystretch
|
d4bf965303
|
Closes #11494: Enable filtering objects by create/update request IDs
|
2023-03-16 16:29:43 -04:00 |
|
Arthur
|
f8c5c2d1c7
|
11955 remove csvdatafield csvfilefield
|
2023-03-16 15:17:37 -04:00 |
|
kkthxbye-code
|
2d4f81a727
|
Render the parameters column as JSON in SavedFiltersTable
|
2023-03-16 09:12:48 -04:00 |
|
kkthxbye-code
|
577233a70c
|
Add parameters to the SavedFilterTable
|
2023-03-16 09:12:48 -04:00 |
|
jeremystretch
|
88e149426b
|
Fixes #11979: Correct URL for tags in route targets list
|
2023-03-16 08:20:52 -04:00 |
|
Daniel W. Anner
|
9fb4ae82fd
|
Removed type2-ieee802.3at as per described in #11984
|
2023-03-16 08:16:49 -04:00 |
|
jeremystretch
|
d72f5a381a
|
Remove unused template
|
2023-03-15 14:08:56 -04:00 |
|
jeremystretch
|
2411c82d34
|
#10054: Simplify cable forms
|
2023-03-15 14:01:01 -04:00 |
|
Jeremy Stretch
|
5787e9dcfd
|
Closes: #11781: Add support for Amazon S3 remote data sources (#11986)
* Add boto3 as a dependency
* Add Amazon S3 backend for remote data sources
* Update docs to include Amazon S3 support
|
2023-03-15 12:11:52 -04:00 |
|
Ryan Merolle
|
213c8cc5fb
|
Add fieldsets functionality to scripts to allow for form field groupings (#11880)
* update script template
* update docs
* introduce default_fieldset
* correct custom script docs
* default to use fieldsets in scripts
* update scripts docs for new behavior
* Misc cleanup
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
|
2023-03-14 15:50:49 -04:00 |
|
jeremystretch
|
696bd9b8d8
|
Cleanup & docs
|
2023-03-14 15:44:16 -04:00 |
|
Arthur
|
1a1d6cca7a
|
8749 clone custom fields
|
2023-03-14 15:44:16 -04:00 |
|
jeremystretch
|
381657d22e
|
Fix CSV import tests
|
2023-03-14 15:31:26 -04:00 |
|
jeremystretch
|
9b3651bd35
|
Closes #11780: Enable loading import data from remote sources
|
2023-03-14 14:53:26 -04:00 |
|
Jeremy Stretch
|
87847ec2e6
|
Closes #11826: RSS feed widget (#11976)
* Add feedparser as a dependency
* Introduce RSSFeedWidget
* Clean up widget templates
|
2023-03-14 11:59:27 -04:00 |
|
jeremystretch
|
041be7d518
|
Closes #11893: Convert ChangeLogWidget for use with all models
|
2023-03-14 08:39:18 -04:00 |
|
jeremystretch
|
f061817423
|
Closes #11968: Add navigation menu buttons to create device & VM components
|
2023-03-13 15:15:38 -04:00 |
|