summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* #MM-12130 changes for custom service terms (#9450)Harshil Sharma2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #MM-12130 changes for custom service terms * Fixed styling * Added getServiceTerms API * removed unnecessary panic * removed custom service terms text from flat config * reverted user sql store as those changes are no longer needed * added tests * Updated a config key to be more standard * Added copyright info * Loading service terms only if the feature is enabled * Loading service terms only if the feature is enabled * removed unused index * added createservice termns API * made a param to bool instead of string * added createservice termns API * review fixes * fixed styling * Minor refactoring * removed saveConfig and loadConfig magic * added empty service terms text check to createServiceTerms API * refactoed some urls to be terms_of_service instead of service_terms * removed check for support settings * changed URLs in tests * removed unused code * fixed a bug * added service termd id in conif * fixed a test * review fixes * minor fixes * Fixed TestCreateServiceTerms
* Move file backend to its own service (#9435)Jesús Espino2018-09-201-0/+4
| | | | | | * Move file backend to its own service * Moving utils/inbucket to mailservice package
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Fix code issues in channel_test.go Fix Channel Test Issues detected by Megacheck Fix API Emoji Test Issues detected by Megacheck Fixed API Issues Reported by Megacheck Fixed App issues reported by megacheck Remaining fixes removed test added by mistake from old HEAD gofmt Store Fixes simplified returns Fix test for multi member channel delete revert to delete unused function
* Add debug-server task to make file to run mattermost using delve (#9290)Jesús Espino2018-08-271-0/+10
|
* Update mockery before generate mocks (#9250)Jesús Espino2018-08-141-3/+3
|
* MM-11028 Adding some plugin tests. (#9103)Christopher Speller2018-07-181-1/+0
| | | | | | | | * Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes.
* add pre-package plugins to the MM package (#9114)Carlos Tadeu Panato Junior2018-07-161-0/+3
|
* MM-10703 Adding blank request context to plugin hooks for future use. (#9043)Christopher Speller2018-07-061-0/+1
| | | | | | | | | | * Adding blank request context to plugin hooks for future use. * Rename RequestContext to Context * Adding context to ServeHTTP and ExecuteCommand * Fixing import cycle in test.
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-24/+3
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* use minio release instead of latest (#8917)Carlos Tadeu Panato Junior2018-06-061-1/+1
|
* fix `make run-server` (#8819)Jesse Hallam2018-05-171-1/+2
| | | | | | | | | * fix `make run-server` The `PLATFORM_FILES` environment variable no longer gives `go run` the necessary context to run the mattermost binary. * clean up cmd/mattermost/cprofile*.out
* Renaming platform binary to mattermost. (#8801)Christopher Speller2018-05-171-1/+1
|
* MM-8708 Remove api package (#8784)Joram Wilander2018-05-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | * Remove api package * Remove api dependency from cmd package * Remove EnableAPIv3 setting * Update web tests * Add more websocket tests * Move some ws and oauth tests to api4 package * Move command tests into api4 package * Test fixes * Fix msg command test * Add some app file tests
* MM-10249 Adding plugin ability to intercept posts before they reach the DB. ↵Christopher Speller2018-05-151-1/+8
| | | | | | | | (#8791) * Adding plugin ability to intercept posts before they reach the DB. * s/envoked/invoked/
* MM-4998 Adding LoginIdAttribute to allow LDAP users to change their login ID ↵Christopher Speller2018-05-101-0/+4
| | | | | | | | | | | | | | without losing their account (#8756) * Adding LoginIdAttribute * Modifying LDAP to use loginIDAttribute. * Adding IDAttribute migration and AD objectGUID support. * Removing unused idea. * Fix typo.
* Fix empty GOPATH behaviour in Makefile (#8724)Jonathan Villemaire-Krajden2018-05-071-5/+5
|
* Fixing unit tests for Go 1.10 (#8568)Christopher Speller2018-04-031-1/+3
|
* Revert "add individual platform packaging targets (#8366)" (#8537)Christopher Speller2018-03-281-1/+1
| | | This reverts commit f0f4f68defef1e9360394ba740c57cff7124dc9c.
* Changing the user-0 data to sysadmin and user-1 username to user-1 (#8494)Jesús Espino2018-03-231-4/+4
|
* using inbucket docker image tag release-1.2.0 instead of latest (#8406)Carlos Tadeu Panato Junior2018-03-121-1/+1
|
* Adding enterprise commands support (#8327)Jesús Espino2018-03-071-1/+1
|
* add individual platform packaging targets (#8366)Chris2018-02-261-1/+1
|
* use mattermost fork of go-bindata (#8216)Chris2018-02-081-2/+2
|
* Don't remove data dirs from vendor directory (#8173)Jesús Espino2018-01-311-1/+1
|
* Adding sample data to the make file (#8171)Corey Hulen2018-01-311-0/+9
| | | | | | * Adding sample data to the make file * Adding regular acct message
* prereq check (#8151)Derrick Anderson2018-01-251-1/+4
|
* Updates 'make help'. (#7982)Martin Kraft2017-12-201-42/+46
| | | | | | * Updates 'make help'. * Updates description of all.
* PLT-8131 Bundled zoom plugin (#7947)Joram Wilander2017-12-051-0/+11
| | | | | | * Bundled zoom plugin * Update plugin to latest
* Adding more temp files to Stopping docker containers (#7916)Jonathan2017-12-051-0/+1
| | | | | * Adding more temp files to Stopping docker containers * Removed unnecessary deletes
* Adds dev db for postgres so that one doesn't need to make it manually. (#7924)Martin Kraft2017-11-301-1/+1
|
* PLT-8018: Bundled jira plugin (#7920)Chris2017-11-301-0/+11
| | | | | | | | | | | | * bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
* fix ee make targets (#7828)Chris2017-11-141-10/+10
|
* Improve test coverage reporting / accuracy (#7819)Chris2017-11-131-4/+4
| | | | | | | | | | * improve test coverage reporting / accuracy * handle absolute coverpaths * move tests into multiple files * rename codecov.yml (https://github.com/codecov/support/issues/426)
* Updating server dependancies. (#7816)Christopher Speller2017-11-131-1/+1
|
* Fixes running webapp from custom location using ENV variable. (#7809)Martin Kraft2017-11-101-3/+1
|
* Adding ldap Makefile tool to add local LDAP configuration (#7764)Christopher Speller2017-11-031-0/+19
|
* Fixed GOPATH in makefile to prevent make mock-store from rewriting ↵Jonathan2017-10-301-1/+1
| | | | mattermost-server imports (#7743)
* more robust mockery invocation (#7727)Chris2017-10-261-1/+1
|
* Store mocks (#7724)Chris2017-10-261-0/+4
| | | | | | * store mocks * add example
* add missing license headers, test to makefile (#7711)Chris2017-10-251-1/+4
|
* parallel tests (#7629)Chris2017-10-161-1/+1
|
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-121-5/+7
| | | | | | | | | | | | * use tmpfs containers for api/api4, move and speed up cli tests * minor optimizations * add missing files, fix pre-existing race condition * add . to TestMain check * add requested log message
* Make test execution not take quadratic compilation time (#7610)Chris2017-10-121-27/+9
| | | | | | | | | | | | * make test execution not take quadratic compilation time * add -p flag. we can only test one package at a time (for now) * cd to mattermost-server for enterprise * whoops * let's go ahead and make the coverage profiles ready for concurrent test
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-16/+0
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* Updating server dependancies. (#7538)Christopher Speller2017-09-291-2/+2
|
* PLT-7641: Cleanup the jsonl files from `make test` (#7466)Jonathan2017-09-251-0/+2
| | | | | | * Disabled automatic log rotation to avoid multiple log file creation, added mattermost.log.jsonl files to gitignore * Added log file delete to make clean
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-1/+1
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* Fix launching minio container. (#7504)George Goldberg2017-09-251-1/+1
|
* Run file tests on Minio and local drivers. (#7482)George Goldberg2017-09-221-0/+21
|
* Avoid error linking client dist directory every time (#7438)Jesús Espino2017-09-131-1/+3
|