This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
forked from mattermost/mattermost-webapp
-
Notifications
You must be signed in to change notification settings - Fork 9
UCHAT-4555 Themes testing using Cypress. #45
Open
sourabkumarkeshri
wants to merge
144
commits into
uber-archive:dev
Choose a base branch
from
sourabkumarkeshri:UCHAT-4555-themes-test
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
UCHAT-4555 Themes testing using Cypress. #45
sourabkumarkeshri
wants to merge
144
commits into
uber-archive:dev
from
sourabkumarkeshri:UCHAT-4555-themes-test
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
* MM-14748: Allow to invalidate email invites * Updating texts * Updating redux dependency
* Bot accounts backstange UI * Text updates Co-Authored-By: crspeller <[email protected]> * Fixing some bugs and feedback. * Updating UI fixes * Reverting package files * Updating bots css * Updating integration buttons * Apply PM text changes Co-Authored-By: crspeller <[email protected]> * Fixing text and bad redux version change. * Typo. Co-Authored-By: crspeller <[email protected]> * Bot tags and UI sugar. * Username sort order for bots. * Style fixes * Updating highlight and error * More bot tags! * DM Fixes. * Bot account backstange profile pictures. * Automatic tokens. * Fix page crash * Updating styling for bots * Add permission managment UI for bots. * Removing email and signin method from bots in system console. * Text changes. * Fixing tests. * Commenting out bots UI * Fixing style error * en.json update with i18n-extract * Feedback fixes * Text fixes. Co-Authored-By: crspeller <[email protected]> * Refactoring oriantation handling. * Avoiding passing user in post_header. * Removing test failing because of test archatecture issues. * Fixing double tag in search and bot DM header popover. * Fix test. * Verious feedback.
* Create a plugin component to override file previews * Add test cases * Code refactoring * Expost pdfjs to window to use in webpack externals in plugins * - Pass postId to ViewImageModal and use getPost to fetch post object. - Update test cases * Update plugins/registry.js Co-Authored-By: chetanyakan <[email protected]>
…attermost#2538) * MM-14731 Prevent getRedirectLocation calls when metadata is present * Update components/post_view/post_body_additional_content/post_body_additional_content.jsx Co-Authored-By: sudheerDev <[email protected]> * Update components/post_view/post_body_additional_content/post_body_additional_content.jsx * Add a dafensive check for metadata key * destruct on mount metadata obj for redability * Add check for link before dispatching actions for redirectUrl * Update check for getredirectionUrl api to check only for metadata * Update test case * Should make api calls when metadata does not exist
* MM-14668 - Updating header elipsis * Updating test
* MM-14520: restore pretext changed event on composition This addresses a regression from ripping out the SuggestionStore in which we no longer emitted pretext changed events while composing CJK characters. * remove redundant pretext assignment
* MM-14970 Fix for Posts ovelapping with each other * MM-14791 Safari and FF takes an extra frame for scroll correction causing jump to the right post when loading more posts * Update react window hash * react window has dependencies which are needed for transitively needed c
…#2551)" (mattermost#2554) This reverts commit dfd56b7.
…sing jump to the right post when loading more posts (mattermost#2556)
…tion causing jump to the right post when loading more posts (mattermost#2556)" (mattermost#2560) This reverts commit 742f772.
* fix flaky E2E tests * added suggestion from @cometkim Co-Authored-By: saturninoabril <[email protected]> * updated per suggestion
… loaded (mattermost#2562) * Check that this.props.posts is not null when loading more posts * Fix isChannelLoading to prevent race condition while switching teams * Remove unnecesary variable
* MM-14692 - Updating textarea placeholder structure * Updating tests * Updating textarea changes * Updating placeholder * Updating tests
…t less than screen height (mattermost#2572)
…input on dialogs (mattermost#2235)" (mattermost#2559) This reverts commit ab31a59.
…attermost#2579) * MM-14783: Fix button in progress text in add users to channel/team. * Fix snapshot tests.
…ch username parts split by special characters (mattermost#2580)
- Add protocol detection for desktop app - fixup to protocol - Moved logic to new router - Renamed folder to be more descriptive. Created proper PureComponent. Fix all issues related to string replacements. Fixed timeOut not working. - Updating styles for deep linking page - Fix order of regexp to replace protocol - Landing Page: wording changes and flow change.
- Added logic for Broadcast only channels that are configured on server side in config.json in ReadOnlyChannels - Add confetti to Broadcast channels when message start with #celebrate - Remove h scroll bar. Do a single transition pass to smooth transition out. Add logic to not see confetti in follow on messages. - Style error for when joining Broadcast only channel from More Channels modal. Refactor ReadOnly channels to have better logic for confetti. - Fix confetti not showing for new members to broadcast only channel. Fix console errors.
…imarTeam enabled (mattermost#2878) * MM-15892: Disabling leave teams from the main menu for experimentalPrimarTeam enabled * Fixing tests
…see nickname of team members instead of username/full_name.
…me if it is more than 24 characters
Ashutosh uchat 4316
…e-display-option-removal [UCHAT-3452] Removed the option of giving user the display option to …
…resize [UCHAT-3952] Allow users to resize the sidebar.
…howing nickname & checkstyle issue.
…resize UCHAT-3952-sidebar-resize- Test Cases fix and eslint fix
Ashutosh uchat 4316
ayusdash
force-pushed
the
dev
branch
6 times, most recently
from
September 18, 2019 12:13
df799ca
to
b626b59
Compare
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.
Summary
Ticket Link
https://jira.uberinternal.com/browse/UCHAT-4555
Related Pull Requests