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

Dev #24

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

Dev #24

wants to merge 70 commits into from

Conversation

nicolasmoreau
Copy link
Contributor

No description provided.

- Displays a presentation text on home page
- Displays 2 list of nodes : 1 for active nodes and 1 for inactive ones
…with no response (default ivo value for EmptyResponse ivo://vamdc/none returned null value when asking for consumers)
Add a different view for all controllers instead of directly using standardForm (now it includes standardForm)

This is because of a problem of update in forms when clearing/removing :
Case 1
In advanced form : Add a Radiative form, add an Environment form
Then Clear function in Environment does not work

In advanced form : Add a Particle form, add an Atom form
Then Clear function in Atom does not work

If a form of the same type is added above another one, Clear does not work (because the ID of the new form is identical to the form below)

Case 2 :
In advanced form : Add 3 atom forms
Enter any value in Atom Symbol in each one (1, 2, 3)
Remove the first form
Then the values in the remaining forms are incorrect

To solve Case 1,  several views were added so that generated objects are differents in the page.
To solve Case 2, "Remove form" has been removed. A form can be hidden and a new function "Clear page" has been added in Advanced query
	Display link appeared on all for all nodes when a processor had been selected for at least one and a request on the query store had been completed.
	Query store request completion now updates only the xsams cell on the node's line and not the whole page
…equests and/or xsams processors by

using Callable and Executor
…use result of requests can change over time)
fix bug on step by step interface : sometimes autosuggest would not work
…if double value is an integer.

This prevent display of trailing decimals like 10.000000001
Conflicts:
	portal.ejb/src/main/java/org/vamdc/portal/session/queryLog/QueryStoreProcessor.java
…X-FORWARDED-FOR header.

However when going through a proxy, addresses of the client and the proxies are concatenated.

This correction keeps only the address of the original client if it is available
…es in HEADER.

A download lingk will be displayed in the result table
… drool version.

This works with jdk1.8.0_152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants