Commit Graph

  • a74a645b7d
    Add renovate.json renovate[bot] 2024-04-01 14:22:49 +0000
  • 21899fa8a8
    Switch to pg switch-to-pg-2 Sergey Yelin 2021-05-19 21:43:07 +0300
  • de159486ef
    Switch to pg (#10) master Sergey Yelin 2021-01-12 16:40:10 +0300
  • e16f286989
    Typo switch-to-pg Sergey Yelin 2021-01-12 10:47:27 +0300
  • 585005ec3c
    More info Sergey Yelin 2021-01-11 21:33:10 +0300
  • 4189ac834d
    Test on Erlang 23 Sergey Yelin 2021-01-11 21:29:49 +0300
  • 3269342e88
    More formatting Sergey Yelin 2021-01-11 21:27:59 +0300
  • 1dd4722c9b
    Formatting Sergey Yelin 2021-01-11 21:26:51 +0300
  • d7886bede4
    Remove debug Sergey Yelin 2021-01-11 21:21:57 +0300
  • b743e78f64
    Switch to pg Sergey Yelin 2021-01-11 21:20:36 +0300
  • 1f122ea9da
    MSPF-545: Add env variable matching for machine id (#9) ndiezel0 2020-08-18 01:12:48 +0300
  • 7f379ad5e3
    Allow to configure backward clock moving check (#8) Andrey Fadeev 2020-07-27 21:57:50 +0300
  • 563d8ef954
    Move warnings_as_errors to dedicated profile (#7) Andrey Fadeev 2020-05-26 12:05:30 +0300
  • c34a962e17
    Change time source from erlang to os system time (#6) Andrey Fadeev 2020-03-31 15:29:26 +0300
  • da498a0bee
    Fix possibility of non-monotonic id generation after clock adjustment (#5) Andrey Fadeev 2020-03-31 15:19:52 +0300
  • a78c86ca47
    Allow to gather machine_id from other places (#4) Andrey Fadeev 2020-03-30 17:18:23 +0300
  • 28da4ec020
    Add Github actions CI (#3) Andrey Fadeev 2020-03-25 20:10:52 +0300
  • 0a598108f6 Merge pull request #2 from manikdv/erlang19-fix Dmitry Manik 2017-02-15 21:54:28 +0300
  • 2f6894437f Remove deprecated erlang:now/0 Dmitry Manik 2017-02-15 21:46:13 +0300
  • 36b978a3ad fix for concurrent usage of 'snowflake:new' Anton Belyaev 2016-08-25 12:19:06 +0400
  • 7a8eab0f12 Returning to the original rebar dep methods. 0.1.2r1 0.1.2 release develop Joseph Abrahamson 2012-07-25 18:28:48 -0400
  • 4059edcfcf * rebar.config: Rearranged the deps to be up a directory Joseph Abrahamson 2012-07-08 17:29:47 -0400
  • a724ad7c85 Made versioning follow git tags 0.1.1 Joseph Abrahamson 2012-07-05 21:39:41 -0400
  • ba3fe8c00a * README.md: Todos added 0.1.0 Joseph Abrahamson 2012-06-28 13:38:45 -0400
  • 18cbe1ab0c * README.md: Added some usage examples Joseph Abrahamson 2012-06-28 13:33:51 -0400
  • 885e66b39f * README.md: Added README Joseph Abrahamson 2012-06-28 12:35:12 -0400
  • 43a98bc67a Exported the new serialze/deserialize fns Joseph Abrahamson 2012-06-27 13:01:32 -0400
  • 0b639933b5 * src/snowflake.erl: Added serialization/deserialization methods. Joseph Abrahamson 2012-06-27 12:08:52 -0400
  • accd056d53 * src/snowflake.erl: Export the uuid/0 type for other dialyzer targets. Joseph Abrahamson 2012-06-15 13:20:38 -0400
  • e7141fe1a8 * src/sf_snowstorm.erl: Fixed the uniqueness algorithm to ... actually work. Joseph Abrahamson 2012-06-13 12:19:31 -0400
  • 6fba82ef48 Distributed resource discovery with pg2 Joseph Abrahamson 2012-06-13 12:19:17 -0400
  • ffb4f1a7c9 Major changes to the package and design! Joseph Abrahamson 2012-06-13 01:43:18 -0400
  • 30ac829e32 Changed attribution. Joseph Abrahamson 2012-06-13 00:18:27 -0400
  • b09242f731 * src/snowflake.app.src: Removed the sasl dep. Joseph Abrahamson 2012-06-12 19:24:31 -0400
  • e29a6acec0 * rebar.config: restored deps dir Joseph Abrahamson 2012-06-10 17:51:16 -0400
  • 8339d313ef * src/snowflake.erl: New "-spec" "@doc" style. Joseph Abrahamson 2012-06-10 10:26:50 -0400
  • 87b3b79935 * rebar.config: Changed to centralized apps/ structure. Joseph Abrahamson 2012-06-10 10:26:36 -0400
  • 3d1f18e04d * src/snowflake.erl: Forgot to track the time of last snowflake. Joseph Abrahamson 2012-06-09 23:29:32 -0400
  • 43625b57be * src/snowflake.erl: Ensure uniqueness with sequencing. Joseph Abrahamson 2012-06-09 23:27:27 -0400
  • 25fb038bcc * src/snowflake.erl: Truncation before random:uniform Joseph Abrahamson 2012-06-09 23:09:19 -0400
  • c008c0fce6 * src/snowflake.erl: Stopgap fix: randomization of the sequence number. Joseph Abrahamson 2012-06-09 23:07:48 -0400
  • d27e91ccfa * rebar.config: Added coverage analysis. Joseph Abrahamson 2012-06-09 11:15:17 -0400
  • 54a6536754 * test/snowflake_tests.erl: Added collision_test_ Joseph Abrahamson 2012-06-08 20:21:12 -0400
  • 766874bdff Fixed Dialyzer type complaints. Joseph Abrahamson 2012-06-08 12:04:02 -0400
  • f78cb0fa6a * src/snowflake.app.src: Configure the .app.src file. Joseph Abrahamson 2012-06-08 11:55:42 -0400
  • 64d61c2638 * src/snowflake_sup.erl: Added the supervisor call. Joseph Abrahamson 2012-06-08 11:54:18 -0400
  • c52df0a568 * src/snowflake.erl: Initial snowflake code. Joseph Abrahamson 2012-06-08 11:53:33 -0400
  • 340f036d2a * test/snowflake_tests.erl: fake starter test. Joseph Abrahamson 2012-06-08 10:05:48 -0400
  • 170299b7b7 Initial commit. Joseph Abrahamson 2012-06-08 10:00:39 -0400