Stephen Kirby

Results 27 issues of Stephen Kirby

## Overview `make gen` creates the empty API page [Applications Enterprise](https://coder.com/docs/v2/v2.5.1/api/applications%20enterprise). This has been an empty page for 5 months. This was introduced in PR #7197 which added an API...

docs
bug
good-first-issue

## Overview As we formalize and refine our docs, it would be great to start getting feedback by page from users. To do so, I propose we add a simple...

docs
feature

## Overview Currently, when a user's `coder` CLI version is behind the control plane's version, they're prompted to update [here](https://github.com/coder/coder/blob/e7fd2cb1a64040e58ed26b0e45ac258311c58b52/cli/root.go#L819). For deployments with a custom install script, this message's link...

feature
cli
customer-requested

# Overview Currently, simple workspace operations are convoluted and difficult to understand in our API. In similar products, operations like create, delete, stop, and start have dedicated endpoints to simplify...

docs

## Problem statement **Many** customers frequently send in requests to extend the capability of [`coder_parameter`](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter)s in the UI. There are a few desired features: - Conditional Parameters - Allowing the...

feature

# Problem Statement Currently, modifying the access level of a port or coder_app requires configuration in the template using the `share` attribute in the [Coder Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#optional). This implies that...

feature
roadmap

Currently, the `coder update --parameter` command is only allowed on workspaces that have an template update available. This appears to be the only way to change workspace parameters through the...

bug
customer-reported

## Overview Currently, when building a workspace with multiple instances of `coder_script`, all are run concurrently, preventing any sequencing logic. To remedy this, some serialization should be implemented allowing users...

s2
bug

We expose the number of hours each coder_app and IDE is used for a given interval, but not the number of distinct times it was used. We should add a...

feature
site
design
customer-requested

## Overview As we update our release channels to support stable and mainline, we will also improve how we communicate best installation practices to customers. Our `install.sh` script will support...

docs
feature
chore