Commit Graph

2206 Commits

Author SHA1 Message Date
nick n
f1891be307 typo
noticed when checking docker config
2019-07-17 04:06:38 +02:00
Oliver Gorwits
9ec9b1bca4 if user installs Pg they should use supported version 2019-06-30 18:26:46 +01:00
Oliver Gorwits
ceeccf8901 #610 better MAC addr input sanity checking 2019-06-30 16:34:03 +01:00
nick n
6f8dfabc87 a few more files to ignore (#609) 2019-06-25 03:42:18 +02:00
nick n
1460d8864b fix pod
as seen in b58a62f & a61159d
2019-06-18 15:58:20 +02:00
nick n
da5cdeb602 fix pod as in b58a62 2019-06-18 15:57:17 +02:00
nick n
26ab5da1c1 fix pod as in b58a62 2019-06-18 15:56:18 +02:00
nick n
9006d83989 fix pod formatting and typos
as seen in b58a62f & a61159d
2019-06-18 15:53:30 +02:00
nick n
8e0e27c149 fix pod formatting
as seen in b58a62f & a61159d
2019-06-18 15:45:51 +02:00
nick n
ad84047398 fix pod
as in a61159d
2019-06-18 15:44:02 +02:00
nick n
469a9ce554 fix pod formatting
as seen in b58a62f
2019-06-18 15:41:10 +02:00
nick n
441499f063 fix pod formatting
as seen in b58a62f
2019-06-18 15:39:47 +02:00
Christian Ramseyer
b58a62f300 Properly escape angle brackets in C<> 2019-06-18 13:42:23 +02:00
Christian Ramseyer
a61159deb9 Fix device_auth formatting in POD 2019-06-18 13:39:19 +02:00
nick n
9a92e7e2a2 yaml whitespace matters
so at least mention that as well as how to include it in tickets.
2019-06-16 05:27:14 +02:00
Oliver Gorwits
039527c26a allow stats to run smoothly on ancient Pg 8.4 2019-06-12 11:51:20 +01:00
Oliver Gorwits
0f1c264e41 release 2.042010 2019-06-02 07:55:13 +01:00
Oliver Gorwits
86387627f6 #601 fix job queue no longer shows running or queued jobs 2019-06-02 07:54:00 +01:00
inphobia
5d5bfc9a68 Revert "fix #601"
This reverts commit ade14665fc.
2019-06-02 01:13:44 +02:00
inphobia
5e58903952 Revert "fix everything that does not use sidebar in web if"
This reverts commit 534f3cc340.
2019-06-02 01:12:53 +02:00
nick n
534f3cc340 fix everything that does not use sidebar in web if
ade1466 broke this
2019-06-01 22:55:38 +02:00
nick n
ade14665fc fix #601
this broke all kinds of stuff, will need new netdisco release asap.

yet 1 more reason to work harder on my html5 transition
2019-06-01 22:51:10 +02:00
Oliver Gorwits
d9bed17fc2 release 2.042009 2019-05-30 07:12:17 +01:00
Oliver Gorwits
2c138a5690 #581 skip storing and displaying fabricated vlan 0 2019-05-30 06:58:34 +01:00
nick n
7d9c86cee1 perl 5.30 is released
update travis
2019-05-30 04:06:38 +02:00
nick n
5f36916018 last pieces of b59043d / #590 (#600)
since the rest was removed, these comments no longer make sense
2019-05-28 23:29:59 +02:00
Oliver Gorwits
ae94440df8 #571 tests should not use user local config 2019-05-27 16:45:57 +01:00
Oliver Gorwits
88788534ba #589 only show link with highest agg speed if map links between two devices are asymmetric 2019-05-27 15:36:17 +01:00
Oliver Gorwits
087ca8e33c #586 do not show poller performance rows for still running jobs 2019-05-27 14:23:09 +01:00
Oliver Gorwits
902ab6c5f8 #584 fix for case where port has no corresponding properties row 2019-05-27 13:39:54 +01:00
Oliver Gorwits
416cffe52a #577 fix bug related to hostnames comprised a-f only 2019-05-27 13:25:58 +01:00
Oliver Gorwits
262fa88009 #585 make toastr notifications less annoying 2019-05-27 12:53:56 +01:00
Oliver Gorwits
b59043d0ca #590 remove DBIx::Class::Schema::Loader remnants 2019-05-27 12:49:56 +01:00
Oliver Gorwits
744da684de #594 add PK to device_port_log and other tidying 2019-05-27 12:47:50 +01:00
Oliver Gorwits
35b13723eb Merge branch 'master' of github.com:netdisco/netdisco 2019-05-27 12:45:40 +01:00
Oliver Gorwits
655d2518f4 #596 fix default value on actionset field 2019-05-27 12:42:50 +01:00
nick n
e65f7b84c8 dbic sync between actual db & our functions/docs (#595) 2019-05-27 12:39:07 +01:00
nick n
f2ddf175b7 device_auth
also untested
2019-05-27 02:42:47 +02:00
nick n
4514855b03 device_auth
uhhu, untested
2019-05-27 02:39:59 +02:00
nick n
496a3719c0 device_auth usage
untested, who would have guessed?
2019-05-27 02:37:55 +02:00
nick n
0a20f68859 device_auth config
totally untested, but old one was worse
2019-05-27 02:35:58 +02:00
nick n
04eb4d9801 change to device_auth config
totally untested, but old config should be bad too.

also, change devicetype from ios to asa.
2019-05-27 02:32:43 +02:00
nick n
065e74df62 ask for some device info
often needed while troubleshooting, and the verbose options give even more helpfull info
2019-05-23 23:40:27 +02:00
nick n
cd2a4b9362 html template fixups (#576)
* none is not a valid value for min-width, so set it to zero

* these 2 "checked" if statements need a space in front of them,
else they will attach to the previous element

id="nd_showspeed"checked="checked"

* multiple tag has no options according to
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select

also, don't close select before we've gotten to the option tags

* multiple tag has no options according to
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select

also, don't close select before we've gotten to the option tags

* just to be sure put a space in front of these optional tags as well,

* $a is technically allowed but is considered not best practice
2019-05-12 08:32:42 +01:00
nick n
90a7ee6b56 configuration has moved to the wiki (#574)
found with intellij idea
2019-05-02 21:19:06 +02:00
nick n
3ec136aea3 allow setting some speudo device info (#572)
* allow port name to be changed on pseudo devices, was once added in commit 1f020e07ee

* also allow this for location and contact
2019-05-02 13:19:46 +01:00
nick n
3d5525ca77 intellij support (#573)
having a go at intellij + perl support & cygwin. working surprisingly well.

exclude it's project configuration
2019-05-02 05:07:08 +02:00
nick n
7ae1e7b13c move testing targets to perl 5.10 and 5.28 2019-04-30 18:00:46 +02:00
nick n
389e460878 show some opensuse love
at least for opensuse leap 15.0
2019-04-30 16:27:01 +02:00
Oliver Gorwits
c81328d7a3 release 2.042008 2019-04-30 11:50:15 +01:00