Skip to content

Commit

Permalink
Merge pull request #351 from giranm/release/v0.5.1-beta.0
Browse files Browse the repository at this point in the history
[Release] v0.5.1 beta.0
  • Loading branch information
gsreynolds authored Nov 8, 2022
2 parents 6bd64d5 + 062170d commit 688b6e3
Show file tree
Hide file tree
Showing 12 changed files with 173 additions and 154 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
moduleDirectories: ['node_modules', 'src'],
moduleNameMapper: {
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
'^axios$': require.resolve('axios'),
},
transform: {
'^.+\\.[t|j]sx?$': 'babel-jest',
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pd-live-react",
"homepage": "https://giranm.github.io/pd-live-react",
"version": "0.5.0-beta.0",
"version": "0.5.1-beta.0",
"private": true,
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
Expand All @@ -18,16 +18,16 @@
"@testing-library/user-event": "^14.4.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"autoprefixer": "10.4.12",
"axios": "^0.27.2",
"axios": "^1.1.3",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.6.2",
"bottleneck": "^2.19.5",
"date-fns": "^2.29.3",
"enzyme": "^3.11.0",
"font-awesome": "^4.7.0",
"fuse.js": "^6.6.2",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"i18next": "^22.0.4",
"i18next-browser-languagedetector": "^7.0.1",
"immer": "^9.0.15",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
Expand All @@ -38,21 +38,21 @@
"react-bootstrap": "^1.6.6",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-dual-listbox": "^2.3.0",
"react-i18next": "^11.18.6",
"react-dual-listbox": "^3.0.1",
"react-i18next": "^12.0.0",
"react-inject-env": "^2.0.1",
"react-redux": "^8.0.4",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"react-select": "^5.5.2",
"react-select": "^5.6.0",
"react-table": "^7.8.0",
"react-window": "^1.8.7",
"react-window": "^1.8.8",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.1",
"styled-components": "^5.3.6",
"use-debounce": "^8.0.4",
"validator": "^13.7.0",
"web-vitals": "^3.0.2"
"web-vitals": "^3.0.3"
},
"resolutions": {
"autoprefixer": "10.4.5"
Expand Down Expand Up @@ -96,10 +96,10 @@
"@4tw/cypress-drag-drop": "^2.2.1",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.16.7",
"@cypress/react": "6.2.0",
"@cypress/webpack-dev-server": "^2.4.1",
"@cypress/react": "6.2.1",
"@cypress/webpack-dev-server": "^2.5.0",
"@faker-js/faker": "^7.6.0",
"cy2": "^3.1.4",
"cy2": "^3.1.7",
"cypress": "^10.10.0",
"cypress-fail-fast": "^5.0.1",
"eslint": "^7.32.0",
Expand All @@ -115,7 +115,7 @@
"genversion": "^3.1.1",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "5",
"i18next-parser": "^6.5.0",
"i18next-parser": "^6.6.0",
"identity-obj-proxy": "^3.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-location-mock": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Auth/AuthComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const AuthComponent = (props) => {
size="lg"
onClick={() => window.location.assign(authURL)}
>
Sign In
{t('Sign In')}
</Button>
</Form>
</div>
Expand Down
12 changes: 6 additions & 6 deletions src/config/incident-table-columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const availableIncidentTableColumns = [
} else if (incident.notes && incident.notes.length === 0) {
content = '--';
} else {
content = 'Fetching notes ...';
content = `${i18next.t('Fetching Notes')} ...`;
}
return content;
},
Expand Down Expand Up @@ -447,7 +447,7 @@ export const availableAlertTableColumns = [
} else if (incident.alerts) {
content = '--';
} else {
content = 'Fetching alerts ...';
content = `${i18next.t('Fetching Alerts')} ...`;
}
return content;
},
Expand Down Expand Up @@ -516,7 +516,7 @@ export const availableAlertTableColumns = [
} else if (incident.alerts) {
content = '--';
} else {
content = 'Fetching alerts ...';
content = `${i18next.t('Fetching Alerts')} ...`;
}
return content;
},
Expand All @@ -543,7 +543,7 @@ export const availableAlertTableColumns = [
} else if (incident.alerts) {
content = '--';
} else {
content = 'Fetching alerts ...';
content = `${i18next.t('Fetching Alerts')} ...`;
}
return content;
},
Expand All @@ -570,7 +570,7 @@ export const availableAlertTableColumns = [
} else if (incident.alerts) {
content = '--';
} else {
content = 'Fetching alerts ...';
content = `${i18next.t('Fetching Alerts')} ...`;
}
return content;
},
Expand All @@ -597,7 +597,7 @@ export const availableAlertTableColumns = [
} else if (incident.alerts) {
content = '--';
} else {
content = 'Fetching alerts ...';
content = `${i18next.t('Fetching Alerts')} ...`;
}
return content;
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "Service",
"Settings": "Einstellungen",
"Severity": "Schweregrad",
"Sign In": "Anmeldung",
"Signing into PagerDuty Live": "Anmeldung bei PagerDuty Live anerfolgt",
"Since": "Seit",
"Snooze": "Schlummern",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "Service",
"Settings": "Settings",
"Severity": "Severity",
"Sign In": "Sign In",
"Signing into PagerDuty Live": "Signing into PagerDuty Live",
"Since": "Since",
"Snooze": "Snooze",
Expand Down
1 change: 1 addition & 0 deletions src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "Servicio",
"Settings": "Configuración",
"Severity": "Severidad",
"Sign In": "Acceso",
"Signing into PagerDuty Live": "Iniciando sesión en PagerDuty Live",
"Since": "Desde",
"Snooze": "Suspender",
Expand Down
1 change: 1 addition & 0 deletions src/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "Service",
"Settings": "Paramètres",
"Severity": "Sévérité",
"Sign In": "Connexion",
"Signing into PagerDuty Live": "Connexion à PagerDuty Live",
"Since": "Depuis",
"Snooze": "Pause",
Expand Down
1 change: 1 addition & 0 deletions src/locales/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "Layanan",
"Settings": "Pengaturan",
"Severity": "Keparahan",
"Sign In": "Gabung",
"Signing into PagerDuty Live": "Masuk ke PagerDuty Live",
"Since": "Sejak",
"Snooze": "Tunda",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"Service": "サービス",
"Settings": "設定",
"Severity": "深刻度",
"Sign In": "ログイン",
"Signing into PagerDuty Live": "PagerDuty Liveにサインイン中",
"Since": "下記の日付以降",
"Snooze": "スヌーズ",
Expand Down
Loading

0 comments on commit 688b6e3

Please sign in to comment.