Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Releases: joyent/conch-ui

HOTFIX: fix device searching

11 Oct 18:21
Compare
Choose a tag to compare

Fixes the Device Search feature in the Data Center Browser (reported in chat by @jemershaw)

  • a21b03c — HOTFIX: fix device searching

HOTFIX: fix rack layout saving

11 Oct 16:46
Compare
Choose a tag to compare

Fix saving rack layouts.

  • 6dd3dc6 — Fix saving asset tags
  • 22761ed — Fix saving rack layout

This release requires PR#494 in conch.git to be applied to the server and released.

HOTFIX: provide authentication to the password endpoint

10 Oct 18:23
Compare
Choose a tag to compare

From the "How did this ever work" desk:

  • d28008 - updating passwords is an authenticated endpoint, provide authentication

This has been hot-fixed in production.

HOTFIX: No Token Release

27 Sep 23:09
Compare
Choose a tag to compare

Issue when a user has previously logged in but lacks a current JWT token.

  • d03fbb return a failed promise if we lack a token

2.19 support

13 Sep 15:50
75e9d0c
Compare
Choose a tag to compare

PR #36 - Better mocks

  • Branch: better-mocks
  • Revision: 5adc95d
  • Labels:

This fixes the test mocks for the Request layer (by mocking m.request) and allows us to test in an environment without a database.

People

Commits

  • eba439 - add mocks and tests for Request.js
  • 3e9725 - re-enable make test``

PR #42 - Use util/Request everywhere and JWT for everything

  • Branch: request-everywhere
  • Revision: fa3d218
  • Labels:

This PR refactors everything to use the util/Request module that wraps mithril.request and keeps track of our JWT state. We also move everything over to using JWT as the primary form of authentication. Finally we move everything to use static pathing rather than relative pathing so that things are easier to find in the source code.

People

Commits

  • e9312f - move everything to a static rather than relative path
  • 1c887c - move everything to use util/Request``
  • e74ee4 - move the protected logins to requestWithToken()

PR #44 - Purge Workspace Validations UI

  • Branch: 43-purge-workspace-validations-ui
  • Revision: 5ecec9b
  • Labels:

#43 wants us to purge the Workspace Validations UI so we can purge the underlying endpoint and the crazy that makes it work.

This PR does that and brings in a bunch of the underlying model changes we've been working on as well.

People

Commits

  • 47e26e - migrate request code naievely into models
  • d4c450 - remove workspace specific validation state UI

PR #45 - Hack in support for the 2.19 API's new rack layout

  • Branch: rack-response-change
  • Revision: 75e9d0c
  • Labels:

The Rack Layout data is changing in 2.19 in a way that in the future
will be much easier for us to deal with, but for now we hack the old
data structure back in.

People

Commits

  • 3abb73 - Hack in support for the 2.19 API's new rack layout

Pre-2.19 Release

11 Sep 17:33
5ecec9b
Compare
Choose a tag to compare
Pre-2.19 Release Pre-release
Pre-release

This includes a bunch of changes made before the response changes in Conch 2.19. This release is really here for branching to support 2.18 if necessary.

PR #44 — Purge Workspace Validations UI (2018-09-11 11:17:39 -0400)
PR #42 — Use util/Request everywhere and JWT for everything (2018-09-10 16:24:52 -0400)
PR #36 — Better Mocking for Tests (2018-08-29 12:30:05 -0400)

User Panels

29 Aug 03:11
537dd36
Compare
Choose a tag to compare

This adds support for Conch 2.16 and the new user password change endpoint.

This also adds beginning support for JWT based authentication.

v2.1.19

20 Aug 17:12
ec19493
Compare
Choose a tag to compare

Not Found

v2.0.0

08 Jun 20:14
Compare
Choose a tag to compare
Initial release of v2 UI

v1.0.2

14 May 21:53
Compare
Choose a tag to compare

Corrects build issues