Agniva De Sarker
c4b4e1bc38
MM-36271: Bump major version to 6.0 ( #17973 )
...
https://mattermost.atlassian.net/browse/MM-36271
```release-note
We bump the major version to 6.0
```
2021-07-22 12:21:47 +05:30
Ben Schumacher
97ccf0bdf6
[MM-16751] golint model ( #17896 )
2021-07-21 16:38:39 +02:00
Ibrahim Serdar Acikgoz
5ea06e51d0
Migrate to stateless app.App ( #17542 )
...
* add request context
* move initialialization to server
* use app interface instead of global app functions
* remove app context from webconn
* cleanup
* remove duplicated services
* move context to separate package
* remove finalize init method and move content to NewServer function
* restart workers and schedulers after adding license for tests
* reflect review comments
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-05-11 13:00:44 +03:00
Claudio Costa
ee3f986da0
[MM-32622] Remove app.WaitForChannelMembership() ( #17048 )
...
* Remove app.WaitForChannelMembership
* Fix tests
* Fix test
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-03-31 09:40:35 +02:00
Jesús Espino
9cc5089af8
Moving mlog to corelibs ( #16915 )
...
* Moving mlog to corelibs
* Regenerating app layers
* Fix golangci-lint problem
* Fixing golangci-lint errors
* Renaming from corelibs to shared
* Renaming from corelibs to shared
* Fixing import
* Fixing merge problems
* Fixing build
2021-03-05 09:18:37 +01:00
Jesús Espino
5dd2e75c10
Extracting i18n functionality to i18n core library ( #16914 )
...
* extracting i18n functionality to i18n core library
* Removing utils.T
* Adding documentation and changing one function name for better explanation
* Changing other missing utils.T
* Adding license string
* Renaming corelibs to pkg
* Renaming corelibs to pkg (moving directory)
* Renaming from pkg to shared
* Fixing bodyPage.Html casing
* Fixing merges
* Fixing merge problem
* Fixing tests
2021-02-26 08:12:49 +01: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
c1dd23a3c8
MM-31063: Change constants to use CamelCase ( #16608 )
...
* MM-31063: Change constants to use CamelCase
* store package
* change allcaps to camel case (#16615 )
* New tools.mod
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com >
2021-01-04 11:32:29 +05:30
Haardik Dharma
a01927331a
[MM-30909]: Change receiver name for (me *KickProvider) and (me *RemoveProvider)in app/slashcommands/command_remove.go to be more idiomatic. ( #16385 )
...
Automatic Merge
2020-12-01 06:15:17 +01:00
Rodrigo Villablanca
96f1739f8f
UserStore migration ( #15563 )
...
* Migration completed
* Fix tests
* Fix tests
* Fix tests
* Suggestions
* Trigger CI
* Suggestions
* Merge with master
* Trigger CI
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in >
2020-10-26 15:11:27 +05:30
Jesús Espino
1f09d86f42
Moving slash-commands out of app package ( #14979 )
...
* Moving slash-commands out of app package
* Fixing golint checks
* Fixing golangci-lint
* Fixing golangci-lint errors
2020-08-12 18:29:58 +02:00