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 is_a directed search functionality to term search #34

Merged
merged 13 commits into from
Oct 29, 2020
Merged

Add is_a directed search functionality to term search #34

merged 13 commits into from
Oct 29, 2020

Commits on Oct 12, 2020

  1. Update to SAFE stack v2.2

    - Update to only dotnetcore3.1 projects
    - simplify paket groups
    - [BUGFIX] Error with Fable solved by setting the version for Fable.SimpleJson to 3.11.0
    - Migrate database from MSSQL to MySql
    -> Add docker-compose.yml file for MySql+Adminer instance
    -> Add db.sql dump file to initialize Swate DB to MySql docker instance
    -> Adjust fake.fsx to automatically start docker-compose with "OfficeDebug" target
    - Update README with information about docker.
    Freymaurer committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9191c19 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Apply Requested Changes According to PR #32

    - Return to previous fake-cli version 5.20.3
    - Fix typo in README.md
    - Return to inline dependencies in build.fsx
    - Allow users to set MySql password during setup with optional paramater
    - Remove Client side user secret
    Freymaurer committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    20f4b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb28dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba2838 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Bug-Fix:

    - add Fable.Elmish to Client paket.references
    - add testApi and increase specificity of api forwarding
    - add install.cmd and related info to README.md
    - revert build.fsx inline dependencies to paket build-group
    Freymaurer committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3c3dadd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    6c35b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976bc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c8eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313bd85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6d2dd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    3a30400 View commit details
    Browse the repository at this point in the history
  2. - modify is_a directed search to recursively iterate through all chil…

    …dren and not only the direct ones.
    
    - modify insert term to also insert "Term Source REF" and "Term Accession Number" when using a selected Term
    Freymaurer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    df83030 View commit details
    Browse the repository at this point in the history
  3. - update mysql dump with improved stored procedure for is_a directed …

    …search.
    
    - added DevelopmentConnectionString.fs to project in LAST COMMIT. Now docker-compose.yml, webpack.config.js and DevelopmentConnectionString.fs can be ignored during commiting.
    Freymaurer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5cfb58e View commit details
    Browse the repository at this point in the history