fleet/cmd/fleetctl
Lucas Manuel Rodriguez 0642bfdb1d
Add fleetctl debug migrations command to get missing migrations (#2967)
* Add fleetctl command to get missing migrations

* Fix copy paste and lint

* Detect migrations applied out of order

* Add extra bullet to changes

* Trigger creation of migration status tables

* Fix unit tests

* PR fixes

* PR comment fixes
2021-11-22 14:06:12 -03:00
..
testdata Prettify and compare strings instead of structs in fleetctl get tests (#3047) 2021-11-22 12:20:09 -03:00
api.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
apply.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
apply_test.go Make fleetctl apply -f fail with unknown kind: config fields (#3026) 2021-11-19 12:37:36 -03:00
config.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
convert.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
convert_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
debug.go Add fleetctl debug migrations command to get missing migrations (#2967) 2021-11-22 14:06:12 -03:00
debug_test.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
delete.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
flags.go Add fleetctl debug connection command (#1706) 2021-08-24 08:50:03 -04:00
fleetctl.go Issue 1963 vulnerabilities no sync (#1976) 2021-09-14 10:58:35 -03:00
get.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
get_test.go Prettify and compare strings instead of structs in fleetctl get tests (#3047) 2021-11-22 12:20:09 -03:00
goquery.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
hosts.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
hosts_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
kill_process.go Download and launch orbit for the current device when starting preview (#2437) 2021-10-15 18:23:06 -03:00
kill_process_windows.go Download and launch orbit for the current device when starting preview (#2437) 2021-10-15 18:23:06 -03:00
login.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
logout.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
package.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
package_test.go Change Orbit osquery to Fleet osquery in generated packages (#3034) 2021-11-18 17:43:52 -08:00
preview.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
preview_test.go Update preview tests (#2487) 2021-10-12 11:49:25 -04:00
query.go Fix races in go tests and run with -race on CI (#2712) 2021-11-01 15:31:01 -03:00
query_output.go Support close the websocket of LiveQueryResultsHandler (#1006) 2021-09-10 16:26:39 -03:00
query_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
session_test.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
setup.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
testing_utils.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
user.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
users_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
vulnerability_data_stream.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
vulnerability_data_stream_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
yaml.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
yaml_test.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00