summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-061-7/+5
|
* PLT-6071/PLT-8004 Fixed not being able to autocomplete 'Town Square' (#7746)Harrison Healey2017-10-313-27/+48
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-2/+0
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Add command validation on update (#7742)Joram Wilander2017-10-302-0/+10
|
* Remove unused variables / code (#7736)Chris2017-10-303-17/+1
| | | | | | * remove unused variables / code * fix bug in testPostStoreGetOldest
* simplify things (#7735)Chris2017-10-304-11/+7
|
* Adding Posts table indexes for 20M rows. (#7728)Christopher Speller2017-10-273-6/+20
|
* Store mocks (#7724)Chris2017-10-2627-0/+6905
| | | | | | * store mocks * add example
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-262-1/+19
| | | | | | * [PLT-7364] Ability to Direct Message yourself * [PLT-7364] add tests
* add missing license headers, test to makefile (#7711)Chris2017-10-252-0/+4
|
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-253-16/+66
|
* refactor max users per team (#7691)Chris2017-10-206-122/+118
|
* refactor max channels per team enforcement (#7690)Chris2017-10-207-103/+120
|
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-194-4/+109
| | | | | | | | | | | | * Add column to UserAccessTokens table * PLT-7794 Add user access token enable/disable endpoints * replaced eliminated global variable * updates to user_access_token_store and upgrade.go * style fix and cleanup
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-122-5/+2
| | | | | | | | | | | | * 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
* [PLT-7764] Fix in:channel search when channel name/displayname includes `-` ↵Saturnino Abril2017-10-113-47/+159
| | | | | | | | | | (#7603) * fix in:channel search when channel name/displayname includes `-` * fix failing test in PostgreSQL * add lowercase indexes of channel's name and displayname to postgresql, and add unit tests
* Miscellaneous app cleanup (#7594)Chris2017-10-093-7/+12
| | | | | | | | | | | | * app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-0916-96/+322
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* store/storetest package (#7588)Chris2017-10-0646-11071/+11095
| | | | | | * prerequisites * storetest package
* fix GetPostsByIds error (#7591)Chris2017-10-061-1/+1
|
* reduce store boiler plate (#7585)Chris2017-10-0635-3269/+589
|
* post-4.3 commit (#7581)Chris2017-10-051-0/+9
|
* 4.3 pre-cut (#7569)Chris2017-10-041-4/+4
| | | | | | * 4.3 pre-cut * fix
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-0/+11
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Parameterized post ids to avoid possible sql injection (#7575)Jonathan2017-10-041-3/+14
|
* PLT-7218: CLI to move slash commands between teams. (#7574)George Goldberg2017-10-043-0/+59
|
* PLT-7759: Make GetNewestJobByStatusAndType not fail when no jobs match. (#7540)George Goldberg2017-10-022-2/+6
|
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-292-30/+94
| | | | | | | | * Return viewed at times in view channel API response * Updated transaction to read and write once * Remove transaction and only update if new value greater than older
* PLT-7644: Improve job scheduler architecture. (#7532)George Goldberg2017-09-283-0/+163
|
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-273-62/+119
| | | | | | | | | | | | * PLT-7202: Switch user search to LIKE queries to avoid fulltext pitfalls. * Add 2 char name unit test. * Escape underscores properly. * Add more tests and fix * handling. * Make search/indexes case insensitive for postgres.
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-2551-2679/+2743
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* PLT-7619: Cleanup flags in data retention. (#7501)George Goldberg2017-09-223-0/+94
|
* remove more global refs (#7480)Chris2017-09-213-11/+7
|
* Add error codes to the remaining stores (Part 1). (#7461)George Goldberg2017-09-206-81/+87
|
* interactive post update fix (#7477)Chris2017-09-191-0/+2
|
* Add error codes to oauth/post/preference store errors. (#7460)George Goldberg2017-09-193-77/+76
|
* Add error codes to the remaining stores (Part 2). (#7462)George Goldberg2017-09-189-67/+58
|
* Add error codes to user and webhook store errors. (#7459)George Goldberg2017-09-182-70/+68
|
* PLT-7639: Batch delete methods for data retention. (#7444)George Goldberg2017-09-1513-0/+316
|
* remove more global references (#7442)Chris2017-09-1410-141/+152
|
* Fix update SQL query to include refresh token (#7425)Joram Wilander2017-09-141-2/+2
|
* PLT-7556 fixing postgres issue with compliance for master (#7414)Corey Hulen2017-09-121-2/+2
|
* Renaming repoChristopher Speller2017-09-0653-78/+78
|
* add commented 4.3 upgrade func (#7388)Chris2017-09-061-0/+8
|
* app type transition (#7167)Chris2017-09-067-9/+16
|
* Update IsUniqueConstraint to check error codes instead of message text (#7385)Joram Wilander2017-09-066-15/+25
|
* pre 4.2 cut (#7380)Chris2017-09-051-4/+3
|
* Add error codes to SqlChannelStore errors. (#7364)George Goldberg2017-09-041-59/+58
|
* PLT-7497 adding DMs to complinace export (#7353)Corey Hulen2017-09-042-3/+126
|
* [PLT-7385] Add AuthData to IsUniqueConstraintError to indicate duplicated ↵Saturnino Abril2017-09-021-1/+1
| | | | | | | | email entry (#7197) * add AuthData to IsUniqueConstraintError to indicate duplicated email entry * add unique constraint for postgres