Skip to content

Releases: ubccr/xdmod-appkernels

Application Kernels Module for Open XDMoD 11.0.0 Release Candidate 1

26 Jun 20:18
ee41160
Compare
Choose a tag to compare

Application Kernels Module for Open XDMoD 11.0.0 Release Candidate 1

Application Kernels Module for Open XDMoD 10.5.0

11 Sep 19:01
dad52f8
Compare
Choose a tag to compare
  • Miscellaneous
    • Updated for compatibility with Open XDMoD 10.5.0

Application Kernels Module for Open XDMoD 10.5.0 Release Candidate 2

15 Aug 17:16
6c53216
Compare
Choose a tag to compare

Application Kernels Module for Open XDMoD 10.5.0 Release Candidate 2

Application Kernels Module for Open XDMoD 10.5.0 Release Candidate 1

06 Jul 17:43
6c53216
Compare
Choose a tag to compare

Application Kernels Module for Open XDMoD 10.5.0 Release Candidate 1

Application Kernels Module for Open XDMoD 10.0.0

10 Mar 19:43
32c1165
Compare
Choose a tag to compare
  • Bug Fixes
    • General
      • Set default log level used by command line scripts
  • Miscellaneous
    • Updated for compatibility with Open XDMoD 10.0.0

Application Kernels Module for Open XDMoD 10.0.0 Release Candidate 1

19 Jan 16:55
904ff29
Compare
Choose a tag to compare
v10.0.0-rc.1

Set default log level (#92)

Application Kernels Module for Open XDMoD 9.5.0

21 May 18:48
ad18949
Compare
Choose a tag to compare
  • Miscellaneous
    • Updated for compatibility with Open XDMoD 9.5.0

Application Kernels Module for Open XDMoD 9.5.0 Release Candidate 2

17 May 14:28
8142d2d
Compare
Choose a tag to compare
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

06 Apr 15:16
949f2c0
Compare
Choose a tag to compare
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

13 Aug 17:56
6146964
Compare
Choose a tag to compare
  • Bug Fixes
    • General
      • Fixed access to mod_appkernel using modw connector (#78)
      • Fixed not setting ak_id for known appkernels during ingestion (#79)
  • Enhancements
    • Documentation
      • Added and updated documentation (#80)