Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Nov 1, 2024
2 parents 3435f06 + 3e3a824 commit b5451d9
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 79 deletions.
48 changes: 27 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
module mattermost-developer-documentation

go 1.19
go 1.22

toolchain go1.22.7

require (
github.com/mattermost/mattermost/server/public v0.0.14
github.com/mattermost/mattermost/server/public v0.1.7
github.com/pkg/errors v0.9.1
golang.org/x/tools v0.16.1
golang.org/x/tools v0.23.0
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/dyatlov/go-opengraph/opengraph v0.0.0-20220524092352-606d7b1e5f8a // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/go-hclog v1.6.2 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 // indirect
Expand All @@ -31,20 +36,21 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/tinylib/msgp v1.1.9 // indirect
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
github.com/tinylib/msgp v1.2.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/wiggin77/merror v1.0.5 // indirect
github.com/wiggin77/srslog v1.0.1 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/grpc v1.60.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
116 changes: 64 additions & 52 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/content/contribute/good-decisions/fixing-pr-mistakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ For scenario 1, if it's not affecting other functionality, turn that feature fla
For scenario 2:

1. Revert the changes introduced in the original PR.
2. Notify the person who worked on the PR know so they can work on a proper fix for their PR.
3. Reintroduce the change through the regular PR cycle.
2. Notify the person who worked on the PR so they can work on a proper fix for their PR.
3. Reintroduce the change through the regular PR cycle.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you are a core committer seeking a review
6. After UX review, request a review from two core committers.
* The choice of core committers is up to you.
- When picking your first core committer, consider someone with domain expertise relative to your changes. Sometimes GitHub will recommend a recent editor of the code, but often you must rely on your own intuition from past interactions.
- When picking your second core committer, consider someone who may have expertise in the language you're using or the problem you're solving, even if they aren't intricately familiar with the codebase. This can provide a fresh set of eyes on the code to reveal blindspots that are not biased by hitting deadlines, and helps expose the team to new parts of the code to help spread out domain knowledge. This may not make sense for every pull request but is a practice to keep in mind.
- When picking your second core committer, consider someone who may have expertise in the language you're using or the problem you're solving, even if they aren't intricately familiar with the codebase. This can provide a fresh set of eyes on the code to reveal blindspots that are not biased by hitting deadlines, and helps expose the team to new parts of the code to help spread out domain knowledge. This may not make sense for every pull request but is a practice to keep in mind. If you don't have someone specific in mind, consider using the [`@core-reviewers`](https://github.com/orgs/mattermost/teams/core-reviewers) group to assign an available reviewer automatically.
- Don't be afraid to pick someone who gives "hard" reviews. Code review feedback is never a personal attack: it should "sharpen" the skills of both the author and the reviewers, not to mention improving the quality of the product.
- Try to avoid assigning the same person to all of your reviews unless they are related.
- When in doubt, ask for recommendations on our community server.
Expand Down
1 change: 1 addition & 0 deletions site/content/contribute/more-info/mvp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The title of “Most Valued Professional” is awarded to an outstanding contrib

| Version | Release date | MVP |
|---------|--------------------|-----------------------------------------------------------------------------------|
| 10.1 | October 16, 2024 | {{< newtabref href="https://github.com/Gesare5" title="Ivy Gesare" >}}
| 10.0 | September 16, 2024 | {{< newtabref href="https://github.com/Camillarhi" title="Rita Anene" >}}
| 9.11 | August 16, 2024 | {{< newtabref href="https://github.com/Aryakoste" title="Arya Khochare" >}}
| 9.10 | July 16, 2024 | {{< newtabref href="https://translate.mattermost.com/user/frankps" title="Frank Paul Silye" >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "End-to-End (E2E) cheatsheets"
date: 2020-12-11T00:00
date: 2020-12-11T00:00:00
weight: 7
description: "This page describes custom commands and useful functions for End-to-End (E2E) testing with the Mattermost web application."
aliases:
Expand Down
3 changes: 1 addition & 2 deletions site/content/contribute/why-contribute/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ Good product and developer documentation content is as important as good code! I
2. If you’d like to contribute to our blog, website, or social media content, you also have a few options:

- You can get paid to write technical content for developers through the Mattermost {{< newtabref href="https://mattermost.com/blog/blog-announcing-community-writing-program/" title="community writing program" >}}.
- If you see a problem with any webpages, blog posts, or other content on {{< newtabref href="https://mattermost.com" title="Mattermost.com" >}}, you can notify us via {{< newtabref href="https://community.mattermost.com/core/channels/mattermost-blog" title="the Content channel" >}} on the Mattermost Community Server.

- If you see a problem with any webpages, blog posts, or other content on [Mattermost.com](https://mattermost.com), you can notify us via [the Content channel](https://community.mattermost.com/core/channels/mattermost-blog) on the Mattermost Community Server.
- If you see a problem with any webpages, blog posts, or other content on {{< newtabref href="https://mattermost.com" title="Mattermost.com" >}}, you can notify us via {{< newtabref href="https://community.mattermost.com/core/channels/mattermost-blog" title="the Content channel" >}} on the Mattermost Community Server.

- Share your contributor or user experience! Mention us when you promote your work within our community, and we’ll amplify the message through Mattermost social media platforms.

Expand Down

0 comments on commit b5451d9

Please sign in to comment.