31 Commits

Author SHA1 Message Date
280b9314e9 build testing 2024-11-25 09:01:19 -06:00
a056d05bda a
Some checks failed
/ Plan (push) Failing after 11s
2024-11-25 09:00:14 -06:00
2b8fa78dc3 build test
Some checks failed
/ Plan (push) Failing after 12s
2024-11-25 08:53:23 -06:00
c55ab9d5d3 testing build again
Some checks failed
/ Plan (push) Failing after 10s
2024-11-25 08:52:32 -06:00
f058bdd223 testing build automation
Some checks failed
/ Plan (push) Failing after 13s
2024-11-25 08:50:27 -06:00
480514d971 update 2024-11-25 08:48:26 -06:00
27a6f7162d Build automation updates 2024-11-25 08:45:23 -06:00
5ffda6ec6a url stuff agian
All checks were successful
/ Plan (push) Successful in 20s
2024-11-25 08:36:47 -06:00
6a7664e36e respecifying url in deploy step
Some checks failed
/ Plan (push) Failing after 14s
2024-11-25 08:35:39 -06:00
b0df641683 another repo try
Some checks failed
/ Plan (push) Failing after 37s
2024-11-25 08:34:19 -06:00
e17a362dad trying not setting remote manually
Some checks failed
/ Plan (push) Failing after 10s
2024-11-25 08:33:13 -06:00
6f8bcda064 removing docker installation command
Some checks failed
/ Plan (push) Failing after 9s
2024-11-25 08:32:29 -06:00
e4c636085a forcing run
Some checks failed
/ Plan (push) Has been cancelled
2024-11-25 08:31:04 -06:00
b64dc805fe initial workflow container build 2024-11-25 08:30:16 -06:00
root
636d51e604 updated docker-compose.yml 2024-11-23 01:21:54 -06:00
root
7c569db9b5 updated to new version of subnets.html with comments support 2024-11-23 01:20:57 -06:00
root
6e7f9de582 adding docker-compose 2024-11-23 01:03:33 -06:00
David Croft
6a8e3e1f07 replace cursor: hand with pointer on join column 2023-01-08 12:16:01 +00:00
davidc
d528098ea6
Merge pull request #10 from kpieckiel/davidc
Change shift left operator to exponent operator to avoid overflow
2023-01-08 12:13:11 +00:00
David Croft
dcc734f718 fix column visibility toggle since setting display on cols no longer works 2023-01-08 12:10:39 +00:00
Kevin A. Pieckiel
4cc28b8dd8
Change shift left operator to exponent operator to avoid overflow
Large numbers of hosts (/0 and /1 subnets) are overflowing and showing
as a negative number.  Changing 1<<(32-mask) to 2**(32-mask) causes
JavaScript to calculate the integer properly.
2023-01-06 18:22:45 -05:00
davidc
8329d4add7
Merge pull request #3 from BlackthornYugen/master
Replacing broken gif with fork me link
2020-09-07 17:56:16 +02:00
John Steel
529d10399a Replacing broken gif with fork me link 2020-09-07 11:42:06 -04:00
davidc
a57c2a25fa
add license 2019-07-18 11:17:13 +02:00
davidc
e1884a5d78
Merge pull request #2 from wcbzero/feature/docker
Feature/docker
2018-10-26 13:04:42 +01:00
root
7af2c164cb adding index.php to redirect to subnets.html 2018-09-21 09:14:17 -07:00
root
829963dce5 updating readme and fixing docker file copys 2018-09-21 09:11:34 -07:00
Bill Britt
b9cab3fb88 adding dockerfile 2018-09-21 09:00:05 -07:00
davidc
1e98ebdca5 Update README.md 2017-09-20 17:49:37 +02:00
David Croft
5ef32e2d84 initial import of visual subnet calculator 2017-09-20 16:49:00 +01:00
davidc
fdd3b0a5ec Initial commit 2017-09-20 17:46:06 +02:00