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

Extract NeoDash auth module to an abstract interface to allow for different providers #767

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    2869c23 View commit details
    Browse the repository at this point in the history
  2. first iteration on abstracting connection layer

    Alfred Rubin committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    20a154c View commit details
    Browse the repository at this point in the history
  3. first iteration on abstracting connection layer

    Alfred Rubin committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ee20346 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. completely detached runCypherQuery from the application

    Alfred Rubin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    70361e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. renaming auth module to connection

    Alfred Rubin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f22745c View commit details
    Browse the repository at this point in the history
  2. deleted old extensions

    Alfred Rubin committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    200701c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. using Context objext to store current configuration

    Alfred Rubin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    04d52e7 View commit details
    Browse the repository at this point in the history
  2. cleaning code

    Alfred Rubin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c602292 View commit details
    Browse the repository at this point in the history
  3. cleaning code

    Alfred Rubin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    26ee2e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge branch 'develop' into feature/auth-module

    Alfred Rubin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6877693 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/auth-module

    Alfred Rubin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6ca2e4b View commit details
    Browse the repository at this point in the history
  3. merging with develop

    Alfred Rubin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e7d7d98 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. plugged parsed to chart, to test

    Alfred Rubin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ee8a7de View commit details
    Browse the repository at this point in the history
  2. to continue testing only on table, report action work

    Alfred Rubin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d7c250b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc47b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 28, 2024

  1. unplugging record parsing from report.tsx and added comments for conn…

    …ection module
    Alfred Rubin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    50f16e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/auth-module' of https://github.com/neo4j-labs/n…

    …eodash into feature/auth-module
    Alfred Rubin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0f14d87 View commit details
    Browse the repository at this point in the history
  3. cleaning code following sonarqube

    Alfred Rubin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4895d8b View commit details
    Browse the repository at this point in the history