Releases: joyent/conch-api
Conch v2.3.4
Fixed bugs:
Merged pull requests:
- refactor: in Conch::Time, use the lenient parsing of Time::Moment rather than our own custom parser #201 (sungo)
- build: travis integration #197 (sungo)
- Reintroduce Time::Moment now that it builds on SmartOS #196 (sungo)
- Update README.md #195 (bdha)
- Update README #194 (bdha)
- chore: remove deploy directory #190 (lseppala)
Fix invite endpoint
**Fixed bugs:** - fix: fix invite user endpoint [\#193](https://github.com/joyent/conch/pull/193) ([lseppala](https://github.com/lseppala))
Release v2.3.2
Release v2.3.1
fix: missed a pair of Model::User calls in invite() when removing the now-unnecessary db handles #188 (sungo)
chore: refactor Makefile for UI targets #186 (Lane Seppala)
chore: update JS deps and use yarn exclusively (Lane Seppala)
ui: update moment.js to 2.21 to fix a security issue (sungo)
refactor: remove Conch::Plugin::Model (sungo)
refactor: remove the workspace role model helper (sungo)
refactor: remove workspace_user model helper (sungo)
refactor: remove workspace_room model helper (sungo)
refactor: remove workspace_relay model helper (sungo)
refactor: remove workspace_rack model helper (sungo)
refactor: remove workspace_device model helper (sungo)
refactor: remove workspace model helper (sungo)
refactor: remove relay model helper (sungo)
refactor: remove hardware_product model helper (sungo)
refactor: remove the device_settings model helper (sungo)
refactor: remove device_report model helper (sungo)
refactor: remove the unused "log" attribute on Conch::Model::DeviceReport (sungo)
refactor: remove device_location model helper (sungo)
feat: new Conch::Models class to let a user pull in all the models in one go (sungo)
chore: Fix names #183 (Bryan Horstmann-Allen)
chore: Make SQL test data more obviously for tests (Lane Seppala)
chore: clean out old data loaders (Lane Seppala)
build: carton update (sungo)
feat: in Conch::Time, implement ->timestamptz (sungo)
feat: convert Conch::Time to use Time::Moment internally, allowing us to do datetime calculations and render different outputs (sungo)
refactor: in Conch::Time, refactor the big regexp into a multiline for easier readability (sungo)
feat: add Conch::Time->now() (sungo)
refactor: in Conch::Time, inline the strptime parser that was only used once (sungo)
Release v2.3.0
Implemented enhancements:
- chore: add NYTProf plugin #178 (lseppala)
- chore: use Cpanel::JSON::XS via Mojo::JSON_XS #177 (lseppala)
- fix: use a simple formatter for converting PG timestamps #176 (lseppala)
- feat: add a new audit feature that logs the content of the request and response right after dispatch #175 (sun
go) - Transition database access over to Conch::Pg calls #171 (sungo)
- feat: improve logging of responses #166 (sungo)
Fixed bugs:
- fix: inviting a user to a workspace now functions #168 (sungo)
- Revert "fix: change GET /version to be statically configurable" #165 (sungo)
Merged pull requests:
- Some cleanups in Controller::User #174 (sungo)
- tests: remove Mock::Quick usage in t/model/DeviceReport.t #173 (sungo)
- fix: Conch::Error::Conflict is not used so remove it #172 (sungo)
- Add SMF method script for conch #170 (bdha)
- chore: Correct Makefile dependency for installing new Perl deps #169 (lseppala)
- Move conch exec method to script #164 (bdha)