Skip to content

Commit

Permalink
Merge branch 'release/1.0' into feat/upgrade_to_rn73
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Feb 6, 2024
2 parents 6a43872 + 9d59d45 commit 66b67b4
Show file tree
Hide file tree
Showing 152 changed files with 2,420 additions and 1,001 deletions.
80 changes: 5 additions & 75 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,11 @@
## Description

- Describe the nature of the work / fix
- Small description

## Breaking Changes
## Related issues

- PRs should not introduce breaking changes to existing functionality
- if breaking change cannot be avoided it has to be introduced in 2 phases (release cycles of 0.x.0)
- `0.x.0` Add new functionality + add `DEPRECATED` warning to existing fuctionality
- `0.[x+1].0` Remove deprecated functionality
- GH issues

## I have tested my changes on:
## Npm releases

ReNative project directly:

- [ ] ios simulator
- [ ] ios device
- [ ] android simulator
- [ ] android device
- [ ] web browser
- [ ] tvos simulator
- [ ] tvos device
- [ ] androidtv simulator
- [ ] androidtv device
- [ ] androidwear simulator
- [ ] androidwear device
- [ ] tizen simulator
- [ ] tizen device
- [ ] tizenmobile simulator
- [ ] tizenwatch device
- [ ] webos simulator
- [ ] webos device
- [ ] macos
- [ ] windows
- [ ] chromecast device

New project:

- [ ] ios simulator
- [ ] ios device
- [ ] android simulator
- [ ] android device
- [ ] web browser
- [ ] tvos simulator
- [ ] tvos device
- [ ] androidtv simulator
- [ ] androidtv device
- [ ] androidwear simulator
- [ ] androidwear device
- [ ] tizen simulator
- [ ] tizen device
- [ ] tizenmobile simulator
- [ ] tizenwatch device
- [ ] webos simulator
- [ ] webos device
- [ ] macos
- [ ] windows
- [ ] chromecast device

Existing Project created with previous version of renative:

- [ ] ios simulator
- [ ] ios device
- [ ] android simulator
- [ ] android device
- [ ] web browser
- [ ] tvos simulator
- [ ] tvos device
- [ ] androidtv simulator
- [ ] androidtv device
- [ ] androidwear simulator
- [ ] androidwear device
- [ ] tizen simulator
- [ ] tizen device
- [ ] tizenmobile simulator
- [ ] tizenwatch device
- [ ] webos simulator
- [ ] webos device
- [ ] macos
- [ ] windows
- [ ] chromecast device
n/a
10 changes: 5 additions & 5 deletions .github/workflows/e2e-harness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-harness-android:
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/app-harness && yarn build:android-test
cd packages/app-harness && yarn run:android-test & sleep 180
- name: E2E
run: |
cd packages/app-harness && yarn e2e:android
cd packages/app-harness && yarn e2e:android && kill $(lsof -t -i:8083)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-harness-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-harness-androidtv:
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/app-harness && yarn build:androidtv-test
cd packages/app-harness && yarn run:androidtv-test & sleep 180
- name: E2E
run: |
cd packages/app-harness && yarn e2e:androidtv
cd packages/app-harness && yarn e2e:androidtv && kill $(lsof -t -i:8084)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-harness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-harness-ios:
Expand All @@ -32,12 +32,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/app-harness && yarn build:ios-test
cd packages/app-harness && yarn run:ios-test & sleep 1200
- name: E2E
run: |
cd packages/app-harness && yarn e2e:ios
cd packages/app-harness && yarn e2e:ios && kill $(lsof -t -i:8082)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-harness-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-harness-macos:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-harness-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-harness-tvos:
Expand All @@ -32,12 +32,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/app-harness && yarn build:tvos-test
cd packages/app-harness && yarn run:tvos-test & sleep 1200
- name: E2E
run: |
cd packages/app-harness && yarn e2e:tvos
cd packages/app-harness && yarn e2e:tvos && kill $(lsof -t -i:8089)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/e2e-harness-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# - '**/lerna.json'
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
- '**/lerna.json'
- '**/metadata.json'
- '**/renative.json'
- '**/package.json'
pull_request:
types: [labeled]

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-template-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-template-android:
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/template-starter && yarn build:android-test
cd packages/template-starter && yarn run:android-test & sleep 180
- name: E2E
run: |
cd packages/template-starter && yarn e2e:android
cd packages/template-starter && yarn e2e:android && kill $(lsof -t -i:8083)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-template-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-template-androidtv:
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/template-starter && yarn build:androidtv-test
cd packages/template-starter && yarn run:androidtv-test & sleep 180
- name: E2E
run: |
cd packages/template-starter && yarn e2e:androidtv
cd packages/template-starter && yarn e2e:androidtv && kill $(lsof -t -i:8084)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-template-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-template-ios:
Expand All @@ -32,12 +32,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/template-starter && yarn build:ios-test
cd packages/template-starter && yarn run:ios-test & sleep 1200
- name: E2E
run: |
cd packages/template-starter && yarn e2e:ios
cd packages/template-starter && yarn e2e:ios && kill $(lsof -t -i:8082)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-template-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-template-macos:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-template-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
pull_request:
types: [labeled]
# pull_request:
# types: [labeled]

jobs:
e2e-template-tvos:
Expand All @@ -32,12 +32,12 @@ jobs:
- name: Bootstrap
run: |
yarn bootstrap-clean
- name: Build
- name: Run
run: |
cd packages/template-starter && yarn build:tvos-test
cd packages/template-starter && yarn run:tvos-test & sleep 1200
- name: E2E
run: |
cd packages/template-starter && yarn e2e:tvos
cd packages/template-starter && yarn e2e:tvos && kill $(lsof -t -i:8089)
# Commented because e2e tests would fail due to minion issues
# - name: Post message to Slack via Webhook
# if: ${{ github.event_name == 'push' && failure() }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/e2e-template-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# - '**/lerna.json'
# - '**/metadata.json'
# - '**/renative.json'
# - '**/package.json'
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
- '**/lerna.json'
- '**/metadata.json'
- '**/renative.json'
- '**/package.json'
pull_request:
types: [labeled]

Expand Down
Loading

0 comments on commit 66b67b4

Please sign in to comment.