-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1009 from tchapgouv/rebase/element-android-1.6.10
Rebase against Element Android v1.6.10
- Loading branch information
Showing
2,221 changed files
with
4,132 additions
and
3,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
matrix: | ||
api-level: [ 28 ] | ||
# Tchap: Disabled for now | ||
if: github.repository == 'vector-im/element-android' | ||
if: github.repository == 'element-hq/element-android' | ||
# No concurrency required, runs every time on a schedule. | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
@@ -94,7 +94,7 @@ jobs: | |
- should-i-run | ||
- ui-tests | ||
# Tchap: Disabled for now | ||
if: github.repository == 'vector-im/element-android' && always() && (needs.should-i-run.result == 'success' ) && (needs.ui-tests.result != 'success') | ||
if: github.repository == 'element-hq/element-android' && always() && (needs.should-i-run.result == 'success' ) && (needs.ui-tests.result != 'success') | ||
# No concurrency required, runs every time on a schedule. | ||
steps: | ||
- uses: michaelkaye/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ jobs: | |
name: Move PRs asking for design review to the design board | ||
runs-on: ubuntu-latest | ||
# Skip in forks | ||
if: github.repository == 'vector-im/element-android' | ||
if: github.repository == 'element-hq/element-android' | ||
steps: | ||
- uses: octokit/[email protected] | ||
id: find_team_members | ||
with: | ||
headers: '{"GraphQL-Features": "projects_next_graphql"}' | ||
query: | | ||
query find_team_members($team: String!) { | ||
organization(login: "vector-im") { | ||
organization(login: "element-hq") { | ||
team(slug: $team) { | ||
members { | ||
nodes { | ||
|
@@ -77,15 +77,15 @@ jobs: | |
name: Move PRs asking for product review to the product board | ||
runs-on: ubuntu-latest | ||
# Skip in forks | ||
if: github.repository == 'vector-im/element-android' | ||
if: github.repository == 'element-hq/element-android' | ||
steps: | ||
- uses: octokit/[email protected] | ||
id: find_team_members | ||
with: | ||
headers: '{"GraphQL-Features": "projects_next_graphql"}' | ||
query: | | ||
query find_team_members($team: String!) { | ||
organization(login: "vector-im") { | ||
organization(login: "element-hq") { | ||
team(slug: $team) { | ||
members { | ||
nodes { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.