Skip to content

Commit

Permalink
feat: move to NordicSemiconductor organization
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 2, 2021
1 parent 2397842 commit e89d02f
Show file tree
Hide file tree
Showing 13 changed files with 7,404 additions and 2,935 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["react-app", "@bifravst/eslint-config-typescript"],
"extends": ["react-app", "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript"],
"overrides": [
{
"files": ["*.tsx"],
Expand Down
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ pull_request_rules:
- name: Automatic merge security PRs when all status checks pass
conditions:
- author~=^(snyk-bot|dependabot\[bot\])$
- status-success=security/snyk (Bifravst)
- status-success=security/snyk (Asset Tracker Cloud)
- status-success=tests
actions:
merge:
method: rebase
rebase_fallback: squash
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
label:
add:
- mergify
- mergify
rebase:
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
...require('@bifravst/code-style/.prettierrc'),
...require('@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc'),
}
3 changes: 2 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md
See
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Cat Tracker Web Application

[![GitHub Actions](https://github.com/bifravst/app/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/app/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/app/badge.svg)](https://snyk.io/test/github/bifravst/app)
[![GitHub Actions](https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-app-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-app-js?targetFile=package.json)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/app&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/asset-tracker-cloud-app-js)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)

Read the documentation at https://bifravst.github.io/.
The Cat Tracker Web Application is a reference single-page application (SPA)
developed using [create-react-app](https://github.com/facebook/create-react-app)
in [TypeScript](https://www.typescriptlang.org/).

> :information_source: Read the complete Asset Tracker Cloud Example
> documentation
> [here](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/).
10,235 changes: 7,345 additions & 2,890 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bifravst/app",
"name": "@nordicsemiconductor/app",
"version": "0.0.0-development",
"description": "Cat Tracker Web Application",
"scripts": {
Expand All @@ -12,33 +12,33 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/app.git"
"url": "git+https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js.git"
},
"bugs": {
"url": "https://github.com/bifravst/app/issues"
"url": "https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js/issues"
},
"homepage": "https://bifravst.github.io/",
"homepage": "https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js#readme",
"keywords": [
"Cloud",
"IoT",
"Bifravst",
"Asset Tracker",
"NordicSemiconductor"
"Asset Tracker Cloud Example",
"Nordic Semiconductor"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"dependencies": {
"@amcharts/amcharts4": "4.10.13",
"@aws-sdk/client-iot": "3.3.0",
"@aws-sdk/client-iot-data-plane": "3.3.0",
"@aws-sdk/client-s3": "3.3.0",
"@aws-sdk/util-utf8-browser": "3.1.0",
"@bifravst/cell-geolocation-helpers": "1.3.29",
"@bifravst/rsrp-bar": "2.1.8",
"@bifravst/timestream-helpers": "2.2.0",
"@amcharts/amcharts4": "4.10.14",
"@aws-sdk/client-iot": "3.4.1",
"@aws-sdk/client-iot-data-plane": "3.4.1",
"@aws-sdk/client-s3": "3.4.1",
"@aws-sdk/client-timestream-query": "^3.4.1",
"@aws-sdk/util-utf8-browser": "3.4.1",
"@microsoft/signalr": "5.0.2",
"aws-amplify": "3.3.14",
"aws-amplify-react": "4.2.18",
"@nordicsemiconductor/cell-geolocation-helpers": "2.0.0",
"@nordicsemiconductor/rsrp-bar": "3.0.0",
"@nordicsemiconductor/timestream-helpers": "3.0.1",
"aws-amplify": "3.3.16",
"aws-amplify-react": "4.2.20",
"aws-iot-device-sdk": "2.2.6",
"azure-iothub": "1.13.1",
"date-fns": "2.16.1",
Expand All @@ -53,10 +53,10 @@
"leaflet": "1.7.1",
"mcc-mnc-list": "1.1.3",
"memoize-one": "5.1.1",
"msal": "1.4.4",
"msal": "1.4.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-leaflet": "3.0.5",
"react-leaflet": "3.1.0",
"react-router-dom": "5.2.0",
"reactstrap": "8.9.0",
"styled-components": "5.2.1",
Expand All @@ -66,10 +66,10 @@
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.12.7",
"@bifravst/code-style": "8.0.134",
"@bifravst/eslint-config-typescript": "5.0.90",
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
"@nordicsemiconductor/asset-tracker-cloud-code-style": "9.0.2",
"@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript": "^7.0.0",
"@types/aws-iot-device-sdk": "2.2.2",
"@types/intro.js": "3.0.0",
"@types/jest": "26.0.20",
Expand All @@ -83,10 +83,10 @@
"@types/styled-components": "5.1.7",
"@types/twemoji": "12.1.1",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"babel-eslint": "10.1.0",
"eslint": "7.18.0",
"eslint": "7.19.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
Expand All @@ -97,8 +97,8 @@
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"react-scripts": "4.0.1",
"snyk": "1.439.1",
"ts-jest": "26.4.4",
"snyk": "1.440.4",
"ts-jest": "26.5.0",
"typescript": "4.1.3"
},
"husky": {
Expand Down
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"extends": [
"github>bifravst/code-style"
]
"extends": ["github>nordicsemiconductor/asset-tracker-cloud-code-style-js"]
}
4 changes: 3 additions & 1 deletion src/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export const About = ({ config }: { config: ReactAppConfigType }) => (
<p>
Please also consider the{' '}
<a
href={'https://bifravst.github.io/'}
href={
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
}
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/ConnectionInformation/ConnectionInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ReportedTime } from '../ReportedTime/ReportedTime'
import { TextWithIcon } from '../TextWithIcon/TextWithIcon'
import { emojify } from '../Emojify/Emojify'
import styled from 'styled-components'
import { RSRP, RSRPBar } from '@bifravst/rsrp-bar'
import { RSRP, RSRPBar } from '@nordicsemiconductor/rsrp-bar'
import { identifyIssuer } from 'e118-iin-list'
import { isSome, none } from 'fp-ts/lib/Option'

Expand Down
5 changes: 4 additions & 1 deletion src/aws/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ import { ToggleNavigation } from '../Navigation/ToggleNavigation'
import { GlobalStyle } from '../Styles'
import { AboutPage } from './About/Page'
import { attachIotPolicyToIdentity } from './attachIotPolicyToIdentity'
import { parseResult, queryClient } from '@bifravst/timestream-helpers'
import {
parseResult,
queryClient,
} from '@nordicsemiconductor/timestream-helpers'
import { format } from 'date-fns'

import '@aws-amplify/ui/dist/style.css'
Expand Down
4 changes: 3 additions & 1 deletion src/aws/Cats/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ const ListCats = ({
No cats, yet. Read more about how to create{' '}
<em>Device Credentials</em> for your cat trackers{' '}
<a
href={'https://bifravst.github.io/'}
href={
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
}
target="_blank"
rel="noopener noreferrer"
>
Expand Down
4 changes: 3 additions & 1 deletion src/azure/Cats/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ export const List = ({
No cats, yet. Read more about how to create{' '}
<em>Device Credentials</em> for your cat trackers{' '}
<a
href={'https://bifravst.github.io/'}
href={
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit e89d02f

Please sign in to comment.