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

Add filters in DID search #40

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Add filters in DID search #40

wants to merge 24 commits into from

Commits on May 24, 2024

  1. Add metadata filter interface

    GeorgySk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7401c83 View commit details
    Browse the repository at this point in the history
  2. Fix invalid style references

    GeorgySk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c7e0499 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix invalid reference

    GeorgySk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f38f165 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Add filtering functionality

    GeorgySk committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a6fa766 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Aug 20, 2024

  1. Merge branch 'master' of github.com:GeorgySk/jupyterlab-extension int…

    …o master_georgy
    Francesc Torradeflot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    975b74d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fix version in python code

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a8a26b4 View commit details
    Browse the repository at this point in the history
  2. Fix ESLint errors

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f93bb0a View commit details
    Browse the repository at this point in the history
  3. Move TS tests to standard location

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    71713dc View commit details
    Browse the repository at this point in the history
  4. Fix routes to TS libraries

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d37e533 View commit details
    Browse the repository at this point in the history
  5. Remove dummy test

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1cf8e34 View commit details
    Browse the repository at this point in the history
  6. Add minimal test on MetadataFilterItem rendering

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e0b0141 View commit details
    Browse the repository at this point in the history
  7. Add empty filters argument in DID search tests

    Francesc Torradeflot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    28f53f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Move metadata file container into an independent module

    Francesc Torradeflot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    35b0864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e4200 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Add class names

    Francesc Torradeflot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3280f7b View commit details
    Browse the repository at this point in the history
  2. Add test on the whole ExploreTab

    Francesc Torradeflot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e865c04 View commit details
    Browse the repository at this point in the history
  3. Add -u flag to jest call to fix test github action

    Francesc Torradeflot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    53dba0a View commit details
    Browse the repository at this point in the history
  4. Fix ESlint errors

    Francesc Torradeflot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2c29635 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #1 from ftorradeflot/master_georgy

    Small updates on metadata filtering feature
    GeorgySk authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c690410 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add quotes to filter keys and values

    GeorgySk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7e270af View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Remove unnecessary json.dumps for filters

    GeorgySk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    09f6e82 View commit details
    Browse the repository at this point in the history
  2. Fix DID search not working with filters

    GeorgySk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9f74e33 View commit details
    Browse the repository at this point in the history
  3. Make selectors change colors when switching themes

    GeorgySk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    909bf20 View commit details
    Browse the repository at this point in the history