Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Miscellaneous app cleanup (#7594) | Chris | 2017-10-09 | 2 | -6/+10 | |
| | | | | | | | | | | | | * app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks | |||||
* | store/sqlstore cleanup and postgres tests (#7595) | Chris | 2017-10-09 | 15 | -96/+181 | |
| | | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile | |||||
* | store/storetest package (#7588) | Chris | 2017-10-06 | 24 | -11071/+154 | |
| | | | | | | * prerequisites * storetest package | |||||
* | fix GetPostsByIds error (#7591) | Chris | 2017-10-06 | 1 | -1/+1 | |
| | ||||||
* | reduce store boiler plate (#7585) | Chris | 2017-10-06 | 35 | -3269/+589 | |
| | ||||||
* | post-4.3 commit (#7581) | Chris | 2017-10-05 | 1 | -0/+9 | |
| | ||||||
* | 4.3 pre-cut (#7569) | Chris | 2017-10-04 | 1 | -4/+4 | |
| | | | | | | * 4.3 pre-cut * fix | |||||
* | Parameterized post ids to avoid possible sql injection (#7575) | Jonathan | 2017-10-04 | 1 | -3/+14 | |
| | ||||||
* | PLT-7218: CLI to move slash commands between teams. (#7574) | George Goldberg | 2017-10-04 | 2 | -0/+57 | |
| | ||||||
* | PLT-7759: Make GetNewestJobByStatusAndType not fail when no jobs match. (#7540) | George Goldberg | 2017-10-02 | 2 | -2/+6 | |
| | ||||||
* | PLT-7404 Return viewed at times in view channel API response (#7428) | Joram Wilander | 2017-09-29 | 2 | -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 Goldberg | 2017-09-28 | 2 | -0/+161 | |
| | ||||||
* | PLT-7207: Change from fulltext to LIKE search for user filtering (#7343) | George Goldberg | 2017-09-27 | 3 | -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) | Chris | 2017-09-25 | 48 | -0/+22713 | |
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp |