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

CORS changes for OOD #1348

Closed
wants to merge 21 commits into from
Closed

CORS changes for OOD #1348

wants to merge 21 commits into from

Conversation

plessbd
Copy link
Contributor

@plessbd plessbd commented Jun 23, 2020

This is to merge what was going to be 8.7 into 9.0

jtpalmer and others added 21 commits January 15, 2020 09:54
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
Copy link
Member

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

Copy link
Contributor

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.

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.

3 participants