Commit Graph

  • 30453c1fb7 Update README with notes on code architecture Daniel Sockwell 2019-04-28 17:44:59 -0400
  • 9e921c1c97 Add ability for multiple clients to connect to the same pub/sub connection Daniel Sockwell 2019-04-28 17:28:57 -0400
  • 425a9d0aae Allow seperate SSE responses to share Redis pubsub Daniel Sockwell 2019-04-26 20:00:11 -0400
  • f676e51ce4 Add limit on number of active streams Daniel Sockwell 2019-04-23 14:07:49 -0400
  • cda74ff318
    Merge pull request #11 from tootsuite/filter-notification Daniel Sockwell 2019-04-21 09:32:37 -0400
  • 4832f59f2f Fixup Daniel Sockwell 2019-04-21 09:31:16 -0400
  • 336f9eaf74
    Merge pull request #10 from tootsuite/filter-notification Daniel Sockwell 2019-04-21 09:29:32 -0400
  • e1257146cd Close Redis connections when SSE stream ends Daniel Sockwell 2019-04-21 09:21:44 -0400
  • fc7108c84a
    Merge pull request #9 from tootsuite/filter-notification Daniel Sockwell 2019-04-21 09:19:42 -0400
  • 5011abaf77 Add language and notification filters Daniel Sockwell 2019-04-19 17:06:29 -0400
  • 4b39009556
    Merge pull request #8 from tootsuite/fixup Daniel Sockwell 2019-04-19 12:19:46 -0400
  • ff957bd407 Minor refactoring Daniel Sockwell 2019-04-19 12:16:03 -0400
  • 593a292af7
    Merge pull request #7 from tootsuite/auth Daniel Sockwell 2019-04-19 12:13:13 -0400
  • 6746514f9a Finish building out postgres auth Daniel Sockwell 2019-04-18 19:02:29 -0400
  • debf01770e Complete header-based auth Daniel Sockwell 2019-04-18 17:07:31 -0400
  • 13d9cf17f6 Connect to postgres for basic auth Daniel Sockwell 2019-04-18 15:47:08 -0400
  • 8f320fc949 Merge branch 'logging' Daniel Sockwell 2019-04-18 10:17:21 -0400
  • 65fded3eb1 Commit Cargo.lock Daniel Sockwell 2019-04-18 10:14:46 -0400
  • f929fdf138
    Merge pull request #6 from tootsuite/logging Daniel Sockwell 2019-04-18 10:12:31 -0400
  • 9434260fa7 Add logging with `pretty_env_log` Daniel Sockwell 2019-04-18 10:10:01 -0400
  • f8565824fc
    Merge pull request #4 from tootsuite/warp Daniel Sockwell 2019-04-18 08:52:14 -0400
  • 9fca39c746 Minor lints Daniel Sockwell 2019-04-16 08:21:19 -0400
  • 36f9d1d7c1 Add dependencies neccessary for SSE/Warp Daniel Sockwell 2019-04-15 14:48:09 -0400
  • 23eaa4a270 Implement basic Server Sent Events with Warp Daniel Sockwell 2019-04-15 14:22:44 -0400
  • 36c2734c86
    Merge pull request #1 from tootsuite/setup-housekeeping Daniel Sockwell 2019-03-05 09:28:27 -0500
  • 4842475b18 Rustfmt all code Daniel Sockwell 2019-03-05 09:23:44 -0500
  • fffd3b6b4d Improve logging Daniel Sockwell 2019-03-05 09:19:38 -0500
  • 7a0b11e240 Add descriptive success messages Daniel Sockwell 2019-03-05 08:49:35 -0500
  • 083130682f Remove custom rustfmt rule Daniel Sockwell 2019-03-05 08:23:24 -0500
  • bfec0327d6 Use redis environment for connection Julian Laubstein 2019-02-19 22:57:01 +0100
  • dfafec963b Added structures for env variables Julian Laubstein 2019-02-19 20:29:32 +0100
  • dcc0283078 Fixed cors and added health endpoint Julian Laubstein 2019-02-15 22:59:21 +0100
  • 88492aac36 Lots of basic stuff Julian Laubstein 2019-02-15 10:22:35 +0100
  • cd30353b30 Removed unused import Julian Laubstein 2019-02-11 21:02:22 +0100
  • 524935c441 Added all routes as mock Julian Laubstein 2019-02-11 21:00:07 +0100
  • 1339784112 Added all endpoints Julian Laubstein 2019-02-11 18:58:51 +0100
  • 7caa714891 Initial project files Julian Laubstein 2019-02-11 09:45:14 +0100
  • cb0d9a5517
    Initial commit Julian Laubstein 2019-02-08 10:35:26 +0100