Skip to content

Commit a495f31

Browse files
committed
Merge pull request 'release 1.6.0' (#23) from release-1.6.0 into master
Reviewed-on: https://git.tech.wbsrv.ru/web-server/angie-console-light/pulls/23
2 parents 4542987 + 148ce15 commit a495f31

File tree

150 files changed

+37783
-8197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+37783
-8197
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [v1.6.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.6.0) (2025-01-23)
4+
### Added
5+
- I18n supported. Available locales: en, ru
6+
- Sticky header feature in table component added
7+
- Pebibyte (PiB) units supported for data measurement.
8+
9+
### Fixed
10+
- Incorrect value counter fixed in HTTP Upstreams widget on index page
11+
- Default value now used on the HTTP Upstreams page in the response context
12+
13+
## [v1.4.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.4.0) (2024-08-08)
14+
- Monitoring status display added to the website's favicon
15+
16+
## [v1.3.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.3.0) (2024-04-28)
17+
- Added switching the server to the "draining" state in the upstream context
18+
19+
## [v1.2.1](https://github.com/webserver-llc/angie-console-light/releases/tag/1.2.1) (2023-12-26)
20+
- Added an active health checks in the Stream context
21+
22+
## [v1.2.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.2.0) (2023-12-25)
23+
- Upstream editing added in the Stream context

locales/en/app.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Access to /api/ location is forbidden. Check Angie configuration.": "Access to /api/ location is forbidden. Please check Angie configuration.",
3+
"No data received from /api/ location, but found deprecated /status/ location. Сheck Angie configuration.": "No data received from /api/ location, but found deprecated /status/ location. Please check Angie configuration.",
4+
"No data received from /api/ location. Check Angie configuration.": "No data received from /api/ location. Please check Angie configuration.",
5+
"Loading": "Loading...",
6+
"For more information please refer to": "For more information, please refer to the following",
7+
"documentation": "documentation"
8+
}

locales/en/chart.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"1 min.": "1 m",
3+
"5 min.": "5 m",
4+
"15 min.": "15 m",
5+
"Click to view the oldest data": "Click to view the oldest data",
6+
"Click to go back for [selectedTimeWindow]": "Click to go back to {{selectedTimeWindow}}",
7+
"Click to go forward for [selectedTimeWindow]": "Click to go forward to {{selectedTimeWindow}}",
8+
"Click to return to live mode": "Click to return to live mode"
9+
}

locales/en/common.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"B": "B",
3+
"KiB": "KiB",
4+
"MiB": "MiB",
5+
"GiB": "GiB",
6+
"TiB": "TiB",
7+
"PiB": "PiB",
8+
"EiB": "EiB",
9+
"ZiB": "ZiB",
10+
"YiB": "YiB",
11+
"ms": "ms",
12+
"s": "s",
13+
"m": "m",
14+
"h": "h",
15+
"d": "d",
16+
"Click to view rate graph": "Click to view rate graph",
17+
"Click to hide rate graph": "Click to hide rate graph",
18+
"Sort by zone - asc": "Sort by zone — ascending",
19+
"Sort by conf order": "Sort by configuration order",
20+
"Total": "Total",
21+
"Problems": "Problems",
22+
"Warnings": "Warnings",
23+
"Peer": "Total",
24+
"Servers": "Servers",
25+
"Active": "Active",
26+
"In": "In",
27+
"Out": "Out",
28+
"sec": "s."
29+
}

locales/en/demo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Below is the example of the Angie Console Light. This page collects real time data from a demo instance of Angie.": "Below is an example of Angie Console Light. This page displays real-time data from a demo instance of Angie.",
3+
"For more information on configuration please visit": "For more information on Angie configuration, please visit",
4+
"For purchasing Angie Pro please contact the sales team:": "To purchase Angie PRO, please contact our sales team:"
5+
}

locales/en/navigation.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"HTTP Zones": "HTTP Zones",
3+
"HTTP Upstreams": "HTTP Upstreams",
4+
"TCP/UDP Zones": "TCP/UDP Zones",
5+
"TCP/UDP Upstreams": "TCP/UDP Upstreams",
6+
"Caches": "Caches",
7+
"Shared Zones": "Shared Zones",
8+
"Resolvers": "Resolvers",
9+
"Config Files": "Config Files"
10+
}

locales/en/pages/caches.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Caches": "Caches",
3+
"Show all exsists shards": "Show all exsisting shards",
4+
"Zone": "Zone",
5+
"State": "State",
6+
"Memory usage = Used memory pages / Total memory pages": "Memory usage = Used memory pages / Total memory pages",
7+
"Memory usage": "Memory usage",
8+
"Max size": "Max size",
9+
"Used": "Used",
10+
"Disk usage = Used / Max size": "Disk usage = Used / Max size",
11+
"Disk usage": "Disk usage",
12+
"Traffic": "Traffic",
13+
"Hit Ratio": "Hit ratio",
14+
"Served": "Served",
15+
"Written": "Written",
16+
"Bypassed": "Bypassed",
17+
"Cold": "Cold",
18+
"Warm": "Warm",
19+
"Path": "Path"
20+
}

locales/en/pages/configfiles.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Copy": "Copy",
3+
"The <2>config_files</2> object is unavailable; check your configuration and ensure the <6>api_config_files</6> directive is enabled.": "The <2>config_files</2> object is unavailable; check your configuration and ensure the <6>api_config_files</6> directive is enabled.",
4+
"Config Files": "Configuration"
5+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Reload": "Reload",
3+
"Config Files": "Configuration",
4+
"Address": "Address",
5+
"Last reload": "Last reload"
6+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Accepted": "Accepted",
3+
"Connections": "Connections",
4+
"Current": "Current",
5+
"Active": "Active",
6+
"Idle": "Idle",
7+
"Dropped": "Dropped"
8+
}

0 commit comments

Comments
 (0)