This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…
… t3chguy/fix/22275 � Conflicts: � res/css/_common.pcss � res/css/views/dialogs/_CompoundDialog.pcss � src/@types/global.d.ts � src/components/structures/MatrixChat.tsx � src/components/views/beacon/BeaconViewDialog.tsx � src/components/views/dialogs/CreateSubspaceDialog.tsx � src/components/views/messages/MBeaconBody.tsx � test/components/views/beacon/BeaconViewDialog-test.tsx
- Loading branch information
Showing
760 changed files
with
17,780 additions
and
9,043 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<!-- Please read https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md before submitting your pull request --> | ||
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR --> | ||
|
||
<!-- Include a Sign-Off as described in https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md#sign-off --> | ||
## Checklist | ||
|
||
<!-- To specify text for the changelog entry (otherwise the PR title will be used): | ||
Notes: | ||
* [ ] Tests written for new code (and old code if feasible) | ||
* [ ] Linter and other CI checks pass | ||
* [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-react-sdk/blob/develop/CONTRIBUTING.md)) | ||
|
||
Changes in this project generate changelog entries in element-web by default. | ||
To suppress this: | ||
<!-- | ||
If you would like to specify text for the changelog entry other than your PR title, add the following: | ||
Notes: Add super cool feature | ||
Changes in this project also generate changelogs in Element Web. To disable this, use the following: | ||
element-web notes: none | ||
...or to specify different notes: | ||
element-web notes: <notes> | ||
or specify alternative text: | ||
element-web notes: Add super cool feature | ||
--> |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"github>matrix-org/renovate-config-element-web" | ||
] | ||
} |
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
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
Copyright 2022 The Matrix.org Foundation C.I.C. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
import { defineConfig } from 'cypress'; | ||
|
||
export default defineConfig({ | ||
videoUploadOnPasses: false, | ||
projectId: 'ppvnzg', | ||
experimentalInteractiveRunEvents: true, | ||
defaultCommandTimeout: 10000, | ||
chromeWebSecurity: false, | ||
e2e: { | ||
setupNodeEvents(on, config) { | ||
return require('./cypress/plugins/index.ts').default(on, config); | ||
}, | ||
baseUrl: 'http://localhost:8080', | ||
experimentalSessionAndOrigin: true, | ||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}', | ||
}, | ||
}); |
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.