summaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
Commit message (Collapse)AuthorAgeFilesLines
* Updating server dependancies. (#9498)Christopher Speller2018-09-281-72/+341
|
* Updating dependancies. (#9303)Christopher Speller2018-08-281-49/+50
|
* Remove accidential dependency (#9203)Christopher Speller2018-08-011-10/+1
|
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-261-1/+7
| | | | | | * Adding proper CORS support. * Better CORS tests.
* Updating dependencies (#9139)Christopher Speller2018-07-221-26/+27
|
* Lock go-hclog and go-plugin dependencies to a revision (#9128)Joram Wilander2018-07-181-4/+2
|
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-3/+92
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* MM-10934 Update server dependencies. (#8981)Christopher Speller2018-06-211-59/+59
| | | | | | * Changing throttled import path. * Upgrading dependencies.
* MM-10730 Added support for empty environment variables to viper (#8973)Harrison Healey2018-06-211-2/+2
|
* Update html2text lib to use the original repo (#8900)Carlos Tadeu Panato Junior2018-06-141-13/+25
|
* MM-10769 Rename references to spf13/viper to mattermost/viper (#8948)Harrison Healey2018-06-141-1/+1
|
* Upgrading server dependency. (#8807)Christopher Speller2018-05-181-33/+34
|
* Upgrading minio-go library to 6.0.0 (#8651)Jesús Espino2018-04-301-5/+5
| | | | | | * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint
* MM-9072/MM-10185 Force-convert the encoding of OpenGraph metadata to UTF-8 ↵Hyeseong Kim2018-04-301-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#8631) * Force-convert non-UTF8 HTML to UTF8 before opengraph processing * Split the force-encoding function * Add benchmark Test for the forceHTMLEncodingToUTF8() ``` Running tool: /home/comet/go-v1.9.2/bin/go test -benchmem -run=^$ github.com/mattermost/mattermost-server/app -bench ^BenchmarkForceHTMLEncodingToUTF8$ [03:32:58 KST 2018/04/21] [INFO] (github.com/mattermost/mattermost-server/app.TestMain:28) -test.run used, not creating temporary containers goos: linux goarch: amd64 pkg: github.com/mattermost/mattermost-server/app BenchmarkForceHTMLEncodingToUTF8/with_converting-4 100000 11201 ns/op 18704 B/op 32 allocs/op BenchmarkForceHTMLEncodingToUTF8/without_converting-4 300000 3931 ns/op 4632 B/op 13 allocs/op PASS ok github.com/mattermost/mattermost-server/app 2.703s Success: Benchmarks passed. ``` * Remove an unnecessary constraint * Add pre-check if content-type header is already utf-8 * Move the checking for utf-8 into forceHTMLEncodingToUTF8() for testing * Revert df3f347213faa0d023c26d201fa6531f46391086..HEAD, without Gopkg.lock
* Structured logging (#8673)Christopher Speller2018-04-271-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable.
* MM-10020: avoid duplicating unique indexes (#8587)Jesse Hallam2018-04-161-1/+7
| | | | | | | | | | | | | | * unit test TestGet(Search)Replica This adds partial, testing-focused support for SQLite, as well as removing some translated log messages that required initializing i18n just for testing. * avoid returning master twice when no replicas are configured * remove duplicate indexes * unit test GetAllConns
* Depenancy upgrades and movign to dep. (#8630)Christopher Speller2018-04-161-0/+634