Christopher Poile
6560b4c0cf
[MM-62845] Fix: Compliance export download link fails from S3 when using a dedicated file store ( #30092 )
...
* add ExportZipReader and use that for job exports
* fix legacy code to use ExportFileReader
2025-02-05 07:31:07 -05:00
Christopher Poile
737bed311c
MM-60115, MM-62436, MM-62493: Compliance export downloads from local and s3; e2e tests ( #29806 )
...
* add ZipReader method to filestore and file/s3 backends
to merge
to merge
* add WriteStreamResponse as an alternative to WriteFileResponse
* add generated layers
* enable download link; download job endpoint now streams export dir zips
* fix MM-62493
* re-enable e2e tests--we have download links, folks
* Add tests for ZipReader in filestore and s3store
* remove unnecessary error return on ZipReader
* little cleanup
* improve tests; some refactoring: s.Nil(err) -> s.NoError(err)
* blank commit
* backwards compatability for pre-10.5 job downloads
* compress file response; better errors; better comments; PR comments
* update generated app layers
* improve/widen tests; improve comments; simplify localstore ZipReader
* regenerate layers
* follow GoDoc conventions
* update generated layers
* remove unnecessary comment
* in jobs/job-id/download, clean exportDir before sending to ZipReader
* better comments; add an error return on ZipReader
* improve file permissions
* adjust tests for new error returns
* linting
* i18n
2025-01-27 09:28:07 +05:30
Nils
ac30b9d468
Fixed errcheck in server/channel/api4/job.go ( #28420 )
2024-10-04 17:50:14 +02:00
enzowritescode
d44c3d5d45
Replace Hard-coded HTTP Verbs with Constants ( #27219 )
...
* Replace hard-coded HTTP verbs with constants in `net/http`
2024-07-15 08:52:03 -06:00
Ben Cooke
9187c772b6
[MM-56074] mmctl job commands ( #26855 )
...
* add job list and update job status command to mmctl
2024-06-17 12:07:05 -04:00
Ben Schumacher
a4ece51391
[MM-45065] Switch all api4 methods to use the new logger ( #24896 )
2023-10-31 11:00:22 +01:00
Ben Schumacher
30b12f199b
[MM-54132] Use annotated logger for log messages from jobs ( #24275 )
2023-09-07 08:50:22 +02:00
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
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