1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

1183 Commits

Author SHA1 Message Date
c7e0abc3fb Merge v2.11.10 2021-07-28 16:26:04 -04:00
8d9d3a9e7d Changelog and cleanup for #6560 2021-07-28 11:44:13 -04:00
ea0de4b01d Merge pull request #6561 from abigley/csv_feature
CSV file import
2021-07-28 10:48:30 -04:00
0479d5a02a #6797: Improve toast styles 2021-07-24 17:08:18 -07:00
5ba053a1c0 #6797: Fix duplicate ID on searchbar fields 2021-07-24 00:41:49 -07:00
a0b17e145b Clean up nav menu template 2021-07-22 10:29:21 -04:00
6b09c139e7 Refactor navigation menu 2021-07-22 10:21:39 -04:00
ebe7779f40 Use button role names instead of color shades 2021-07-20 21:21:03 -04:00
347ea4ca98 Tweak object list sizing, alignment 2021-07-20 21:16:36 -04:00
a5dda0705e Standardize button colors 2021-07-20 13:46:59 -04:00
c14b546d5f #6372: Refactor Select2 naming 2021-07-19 16:39:16 -07:00
3cfb0bacf4 Merge pull request #6760 from netbox-community/834-ip-ranges
Closes #834: Add support for IP ranges
2021-07-19 09:47:19 -04:00
11a14927c9 Initial work on IP ranges 2021-07-16 13:35:52 -04:00
c5178fd90e Extend foreground_color() utility to support custom dark/light colors 2021-07-15 13:59:14 -04:00
726b148aa9 Clean up sidebar layout 2021-07-10 21:30:55 -04:00
facf757997 Separate navigation menu structure from template tag 2021-07-10 20:44:33 -04:00
fa99263918 Remove release checkng background task 2021-07-07 21:53:02 -04:00
2c023ef7a0 Update release check to use django-redis 2021-07-07 20:57:47 -04:00
88e382e7a1 Merge v2.11.8 changes 2021-07-06 12:10:29 -04:00
fc15ef6967 Changelog & cleanup for #5503 2021-07-06 10:43:08 -04:00
a479c867c4 Do not use annotated_date on custom date fields to avoid date parsing
@jeremystretch:

> It'd be better to have the custom field return a date object than to
> accommodate string values in the template filter. Let's just omit custom
> field dates for now to keep this from getting any more complex.
2021-07-02 22:30:11 +02:00
0ad9b83623 Closes #5503: ISO 8601 date in UI and alternative format as tooltip
With this commit all dates in the UI are now consistently displayed.

I changed the long date format as suggested by @xkilian and confirmed by my own
research.

* DATETIME_FORMAT
 * Before July 20, 2020 4:52 p.m.
 * Now 20th July, 2020 16:52

"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.

The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02:00
1be4a57bd4 Closes #6345: Introduce PermissionsViolation exception for use in generic views 2021-07-01 15:33:39 -04:00
76a6119584 Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
2fe734e6f9 Omit _path from CableTermination models 2021-06-30 10:20:20 -04:00
e6091ee0c9 Consolidate GraphQLTestCase into APIViewTestCase 2021-06-30 10:07:33 -04:00
728b3bac67 Use _list appendix for GraphQL list queries 2021-06-30 09:57:33 -04:00
18a9e39be6 Closes #6667: Display VM memory as GB/TB as appropriate 2021-06-29 14:00:16 -04:00
05ba54b6d3 Add GraphQL for users and groups 2021-06-29 13:15:10 -04:00
7deabfe9cd Extended GraphQL tests to include all fields 2021-06-29 11:20:54 -04:00
605b7c5b3e Add GraphQL for virtualization 2021-06-25 15:31:43 -04:00
4c209ed74c Clean up GraphQL tests 2021-06-25 10:14:06 -04:00
d5675a5d4a Add support for DRF token authentication 2021-06-25 09:13:08 -04:00
91d39cc0c0 Added initial GraphQL tests 2021-06-24 09:08:45 -04:00
4e0b795a3c Add UI views for webhooks 2021-06-23 21:30:23 -04:00
10cbbee947 Add UI views for export templates 2021-06-23 20:56:50 -04:00
276ded0119 Add UI views for custom links 2021-06-23 17:10:04 -04:00
b017927c69 Add UI views for custom fields 2021-06-23 17:10:04 -04:00
e1391cae20 #6372: Improve sidebar styling 2021-06-23 11:39:32 -07:00
eb0d5c996e #6372: Implement layout improvements 2021-06-22 17:20:17 -07:00
0a661596b3 moved duplicated code in CSV Fields into functions in forms/utils.py 2021-06-14 14:07:37 -04:00
14f696e824 Merge branch 'develop' into feature 2021-06-14 09:23:01 -04:00
7e481960f9 Optimize MPTTColumn rendering 2021-06-14 09:19:05 -04:00
55b7cf21cc changed name of csv_file variable and started work on ValidationError 2021-06-10 14:41:33 -04:00
a1ba3b567c Introduce ColorField for consistent represention of color choice fields in forms 2021-06-09 17:17:39 -04:00
7e18b0dd3a Remove csv_headers model attributes 2021-06-09 15:52:49 -04:00
578885225f Replace 'default format' export with 'all data' 2021-06-09 15:26:02 -04:00
9d3cac43b7 Modify default CSV export to render from tables 2021-06-09 15:02:31 -04:00
3549fc07f6 removed unnecessary use of seek() 2021-06-07 14:29:38 -04:00
ecd84d7c43 edited docstring for CSVFileField 2021-06-07 14:06:32 -04:00