fix for https://github.com/statping/statping/issues/842, additional columns for language CSV

pull/847/head
hunterlong 2020-10-02 12:06:25 -07:00
parent 4fe05e2f71
commit bdbaf8cbca
5 changed files with 144 additions and 144 deletions

View File

@ -250,7 +250,7 @@ jobs:
- name: Go Tests - name: Go Tests
run: | run: |
go get gotest.tools/gotestsum go get gotest.tools/gotestsum
gotestsum --no-summary=skipped --format testname -- -covermode=count -coverprofile=coverage.out -race -p=1 ./... gotestsum --no-summary=skipped --format testname -- -covermode=count -coverprofile=coverage.out -p=1 ./...
env: env:
VERSION: ${{ env.VERSION }} VERSION: ${{ env.VERSION }}
COMMIT: ${{ github.sha }} COMMIT: ${{ github.sha }}

View File

@ -250,7 +250,7 @@ jobs:
- name: Go Tests - name: Go Tests
run: | run: |
go get gotest.tools/gotestsum go get gotest.tools/gotestsum
gotestsum --no-summary=skipped --format testname -- -covermode=count -coverprofile=coverage.out -race -p=1 ./... gotestsum --no-summary=skipped --format testname -- -covermode=count -coverprofile=coverage.out -p=1 ./...
env: env:
VERSION: ${{ env.VERSION }} VERSION: ${{ env.VERSION }}
COMMIT: ${{ github.sha }} COMMIT: ${{ github.sha }}

View File

@ -117,7 +117,7 @@ jobs:
- name: Go Tests - name: Go Tests
run: | run: |
SASS=`which sass` gotestsum --no-summary=skipped --format dots -- -covermode=count -coverprofile=coverage.out -p=1 ./... SASS=`which sass` gotestsum --no-summary=skipped --format testname -- -covermode=count -coverprofile=coverage.out -p=1 ./...
env: env:
VERSION: ${{ env.VERSION }} VERSION: ${{ env.VERSION }}
COMMIT: ${{ github.sha }} COMMIT: ${{ github.sha }}

View File

