Skip to content

Commit

Permalink
feat: move to NordicSemiconductor organization
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this renames the package

See bifravst/bifravst#56
  • Loading branch information
coderbyheart committed Feb 2, 2021
1 parent 6dbc82f commit b1d1e3a
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@bifravst/eslint-config-typescript",
"extends": "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript",
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.CI_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
tests:
Expand Down
6 changes: 3 additions & 3 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
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
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Firmware CI runner device helpers

[![GitHub Actions](https://github.com/bifravst/firmware-ci/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/firmware-ci/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/firmware-ci/badge.svg)](https://snyk.io/test/github/bifravst/firmware-ci)
[![GitHub Actions](https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/cloud-firmware-ci-device-helpers-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/cloud-firmware-ci-device-helpers-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/firmware-ci&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/cloud-firmware-ci-device-helpers-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)
Expand All @@ -16,6 +16,11 @@ end-to-end tests:
flashes the AT client, so cloud credentials can be provisioned using
[`flashCredentials`](./device/flashCredentials.ts).

This is used by the [AWS](https://github.com/bifravst/firmware-ci-runner-aws)
and [Azure](https://github.com/bifravst/firmware-ci-runner-azure) Firmware CI
runners.
This is used by the
[AWS](https://github.com/NordicSemiconductor/cloud-aws-firmware-ci-runner-js)
and
[Azure](https://github.com/NordicSemiconductor/cloud-azure-firmware-ci-runner-js)
Firmware CI runners.

> :information_source:
> [Read the complete Asset Tracker Cloud Example documentation](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/).
54 changes: 27 additions & 27 deletions package-lock.json

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

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bifravst/firmware-ci",
"name": "@nordicsemiconductor/firmware-ci-device-helpers",
"version": "0.0.0-development",
"description": "Helper functions for interacting with the nRF9160 used during end-to-end tests",
"main": "./dist/export.js",
Expand All @@ -9,21 +9,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/firmware-ci.git"
"url": "git+https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js.git"
},
"keywords": [
"Cloud",
"IoT",
"bifravst",
"AssetTracker",
"NordicSemiconductor"
"Nordic Semiconductor"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bifravst/firmware-ci/issues"
"url": "https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js/issues"
},
"homepage": "https://github.com/bifravst/firmware-ci#readme",
"homepage": "https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js#readme",
"dependencies": {
"@serialport/parser-readline": "9.0.1",
"commander": "7.0.0",
Expand All @@ -33,18 +32,18 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@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/chalk": "2.2.0",
"@types/commander": "2.12.2",
"@types/node": "14.14.22",
"@types/node-fetch": "2.5.8",
"@types/serialport": "8.0.1",
"@types/uuid": "8.3.0",
"chalk": "4.1.0",
"eslint": "7.18.0",
"eslint": "7.19.0",
"husky": "4.3.8",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["github>bifravst/code-style"]
"extends": ["github>nordicsemiconductor/asset-tracker-cloud-code-style-js"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@bifravst/code-style/tsconfig.json",
"extends": "@nordicsemiconductor/asset-tracker-cloud-code-style/tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"outDir": "dist/"
Expand Down

0 comments on commit b1d1e3a

Please sign in to comment.