jacobshandling

Results 23 issues of jacobshandling

## Part 1 of #17224 - Replace the [solution merged here](https://github.com/fleetdm/fleet/pull/17086) with a simpler and more easily extendable one, making the coming follow-up work of applying it to the Edit...

**Fleet version**: `fc8b344a6975613de1` ### 💥  Actual behavior `valid_url` utility considers "https://w" valid Improve this function to reliably validate URLs

bug
~frontend
:release
#g-endpoint-ops

@ `fc8b344a697` ### 💥  Actual behavior ![screenshot_2024-03-04_at_16 19 46_360](https://github.com/fleetdm/fleet/assets/61553566/826f7cc8-e513-42a8-9425-18bf17c7ab7a) ### 🧑‍💻  Steps to reproduce 1. Navigate to `settings/organization/webaddress`

bug
~frontend
:release
~released bug
#g-endpoint-ops

## ➡️ #17036 ![Screenshot 2024-03-04 at 11 36 34 AM](https://github.com/fleetdm/fleet/assets/61553566/47fef465-25b8-48cb-9634-a060d5acd90c) - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality

[These updates to the edit query form](https://github.com/fleetdm/fleet/pull/17086) need to be applied to the - [ ] name - [ ] description - [ ] resolve fields on the edit policy...

bug
~frontend
:release
~released bug
#g-endpoint-ops

## Frontend for #14916 - [x] use default `useQuery` options object for API call - [x] update error handling on form to be applied before state setting - [x] use...

~frontend
:release
#g-endpoint-ops
~sub-task

**Fleet version**: main @ d50ee081f **Web browser and operating system** : all ### 💥  Actual behavior https://www.loom.com/share/b41cee5b4bb44561b26fa1de83a72dab?sid=afdf0b34-5e47-4951-be97-35f0a25d9997

bug
:release
~released bug
#g-endpoint-ops

**Fleet version**: `main` at `98e9de68` ### 💥  Actual behavior The `change_password` endpoint doesn't have integration test coverage ### 🛠️ To fix Write integration tests covering the endpoint

bug
~backend
:release
~released bug
#g-endpoint-ops

## Addresses #16863 - [x] Added/updated tests

Context:https://go.dev/tour/moretypes/10 Description currently reads: > > When slicing, you may omit the high or low bounds to use their defaults instead. > > The default is zero for the low...