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

Url shortener #125

Merged
merged 26 commits into from
Jul 16, 2023
Merged

Url shortener #125

merged 26 commits into from
Jul 16, 2023

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    5e45e20 View commit details
    Browse the repository at this point in the history
  2. integrated with qr_code

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9a10f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2fae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dbd50b View commit details
    Browse the repository at this point in the history
  5. removed unecessary index

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c83c59a View commit details
    Browse the repository at this point in the history
  6. display viewcount

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    554380a View commit details
    Browse the repository at this point in the history
  7. removed indices completely

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f035ccc View commit details
    Browse the repository at this point in the history
  8. fixed view count

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ef5acdb View commit details
    Browse the repository at this point in the history
  9. use furl instead

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8b9c401 View commit details
    Browse the repository at this point in the history
  10. added dashboard

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7ef341f View commit details
    Browse the repository at this point in the history
  11. cleanup

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ba3bfd8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9d5517 View commit details
    Browse the repository at this point in the history
  13. display workflow as text

    SanderGi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    52b286d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. added sort_by to dashboard

    SanderGi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7b3593e View commit details
    Browse the repository at this point in the history
  2. integrated with videobots

    SanderGi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8a4d177 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    9fe7109 View commit details
    Browse the repository at this point in the history
  2. updated models to /s

    SanderGi committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bde2f75 View commit details
    Browse the repository at this point in the history
  3. renamed endpoint again

    SanderGi committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d445269 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    e27cf64 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    4115fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d69e5c View commit details
    Browse the repository at this point in the history
  3. fixed naming

    SanderGi committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    36be3c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b3eb2 View commit details
    Browse the repository at this point in the history
  5. fix balance add tests

    devxpy committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2596cfa View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. separate url shortner cls

    add tests for atomicity problems
    generate short urls per unique (url, user) pair
    use hashids to generate short urls
    set global query params in gui runner
    devxpy committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2579855 View commit details
    Browse the repository at this point in the history
  2. more efficient balance update

    devxpy committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    76f2c04 View commit details
    Browse the repository at this point in the history