xdmod icon indicating copy to clipboard operation
xdmod copied to clipboard

An open framework for collecting and analyzing HPC metrics.

Results 48 xdmod issues
Sort by recently updated
recently updated
newest added

## Description Removing jQuery dependency by replacing `jQuery.extend()` with solutions provided with modern browsers. This PR is a continuation of PR #1542. Dependent on PR #1785 so qa-tests will not...

maintenance / code quality

## Description When double clicking to reset the zoom level on peer jobs Plotly would reset the range for the axis to values different than the ones set manually. This...

bug
Category:Job Viewer
javascript

## Description Replaced Highchart error chart for HTTP proxy exceptions within `ChartTab.js.` ## Motivation and Context Previous code would render the error chart for proxy exceptions with Highcharts library. ##...

Category:Job Viewer
javascript

The current code has incomplete support for job arrays - only the primary job identifier is shown. This change adds a new internal parameter called provider_job_id which contains the `job...

enhancement
Category:Job Viewer

This sets the TERM environment to `xterm`. This is compatible with the log parser in circle ci and fixes an issue where the terminal is not known to the `tput`...

## Description This PR reduces duplicated code to simplify how the modules (`xdmod-supremm`, `xdmod-ondemand`) extend the regression tests. There are corresponding PRs for https://github.com/ubccr/xdmod-supremm/pull/371 and https://github.com/ubccr/xdmod-ondemand/pull/39. This PR also adds...

qa / testing
maintenance / code quality

## Description This gives users the Campus Champion ACL when they log in under the conditions described in https://github.com/ubccr/xdmod-xsede/pull/427. This will only happen if the `CampusChampionAclUpdater` class exists, i.e., only...

Category:ACL
new feature

## Description This refactors the `authenticateToken()` method in `classes/Rest/Controllers/BaseControllerProvider.php` so that it sets `_USER` property of the `$request` object rather than returning the `$user` object. This allows for the `authorize($request,...

We no longer have an XSEDE specific Google Analytics files. ## Description ## Motivation and Context ## Tests performed ## Checklist: - [ ] The pull request description is suitable...