1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00
Commit graph

247 commits

Author SHA1 Message Date
checktheroads
b2b0d45927 re-add missing commits from botched branch rename 2020-06-26 13:27:33 -07:00
checktheroads
8653fcd4a4 add mono font size to example [skip ci] 2019-12-02 19:46:02 -07:00
checktheroads
d8be35e7e3 fix output color when bg is dark, add customizable font-size for output 2019-12-02 19:40:56 -07:00
checktheroads
48cfcc3a83 fix variable reference bug introduced from #22 2019-12-02 19:39:45 -07:00
Matt Love
1fc0ecdc62
Merge pull request #22 from spencerryan/master
Disconnect from Netmiko devices after executing a command
2019-11-19 13:33:25 -10:00
Ryan
b692e3c730 Disconnect from Netmiko devices after executing a command 2019-11-18 11:53:33 -05:00
Matt Love
d71a71a949
Add development status [skip ci] 2019-09-14 18:19:53 -07:00
Matt Love
128a5d427b
Merge pull request #11 from spencerryan/master
Added example commands for Arista devices

Thanks @spencerryan - sorry for the delay, I wanted to properly vet & fix #14 prior to merging this so the CI build would actually pass, even though your changes aren't really related to the CI tests themselves, but still.
2019-08-19 13:16:27 -07:00
Matt Love
793a0be58f
Bump Netmiko to 2.4.1, fixes #14 2019-08-19 13:08:43 -07:00
Spencer Ryan
9fe175a617 Added example commands for Arista devices 2019-08-14 16:18:56 -04:00
Matt Love
b9b42192a0
Add Keybase [skip ci] 2019-07-24 15:32:34 -07:00
Matt Love
97b11505ac
Merge pull request #9 from Gelob/patch-1
Fix configuration for ping commands
2019-07-24 07:42:23 -07:00
Ryan
a6de16666b fix configuration for ping commands
fix configuration for ping commands
2019-07-22 12:56:13 -05:00
checktheroads
30f6143941 Fix broken license link [skip ci] 2019-06-26 11:14:55 -07:00
checktheroads
c80bbcf5f0 Add link to demo grafana dashboard [skip ci] 2019-06-24 15:29:48 -07:00
Matt Love
e1b50773fd
Merge pull request #6 from checktheroads/develop
README Improvements; Community docs
2019-06-24 14:08:46 -07:00
checktheroads
c1b3d096e9 README Improvements; Community docs 2019-06-24 14:03:11 -07:00
Matt Love
d9d5813551 Update issue templates 2019-06-24 13:57:50 -07:00
Matt Love
f81eaf7cea
Merge pull request #5 from checktheroads/develop
Increase API timeouts, Fix dead link, Add demo to README
2019-06-24 11:48:26 -07:00
checktheroads
c9e920ebc7 Add demo to README 2019-06-24 11:40:53 -07:00
checktheroads
faf3426670 Fix broken Traceroute help link 2019-06-24 09:20:38 -07:00
checktheroads
8df26114dd Increase FRR/BIRD timeouts 2019-06-24 01:33:50 -07:00
Matt Love
2f2e4995f1
Merge pull request #4 from checktheroads/develop
Add BIRD support, error handling improvements
2019-06-23 14:42:24 -07:00
checktheroads
4c1e8b4c89 README Updates for BIRD Support 2019-06-23 14:33:22 -07:00
checktheroads
403dee88e2 Add new 504 message to CI config 2019-06-23 14:24:47 -07:00
checktheroads
d8b0ca92cb Convert error messages to bulma notification class 2019-06-23 14:06:32 -07:00
checktheroads
27195c4a64 Remove extraneous comment 2019-06-23 14:06:08 -07:00
checktheroads
926e9767ee Add 504 error options 2019-06-23 14:05:43 -07:00
checktheroads
c2b8508eeb Add 504 error options 2019-06-23 14:05:20 -07:00
checktheroads
c6b0e00269 Add BIRD suppoprt & HTTP connection error handling 2019-06-23 14:05:06 -07:00
checktheroads
06c1eff397 Remove pprint for debugging 2019-06-23 11:51:02 -07:00
checktheroads
a515b47c46 Remove pprint for debugging 2019-06-23 11:50:33 -07:00
checktheroads
a032750c29 Clean up no longer used CI shell scripts 2019-06-19 10:08:04 -07:00
checktheroads
6aae26bb7c Set required dependency versions 2019-06-19 09:04:16 -07:00
checktheroads
230196703f Minor README updates 2019-06-19 08:58:50 -07:00
Matt Love
83b81a037d
Merge pull request #3 from checktheroads/ci-cleanup
ci cleanups - No longer doing auto blackformatting or auto pylint badging
2019-06-19 08:50:52 -07:00
checktheroads
ea49ecd760 Make CI fail on black/pylint failure, but not change files 2019-06-19 08:37:59 -07:00
checktheroads
736424c82e Add git branches debug 2019-06-18 18:26:21 -07:00
checktheroads
ead1c99230 Move push to shell script 2019-06-18 18:11:45 -07:00
checktheroads
d4ebb07b19 Set git to fetch remote branch 2019-06-18 17:44:04 -07:00
checktheroads
127489f5b8 Add origin/ to git statements 2019-06-18 17:30:12 -07:00
checktheroads
782f568538 Fix invalid export syntax; re-add git fetch 2019-06-18 17:07:54 -07:00
checktheroads
17ae52f958 Remove exit 0 from script 2019-06-18 17:02:28 -07:00
checktheroads
3183bbbff9 Run branch variable script in current shell env 2019-06-18 17:00:45 -07:00
checktheroads
c963de641d removed travis echo statement 2019-06-18 16:40:14 -07:00
checktheroads
337e945f60 reversed PR validation logic 2019-06-18 16:05:52 -07:00
checktheroads
08634d208a added debug statement to see if env var is making it out of shell script 2019-06-18 15:59:56 -07:00
checktheroads
fc7db9137a Added debug statements 2019-06-18 15:55:49 -07:00
checktheroads
d38d83d4e5 removed old code block 2019-06-18 15:49:56 -07:00
checktheroads
41d8a12590 Switched to exported branch variable 2019-06-18 15:47:53 -07:00