-
Notifications
You must be signed in to change notification settings - Fork 2
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
nicolasmoreau
wants to merge
70
commits into
misdoro:master
Choose a base branch
from
nicolasmoreau:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
…ery to HTTPS nodes
…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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.