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
Kerry/summary card links #11867
Merged
kerryarchibald
merged 71 commits into
germain-gg/summary-card-links
from
kerry/summary-card-links
Nov 14, 2023
Merged
Kerry/summary card links #11867
kerryarchibald
merged 71 commits into
germain-gg/summary-card-links
from
kerry/summary-card-links
Nov 14, 2023
Conversation
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
Co-authored-by: t3chguy <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
…11824) * Switch to updating presence via /sync calls instead of PUT /presence (#11223) (cherry picked from commit 1995a74) Signed-off-by: Michael Telatynski <[email protected]> * Update Presence.ts
* Allow adding extra icons to the room header Signed-off-by: Charly Nguyen <[email protected]> * Apply PR feedback Signed-off-by: Charly Nguyen <[email protected]> * Apply PR feedback Signed-off-by: Charly Nguyen <[email protected]> * Apply PR feedback Signed-off-by: Charly Nguyen <[email protected]> * Apply PR feedback Signed-off-by: Charly Nguyen <[email protected]> * Apply PR feedback Signed-off-by: Charly Nguyen <[email protected]> --------- Signed-off-by: Charly Nguyen <[email protected]>
* Fix broken test * Set localTimeStamp for each event
* Run Cypress on Rust crypto * Keep rust and legacy crypto results apart * Move crypto stack id to kiwi build ID ... instead of test suite name
Co-authored-by: Kerry <[email protected]>
* Fix string ref issue * Implement unreachable state * Fix eslint failure * Fix i18n * Fix i18n again * Write cypress test * Write jest test * Write more jest tests * Update method name * Use unstable prefix * Always use prefix This is never to going to be in the spec so always use the io.element prefix * Update tests * Remove redundant code from cypress test * Use unstable prefix * Refactor code * Remove supressOnHover prop * Remove sub-text label * Join lines * Remove blank line * Add jsdoc
* Make video rooms compatible with matrix RTC Signed-off-by: Timo K <[email protected]> * comment fixes Signed-off-by: Timo K <[email protected]> * fix tests by destroying the call. Otherwise create wont recreate for ec. Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]>
* Remove Kiwi upload * Remove JUnit upload
* Add e2e tests for knocking Signed-off-by: Mikhail Aheichyk <[email protected]> * Add e2e tests for knocking into public knock rooms Signed-off-by: Mikhail Aheichyk <[email protected]> * Smaller changes Signed-off-by: Mikhail Aheichyk <[email protected]> * Remove room disappear check when forgotten due to exising issue Signed-off-by: Mikhail Aheichyk <[email protected]> --------- Signed-off-by: Mikhail Aheichyk <[email protected]> Co-authored-by: Mikhail Aheichyk <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Johannes Marbach <[email protected]>
* Add release-drafter Signed-off-by: Michael Telatynski <[email protected]> * Initial release automation Signed-off-by: Michael Telatynski <[email protected]> * Simplify dependency management Signed-off-by: Michael Telatynski <[email protected]> * Add release-gitflow.yml Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
* Disable Percy While visual regression testing is without doubt an essential part of quality assurance, the way we're currently using Percy brings little to no value while causing mainenance overhead. Therefore, we're disabling it until we have figure out https://github.com/vector-im/wat-internal/issues/36 and https://github.com/vector-im/wat-internal/issues/56. * Also disable nightly build * Comment out Percy step instead of fiddling with the output value * Appease the frigging linter
…tart-on-rust Disable 'A room with an edit ... restart' because flaking
…pageup-test Disable 'Looking in thread view to find old threads...' because of flakes
* Update room summary card header * test coverage for public room label * test coverage for public room label (#11841) * fix encrypted badge selector in cypress/crypto.spec --------- Co-authored-by: Kerry <[email protected]>
# Conflicts: # package.json # yarn.lock
* Report crypto sdk in posthog * fix import * do not use the setting as not live
This regression happened because of breaking changes in the most recent compound-design-tokens release.
kerryarchibald
requested review from
t3chguy and
andybalaam
and removed request for
a team
November 14, 2023 03:11
kerryarchibald
merged commit Nov 14, 2023
4173b1e
into
germain-gg/summary-card-links
10 of 13 checks passed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
This PR currently has none of the required changelog labels.
A reviewer can add one of:
T-Deprecation
,T-Enhancement
,T-Defect
,T-Task
to indicate what type of change this is, or addType: [enhancement/defect/task]
to the description and I'll add them for you.