Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Fleet server configuration. #25302

Closed
wants to merge 18 commits into from
Closed

Conversation

getvictor
Copy link
Member

For #23823

marko-lisica and others added 18 commits December 11, 2024 11:41
…ke 2) (#24596)

This isa new pull request leveraging the work done from here
#24416 in order to pull it into the
right base.

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
For #24195.

The existing POST /scripts method uses a multipart request, and I figure
that since we use multipart for both create and edit on installers, we
want the same level of consistency on scripts.

If we _don't_ want this, and want a JSON payload instead, we probably
still want to rename `script_contents` to `script` for consistency with
the field name in the create API.
…4702)

Related to: #23823

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
- `GET /activities` API design for the following user story:
  - #24195
relates to #24247 

There's nothing actually wrong in the current docs. We document that to
set `script_execution_timeout` in a YAML file you do:

```yaml
agent_options:
  script_execution_timeout: 600
```

which is correct. It's just that in the UI we hide the top-level
`agent_options` key entirely. This makes sense from a UX standpoint but
it's easy to see how someone could get confused. The _best_ option would
be to have `script_execution_timeout` always returned from the config
endpoint so that it appeared in the right place in the UI and the user
would just have to edit it, but I'd wait for more reports on this before
committing that level of effort.
…tting software titles from multiple platforms (#25153)

For #23115.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants