nick n
a8b88220e7
perhaps i can sneak my name in here too :)
2019-01-03 01:20:49 +01:00
nick n
879237ff62
getting a head start on 2.040003 changes
...
since things are moving fast, alrdy add what has been done.
2019-01-03 01:19:09 +01:00
Oliver Gorwits
ccb0f0c78a
#475 fix discover plugins do not respect ignore* config
2019-01-02 22:36:59 +00:00
Oliver Gorwits
de27866077
update Build.PL to include autovivification dependency
2019-01-02 21:55:19 +00:00
Oliver Gorwits
5bc0afa2f5
#476 log on delete for rows from related tables
2019-01-02 21:44:36 +00:00
Oliver Gorwits
3769b7b66b
fix to the fix for ospf_routers discovery
2019-01-02 20:56:41 +00:00
Oliver Gorwits
6a986783e4
fix to the fix for ospf_routers discovery
2019-01-02 20:54:50 +00:00
Oliver Gorwits
d614382fcd
#436 new SQL query for neigbor map to allow mismatched/one-way links (Linwood-F)
2019-01-02 20:37:19 +00:00
Oliver Gorwits
505b7b5625
#471 fix bug in checking if there are OSPF router IDs to poll
2019-01-02 20:21:34 +00:00
nick n
ddb2456a4a
netdisco-sshcollector doc cleanup
...
passed travis build, podchecker, proofreading & running netdisco-sshcollector.
2019-01-01 17:55:53 +01:00
inphobia
1ff34c39e6
correct public key documentation
...
whitespace cleanup (now passes podchecker)
openssh is also required
reference config file with F<>
2019-01-01 17:37:52 +01:00
Oliver Gorwits
6b5d2602b5
allow api params to be generated from DBIC schema spec
2019-01-01 13:36:24 +00:00
Oliver Gorwits
c045a96a47
add openapi tags to group operations
2019-01-01 12:37:19 +00:00
Oliver Gorwits
2ad803da64
make api logout work
2019-01-01 12:28:48 +00:00
Oliver Gorwits
f362b0aee3
improvements to login/logout for API
2019-01-01 12:04:26 +00:00
Oliver Gorwits
3b0a9f6310
clean up subs
2019-01-01 10:41:33 +00:00
Oliver Gorwits
f56c48b83d
fixes to SQL and api spec
2018-12-31 23:21:44 +00:00
Oliver Gorwits
0151fc86a7
add more openapi defs
2018-12-31 22:59:13 +00:00
Oliver Gorwits
0866747688
update version of swagger-ui to 3.20.3
2018-12-31 19:56:10 +00:00
Oliver Gorwits
4691808fa6
add api user role and fix api auth failure response
2018-12-31 19:30:48 +00:00
Oliver Gorwits
1a038079bf
initial full swagger spec for nodeip search
2018-12-31 18:43:35 +00:00
Oliver Gorwits
5a4f9d784f
move api util to utils area
2018-12-31 18:22:01 +00:00
Oliver Gorwits
92f1d2eb9d
code formatting only
2018-12-31 18:21:28 +00:00
Oliver Gorwits
07cf1673e1
do not autodiscover swagger routes
2018-12-31 18:17:54 +00:00
Oliver Gorwits
32ba1a6b45
workaround for Swagger plugin weird response body
2018-12-31 18:14:42 +00:00
Oliver Gorwits
1a66dcccea
use RFC7235
2018-12-31 17:43:31 +00:00
Oliver Gorwits
3b7bb65387
only AuthZ header for api use, and alway regen key on login
2018-12-31 17:39:36 +00:00
Oliver Gorwits
227d0ced40
Merge branch 'master' into og-api-tokens
2018-12-31 17:27:30 +00:00
Oliver Gorwits
df769c9720
release 2.040002
2018-12-30 10:57:54 +00:00
Oliver Gorwits
6eb098955a
Merge branch 'master' of github.com:netdisco/netdisco
2018-12-30 10:53:13 +00:00
Oliver Gorwits
22a3e8c9f6
release 2.040001
2018-12-30 10:52:40 +00:00
nick n
485abbc9bd
trailing whitespace
2018-12-30 07:52:27 +01:00
nick n
5fb9d52278
reference wiki, not nonexisting manual
2018-12-30 00:26:07 +01:00
Oliver Gorwits
9022e3ee8b
updates to work with PhantomJS 2.x
2018-12-29 13:26:54 +00:00
Oliver Gorwits
6ed29f85ea
update changes
2018-12-28 22:56:51 +00:00
Oliver Gorwits
e4dabe525c
Always notify from Travis to IRC and email on any code commit
2018-12-28 18:34:29 +00:00
Oliver Gorwits
5cc99cf20f
Update .travis.yml
...
Send git commit emails to the mail list from Travis, instead of from GitHub (they are retiring the option for that).
2018-12-28 18:24:05 +00:00
Oliver Gorwits
b4e5dc7af7
#422 Network map positions will not save (onlinehupe)
2018-12-28 17:56:12 +00:00
Oliver Gorwits
b445d237e4
#471 OSPF Neighbor Discovery by router ID
2018-12-28 17:32:40 +00:00
Oliver Gorwits
097bad6c48
release 2.040000
2018-12-28 17:02:56 +00:00
Oliver Gorwits
b0f17db700
Revert "workaround for #457 ( #465 )"
...
This reverts commit 08589ebf96 .
2018-12-28 16:50:22 +00:00
Oliver Gorwits
7f8db7b00d
build helpers for Mojave
2018-12-28 16:43:08 +00:00
nick n
8aed736925
ignore notpresent interfaces, with type filtering config item (set to [] to not filter). work done by postilion/nic bernstein, filter by me. also includes trailing space fix by nic. ( #464 )
2018-12-28 16:08:40 +00:00
nick n
86c38c9466
make job queue list in webinterface configurable ( #469 )
...
* add an option so you can define the amount of jobs returned in the webinterface jobq
* and now the actually working version
2018-12-28 16:01:40 +00:00
nick n
08589ebf96
workaround for #457 ( #465 )
...
i'm not in anyway versed in javascript, but this hack fixes #457 for me.
2018-12-28 16:00:13 +00:00
Christian Ramseyer
b1ca1b968d
Improve netdisco-sshcollector CLI experience ( #460 )
...
* Improve netdisco-sshcollector CLI experience
* add -d <device>
* add -O debug option to toggle Net::OpenSSH::debug
* add -w MCE::Loop max_workers
* updated POD for all of the above
* Fix -Q documentation
* Specifying -Q multiple times has no effect, removed part talking about that.
* Emit Net::OpenSSH connection failures as warnings
2018-12-28 15:58:32 +00:00
Christian Ramseyer
f5622929e0
Provide stdin to IOSXR.pm when none available ( #462 )
...
* See issue #461 for a detailed description
2018-12-28 14:33:02 +00:00
nick n
9f8dd0039b
docs are maintained in wiki ( #470 )
...
per @ollyg:
"the manual files were all converted into GitHub wiki pages"
2018-12-28 14:32:05 +00:00
Jeroen van Ingen Schenau
f9e7550ca7
Merge pull request #468 from inphobia/patch-3
...
Fix two typos in PoD
2018-12-17 09:28:48 +01:00
Jeroen van Ingen Schenau
62bed4e2ca
Merge pull request #467 from inphobia/patch-2
...
typo (paramter instead of parameter)
2018-12-17 09:27:38 +01:00