Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for "no change" #88

Merged
merged 3 commits into from
Feb 3, 2020
Merged

check for "no change" #88

merged 3 commits into from
Feb 3, 2020

Conversation

levb
Copy link
Contributor

@levb levb commented Feb 2, 2020

No description provided.

@levb levb requested a review from crspeller February 2, 2020 02:12
server/api/api.go Outdated Show resolved Hide resolved
@@ -354,7 +354,6 @@ func TestAPI(t *testing.T) {
api.On("UnregisterCommand", mock.AnythingOfType("string"), mock.AnythingOfType("string")).Return((*model.AppError)(nil))
api.On("GetChannel", mock.AnythingOfType("string")).Return(&testChannel, nil)
api.On("GetTeam", mock.AnythingOfType("string")).Return(&testTeam, nil)
api.On("GetUser", mock.AnythingOfType("string")).Return(&testTeam, nil)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was not being used

@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Feb 3, 2020
@crspeller crspeller merged commit 18825c3 into mattermost-community:mm-17818 Feb 3, 2020
crspeller added a commit that referenced this pull request Feb 3, 2020
* Adding API for adding/replacing links.

* link -> autolink

* Adding an autolink client

* Renaming and content type.

* Moving to using headers to transmit plugin id.

* check for "no change" (#88)

* check for "no change"

* fixed an error treating empty UserID

* minor

Co-authored-by: Lev <[email protected]>
@hanzei hanzei added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants