Skip to content

Commit

Permalink
Release 1.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 15, 2022
1 parent 2d1aff6 commit 9b904d0
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.5.19
* Updated editor
* Updated library
* Fixed bug in non-loopback proxy support.

## 1.5.18
* Updated editor, admin mode now works. Admin mode only possible via cartridge or putting admin key in cass-editor.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CaSS
Competency and Skills Service -- Competency Management

Release Candidate: 1.5.18 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Release Candidate: 1.5.19 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Supported: 1.4 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.4)](https://travis-ci.org/cassproject/CASS)
Supported: 1.3 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.3)](https://travis-ci.org/cassproject/CASS)
Supported: 1.2 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.2)](https://travis-ci.org/cassproject/CASS)
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-11-11T00:55:44.416Z
at 2022-11-15T18:17:58.029Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.3
FROM docker.elastic.co/elasticsearch/elasticsearch:8.5.0

USER root
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cass",
"version": "1.5.18",
"version": "1.5.19",
"description": "Competency and Skills System",
"main": "src/main/server.js",
"directories": {
Expand Down Expand Up @@ -85,13 +85,13 @@
"dependencies": {
"axios": "^1.1.3",
"busboy": "^1.6.0",
"cassproject": "^1.5.18",
"cassproject": "^1.5.19",
"check-disk-space": "^3.3.1",
"cors": "^2.8.5",
"cron": "^2.1.0",
"express": "^4.18.2",
"express-jwt": "^7.7.7",
"express-openid-connect": "^2.9.0",
"express-openid-connect": "^2.10.0",
"express-ws": "^5.0.2",
"http2": "^3.3.7",
"http2-express-bridge": "^1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions src/main/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ skyrepoMigrate(function(){
const after = async () => {
global.elasticSearchInfo = await httpGet(elasticEndpoint + "/", true, global.elasticHeaders());
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassListening", `CaSS listening at http${envHttps?'s':''}://localhost:${port}${baseUrl}`);
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassEndpoint", `CaSS thinks it its endpoint is at ${repo.selectedServer}`);
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassEndpoint", `CaSS talks to itself at ${repo.selectedServer}`);
if (repo.selectedServerProxy != null)
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassLoopbackProxy", `CaSS talks to itself at ${repo.selectedServerProxy}`);
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassLoopbackProxy", `CaSS thinks it its endpoint is at ${repo.selectedServerProxy}`);
global.replicate();
global.auditLogger.report(global.auditLogger.LogCategory.SYSTEM, global.auditLogger.Severity.INFO, "CassStartupTime", `Startup time ${(new Date().getTime() - startupDt.getTime())} ms`);
let totalHeapSizeInGB = (((v8.getHeapStatistics().total_available_size) / 1024 / 1024 / 1024).toFixed(2));
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp
Submodule webapp updated 45 files
+3 −3 docs/404.html
+ docs/404.html.gz
+1 −1 docs/assets/js/app.991e8ad2.js
+ docs/assets/js/app.991e8ad2.js.gz
+2 −2 docs/competency-and-framework-management/index.html
+ docs/competency-and-framework-management/index.html.gz
+2 −2 docs/competency-properties/index.html
+ docs/competency-properties/index.html.gz
+2 −2 docs/configuration/index.html
+ docs/configuration/index.html.gz
+2 −2 docs/crosswalk-tool/index.html
+ docs/crosswalk-tool/index.html.gz
+2 −2 docs/default-users/index.html
+ docs/default-users/index.html.gz
+2 −2 docs/directory-management/index.html
+ docs/directory-management/index.html.gz
+2 −2 docs/directory-sharing/index.html
+ docs/directory-sharing/index.html.gz
+2 −2 docs/exporting-framework/index.html
+ docs/exporting-framework/index.html.gz
+2 −2 docs/framework-properties/index.html
+ docs/framework-properties/index.html.gz
+2 −2 docs/getting-started/index.html
+ docs/getting-started/index.html.gz
+2 −2 docs/guide/index.html
+ docs/guide/index.html.gz
+2 −2 docs/importing-framework/index.html
+ docs/importing-framework/index.html.gz
+2 −2 docs/index.html
+ docs/index.html.gz
+2 −2 docs/installation/index.html
+ docs/installation/index.html.gz
+2 −2 docs/organizations-and-groups/index.html
+ docs/organizations-and-groups/index.html.gz
+2 −2 docs/taxonomies/index.html
+ docs/taxonomies/index.html.gz
+2 −2 docs/users-and-groups/index.html
+ docs/users-and-groups/index.html.gz
+1 −1 index.html
+ index.html.gz
+ js/app.de734375.js.map.gz
+2 −2 js/app.f10adf95.js
+ js/app.f10adf95.js.gz
+1 −1 js/app.f10adf95.js.map
+ js/app.f10adf95.js.map.gz

0 comments on commit 9b904d0

Please sign in to comment.