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

Use issue type as schema #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/conductorone/baton-sdk v0.2.34
github.com/conductorone/go-jira/v2 v2.0.0-20240808231011-dc00f11d2470
github.com/conductorone/go-jira/v2 v2.0.0-20241004225805-fdb598da80b3
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go.uber.org/zap v1.27.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/conductorone/baton-sdk v0.2.34 h1:AACW62113a4j4+GGtxpXRBbZT0IB/phVuAizUY2ZFuo=
github.com/conductorone/baton-sdk v0.2.34/go.mod h1:hmd/Oz3DPIKD+9QmkusZaA18ZoiinnTDdrxh2skcdUc=
github.com/conductorone/go-jira/v2 v2.0.0-20240808231011-dc00f11d2470 h1:Valo8acCYEfZp2neq+yi4wqqLh/CBU6UuxM13XQhpqo=
github.com/conductorone/go-jira/v2 v2.0.0-20240808231011-dc00f11d2470/go.mod h1:eMJODGFmHWC1egXOWdPaYfiACqNcHaS5Cnf1VMHVRBU=
github.com/conductorone/go-jira/v2 v2.0.0-20241004225805-fdb598da80b3 h1:x/nS/XmAZmmYa2ma9tdg0s5ul4xuUIAqRCYN4Y9Nog8=
github.com/conductorone/go-jira/v2 v2.0.0-20241004225805-fdb598da80b3/go.mod h1:eMJODGFmHWC1egXOWdPaYfiACqNcHaS5Cnf1VMHVRBU=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
99 changes: 91 additions & 8 deletions pb/c1/connector/v2/jira_cloud_external_ticket.pb.go

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

108 changes: 108 additions & 0 deletions pb/c1/connector/v2/jira_cloud_external_ticket.pb.validate.go

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

Loading
Loading