Agniva De Sarker
c3ed07e679
OSF: Used model.NewPointer everywhere ( #27838 )
...
```release-note
NONE
```
2024-08-06 09:15:00 +05:30
Ben Schumacher
30d450c4d8
Cleanup usage of global logger ( #26835 )
2024-04-24 11:52:33 +02:00
Ben Schumacher
b2ec1ff8ae
[MM-55595] Use annotated logger in search layer ( #25468 )
2023-12-04 18:34:57 +01:00
Ben Schumacher
51e73b681b
[MM-40638] Type all of the websocket event names as a new type WebsocketEventType ( #25454 )
...
Co-authored-by: Sudheer Tripathi <sudheer@clearglass.com >
Co-authored-by: Sudheer Tripathi <31629433+sudheer121@users.noreply.github.com >
Co-authored-by: Sudheer Tripathi <tripathisudheer604@gmail.com >
2023-11-22 11:09:48 +01:00
Ben Schumacher
486e836b83
Fix racy test issues ( #24971 )
2023-11-06 12:26:17 +01:00
Ben Schumacher
13c05a571f
Migrate store methods to use request.Context instead of context.Context ( #24836 )
2023-10-11 13:08:55 +02:00
Ben Schumacher
0d5a8b8841
Add whitespace linter ( #24855 )
2023-10-11 10:13:36 +02:00
Ben Schumacher
aad25be4e1
[MM-54434] Use job.Logger to capture ldap logs ( #24493 )
2023-10-06 22:43:21 +02:00
Ben Schumacher
30b12f199b
[MM-54132] Use annotated logger for log messages from jobs ( #24275 )
2023-09-07 08:50:22 +02:00
Harshil Sharma
26617fcbdc
Remove insights ( #23952 )
...
* removed server side
* Updated store layer
* unused import
* Updated autogenerated code template
* Updated tests
* lint fix
* unused translations
* webapp side
* Updated i18n
* lint fix:
* type fix
* Updated snapshots
* Removed insights from API specs
* updated e2e
* Updated e2e tests
* Updated e2e tests
* Removed insights tests
* Removed Insights as possible channel to load in sidebar from test
* Removed more insights tests
* More e2e fixed
* More cleanup
* Lint
* More cleanup in client4 and boards api
* More cleanup
* Fixes
* lint fix
---------
Co-authored-by: maria.nunez <maria.nunez@mattermost.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-07-25 12:34:38 +05:30
Nick Misasi
0b564005cf
[MM-53702] Remove Downgrade Team Selection modal and all accompanying logic ( #24059 )
...
* Remove Downgrade Team Selection modal and all accompanying logic
* fix linter
* Fix i18n
* Final pipeline fixes
2023-07-19 09:35:14 -04:00
Harshil Sharma
79abeb6382
[MM-53026] - Disabled insights by default ( #23702 )
...
* Insights disabled by default
* fixed tests
* fixed tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-06-14 19:40:12 +05:30
Pablo Andrés Vélez Vidal
6a5bb53963
[MM-52969] Revert "MM-51482_Create Apps Category and link to bots DM ( #22918 )" ( #23647 )
...
* Revert "MM-51482_Create Apps Category and link to bots DM (#22918 )"
This reverts commit 1051925eec .
* Revert "MM-51711_Feature flag: APPS sidebar category (#22766 )"
This reverts commit 9156205178 .
2023-06-14 11:05:21 +02:00
Agniva De Sarker
c249ba4a66
MM-52532: Fix golangci warnings ( #23709 )
...
https://mattermost.atlassian.net/browse/MM-52532
- Replace golint with revive
- Add makezero linter
- Fix all the required linter failures
Some issues in enterprise and public modules
are yet to be fixed. We send this to expediate things.
2023-06-13 14:08:36 +05:30
Agniva De Sarker
efaa6264cc
MM-53032: Fix module path after repo rename ( #23689 )
...
It was a good decision in hindsight to keep the public module as 0.x
because this would have been a breaking change again.
https://mattermost.atlassian.net/browse/MM-53032
```release-note
Changed the Go module path from github.com/mattermost/mattermost-server/server/v8 to github.com/mattermost/mattermost/server/v8.
For the public facing module, it's path is also changed from github.com/mattermost/mattermost-server/server/public to github.com/mattermost/mattermost/server/public
```
2023-06-11 10:54:35 +05:30
Jesse Hallam
bb02b35048
Expose public/ API as submodule ( #23345 )
...
* model -> public/model
* plugin -> public/plugin
* public/model/utils -> public/utils
* platform/shared/mlog -> public/shared/mlog
* platform/shared/i18n -> public/shared/i18n
* platform/shared/markdown -> public/shared/markdown
* platform/services/timezones -> public/shared/timezones
* channels/einterfaces -> einterfaces
* expose public/ submodule
* go mod tidy
* .github: cache-dependency-path, setup-go-work
* modules-tidy for public/ too
* remove old gomodtidy
2023-05-10 13:07:02 -03:00
Julian Mondragón
1051925eec
MM-51482_Create Apps Category and link to bots DM ( #22918 )
2023-04-27 19:44:14 -05:00
Agniva De Sarker
b200a07881
v8.0 module release ( #22975 )
...
https://mattermost.atlassian.net/browse/MM-52079
```release-note
We upgrade the module version to 8.0. The new module path is github.com/mattermost-server/server/v8.
```
Co-authored-by: Doug Lauder <wiggin77@warpmail.net >
2023-04-18 11:05:28 +05:30
Doug Lauder
c943ed6859
Mono repo -> Master ( #22553 )
...
Combines the following repositories into one:
https://github.com/mattermost/mattermost-server
https://github.com/mattermost/mattermost-webapp
https://github.com/mattermost/focalboard
https://github.com/mattermost/mattermost-plugin-playbooks
2023-03-22 17:22:27 -04:00