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

Update release/1.9.0 branch #130

Merged
merged 15 commits into from
Jul 12, 2018
Merged

Update release/1.9.0 branch #130

merged 15 commits into from
Jul 12, 2018

Commits on Jun 1, 2018

  1. added pmd ruleset (#115)

    minor fix in pom and gitignore
    manuel-hegner committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    ed8a929 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Release/1.8.3 (#117)

    * prepare release 1.8.0-RC1
    
    * Feature/money filter (#92)
    
    * Replace concept nodes by concept lists (#88)
    
    * Make concept lists the default node type, remove special handling
    
    * Add code list resolution to demo data
    
    * initial money range filter
    
    * update moneyRange
    
    * remove accounting
    update yarn.lock
    
    * update demo data
    
    * update formatted value for money range
    
    * fix decimal scale expect number
    
    * fixed wrong result display position (#93)
    
    * update money range
    
    * fix type imports
    
    * update demo data
    
    * reset max-len in eslintrc.json
    
    * Fix/new features from develop (#100)
    
    * New query node editor layout (#96)
    
    * Define QNE state and apply initial draft of the new layout
    
    * Make node label editable
    
    * Reorganize QueryNodeEditor component
    
    * Make node label changeable in forms
    
    * Embed QueryNodeEditor directly into RightPane
    
    * Fix styles and cleanup
    
    * Reset QueryNodeModal state when closing
    
    * Add filter icon, improve style compatibility
    
    * Update Filter label text
    
    * Remove hasActiveFilters property from query nodes
    
    * Make concept lists editable
    
    * WIP
    
    * Cleanup
    
    * Fix QueryGroupModal styles
    
    * More cleanup
    
    * Fix formatting
    
    * Query Node Editor fixes (#97)
    
    * QueryNodeEditor related fixes
    
    * Fix FormQueryNodeEditor being recreated on every edit
    
    * Money range fixes (#98)
    
    * Add some fixes for the money range input
    
    * Reset formattedValue when switching range filter modes
    
    * Fix indentation
    
    * prepare release 1.8.0-RC2
    
    * Fix clear value button layout in ClearableInput
    
    * Fix check for already existing concepts
    ... when dragging a concept from the tree into the query node editor
    
    * Align labels used for opening the QueryNodeEditor
    
    * prepare release 1.8.0-RC4
    
    * Tree Search (#103)
    
    * - Create a search box at the top of the category tree view
    - Implement filter function as part of a reducer
    
    * fix: missing clear value button in input
    refactoring
    
    * fix: check undefined
    
    * - changes
    - prepare async
    
    * regex search
    
    * set search?: SearchType optional
    
    * refactoring
    
    * changes
    
    * trailing spaces removed
    
    * fuzzyMatch commented out
    
    * fix import
    
    * refactoring
    
    * update flow version to 0.69.0
    
    * replace searchbox mode with isMulti
    
    * add flow
    
    * changes
    
    *  imports organized
    
    * WIP: searching with js worker
    
    * update concept search
    
    * Update CategoryTreeNode.js
    
    set SearchType optional
    
    * SEARCH_API: indexing only values
    
    * show result state in bottom of search input
    
    * refactoring
    
    * Update CategoryTree.js
    
    * Update package.json
    
    Downgrade flow-bin
    
    * update yarn.lock
    
    * clearable searchbox
    placeholder color
    fix loading
    
    * removed deplay input
    searchbox style
    
    * add deplay input
    refactoring
    
    * searching in backend integrated, refactoring
    
    * search to simulate api added
    
    * SearchApi removed
    
    * fix initial state
    
    * refactoring
    
    * refactoring
    
    * search fix empty result
    
    * return value of search api changed
    
    * prepare release 1.8.0-RC6
    
    * fix searching
    
    * update .gitignore
    
    * prepare release 1.8.0-RC7
    
    * refactoring
    
    * fix "could not find node" after expand query
    
    * prepare release 1.8.0-rc.10
    
    * prepare release 1.8.0-rc.10
    
    * update downloadResults label
    
    * fix moment locale
    
    * Feature/additional info scroll (#113)
    
    * demo data extended
    
    * tooltip scroll changes
    
    * tooltip scrollbar hide but still scrolling
    
    * fix TypeError e.suggestions[n] is undefined
    
    * create pre release 1.8.0-rc.11-pre
    
    * prepare release 1.8.0-rc.12
    
    * fix: TypeError: Cannot read property '0' of undefined
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0
    
    * fix exit code 127
    
    * fix exit code 127
    
    * fix convert float to factor value
    MarcusBaitz committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    7acab2a View commit details
    Browse the repository at this point in the history
  2. Release/1.8.3 (#118)

    * prepare release 1.8.0-RC1
    
    * Feature/money filter (#92)
    
    * Replace concept nodes by concept lists (#88)
    
    * Make concept lists the default node type, remove special handling
    
    * Add code list resolution to demo data
    
    * initial money range filter
    
    * update moneyRange
    
    * remove accounting
    update yarn.lock
    
    * update demo data
    
    * update formatted value for money range
    
    * fix decimal scale expect number
    
    * fixed wrong result display position (#93)
    
    * update money range
    
    * fix type imports
    
    * update demo data
    
    * reset max-len in eslintrc.json
    
    * Fix/new features from develop (#100)
    
    * New query node editor layout (#96)
    
    * Define QNE state and apply initial draft of the new layout
    
    * Make node label editable
    
    * Reorganize QueryNodeEditor component
    
    * Make node label changeable in forms
    
    * Embed QueryNodeEditor directly into RightPane
    
    * Fix styles and cleanup
    
    * Reset QueryNodeModal state when closing
    
    * Add filter icon, improve style compatibility
    
    * Update Filter label text
    
    * Remove hasActiveFilters property from query nodes
    
    * Make concept lists editable
    
    * WIP
    
    * Cleanup
    
    * Fix QueryGroupModal styles
    
    * More cleanup
    
    * Fix formatting
    
    * Query Node Editor fixes (#97)
    
    * QueryNodeEditor related fixes
    
    * Fix FormQueryNodeEditor being recreated on every edit
    
    * Money range fixes (#98)
    
    * Add some fixes for the money range input
    
    * Reset formattedValue when switching range filter modes
    
    * Fix indentation
    
    * prepare release 1.8.0-RC2
    
    * Fix clear value button layout in ClearableInput
    
    * Fix check for already existing concepts
    ... when dragging a concept from the tree into the query node editor
    
    * Align labels used for opening the QueryNodeEditor
    
    * prepare release 1.8.0-RC4
    
    * Tree Search (#103)
    
    * - Create a search box at the top of the category tree view
    - Implement filter function as part of a reducer
    
    * fix: missing clear value button in input
    refactoring
    
    * fix: check undefined
    
    * - changes
    - prepare async
    
    * regex search
    
    * set search?: SearchType optional
    
    * refactoring
    
    * changes
    
    * trailing spaces removed
    
    * fuzzyMatch commented out
    
    * fix import
    
    * refactoring
    
    * update flow version to 0.69.0
    
    * replace searchbox mode with isMulti
    
    * add flow
    
    * changes
    
    *  imports organized
    
    * WIP: searching with js worker
    
    * update concept search
    
    * Update CategoryTreeNode.js
    
    set SearchType optional
    
    * SEARCH_API: indexing only values
    
    * show result state in bottom of search input
    
    * refactoring
    
    * Update CategoryTree.js
    
    * Update package.json
    
    Downgrade flow-bin
    
    * update yarn.lock
    
    * clearable searchbox
    placeholder color
    fix loading
    
    * removed deplay input
    searchbox style
    
    * add deplay input
    refactoring
    
    * searching in backend integrated, refactoring
    
    * search to simulate api added
    
    * SearchApi removed
    
    * fix initial state
    
    * refactoring
    
    * refactoring
    
    * search fix empty result
    
    * return value of search api changed
    
    * prepare release 1.8.0-RC6
    
    * fix searching
    
    * update .gitignore
    
    * prepare release 1.8.0-RC7
    
    * refactoring
    
    * fix "could not find node" after expand query
    
    * prepare release 1.8.0-rc.10
    
    * prepare release 1.8.0-rc.10
    
    * update downloadResults label
    
    * fix moment locale
    
    * Feature/additional info scroll (#113)
    
    * demo data extended
    
    * tooltip scroll changes
    
    * tooltip scrollbar hide but still scrolling
    
    * fix TypeError e.suggestions[n] is undefined
    
    * create pre release 1.8.0-rc.11-pre
    
    * prepare release 1.8.0-rc.12
    
    * fix: TypeError: Cannot read property '0' of undefined
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0
    
    * fix exit code 127
    
    * fix exit code 127
    
    * fix convert float to factor value
    MarcusBaitz committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    3c6cf6f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Release/1.8.3 (#122)

    * prepare release 1.8.0-RC1
    
    * Feature/money filter (#92)
    
    * Replace concept nodes by concept lists (#88)
    
    * Make concept lists the default node type, remove special handling
    
    * Add code list resolution to demo data
    
    * initial money range filter
    
    * update moneyRange
    
    * remove accounting
    update yarn.lock
    
    * update demo data
    
    * update formatted value for money range
    
    * fix decimal scale expect number
    
    * fixed wrong result display position (#93)
    
    * update money range
    
    * fix type imports
    
    * update demo data
    
    * reset max-len in eslintrc.json
    
    * Fix/new features from develop (#100)
    
    * New query node editor layout (#96)
    
    * Define QNE state and apply initial draft of the new layout
    
    * Make node label editable
    
    * Reorganize QueryNodeEditor component
    
    * Make node label changeable in forms
    
    * Embed QueryNodeEditor directly into RightPane
    
    * Fix styles and cleanup
    
    * Reset QueryNodeModal state when closing
    
    * Add filter icon, improve style compatibility
    
    * Update Filter label text
    
    * Remove hasActiveFilters property from query nodes
    
    * Make concept lists editable
    
    * WIP
    
    * Cleanup
    
    * Fix QueryGroupModal styles
    
    * More cleanup
    
    * Fix formatting
    
    * Query Node Editor fixes (#97)
    
    * QueryNodeEditor related fixes
    
    * Fix FormQueryNodeEditor being recreated on every edit
    
    * Money range fixes (#98)
    
    * Add some fixes for the money range input
    
    * Reset formattedValue when switching range filter modes
    
    * Fix indentation
    
    * prepare release 1.8.0-RC2
    
    * Fix clear value button layout in ClearableInput
    
    * Fix check for already existing concepts
    ... when dragging a concept from the tree into the query node editor
    
    * Align labels used for opening the QueryNodeEditor
    
    * prepare release 1.8.0-RC4
    
    * Tree Search (#103)
    
    * - Create a search box at the top of the category tree view
    - Implement filter function as part of a reducer
    
    * fix: missing clear value button in input
    refactoring
    
    * fix: check undefined
    
    * - changes
    - prepare async
    
    * regex search
    
    * set search?: SearchType optional
    
    * refactoring
    
    * changes
    
    * trailing spaces removed
    
    * fuzzyMatch commented out
    
    * fix import
    
    * refactoring
    
    * update flow version to 0.69.0
    
    * replace searchbox mode with isMulti
    
    * add flow
    
    * changes
    
    *  imports organized
    
    * WIP: searching with js worker
    
    * update concept search
    
    * Update CategoryTreeNode.js
    
    set SearchType optional
    
    * SEARCH_API: indexing only values
    
    * show result state in bottom of search input
    
    * refactoring
    
    * Update CategoryTree.js
    
    * Update package.json
    
    Downgrade flow-bin
    
    * update yarn.lock
    
    * clearable searchbox
    placeholder color
    fix loading
    
    * removed deplay input
    searchbox style
    
    * add deplay input
    refactoring
    
    * searching in backend integrated, refactoring
    
    * search to simulate api added
    
    * SearchApi removed
    
    * fix initial state
    
    * refactoring
    
    * refactoring
    
    * search fix empty result
    
    * return value of search api changed
    
    * prepare release 1.8.0-RC6
    
    * fix searching
    
    * update .gitignore
    
    * prepare release 1.8.0-RC7
    
    * refactoring
    
    * fix "could not find node" after expand query
    
    * prepare release 1.8.0-rc.10
    
    * prepare release 1.8.0-rc.10
    
    * update downloadResults label
    
    * fix moment locale
    
    * Feature/additional info scroll (#113)
    
    * demo data extended
    
    * tooltip scroll changes
    
    * tooltip scrollbar hide but still scrolling
    
    * fix TypeError e.suggestions[n] is undefined
    
    * create pre release 1.8.0-rc.11-pre
    
    * prepare release 1.8.0-rc.12
    
    * fix: TypeError: Cannot read property '0' of undefined
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0-rc.14
    
    * prepare release 1.8.0
    
    * fix exit code 127
    
    * fix exit code 127
    
    * fix convert float to factor value
    MarcusBaitz committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    0b909f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Remove external forms (#123)

    * Remove external forms
    
    * Keep react components off the redux state
    rs22 committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    64164bf View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Feature/tree search highlight infos (#114)

    * tree search: text highlight in additional infos
    
    * renamed
    MarcusBaitz committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    518547c View commit details
    Browse the repository at this point in the history
  2. Feature/selenium test (#104)

    * update .travis.yml
    create new Selenium tests
    
    * update Selenium tests
    
    * update Selenium tests
    
    * - add commons-io for file reading
    - refactoring drag and drop test
    
    * feature/deploy-tests merged
    MarcusBaitz committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    1f82e34 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Fix heroku deployments (#125)

    * Heroku needs separate release step for publishing images
    
    * Trigger deployment on this feature branch
    
    * Remove temporary deploy step
    
    * Update .travis.yml
    
    * Install heroku toolbelt via apt addon
    rs22 authored and MarcusBaitz committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    34b7d41 View commit details
    Browse the repository at this point in the history
  2. WIP: Add place of birth concept to demo (#124)

    * Add place of birth concept to demo
    
    * fix recursive search
    
    * fix exact search
    rs22 authored and MarcusBaitz committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    6ee2f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    957d021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15ba40 View commit details
    Browse the repository at this point in the history
  3. fix version

    Marcus Baitz committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    4df1c2c View commit details
    Browse the repository at this point in the history
  4. fix heroku deployment

    Marcus Baitz committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    929c359 View commit details
    Browse the repository at this point in the history
  5. fix heroku deployment

    Marcus Baitz committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e37b970 View commit details
    Browse the repository at this point in the history
  6. update installed heroku version

    Marcus Baitz committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    25b6855 View commit details
    Browse the repository at this point in the history