Commit Graph

30 Commits (6489abbc12eb990e9623ac27301252eb174221b5)

Author SHA1 Message Date
Pavel Loginov 79275a6360 v4.3.3.0
Changelog: https://haproxy-wi.org/changelog.py#4_3_3
2020-07-04 15:48:23 +02:00
Pavel Loginov 64fb9b2414 v4.3.3.0
Changelog: https://haproxy-wi.org/changelog.py#4_3_3
2020-07-03 14:18:52 +02:00
Pavel Loginov d92856067a v4.2.3.0
Changelog: https://haproxy-wi.org/changelog.py#4_2_3
2020-04-23 23:11:37 +02:00
Pavel Loginov 2e331a4582 v4.2.3.0
Changelog: https://haproxy-wi.org/changelog.py#4_2_3
2020-04-21 23:07:54 +02:00
Pavel Loginov d6f79bff7b v4.2.2.0
Changelog: https://haproxy-wi.org/changelog.py#4_2_2
2020-04-16 15:30:51 +02:00
Pavel Loginov 76995b3f1f v4.2.2.0
https://haproxy-wi.org/changelog.py#4_2_2
2020-04-07 20:16:12 +02:00
Pavel Loginov 4258623548 v4.2.1.0
https://haproxy-wi.org/changelog.py#4_2_1
2020-04-06 18:38:58 +02:00
Pavel Loginov a073e7689c v4.2.1.0
https://haproxy-wi.org/changelog.py#4_2_1
2020-04-05 21:56:00 +02:00
Pavel Loginov 7b024f18f1 v4.0.0.0
Changelog: https://haproxy-wi.org/changelog.py#4
2020-02-26 19:10:02 +01:00
Christhonie Geldenhuys 0d83e9f4e5 Fixed spelling mistake in log output 2019-12-27 18:53:54 +02:00
Pavel Loginov 1b728e72aa v3.6.1
REST API, bugs
2019-10-31 22:51:43 +03:00
Pavel Loginov acdbff6985 v3.5.8
code optimization, haproxy page, bugs
2019-10-25 10:18:57 +03:00
Pavel Loginov 30432686ed v3.5.1
New metrics charts
2019-10-05 23:41:07 +03:00
Pavel Loginov b570be7e2b v3.4.4.6
Auto start
2019-09-01 13:00:33 +03:00
Aidaho12 915b086fe2 v3.4
Bugs
2018-12-10 10:16:59 +06:00
Aidaho12 810959e382 v3.4
Metrics bug
2018-12-05 04:55:55 +06:00
Aidaho12 34d67e1e61 v3.4
bugs
2018-11-27 23:38:04 +06:00
Aidaho12 3389529cc6 v3.4
Keep Haproxy service start
2018-11-26 16:00:25 +06:00
Aidaho12 5b402b597b v3.2.1
Debian support improved
2018-08-23 20:27:28 +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
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
Aidaho12 3bf48cbdec v2.8 2018-08-07 11:32:14 +06:00
Aidaho12 b02cc2fc07 v2.8
Bugs
2018-08-05 20:37:14 +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 b92b3ea34a v2.7.2
Bugs
2018-07-25 12:28:33 +06:00
Aidaho12 897e3dd126 v2.7.1
New logs, bugs fixed
2018-07-24 10:08:06 +06:00
Aidaho12 e902002ec5 v2.7
Alerting about changes backends state
2018-07-23 13:08:43 +06:00