Releases: ubccr/xdmod-appkernels
Releases · ubccr/xdmod-appkernels
Application Kernels Module for Open XDMoD 9.5.0
- Miscellaneous
- Updated for compatibility with Open XDMoD 9.5.0
Application Kernels Module for Open XDMoD 9.5.0 Release Candidate 2
Move non-namespaced library functions into classes. (#89) * Move non-namespaced library functions into classes. This change is needed dues to the changes in the linker. One function arrayValues() has been removed since it was only used in a single place and had unused code in it. * Update linker settings * Update syntax to match linting rules. Co-authored-by: The XDMoD Team <ccr-xdmod-help@buffalo.edu>
Application Kernels Module for Open XDMoD 9.5.0 Release Candidate 1
Adding required config files for CircleCI integration (#88) * Adding required config files for CircleCI integration * Storing Test Results * alksdjklj * Removing Centos8 executor Additional work is needed to setup centos8 support. That will be done in a future PR. * Updating XDMOD_APPKERNEL_DIR env variable Just making sure that this env variable is set to the directory that CircleCI is using to checkout the appkernels code. * Updating Appkernel linking dir Just changing from using a relative path to using the explicitly defined XDMOD_APPKERNEL_DIR env variable. * Adding upstream remote for QA Tests * Adding XDMOD_SOURCE_DIR env variable During the Build OpenXDMoD step of qa/scripts/build.sh we ran into the following error: ``` /root/project/.qa/scripts/build.sh: line 422: /root/project/open_xdmod/build_scripts/build_package.php: No such file or directory ``` This path is based on the XDMOD_SOURCE_DIR env variable so should point to the correct directory now. * Moving declaration of env variables Since these variables no longer depend on CIRCLE_WORKING_DIRECTORY we can move them up to the environment section. * Moving env variables back because reasons
Application Kernels Module for Open XDMoD 9.0.0
Application Kernels Module for Open XDMoD 9.0.0 Release Candidate 3
Merge pull request #79 from nsimakov/xdmod9.0 fixed not setting ak_id for known appkernels during ingestion
Application Kernels Module for Open XDMoD 9.0.0 Release Candidate 2
Merge pull request #78 from nsimakov/xdmod9.0 Fixed access to mod_appkernel using modw connector
Application Kernels Module for Open XDMoD 9.0.0 Release Candidate 1
v9.0.0-rc.1 Merge pull request #76 from nsimakov/xdmod9.0/appkernel-data-aggregat…
Application Kernels Module for Open XDMoD 8.7.0 Release Candidate 1
v8.7.0-rc.1 8.7 release branch
Application Kernels Module for Open XDMoD 8.6.0 Release Candidate 2
Updates to allow for PO usage (#74) * Updates to allow for PO usage This functionality was originally added for OpenXDMoD and as such did not take into account that PO would also be utilizing this endpoint. Logic has been added to the options building that defaults to not restricting the resources returned, but if the user does not have then they are restricted to seeing only the resources they have access to. * Updates per code review comments by @jpwhite4
Application Kernels Module for Open XDMoD 8.6.0 Release Candidate 1
Merge pull request #72 from jtpalmer/version-sync-8.5-8.6 Version sync 8.5 -> 8.6