Commit Graph

2244 Commits

Author SHA1 Message Date
Oliver Gorwits
bb6cf26b09 update manifest 2019-08-23 11:39:43 +01:00
Oliver Gorwits
86daf7174d add comments 2019-08-23 09:25:17 +01:00
Oliver Gorwits
8a66cf91af typo fix in free ports 2019-08-23 09:22:21 +01:00
Oliver Gorwits
a474e35cb9 tweak column size in users page 2019-08-22 17:51:54 +01:00
Oliver Gorwits
52da945221 Merge branch 'master' of github.com:netdisco/netdisco 2019-08-22 17:41:06 +01:00
Oliver Gorwits
c822238050 showing free ports works 2019-08-22 17:06:49 +01:00
Alan Buxey
54a86112e4 fix raidus typo (#637)
radius not raidus
2019-08-22 14:25:24 +01:00
Christian Ramseyer
fc8ed46910 Manually install Test::Compile 2.1.2 for Travis CI (#635)
Seems to work, I'm merging this and add some comments in #622
2019-08-20 19:55:59 +02:00
Oliver Gorwits
d45745dd1d fixed only free ports in device ports view (showing free ports TODO) 2019-08-20 11:13:52 +01:00
Oliver Gorwits
22302114cb working free ports after reboot but bug: row expansion 2019-08-19 23:25:06 +01:00
Oliver Gorwits
4c1d5d672d fix for #633 2019-08-19 22:57:03 +01:00
Oliver Gorwits
fcd07452c4 fix for #633 2019-08-19 16:52:56 +01:00
Oliver Gorwits
64fb05f556 fix for #633 2019-08-19 16:28:43 +01:00
Oliver Gorwits
b72b1b38e0 add relation to get latest node on port 2019-08-19 14:40:12 +01:00
Oliver Gorwits
1b89d20dc7 #624 device layers search should be OR (not AND) 2019-08-18 11:19:34 +01:00
Oliver Gorwits
8d863113d9 show how to package own radius dictionary files 2019-08-18 11:05:55 +01:00
Oliver Gorwits
26dbb714df #630 display full oui vendor 2019-08-18 10:49:57 +01:00
Oliver Gorwits
c73c3e7569 improvements to radius patch 2019-08-18 09:16:57 +01:00
jngreene
85b73e1493 Modified to add Radius support (#621)
Lines 110-112 commented out
Lines 113-124 added
Lines 233-249 added match_with_radius  function
2019-08-18 09:01:04 +01:00
nick n
2b4802d21a typo 2019-08-17 10:43:30 +02:00
nick n
8a40559115 typos 2019-08-17 10:37:21 +02:00
nick n
131d80c95e typo 2019-08-17 10:35:57 +02:00
nick n
22cb988a8f typo 2019-08-17 10:34:19 +02:00
nick n
205a3932f2 typo 2019-08-17 10:33:32 +02:00
nick n
d31cae99bc typo 2019-08-17 10:32:13 +02:00
nick n
860985673b typo 2019-08-17 10:30:25 +02:00
nick n
26f410f9ce typo 2019-08-17 10:28:11 +02:00
nick n
bf789cb57b typos 2019-08-17 10:25:49 +02:00
nick n
92bc49f274 typo 2019-08-17 10:20:22 +02:00
nick n
f031ae4992 typo 2019-08-17 10:18:43 +02:00
David Sullivan
ad6dd2bb62 Change Port Free icon to be more accessible (#633)
The port free icon currently only differs from the port down icon by colour, on higher resolutions with a colour vision impairment they're not very distinguishable, a slightly different icon fixes this.
2019-08-16 09:49:40 +01:00
nick n
416a6939ec you really need to install the packages we ask 2019-08-06 23:51:45 +02:00
nick n
38b800e46f fix travis
i hope, seems they switched ubuntu versions to something more recent
2019-08-06 02:02:43 +02:00
nick n
8a8deccdbe make sidebar tiny bit wider (#625) 2019-08-02 23:12:02 +01:00
nick n
e37a834749 compare ieee mac against 6 iterations (#611) 2019-08-02 23:07:56 +01:00
nick n
4630879a1d add poe on/off icons to legend
inspired by the new wap icon
2019-07-19 06:45:44 +02:00
nick n
d1a1235c85 handle row.power.power being NULL
fixes this error, since device_port_power.power can be null:
Argument "" isn't numeric in numeric gt (>) at /home/netdisco/perl5/lib/perl5/auto/share/dist/App-Netdisco/views/ajax/device/ports.tt line 251.

currently only seen on cisco sb switches, which do have all other columns filled in
      ip       | port | module | admin |   status   | class  | power
---------------+------+--------+-------+------------+--------+-------
 10.40.254.150 | fa2  |      1 | true  | otherFault | class3 |
 10.40.254.150 | fa16 |      1 | true  | searching  | class3 |
 10.40.254.150 | fa3  |      1 | true  | searching  | class3 |
...
2019-07-19 04:16:06 +02:00
nick n
5b9761cbae netdisco-docker triage
point netdisco docker users to the docker issue tracker as a first step, so we can spent less time on triaging issues.

netdisco docker has some quirks not present in regular netdisco, if it turns out to be non container related we can always move the issue back to this tracker.

btw, seems we need to change our issue templates, but only project admins can do so:
"You are using an old version of issue templates. Please update to the new issue template workflow. Learn more."
-> https://help.github.com/articles/about-issue-and-pull-request-templates
2019-07-19 01:14:27 +02:00
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