Skip to content

Commit

Permalink
Improvements to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 20, 2024
1 parent 2663cf2 commit 56f8fd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## MAJOR Breaking changes

## MINOR Feature

1. [912] - Adds initial compose file and docker files for python-client
2. [909] - Added Support for Google Analytics
3. [916] - Reworked Docker build process to be faster and produce simpler and
Expand All @@ -11,6 +12,7 @@
5. [937] - Working metadata services running together as part of CI

## PATCH Bug fixes/Technical Debt/Documentation

1. [914] - Improve GitHub template
2. [910] - Static code analysis and status checks fixed, improvements to CI
3. [923] - Fixed missing flag in certificate refresh script
Expand All @@ -24,19 +26,23 @@
# v2023.10.23.15.50

## MINOR Feature

1. [906] - Added backup and cert refresh scripts.

## PATCH Bug Fixes/Technical Debt/Documentation

1. [911] - Add GitHub template
2. [913] - Fixed bug, when endpoint info returns an empty array check to seee
2. [913] - Fixed bug, when endpoint info returns an empty array check to see
if array is empty before accessing elements

# v2023.8.21.10.40

## MAJOR Breaking changes

1. [879] - Secured ZeroMQ messaging

## MINOR Feature

1. [879] - Added GitLab CI file
2. [879] - Added several files to generate configuration files
3. [879] - Added several scripts for installing dependencies
Expand All @@ -48,6 +54,7 @@
8. [879] - Split log output into server specific files.

## PATCH Bug Fixes/Technical Debt/Documentation

1. [879] - Fixed thread safety of repo list calls in core server which where
causing seg faults
2. [879] - Added better error reporting when attempting to delete repo with
Expand Down
2 changes: 1 addition & 1 deletion compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker compose -f ./compose_core.yml up
```

At this point you should be able to navigate in your browser to
"https://localhost"
<https://localhost>

NOTE we are using a self signed certificate so you will have to force your
browser to allow you to see the page.
Expand Down

0 comments on commit 56f8fd6

Please sign in to comment.