-
Notifications
You must be signed in to change notification settings - Fork 69
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
CORS changes for OOD #1348
CORS changes for OOD #1348
Conversation
Maven changed their download url
The pull request #967 added extra code to the report manager that manipulated the start and end times of charts in a report. This broke the report generator. These changes appear to not be necessary at all and must have been added by mistake.
The getRoleReport() decoding was manging the chart data. This is seen for charts that have either & or = in the config. For example: global_filters=%7B%22data%22%3A%5B%7B%22id%22%3A%22institution%3D400%22%2C%22value_id%22%3A%22400%22%2C%22dimension_id%22%3A%22institution%22%2C%22checked%22%3Atrue%7D%5D%2C%22total%22%3A1%7D
Cherry Pick important bugfixes from 8.6
Add CORS configuration
Use `postMessage` to alert `window.top`on framed login
Documentation Updates
return user supplied jobname in search
@@ -84,6 +84,9 @@ public function __construct( | |||
$this->addField(new TableField($factTable, 'end_time_ts')); | |||
$this->addField(new FormulaField('-1', 'cpu_user')); | |||
|
|||
// This is used by Integrations and not currently shown on the XDMoD interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There will need to be a corresponding change to the supremm module too. Also can you check with Jeff to see if this interferes with his dw export changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't cause any problems with the dw export.
This is to merge what was going to be 8.7 into 9.0