Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elixir Implementation #23

Merged
merged 35 commits into from
Feb 22, 2024
Merged

Elixir Implementation #23

merged 35 commits into from
Feb 22, 2024

Commits on Feb 16, 2024

  1. Implement Pika Elixir

    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3c0d6e2 View commit details
    Browse the repository at this point in the history
  2. Fix Elixir tests

    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8650e85 View commit details
    Browse the repository at this point in the history
  3. Fix encoding

    I wasn't supposed to encode the snowflake in the secure ids, fixed now!
    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0345a8b View commit details
    Browse the repository at this point in the history
  4. Update Elixir readme

    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    54e0cf1 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7c58453 View commit details
    Browse the repository at this point in the history
  6. Update secure id

    Didn't notice this in the Rust implementation (yes, I used the Rust impl as my reference)
    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    80ec132 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2db83d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f73ffc View commit details
    Browse the repository at this point in the history
  9. Update cases in gen/1

    ArtieFuzzz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    db1ad8d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Add credo

    Credo is a static analysis tool. https://github.com/rrrene/credo
    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    94cb604 View commit details
    Browse the repository at this point in the history
  2. Refactor code

    Credo threw a couple refactor suggestions and I have updated the modules
    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0030e36 View commit details
    Browse the repository at this point in the history
  3. Add benchmark

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0934a55 View commit details
    Browse the repository at this point in the history
  4. Add example in README

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    591a1d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8ca6a1 View commit details
    Browse the repository at this point in the history
  6. Add documentation

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    67e49f6 View commit details
    Browse the repository at this point in the history
  7. Update README

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d1b1797 View commit details
    Browse the repository at this point in the history
  8. Add CI workflow

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7048b23 View commit details
    Browse the repository at this point in the history
  9. Fix Snowflake blocking

    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d2728b9 View commit details
    Browse the repository at this point in the history
  10. Fix error when parsing non-integer snowflakes

    Found out that some generated snowflakes aren't integers, they're instead strings
    ArtieFuzzz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8a1047b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Include _ in regex

    ArtieFuzzz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    03b0669 View commit details
    Browse the repository at this point in the history
  2. Lower Elixir version

    ArtieFuzzz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    674f190 View commit details
    Browse the repository at this point in the history
  3. Add ex_doc

    ArtieFuzzz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c65bea3 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    ArtieFuzzz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    34dd6a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d60c1fc View commit details
    Browse the repository at this point in the history
  6. Fix README in docs?

    ArtieFuzzz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    653c85e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    1096594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc2412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    533ebd9 View commit details
    Browse the repository at this point in the history
  4. chore(mix): Bump

    ArtieFuzzz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    117e745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee0e190 View commit details
    Browse the repository at this point in the history
  6. fix(docs): gen/0 -> gen/1

    How did I not catch this?
    ArtieFuzzz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b960ec6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6ffaf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    59455fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e308d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3e43f View commit details
    Browse the repository at this point in the history