summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Updating server dependancies. (#9498)Christopher Speller2018-09-28269-4129/+22945
|
* Updating dependancies. (#9303)Christopher Speller2018-08-28254-5062/+10992
|
* Remove accidential dependency (#9203)Christopher Speller2018-08-0110-4317/+0
|
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-266-0/+610
| | | | | | * Adding proper CORS support. * Better CORS tests.
* Updating dependencies (#9139)Christopher Speller2018-07-22130-2767/+2394
|
* Lock go-hclog and go-plugin dependencies to a revision (#9128)Joram Wilander2018-07-181-2/+4
|
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-25204-0/+48661
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* MM-10934 Update server dependencies. (#8981)Christopher Speller2018-06-21268-13413/+31304
| | | | | | * Changing throttled import path. * Upgrading dependencies.
* MM-10730 Added support for empty environment variables to viper (#8973)Harrison Healey2018-06-216-9/+1827
|
* Update html2text lib to use the original repo (#8900)Carlos Tadeu Panato Junior2018-06-1432-932/+3631
|
* MM-10769 Rename references to spf13/viper to mattermost/viper (#8948)Harrison Healey2018-06-147-0/+0
|
* Upgrading server dependency. (#8807)Christopher Speller2018-05-18176-8779/+20165
|
* Upgrading minio-go library to 6.0.0 (#8651)Jesús Espino2018-04-3051-2166/+4106
| | | | | | * 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-3035-0/+157078
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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-2787-1620/+8460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1625-0/+220188
| | | | | | | | | | | | | | * 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-165349-1634498/+16463
|
* Merge remote-tracking branch 'origin/release-4.9' into merge-release-4.9Jesús Espino2018-04-102-8/+8
|\
| * Adding minio-go for to the dependencies to temporary fix 2 minio-go bugs (#8577)Jesús Espino2018-04-062-8/+8
| |
* | MM-9849 Added tracking of which settings are set through environment ↵Harrison Healey2018-04-092-12/+27
|/ | | | | | | | | | | | | | | | variables (#8586) * MM-9849 Added tracking of which settings are set through environment variables * Removed old version of viper * Added forked version of viper * Fixed unit tests * Fixed more unit tests * Removed copy from App.GetEnvironmentConfig
* Adding durafmt library and use it from enterprise global relay export (#8487)Jesús Espino2018-03-278-0/+495
| | | | | | | | * Adding durafmt library and use it from enterprise global relay export * Allow to specify different server host and server name on smtp connections * Fixing utils/smtp tests
* Removed mssola/user_agent library (#8417)Harrison Healey2018-03-128-1474/+0
| | | | | | * Removed mssola/user_agent library * Changed user agent tests to use t.Run
* Readding uasurfer library (#8420)Jesús Espino2018-03-0710-0/+2366
|
* Upgrading server dependancies (#8308)Christopher Speller2018-02-16599-129106/+23030
|
* Fix sampledata (fake library) bug (#8198)Jesús Espino2018-02-053-1/+15
|
* Upgrading server dependancies (#8154)Christopher Speller2018-01-291504-24437/+181835
|
* Updated dependencies and added avct/uasurfer (#8089)Harrison Healey2018-01-161399-34749/+325947
| | | | | | * Updated dependencies and added avct/uasurfer * Added uasurfer to NOTICE.txt
* [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-11112-17/+8436
| | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
* Updating server dependancies. (#7816)Christopher Speller2017-11-13470-8790/+84125
|
* Updating server dependancies. (#7538)Christopher Speller2017-09-29415-27715/+38786
|
* Updating server dependancies. (#7246)Christopher Speller2017-08-17398-11775/+45255
|
* testify (#7116)Chris2017-08-0867-0/+15390
|
* PLT-5308 Caching layer part 2 (#6973)Christopher Speller2017-07-3169-0/+16246
| | | | | | | | | | | | * Adding Reaction store cache layer example * Implementing reaction store in new caching system. * Redis for reaction store * Adding redis library * Adding invalidation for DeleteAllWithEmojiName and other minor enhancements
* Upgrading server dependancies (#6984)Christopher Speller2017-07-20621-14749/+103236
|
* Update gorp to support query timeouts on postgres (#6730)Joram Wilander2017-06-283-32/+13
| | | | | | | | * Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
* Updating server dependancies (#6712)Christopher Speller2017-06-21712-51060/+54314
|
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-2928-322/+1271
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* Upgrading server dependancies (#6431)Christopher Speller2017-05-17998-5122/+190944
|
* PLT-6398: Add dependency on go elastic search library. (#6340)George Goldberg2017-05-09384-0/+59472
|
* Upgrading server dependancies (#6215)Christopher Speller2017-04-24387-94898/+121538
|
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-0414-182/+1311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* PLT-6076 Adding viper libs for config file changes (#5871)Corey Hulen2017-03-25749-433/+463049
| | | | | | | | * Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs
* Removing goamz (#5753)Christopher Speller2017-03-13137-37950/+0
|
* Updating server dependancies. Also adding github.com/jaytaylor/html2text and ↵Christopher Speller2017-03-13354-14214/+26615
| | | | gopkg.in/gomail.v2 (#5748)
* Updating server dependancies (#5249)Christopher Speller2017-02-02323-3856/+121273
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-302-1/+59
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-207-0/+709
| | | | graph data from those links. (#4890)
* Improving command line interface (#4689)Christopher Speller2016-12-0696-0/+14404
|
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-22365-929/+75954
| | | | | | | | | | | | | | | | | | * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful
* Upgrading server dependancies (#4566)Christopher Speller2016-11-16443-14060/+38521
|