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

PreviousQuery: Name input not clickable on IE #56

Closed
nstrelow opened this issue Feb 9, 2018 · 0 comments
Closed

PreviousQuery: Name input not clickable on IE #56

nstrelow opened this issue Feb 9, 2018 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@nstrelow
Copy link
Contributor

nstrelow commented Feb 9, 2018

draggableContent overlays the input field so that on IE you can only set the cursor once.

Possibly related to: react-dnd/react-dnd#463

See order of mouse events, maybe they are relayed to the surrounding div.

@nstrelow nstrelow added the bug label Feb 9, 2018
@nstrelow nstrelow self-assigned this Feb 9, 2018
@nstrelow nstrelow added this to To Do in Maintenance via automation Feb 9, 2018
@nstrelow nstrelow moved this from To Do to In Review in Maintenance Feb 9, 2018
@nstrelow nstrelow added this to the 1.7 milestone Feb 23, 2018
rs22 pushed a commit that referenced this issue Mar 8, 2018
* Upgrade react-dnd

* Only draggable when not editing. Fixes (#56)
@rs22 rs22 closed this as completed Mar 15, 2018
Maintenance automation moved this from In Review to Done Mar 15, 2018
MarcusBaitz added a commit that referenced this issue Mar 26, 2018
* Upgrade babel dependencies (#39)

* Upgrade babel deps to newest 6.x.x and use preset-env

* Fix mocha tests

* Fix typo

* Select filter with default value (#42)

* Add defaultValue to movie api

* Add default value to filter
Set default value on reset and adapt hasActiveFilter logic to check for default value
Send defaultValue also as value with api call to set initial value
    #32

* Set default filter value on loadTrees (#32)

* Hide clear button if default (#32)

* Feature/travis npm publish (#51)

* set version 1.0.0

* #31 :: npm publish via travis ci

* Display version in development mode (#44)

* Add /api/version to mock API (#34)

* Add version to Header component (#34)

* Load and display version number in development (#34)

* Rename development flag to isDevelopment

* Add "Conquery " to logo title (alt text)

* Use version information from node

* jgitflow added (#53)

* Add Travis selenium tests using Docker (#52)

* .gitignore: nbactions.xml added

* travis install docker compose and activate tests with docker in pom.xml

* Update english localization (#45)

* added eclipse files to gitignore

* updated the Englisch localization file

* Update screenshot

* Add 'babel-polyfill' to have polyfills for IE11 (#48)

* Deploy docker image to Heroku (#58)

* Yarn is part of the node-alpine image

* Apply node docker best practices
http://mherman.org/blog/2017/12/07/dockerizing-a-react-app/

* Ignore some more stuff in docker

* Ignore selenium test node artifacts

* Set public path in production webpack config

* Use port from env or 8000 and don't use package.json start script

* Deploy docker image to heroku

* Add Travis CI and Heroku badges

* Develop

* Upgrade development dependencies (#49)

* Update yaml-loader

* Update webpack-bundle-analyzer

* Upgrade url-loader

* Upgrade timekeeper

* Upgrade style-loader

* Upgrade sass-loader

* Upgrade rimraf

* Upgrade resolve-url-loader (no change, only docs)

* Upgrade redux-mock-store

* Upgrade redux-logger, had breaking change

* Upgrade post-css, add sourceMap true, to use previous css loader source map

* Upgrade node-sass

* Remove json-loader, not neededin webpack >= 2
https://webpack.js.org/guides/migrating/#json-loader-is-not-required-anymore

* Upgrade gulp-babel

* Upgrade flux-standard-action

* Upgrade file-loader

* Upgrade express

* Upgrade body-parser

* Upgrade css-loader

* Upgrade autoprefixer

* Upgrade webpack to 3.11.0

* Fix iteration over concept trees when setting default filter values (#62)

* Fix iteration over concept trees when setting default filter values

* Use const instead of let

* Upgrade to react-hot-loader to v4 (#50)

* Upgrade to react-hot-loader v4

* Update react-hot-loader

* Update to 4.0.0-rc.0

* Update testing environment (#59)

* Execute frontend tests with maven (#54)

* Upgrade autoprefixer to 8 and set browserslistrc

* Upgrade test dependencies

* Replace deprecated compilers flag

* Upgrade eslint and flow dependencies (#60)

* Upgrade eslint packages

* Upgrade flow dependencies

* Add missing PropsType for UploadConceptListModal

* Update flow version in flowconfig

* Fix DatasetIdType import

* Upgrade flow-bin

* Upgrade eslint dependencies

* Upgrade frontend dependencies (#63)

* Upgrade dev dependencies

* Upgrade to React 16 + dependencies

* Add cross-env for windows env var support

* Never ending updates

* add tooltip to version header (#66)

* add tooltip to version header

* Update Header.js

* Feature/deployment (#70)

* Project name - Rename Conquery Test to Conquery Selenium Test closes #67

* Reproducible Dependencies closes #68

* Setting org scope when publish closes #69

* Update package.json

* Query Node Editor higher-order component (#71)

* Rename QueryNodeModal -> QueryNodeEditor, refactor interface as HOC

* Adapt tests

* Clean up

* Fix IE text selection not working when draggable (#57)

* Upgrade react-dnd

* Only draggable when not editing. Fixes (#56)

* Re-add Form Query Node Editor (#74)

* Add form components for Query and Concept fields, using FormQueryNodeEditor

* Fix prop type validation, add some padding between form elements

* Don't destroy form state on unmount, style fixes

* Fix code style

* Load CSS from 3rd party package installations (#75)

* Load CSS from 3rd party package installations

* Ignore style includes when testing

* Handle undefined values in emptiness-check of InputRange (#73)

* prepare release 1.7.0-RC3

* fix position of div(react-datepicker-popper) in IE 11 (#78)

* prepare release 1.7.0-RC7

* prepare release 1.7.0

* update npm publish

* travis execute failed status 123

* set wrong frontend version

* Omit exclude flag when not excluding instead of setting it to null (#87)

* prepare release 1.7.3
MarcusBaitz added a commit that referenced this issue Aug 6, 2018
* Update pom.xml

* v0.0.6

* update .gitignore

* add npm publish release

* v0.0.7

* v0.0.8

* update version

* update version

* set version 0.1.2

* 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)

* Release/1.7.3 into master (#95)

* Upgrade babel dependencies (#39)

* Upgrade babel deps to newest 6.x.x and use preset-env

* Fix mocha tests

* Fix typo

* Select filter with default value (#42)

* Add defaultValue to movie api

* Add default value to filter
Set default value on reset and adapt hasActiveFilter logic to check for default value
Send defaultValue also as value with api call to set initial value
    #32

* Set default filter value on loadTrees (#32)

* Hide clear button if default (#32)

* Feature/travis npm publish (#51)

* set version 1.0.0

* #31 :: npm publish via travis ci

* Display version in development mode (#44)

* Add /api/version to mock API (#34)

* Add version to Header component (#34)

* Load and display version number in development (#34)

* Rename development flag to isDevelopment

* Add "Conquery " to logo title (alt text)

* Use version information from node

* jgitflow added (#53)

* Add Travis selenium tests using Docker (#52)

* .gitignore: nbactions.xml added

* travis install docker compose and activate tests with docker in pom.xml

* Update english localization (#45)

* added eclipse files to gitignore

* updated the Englisch localization file

* Update screenshot

* Add 'babel-polyfill' to have polyfills for IE11 (#48)

* Deploy docker image to Heroku (#58)

* Yarn is part of the node-alpine image

* Apply node docker best practices
http://mherman.org/blog/2017/12/07/dockerizing-a-react-app/

* Ignore some more stuff in docker

* Ignore selenium test node artifacts

* Set public path in production webpack config

* Use port from env or 8000 and don't use package.json start script

* Deploy docker image to heroku

* Add Travis CI and Heroku badges

* Develop

* Upgrade development dependencies (#49)

* Update yaml-loader

* Update webpack-bundle-analyzer

* Upgrade url-loader

* Upgrade timekeeper

* Upgrade style-loader

* Upgrade sass-loader

* Upgrade rimraf

* Upgrade resolve-url-loader (no change, only docs)

* Upgrade redux-mock-store

* Upgrade redux-logger, had breaking change

* Upgrade post-css, add sourceMap true, to use previous css loader source map

* Upgrade node-sass

* Remove json-loader, not neededin webpack >= 2
https://webpack.js.org/guides/migrating/#json-loader-is-not-required-anymore

* Upgrade gulp-babel

* Upgrade flux-standard-action

* Upgrade file-loader

* Upgrade express

* Upgrade body-parser

* Upgrade css-loader

* Upgrade autoprefixer

* Upgrade webpack to 3.11.0

* Fix iteration over concept trees when setting default filter values (#62)

* Fix iteration over concept trees when setting default filter values

* Use const instead of let

* Upgrade to react-hot-loader to v4 (#50)

* Upgrade to react-hot-loader v4

* Update react-hot-loader

* Update to 4.0.0-rc.0

* Update testing environment (#59)

* Execute frontend tests with maven (#54)

* Upgrade autoprefixer to 8 and set browserslistrc

* Upgrade test dependencies

* Replace deprecated compilers flag

* Upgrade eslint and flow dependencies (#60)

* Upgrade eslint packages

* Upgrade flow dependencies

* Add missing PropsType for UploadConceptListModal

* Update flow version in flowconfig

* Fix DatasetIdType import

* Upgrade flow-bin

* Upgrade eslint dependencies

* Upgrade frontend dependencies (#63)

* Upgrade dev dependencies

* Upgrade to React 16 + dependencies

* Add cross-env for windows env var support

* Never ending updates

* add tooltip to version header (#66)

* add tooltip to version header

* Update Header.js

* Feature/deployment (#70)

* Project name - Rename Conquery Test to Conquery Selenium Test closes #67

* Reproducible Dependencies closes #68

* Setting org scope when publish closes #69

* Update package.json

* Query Node Editor higher-order component (#71)

* Rename QueryNodeModal -> QueryNodeEditor, refactor interface as HOC

* Adapt tests

* Clean up

* Fix IE text selection not working when draggable (#57)

* Upgrade react-dnd

* Only draggable when not editing. Fixes (#56)

* Re-add Form Query Node Editor (#74)

* Add form components for Query and Concept fields, using FormQueryNodeEditor

* Fix prop type validation, add some padding between form elements

* Don't destroy form state on unmount, style fixes

* Fix code style

* Load CSS from 3rd party package installations (#75)

* Load CSS from 3rd party package installations

* Ignore style includes when testing

* Handle undefined values in emptiness-check of InputRange (#73)

* prepare release 1.7.0-RC3

* fix position of div(react-datepicker-popper) in IE 11 (#78)

* prepare release 1.7.0-RC7

* prepare release 1.7.0

* update npm publish

* travis execute failed status 123

* set wrong frontend version

* Omit exclude flag when not excluding instead of setting it to null (#87)

* prepare release 1.7.3

* 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

* set version to 1.9.0-rc.1

* update docker-compose-maven-plugin

* update docker compose version

* fix docker error

* remove node_modules cache

* revert: remove node_modules cache

* Update release/1.9.0 branch (#130)

* added pmd ruleset (#115)

minor fix in pom and gitignore

* 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

* 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

* 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

* Remove external forms (#123)

* Remove external forms

* Keep react components off the redux state

* Feature/tree search highlight infos (#114)

* tree search: text highlight in additional infos

* renamed

* 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

* 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

* WIP: Add place of birth concept to demo (#124)

* Add place of birth concept to demo

* fix recursive search

* fix exact search

* add flag to control if multiple columns are allowed (#129)

* fix version

* fix heroku deployment

* fix heroku deployment

* update installed heroku version

* Feature/concept dnd select (#134)

* WIP: initial

* refactoring and changes

* changes

* changes

* fix tests

* changes

* fix modal layer

* changes

* mock api added

* fix test

* demo data changes

* drag and drop file into forms

* change placeholder

* fix missing filter values

* merge develop

* set initial test parameters

* refactoring

* renamed label: uploadConceptListModal

* added maxWidth to Dropzone

* run script build-app for publish

* fix version

* update actions

* version to 1.9.0-rc.1 changed

* enable drag&drop files for InputMultiSelect

* changes

* Feature/frontend config (#135)

* initial load config

* changes

* changes

* changes

* merge develop

* WIP: Add place of birth concept to demo (#124)

* Add place of birth concept to demo

* fix recursive search

* fix exact search

* extended search after enter

* remove LeftPanePage

* fix wrong merge

* fix wrong merge

* lodash added

* update docker-compose

* update docker-compose

* update docker-compose

* update docker-compose

* update .travis.yml

* enable build in debug

* update docker-compose

* revert debug

* Feature/toggle additional infos (#136)

* toggle additional infos

* more left padding

* skip Docker Tests = true

* Feature/search box (#137)

* fix render tabs

* add search icon

* changes

* changes

* fix initial config

* prepare release 1.9.0-rc.2

* fix currency undefined

* fix reset external forms

* prepare release 1.9.0-rc.3

* remove maxDaysOrNoEvent

* changes

* prepare release 1.9.0-rc.4

* add rootConcepts in callback

* fix tooltip layout

* fix select input value

* fix merge table filter after drop/upload concept

* configure concept to allow drop file for big multi select (#138)

* configure concept to allow drop file for big multi select

* configure concept to allow drop file for big multi select #2

* prepare release 1.9.0-rc.5

* fix fetching id

* support drop file for MultiSelect

* prepare release 1.9.0-rc.6

* set time based condition days range input min to 1

* prepare release 1.9.0-rc.8

* fix apiUrl

* fix wrong label after expand query

* prepare release 1.9.0

* prepare release 1.9.0

* Merge branch 'master' into release/1.9.0

# Conflicts:
#	frontend/lib/js/category-trees/selectors.js
#	frontend/lib/js/external-forms/stateSelectors.js
#	frontend/lib/js/form-components/ClearableInput.js
#	frontend/lib/js/query-node-editor/QueryNodeEditor.js
#	frontend/lib/js/standard-query-editor/reducer.js
#	frontend/lib/js/tooltip/Tooltip.js
#	frontend/lib/styles/components/tooltip.sass
#	frontend/package.json
#	frontend/pom.xml
#	pom.xml
#	selenium-test/pom.xml

* Merge branch 'master' into release/1.9.0

# Conflicts:
#	frontend/lib/js/category-trees/selectors.js
#	frontend/lib/js/external-forms/stateSelectors.js
#	frontend/lib/js/form-components/ClearableInput.js
#	frontend/lib/js/query-node-editor/QueryNodeEditor.js
#	frontend/lib/js/standard-query-editor/reducer.js
#	frontend/lib/js/tooltip/Tooltip.js
#	frontend/lib/styles/components/tooltip.sass
#	frontend/package.json
#	frontend/pom.xml
#	pom.xml
#	selenium-test/pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Maintenance
  
Done
Development

No branches or pull requests

2 participants