@ -5,7 +5,7 @@
No updates found, create a new Incident Update below. No updates found, create a new Incident Update below.
</div> </div>
<div v-for="update in updates.reverse()" :key="update.id"> <div v-for="update in updates" :key="update.id">
<IncidentUpdate :update="update" :onUpdate="loadUpdates" :admin="true"/> <IncidentUpdate :update="update" :onUpdate="loadUpdates" :admin="true"/>
</div> </div>
@ -49,7 +49,7 @@
}, },
data () { data () {
return { return {
updates: null, updates: [],
incident_update: { incident_update: {
incident: this.incident.id, incident: this.incident.id,
message: "", message: "",

View File

@ -1,139 +1,139 @@
key,en key,en,es,fr,ru,de,ja,it,ko,zh
settings,Settings settings,Settings,,,,,,,,
dashboard,Dashboard dashboard,Dashboard,,,,,,,,
services,Services services,Services,,,,,,,,
service,Service service,Service,,,,,,,,
failures,Failures failures,Failures,,,,,,,,
users,Users users,Users,,,,,,,,
login,Login login,Login,,,,,,,,
logout,Logout logout,Logout,,,,,,,,
online,Online online,Online,,,,,,,,
offline,Offline offline,Offline,,,,,,,,
configs,Configuration configs,Configuration,,,,,,,,
username,Username username,Username,,,,,,,,
password,Password password,Password,,,,,,,,
email,Email email,Email,,,,,,,,
confirm_password,Confirm Password confirm_password,Confirm Password,,,,,,,,
uptime,Uptime uptime,Uptime,,,,,,,,
name,Name name,Name,,,,,,,,
copy,Copy copy,Copy,,,,,,,,
close,Close close,Close,,,,,,,,
secret,Secret secret,Secret,,,,,,,,
regen_api,Regenerate API Keys regen_api,Regenerate API Keys,,,,,,,,
regen_desc,API Secret is used for read create update and delete routes. You can Regenerate API Keys if you need to. regen_desc,API Secret is used for read create update and delete routes. You can Regenerate API Keys if you need to.,,,,,,,,
visibility,Visibility visibility,Visibility,,,,,,,,
group,Group group,Group,,,,,,,,
group_create,Create Group group_create,Create Group,,,,,,,,
group_update,Update Group group_update,Update Group,,,,,,,,
group_public_desc,Show group services to the public group_public_desc,Show group services to the public,,,,,,,,
groups,Groups groups,Groups,,,,,,,,
no_group,No Group no_group,No Group,,,,,,,,
public,Public public,Public,,,,,,,,
private,Private private,Private,,,,,,,,
announcements,Announcements announcements,Announcements,,,,,,,,
notifiers,Notifiers notifiers,Notifiers,,,,,,,,
logs,Logs logs,Logs,,,,,,,,
help,Help help,Help,,,,,,,,
type,Type type,Type,,,,,,,,
edit,Edit edit,Edit,,,,,,,,
update,Update update,Update,,,,,,,,
create,Create create,Create,,,,,,,,
view,View view,View,,,,,,,,
save,Save save,Save,,,,,,,,
title,Title title,Title,,,,,,,,
status,Status status,Status,,,,,,,,
begins,Begins begins,Begins,,,,,,,,
total_services,Total Services total_services,Total Services,,,,,,,,
online_services,Online Services online_services,Online Services,,,,,,,,
request_timeout,Request Timeout request_timeout,Request Timeout,,,,,,,,
service_never_online,Service has never been online service_never_online,Service has never been online,,,,,,,,
service_online_check,Online checked service_online_check,Online checked,,,,,,,,
service_offline_time,Service has been offline for service_offline_time,Service has been offline for,,,,,,,,
days_ago,Days Ago days_ago,Days Ago,,,,,,,,
today,Today today,Today,,,,,,,,
week,Week week,Week,,,,,,,,
month,Month month,Month,,,,,,,,
day,Day day,Day,,,,,,,,
hour,Hour hour,Hour,,,,,,,,
minute,Minute minute,Minute,,,,,,,,
failures_24_hours,Failures last 24 hours failures_24_hours,Failures last 24 hours,,,,,,,,
no_services,You currently don't have any services! no_services,You currently don't have any services!,,,,,,,,
theme,Theme theme,Theme,,,,,,,,
cache,Cache cache,Cache,,,,,,,,
authentication,Authentication authentication,Authentication,,,,,,,,
import,Import import,Import,,,,,,,,
main_settings,Main Settings main_settings,Main Settings,,,,,,,,
variables,Variables variables,Variables,,,,,,,,
docs,Documentation docs,Documentation,,,,,,,,
links,Links links,Links,,,,,,,,
changelog,Change Log changelog,Change Log,,,,,,,,
repo,Repository repo,Repository,,,,,,,,
language,Language language,Language,,,,,,,,
db_connection,Database Connection db_connection,Database Connection,,,,,,,,
db_host,Database Host db_host,Database Host,,,,,,,,
db_port,Database Port db_port,Database Port,,,,,,,,
db_username,Database Username db_username,Database Username,,,,,,,,
db_password,Database Password db_password,Database Password,,,,,,,,
db_database,Database Name db_database,Database Name,,,,,,,,
send_reports,Send Error Reports send_reports,Send Error Reports,,,,,,,,
send_reports_desc,Send errors to Statping for debugging send_reports_desc,Send errors to Statping for debugging,,,,,,,,
project_name,Status Page Name project_name,Status Page Name,,,,,,,,
description,Description description,Description,,,,,,,,
domain,Domain domain,Domain,,,,,,,,
enable_cdn,Enable CDN enable_cdn,Enable CDN,,,,,,,,
newsletter,Newsletter newsletter,Newsletter,,,,,,,,
newsletter_note,We will only send you an email for major changes newsletter_note,We will only send you an email for major changes,,,,,,,,
loading,Loading loading,Loading,,,,,,,,
save_settings,Save Settings save_settings,Save Settings,,,,,,,,
average_response,Average Response average_response,Average Response,,,,,,,,
last_uptime,Uptime last last_uptime,Uptime last,,,,,,,,
sign_in,Sign In sign_in,Sign In,,,,,,,,
last_login,Last Login last_login,Last Login,,,,,,,,
admin,Admin admin,Admin,,,,,,,,
user,User user,User,,,,,,,,
failed,Failed failed,Failed,,,,,,,,
wrong_login,Incorrect username or password wrong_login,Incorrect username or password,,,,,,,,
theme_editor,Theme Editor theme_editor,Theme Editor,,,,,,,,
enable_assets,Enable Local Assets enable_assets,Enable Local Assets,,,,,,,,
assets_desc,Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS. assets_desc,Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS.,,,,,,,,
assets_btn,Enable Local Assets assets_btn,Enable Local Assets,,,,,,,,
assets_loading,Creating Assets assets_loading,Creating Assets,,,,,,,,
assets_dir,Assets Directory assets_dir,Assets Directory,,,,,,,,
footer,Footer footer,Footer,,,,,,,,
footer_notes,You can use HTML tags in footer footer_notes,You can use HTML tags in footer,,,,,,,,
global_announcement,Global Announcement global_announcement,Global Announcement,,,,,,,,
announcement_date,Announcement Date Range announcement_date,Announcement Date Range,,,,,,,,
notify_users,Notify Users notify_users,Notify Users,,,,,,,,
notify_desc,Notify Users Before Scheduled Time notify_desc,Notify Users Before Scheduled Time,,,,,,,,
notify_method,Notification Method notify_method,Notification Method,,,,,,,,
notify_before,Notify Before notify_before,Notify Before,,,,,,,,
message_create,Create Announcement message_create,Create Announcement,,,,,,,,
message_edit,Edit Announcement message_edit,Edit Announcement,,,,,,,,
minutes,Minutes minutes,Minutes,,,,,,,,
hours,Hours hours,Hours,,,,,,,,
days,Days days,Days,,,,,,,,
user_create,Create User user_create,Create User,,,,,,,,
user_update,Update User user_update,Update User,,,,,,,,
administrator,Administrator administrator,Administrator,,,,,,,,
checkins,Checkins checkins,Checkins,,,,,,,,
incidents,Incidents incidents,Incidents,,,,,,,,
service_info,Service Info service_info,Service Info,,,,,,,,
service_name,Service Name service_name,Service Name,,,,,,,,
service_type,Service Type service_type,Service Type,,,,,,,,
permalink,Permalink URL permalink,Permalink URL,,,,,,,,
service_public,Public Service service_public,Public Service,,,,,,,,
check_interval,Check Interval check_interval,Check Interval,,,,,,,,
service_endpoint,Service Endpoint service_endpoint,Service Endpoint,,,,,,,,
service_check,Service Check Type service_check,Service Check Type,,,,,,,,
service_timeout,Request Timeout service_timeout,Request Timeout,,,,,,,,
expected_resp,Expected Response expected_resp,Expected Response,,,,,,,,
expected_code,Expected Status Code expected_code,Expected Status Code,,,,,,,,
follow_redir,Follow Redirects follow_redir,Follow Redirects,,,,,,,,
verify_ssl,Verify SSL verify_ssl,Verify SSL,,,,,,,,
tls_cert,Use TLS Cert tls_cert,Use TLS Cert,,,,,,,,
notification_opts,Notification Options notification_opts,Notification Options,,,,,,,,
notifications_enable,Enable Notifications notifications_enable,Enable Notifications,,,,,,,,
notify_after,Notify After Failures notify_after,Notify After Failures,,,,,,,,
notify_all,Notify All Changes notify_all,Notify All Changes,,,,,,,,
service_update,Update Service service_update,Update Service,,,,,,,,
service_create,Create Service service_create,Create Service,,,,,,,,

1 key en es fr ru de ja it ko zh
2 settings Settings
3 dashboard Dashboard
4 services Services
5 service Service
6 failures Failures
7 users Users
8 login Login
9 logout Logout
10 online Online
11 offline Offline
12 configs Configuration
13 username Username
14 password Password
15 email Email
16 confirm_password Confirm Password
17 uptime Uptime
18 name Name
19 copy Copy
20 close Close
21 secret Secret
22 regen_api Regenerate API Keys
23 regen_desc API Secret is used for read create update and delete routes. You can Regenerate API Keys if you need to.
24 visibility Visibility
25 group Group
26 group_create Create Group
27 group_update Update Group
28 group_public_desc Show group services to the public
29 groups Groups
30 no_group No Group
31 public Public
32 private Private
33 announcements Announcements
34 notifiers Notifiers
35 logs Logs
36 help Help
37 type Type
38 edit Edit
39 update Update
40 create Create
41 view View
42 save Save
43 title Title
44 status Status
45 begins Begins
46 total_services Total Services
47 online_services Online Services
48 request_timeout Request Timeout
49 service_never_online Service has never been online
50 service_online_check Online checked
51 service_offline_time Service has been offline for
52 days_ago Days Ago
53 today Today
54 week Week
55 month Month
56 day Day
57 hour Hour
58 minute Minute
59 failures_24_hours Failures last 24 hours
60 no_services You currently don't have any services!
61 theme Theme
62 cache Cache
63 authentication Authentication
64 import Import
65 main_settings Main Settings
66 variables Variables
67 docs Documentation
68 links Links
69 changelog Change Log
70 repo Repository
71 language Language
72 db_connection Database Connection
73 db_host Database Host
74 db_port Database Port
75 db_username Database Username
76 db_password Database Password
77 db_database Database Name
78 send_reports Send Error Reports
79 send_reports_desc Send errors to Statping for debugging
80 project_name Status Page Name
81 description Description
82 domain Domain
83 enable_cdn Enable CDN
84 newsletter Newsletter
85 newsletter_note We will only send you an email for major changes
86 loading Loading
87 save_settings Save Settings
88 average_response Average Response
89 last_uptime Uptime last
90 sign_in Sign In
91 last_login Last Login
92 admin Admin
93 user User
94 failed Failed
95 wrong_login Incorrect username or password
96 theme_editor Theme Editor
97 enable_assets Enable Local Assets
98 assets_desc Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS.
99 assets_btn Enable Local Assets
100 assets_loading Creating Assets
101 assets_dir Assets Directory
102 footer Footer
103 footer_notes You can use HTML tags in footer
104 global_announcement Global Announcement
105 announcement_date Announcement Date Range
106 notify_users Notify Users
107 notify_desc Notify Users Before Scheduled Time
108 notify_method Notification Method
109 notify_before Notify Before
110 message_create Create Announcement
111 message_edit Edit Announcement
112 minutes Minutes
113 hours Hours
114 days Days
115 user_create Create User
116 user_update Update User
117 administrator Administrator
118 checkins Checkins
119 incidents Incidents
120 service_info Service Info
121 service_name Service Name
122 service_type Service Type
123 permalink Permalink URL
124 service_public Public Service
125 check_interval Check Interval
126 service_endpoint Service Endpoint
127 service_check Service Check Type
128 service_timeout Request Timeout
129 expected_resp Expected Response
130 expected_code Expected Status Code
131 follow_redir Follow Redirects
132 verify_ssl Verify SSL
133 tls_cert Use TLS Cert
134 notification_opts Notification Options
135 notifications_enable Enable Notifications
136 notify_after Notify After Failures
137 notify_all Notify All Changes
138 service_update Update Service
139 service_create Create Service