Skip to content

Commit

Permalink
rename from user integration task to user task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis committed Sep 18, 2024
1 parent bfad43b commit 1108130
Show file tree
Hide file tree
Showing 12 changed files with 1,949 additions and 2,003 deletions.
614 changes: 305 additions & 309 deletions api/client/proto/event.pb.go

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

557 changes: 557 additions & 0 deletions api/gen/proto/go/teleport/usertasks/v1/user_tasks.pb.go

Large diffs are not rendered by default.

648 changes: 648 additions & 0 deletions api/gen/proto/go/teleport/usertasks/v1/user_tasks_service.pb.go

Large diffs are not rendered by default.

342 changes: 342 additions & 0 deletions api/gen/proto/go/teleport/usertasks/v1/user_tasks_service_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/proto/teleport/legacy/client/proto/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import "teleport/machineid/v1/bot_instance.proto";
import "teleport/machineid/v1/federation.proto";
import "teleport/notifications/v1/notifications.proto";
import "teleport/secreports/v1/secreports.proto";
import "teleport/userintegrationtasks/v1/user_integration_tasks.proto";
import "teleport/userloginstate/v1/userloginstate.proto";
import "teleport/userprovisioning/v2/statichostuser.proto";
import "teleport/usertasks/v1/user_tasks.proto";

option go_package = "github.com/gravitational/teleport/api/client/proto";

Expand Down Expand Up @@ -185,7 +185,7 @@ message Event {
teleport.autoupdate.v1.AutoUpdateVersion AutoUpdateVersion = 65;
// StaticHostUserV2 is a resource for static host users.
teleport.userprovisioning.v2.StaticHostUser StaticHostUserV2 = 66;
// UserIntegrationTask is a resource for user integration task.
teleport.userintegrationtasks.v1.UserIntegrationTask UserIntegrationTask = 67;
// UsernTask is a resource for user task.
teleport.usertasks.v1.UserTask UserTask = 67;
}
}
Loading

0 comments on commit 1108130

Please sign in to comment.