Max Erenberg
9cd50a4e22
[MM-33853] remove CSV row limit in compliance monitoring ( #17185 )
2021-04-23 09:19:13 -04:00
Madhav Hugar
94c24eea20
Fix empty string comparison issues in the codebase ( #16686 )
...
Automatic Merge
2021-01-25 11:15:17 +01:00
Agniva De Sarker
1a131b54af
MM-31064: Simplify indentation ( #16565 )
...
* MM-31064: Simplify indentation
Reduce indentation where possible.
```release-note
NONE
```
Command ran to verify:
golangci-lint run --disable-all --enable golint --max-issues-per-linter=10000 --max-same-issues=100000 ./... | grep "block ends with a return state"
https://mattermost.atlassian.net/browse/MM-31064
* incorporate review comments
* enable golint for outdent rule
* fix remaining issues
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2020-12-21 18:50:47 +03:00
Agniva De Sarker
64e98d535d
MM-30862: Fix racy test RunComplianceReports ( #16377 )
...
We pass a copy of the compliance object to the goroutine
https://mattermost.atlassian.net/browse/MM-30862
```release-note
NONE
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2020-11-24 21:36:34 +05:30
Shibasis Patel
882b0324b5
MM_22682_Centralize_ID_Validation ( #14237 )
...
Co-authored-by: mattermod <mattermod@users.noreply.github.com >
2020-05-07 13:27:35 -04:00
Jesús Espino
092e53ace2
Fix inconsistencies in variable names for struct methods ( #13561 )
2020-01-07 10:47:03 +01:00
Jesús Espino
a63684fcb5
Consistent license message for all the go files ( #13235 )
...
* Consistent license message for all the go files
* Fixing the last set of unconsistencies with the license headers
* Addressing PR review comments
* Fixing busy.go and busy_test.go license header
2019-11-29 12:59:40 +01:00
Jesse Hallam
d5d1834c04
ABC-173: introduce Normalize(Username|Email) ( #8183 )
...
This centralizes the source of truth on the rules for username / email
processing instead of scattering `strings.ToLower` invocations.
2018-02-05 14:56:01 -05:00
Chris
0c8968fb8d
unnamed return ( #8170 )
2018-01-30 15:23:00 -08:00
George Goldberg
2be5577b88
Model: NewLocAppError -> NewAppError ( #7450 )
2017-09-15 08:32:11 -04:00
Harrison Healey
fb6f2a123c
PLT-5860 Updated copyright date ( #6058 )
...
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
2017-04-12 08:27:57 -04:00
=Corey Hulen
36b17bf99d
PLT-2115 Adding compliance
2016-03-15 18:27:45 -07:00