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

add build.links, rack.links #1043

Merged
merged 1 commit into from
Oct 15, 2020
Merged

add build.links, rack.links #1043

merged 1 commit into from
Oct 15, 2020

Conversation

karenetheridge
Copy link
Contributor

@karenetheridge karenetheridge commented Oct 13, 2020

  • include links in GET responses for builds and racks

  • allow updating links in
    POST /build/:build_id_or_name
    POST /rack/:rack_id_or_name

  • new endpoints:
    POST /build/:build_id_or_name/links
    DELETE /build/:build_id_or_name/links
    POST /rack/:rack_id_or_name/links
    DELETE /rack/:rack_id_or_name/links

closes #928, #1040.

@karenetheridge karenetheridge added enhancement extends current functionality api needs-shell needs accompanying changes in conch-shell needs-ui needs accompanying changes in conch-ui database involves database schema or config changes, or non-trivial query authoring labels Oct 13, 2020
@karenetheridge karenetheridge added this to the v3.0.3 milestone Oct 13, 2020
- include links in GET responses for builds and racks

- allow updating links in
  POST /build/:build_id_or_name
  POST /rack/:rack_id_or_name

- new endpoints:
  POST /build/:build_id_or_name/links
  DELETE /build/:build_id_or_name/links
  POST /rack/:rack_id_or_name/links
  DELETE /rack/:rack_id_or_name/links

closes #928, #1040.
@karenetheridge karenetheridge merged commit a9a7d97 into master Oct 15, 2020
@karenetheridge karenetheridge deleted the ether/build-rack-links branch October 15, 2020 17:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api database involves database schema or config changes, or non-trivial query authoring enhancement extends current functionality needs-shell needs accompanying changes in conch-shell needs-ui needs accompanying changes in conch-ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add rack.links
3 participants