Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 1.02 KB

Change Log

This file keeps track of all notable changes to license-manager-simulator

Unreleased

0.3.0 -- 2022-11-16

  • Fixed lm-sim ip in setup scripts to use the new subapp endpoint
  • Renamed script and template files to match license servers' binary filename
  • Created OLicense Generator

0.2.0 -- 2022-08-19

  • Created RLM Generator
  • Created LS-Dyna Generator
  • Created LM-X Generator
  • Added setup scripts to copy license server binaries and fake Slurm job to cluster and add licenses to Slurm and lm-sim API
  • Moved the API endpoints to a subapp in the URL http://:/lm-sim

0.1.0 -- 2021-09-30

  • Created CLI app to produce simulated flexlm output (from data pulled from API)
  • Added fake SLURM job to credit and debit licenses
  • Added unit tests
  • Added FastAPI app to serve create-licenses and licenses-in-use endpoints
  • Added CRUD logic over postgres database
  • Created FlexLM Generator (render template with configuration values)
  • Added output template (example)
  • Added basic documentation (README)