Releases: joyent/conch-ui
HOTFIX: fix device searching
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
HOTFIX: provide authentication to the password endpoint
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
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
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
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 wrapsmithril.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
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
This adds support for Conch 2.16 and the new user password change endpoint.
This also adds beginning support for JWT based authentication.