Commit Graph

378 Commits (83198ea27b092b663a1d0ffd6cc66afde40b04c0)

Author SHA1 Message Date
Aidaho12 f934aff44c v3.2.1
Debian support improved
2018-08-24 13:29:28 +06:00
Aidaho12 5b402b597b v3.2.1
Debian support improved
2018-08-23 20:27:28 +06:00
Aidaho12 3d508cb0b2 v3.2
Bugs
2018-08-23 12:48:10 +06:00
Aidaho12 f9ae2e48a2 v3.2 2018-08-22 09:12:03 +06:00
Aidaho12 ba7715dbb6 v3.2
Bugs
2018-08-21 16:07:05 +06:00
Aidaho12 7414d6f684 v3.2 2018-08-20 22:53:37 +06:00
Aidaho12 21495d2567 v3.2 2018-08-20 21:20:14 +06:00
Aidaho12 14cb96459d v3.2 2018-08-20 13:16:33 +06:00
Aidaho12 2a7a11a9c8 v3.2
WAF page!
2018-08-20 12:39:52 +06:00
Aidaho12 7d6ca27c86 v3.1 2018-08-17 23:08:07 +06:00
Aidaho12 f4ed036a44 v3.1
Meet Web application firewall!
2018-08-17 17:59:15 +06:00
Aidaho12 da77663484 v3.1
Meet Web application firewall!
2018-08-17 17:55:17 +06:00
Aidaho12 f272ec4ca2 v3.1
Meet Web application firewall!
2018-08-17 10:41:50 +06:00
Aidaho12 914d04eede v3.0
Bugs
2018-08-15 21:36:05 +06:00
Aidaho12 ebbe0b9a7c v3.0
Bugs
2018-08-15 14:17:57 +06:00
Aidaho12 a225ca8d18 v3.0 2018-08-14 15:54:39 +06:00
Aidaho12 af62ff0fc2 v3.0
Show config and compare page improved
2018-08-14 11:59:21 +06:00
Aidaho12 fc2b657c2e v3.0 2018-08-13 13:35:02 +06:00
Aidaho12 15442ffc6a v3.0 2018-08-12 09:38:28 +06:00
Pavel Loginov cf372cc176
Merge pull request #30 from cclauss/patch-1
Initialize oldstat at the top of the function
2018-08-11 22:47:58 +06:00
cclauss e74db7c856
Initialize oldstat at the top of the function
It is not essential but it is safer if the code is changed in the future...

[flake8](http://flake8.pycqa.org) testing of https://github.com/Aidaho12/haproxy-wi on Python 3.7.0

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
/home/travis/virtualenv/python3.7.0/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1
  EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
./app/tools/checker_worker.py:70:27: F821 undefined name 'oldstat'
				if (currentstat[i] != oldstat[i] and currentstat[i]!="none") and ("FRONTEND" not in str(vips[i]) and "BACKEND" not in str(vips[i])):
                          ^
1     F821 undefined name 'oldstat'
1
```
2018-08-11 18:38:47 +02:00
Aidaho12 c0dbf08f23 v3.0
Most settings migrate into DB, improved install script, and haproxy install script
2018-08-11 20:47:47 +06:00
Pavel Loginov ccd67c8c68
Update README.md 2018-08-10 15:47:39 +06:00
Aidaho12 86f68abd0d v2.9
some functions WAF, bugs
2018-08-09 18:11:10 +06:00
Aidaho12 4eec98d284 v2.8.1
Bugs
2018-08-08 23:15:18 +06:00
Aidaho12 650b22e55c v2.8.1
Web acceleration
2018-08-08 18:06:23 +06:00
Aidaho12 cfd696b50b v2.8 2018-08-07 12:10:52 +06:00
Aidaho12 eb77c165b8 v2.8 2018-08-07 11:41:48 +06:00
Aidaho12 3bf48cbdec v2.8 2018-08-07 11:32:14 +06:00
Aidaho12 cb803142d8 v2.8 2018-08-07 11:17:10 +06:00
Aidaho12 125d7ab81c v2.8 2018-08-07 09:47:43 +06:00
Aidaho12 4279b71e3a v2.8 2018-08-07 00:08:52 +06:00
Aidaho12 4232833dd1 v2.8 2018-08-06 22:18:12 +06:00
Aidaho12 04dfb0d98b v2.8 2018-08-06 20:19:31 +06:00
Aidaho12 89192f6a8d v2.8 2018-08-06 19:59:39 +06:00
Aidaho12 b02cc2fc07 v2.8
Bugs
2018-08-05 20:37:14 +06:00
Aidaho12 2cc270859f v2.8
Bugs
2018-08-04 20:44:09 +06:00
Pavel Loginov 71e3a99fc6
Update README.md 2018-08-04 19:58:18 +06:00
Pavel Loginov c54c0945e3
Add files via upload 2018-08-04 19:56:34 +06:00
Aidaho12 a8c7b99db8 v2.8
Meet metrics! Now in HAProxy-WI you can see count incomning connections!
2018-08-04 01:17:03 +06:00
Pavel Loginov 08dc1d8146
Merge pull request #26 from Tirpitz93/master
Change requirement dump==0.0.3 to dump ==0.0.4 to fix install on py3k.
2018-08-03 14:17:34 +06:00
LSelter d9cc8b0377 Change requirement dump==0.0.3 to dump ==0.0.4 to fix install on py3k.
Now installs without errors on my readynas os 6.9, (arm 32bit).
2018-08-03 08:18:35 +01:00
Aidaho12 7bec23f837 v2.7.3 2018-08-01 14:06:09 +06:00
Aidaho12 01fc3c49be v2.7.3
Bugs
2018-07-31 08:20:23 +06:00
Aidaho12 2715ecab29 v2.7.3
Alerting about HAProxy service state
2018-07-30 09:09:26 +06:00
Aidaho12 eebbf4354f v.2.7.2.2
Checker alert message improved
2018-07-29 00:14:12 +06:00
Aidaho12 b24eb38a3f v.2.7.2.2
Servers page protectd
2018-07-27 12:46:50 +06:00
Aidaho12 32be16a69d v2.7.2.1
Imptoved auto refresh
2018-07-27 09:45:49 +06:00
Aidaho12 008fdde04c v2.7.2 2018-07-26 10:49:58 +06:00
Aidaho12 f251338d06 v2.7.2 2018-07-26 10:24:51 +06:00