Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 bd3a19a commit 77ca3e2
Show file tree
Hide file tree
Showing 11 changed files with 1,405 additions and 2,103 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@bifravst/eslint-config-typescript"
"extends": "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript"
}
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'),
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# BDD Feature Runner for AWS Examples

[![GitHub Actions](https://github.com/bifravst/e2e-bdd-test-runner-example/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/e2e-bdd-test-runner-example/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/e2e-bdd-test-runner-example/badge.svg?targetFile=package.json)](https://snyk.io/test/github/bifravst/e2e-bdd-test-runner-example?targetFile=package.json)
[![GitHub Actions](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-js/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-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/e2e-bdd-test-runner-example&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-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)

Example use of
[@bifravst/e2e-bdd-test-runner](https://github.com/bifravst/e2e-bdd-test-runner).
[@nordicsemiconductor/e2e-bdd-test-runner](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js).

npm ci # install dependencies
npx cdk deploy # deploy the stack to your AWS account
Expand Down
6 changes: 0 additions & 6 deletions adr/move-to-bifravst-github-organization.md

This file was deleted.

11 changes: 11 additions & 0 deletions adr/move-to-nordicsemiconductor-github-organization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Move to Nordic Semiconductor GitHub organization

The [initial fork](./why-fork.md) was made to a personal GitHub account
(`coderbyheart`), this however does not reflect the ownership of the project.
Therefore the project is moved to the official Nordic Semiconductor GitHub
organization (`NordicSemiconductor`) from the `bifravst` GitHub organization in
February 2021. This move was cause by the
[_Bifravst_](https://github.com/bifravst/) project being promoted to an official
Nordic Semiconductor open-source project alongside with the release of the
[_Cat Tracker Firmware_](https://github.com/bifravst/firmware) in
[nRF Connect SDK](https://github.com/nrfconnect/sdk-nrf).
4 changes: 2 additions & 2 deletions feature-runner/run-features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
restStepRunners,
webhookStepRunners,
ConsoleReporter,
} from '@bifravst/e2e-bdd-test-runner'
import { stackOutput } from '@bifravst/cloudformation-helpers'
} from '@nordicsemiconductor/e2e-bdd-test-runner'
import { stackOutput } from '@nordicsemiconductor/cloudformation-helpers'
import { stackBaseName } from '../aws/stackBaseName'
import * as path from 'path'
import { CloudFormationClient } from '@aws-sdk/client-cloudformation'
Expand Down

0 comments on commit 77ca3e2

Please sign in to comment.