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

feat: Add endpoints for organisation page [DEV-3848] #522

Merged
merged 55 commits into from
Apr 17, 2024
Merged

Commits on Feb 29, 2024

  1. Add base endpoints for Stripe integration

    Andrew Nikitin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0b0b38b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 9, 2024

  1. - Add Stripe webhook handling

    - Add subscription entity
    - Add chekout API guarding
    Andrew Nikitin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    77bb822 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Add auth routes to admin

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a036a02 View commit details
    Browse the repository at this point in the history
  2. Lint and format

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b44b322 View commit details
    Browse the repository at this point in the history
  3. swagger changes

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d987e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. Change endpoint in swagger

    Andrew Nikitin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    39d8a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix swagger generation and add API routes

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    46baaa6 View commit details
    Browse the repository at this point in the history
  2. Fix swagger request body for subscription update

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    769b520 View commit details
    Browse the repository at this point in the history
  3. Fix stripeSync function

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d39e55f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Get permissions from the M2M token

    Andrew Nikitin committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4fcd102 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Sync updated and small clean-ups

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b985ec5 View commit details
    Browse the repository at this point in the history
  2. Clean-ups

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    64ea85b View commit details
    Browse the repository at this point in the history
  3. Add trial period days to subscription creation

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ab0da5b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Get also trilaing subsriptions

    Andrew Nikitin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    71f60d3 View commit details
    Browse the repository at this point in the history
  2. Get rd of Stripe naming

    Andrew Nikitin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    042174b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Small cleeanups and refactoring

    Andrew Nikitin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b366935 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge remote-tracking branch 'origin/develop' into DEV-3671

    Andrew Nikitin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    85d0aed View commit details
    Browse the repository at this point in the history
  2. Make swagger changes

    Andrew Nikitin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9ef7459 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add encryption/decryption to API key

    Andrew Nikitin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dea3a23 View commit details
    Browse the repository at this point in the history
  2. Change API logic a bit and introduce API key endpoints

    Andrew Nikitin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0413eb2 View commit details
    Browse the repository at this point in the history
  3. MAkes linter happy

    Andrew Nikitin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    91957b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    7cf813f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df21b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Get rid of apiKeyHash

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    13be89f View commit details
    Browse the repository at this point in the history
  2. Lint

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e0fc23e View commit details
    Browse the repository at this point in the history
  3. Push swagger file

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a2fb347 View commit details
    Browse the repository at this point in the history
  4. Fix required field in swagger

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7b232eb View commit details
    Browse the repository at this point in the history
  5. Fix swagger date-time

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2226a48 View commit details
    Browse the repository at this point in the history
  6. Fix name field in APIKeyCreateRequestBody

    Andrew Nikitin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5a4fd53 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge remote-tracking branch 'origin/develop' into DEV-3793

    Andrew Nikitin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a4cc615 View commit details
    Browse the repository at this point in the history
  2. Get rid of env variables and make them constants

    Andrew Nikitin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a0a953a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Move to bcrypt and HMAC API key generating

    Andrew Nikitin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1804717 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into DEV-3793

    Andrew Nikitin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f5ce736 View commit details
    Browse the repository at this point in the history
  3. Add error message for Stripe account creation failure

    Andrew Nikitin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    18fa100 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Rename module to abstract

    Andrew Nikitin committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0623db8 View commit details
    Browse the repository at this point in the history
  2. Move routes to api folder

    Andrew Nikitin committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f555883 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Refactor in API guarding

    Andrew Nikitin committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f41d5e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Change response text and fix tests

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    be14478 View commit details
    Browse the repository at this point in the history
  2. Add some logs

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a612f2d View commit details
    Browse the repository at this point in the history
  3. Some refactorings

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    29f5b6f View commit details
    Browse the repository at this point in the history
  4. Add an ability to update organisation (customer)

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5e03a89 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c11d3e3 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix typo"

    This reverts commit c11d3e3.
    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2f103ea View commit details
    Browse the repository at this point in the history
  7. Get rid of Customer in admin names

    Andrew Nikitin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d9c0fa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    c0f7c86 View commit details
    Browse the repository at this point in the history
  2. Return back user info strategy switcher

    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9bf2ebc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'DEV-3848' of github.com:cheqd/credential-service into D…

    …EV-3848
    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    622ca22 View commit details
    Browse the repository at this point in the history
  4. Fix the user info strategy picking

    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a40283b View commit details
    Browse the repository at this point in the history
  5. Review comments

    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ba87c9c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/develop' into DEV-3848

    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4d5a414 View commit details
    Browse the repository at this point in the history
  7. update swagger-admin.json

    Andrew Nikitin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d3345d6 View commit details
    Browse the repository at this point in the history
  8. npm run format

    ankurdotb committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd6ec32 View commit details
    Browse the repository at this point in the history
  9. Fix text of error message

    ankurdotb committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a9a2aac View commit details
    Browse the repository at this point in the history