• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pinterest / elixir-thrift / 916

Builds Branch Commit Type Ran Committer Via Coverage
916 master Avoid using String.Casing.titlecase_once/1 (#317) This is a private Elixir library function, and its arity changed to `/2` in Elixir 1.6 to support a new `mode` parameter. push 18 Jan 2018 06:40PM UTC web-flow travis-ci pending completion   set done
914 master Support the full character range Pull #317 18 Jan 2018 06:36PM UTC web-flow travis-ci pending completion   set done
913 master Avoid using String.Casing.titlecase_once/1 This is a private Elixir library function, and its arrity changed to `/2` in Elixir 1.6 to support a new `mode` parameter. Instead, we can just perform the "upcase" transformation ourselves if we assume... Pull #317 18 Jan 2018 06:06PM UTC web-flow travis-ci pending completion   set done
911 master Fix heredoc indentation (#315) push 18 Jan 2018 05:24PM UTC web-flow travis-ci pending completion   set done
909 master Fix heredoc indentation Pull #315 18 Jan 2018 04:31PM UTC web-flow travis-ci pending completion   set done
908 master Switch to using "Error" as our exception suffix (#314) This is more consistent with Elixir's own naming conventions. It also removes a small amount of ambiguity with code that refers to Thrift's exceptions; that is, things named "exceptions" in... push 10 Jan 2018 09:35PM UTC web-flow travis-ci pending completion   set done
907 master Switch to using "Error" as our exception suffix This is more consistent with Elixir's own naming conventions. It also removes a small amount of ambiguity with code that refers to Thrift's exceptions; that is, things named "exceptions" in this lib... Pull #314 09 Jan 2018 08:49PM UTC web-flow travis-ci pending completion   set done
906 master Use atoms to represent enums Previously, deserializing an enum value would yield an integer. Since you would not want to hard code these integers into your Elixir code, and because they're essentially unreadable, we generated macros/functions to ... Pull #313 09 Jan 2018 04:22PM UTC web-flow travis-ci pending completion   set done
905 master Improve the oneway function client-server test (#310) This test has been flaky because it relies on race conditions. Force synchronization using :sys.get_state/1 and remove assertions that can't be guaranteed. push 08 Jan 2018 06:48PM UTC web-flow travis-ci pending completion   set done
904 master Don't assert that :EXIT was received Pull #310 08 Jan 2018 06:44PM UTC web-flow travis-ci pending completion   set done
903 master Delegate Client.start_link to ClientImpl (#311) push 08 Jan 2018 06:39PM UTC web-flow travis-ci pending completion   set done
902 master Use sys:get_state/1 to force synchronization Otherwise, our assertions inherently rely on a race condition. Pull #310 08 Jan 2018 06:37PM UTC web-flow travis-ci pending completion   set done
901 master Delegate start_link to ClientImpl Pull #311 08 Jan 2018 05:05PM UTC web-flow travis-ci pending completion   set done
900 master Improve the oneway function client-server test This test has been flaky, and I think it may be related to the :EXIT message assert wasn't pinned to a specific PID. The server here will :EXIT normally while we expect the client to encounter a conn... Pull #310 08 Jan 2018 05:01PM UTC web-flow travis-ci pending completion   set done
899 master Further simplify the generated client code (#309) - We don't need the fullly-qualified service module because we're already generating code within it. This improves readability and cuts down on the overall size of the generated source file.... push 03 Jan 2018 04:44AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • …
  • 85
  • 86
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc