This repository was archived by the owner on May 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9296,6 +9296,11 @@ func (j *DSGitHub) setLastSync() error {
9296
9296
}
9297
9297
}
9298
9298
9299
+ j .log .WithFields (logrus.Fields {
9300
+ "connector" : build .AppName ,
9301
+ "endpoint" : j .Endpoint (),
9302
+ "lastSyncDate" : lastSyncData .LastSync .Format (time .RFC3339 ),
9303
+ }).Info ("Last sync info" )
9299
9304
return nil
9300
9305
}
9301
9306
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/LF-Engineering/dev-analytics-libraries v1.1.28
7
- github.com/LF-Engineering/insights-datasource-shared v1.5.26-0.20230222134343-67c93d0317b0
7
+ github.com/LF-Engineering/insights-datasource-shared v1.5.31
8
8
github.com/LF-Engineering/lfx-event-schema v0.1.37
9
9
github.com/aws/aws-lambda-go v1.28.0
10
10
github.com/aws/aws-sdk-go v1.43.22
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ github.com/LF-Engineering/dev-analytics-libraries v1.1.28 h1:sjmYNPSY3hXUl2+ouCq
45
45
github.com/LF-Engineering/dev-analytics-libraries v1.1.28 /go.mod h1:O+9mOX1nf6qGKrZne33F6speSzrGj6+Y1tPF6jh/mcw =
46
46
github.com/LF-Engineering/insights-datasource-shared v1.5.26-0.20230222134343-67c93d0317b0 h1:H6AyuOMxuOxHewesCkwXCVkMO4z4KMVPJ51oZhPhPWs =
47
47
github.com/LF-Engineering/insights-datasource-shared v1.5.26-0.20230222134343-67c93d0317b0 /go.mod h1:9DmFQbC8nnm1C7k+/tDo3Rmqzzx7AzmhPBlFouXaBZ8 =
48
+ github.com/LF-Engineering/insights-datasource-shared v1.5.31 h1:xa1GN7nWLNLRAV4OgScElkE6gF2erwmz2+Lxqf4+YEs =
49
+ github.com/LF-Engineering/insights-datasource-shared v1.5.31 /go.mod h1:9DmFQbC8nnm1C7k+/tDo3Rmqzzx7AzmhPBlFouXaBZ8 =
48
50
github.com/LF-Engineering/lfx-event-schema v0.1.14 /go.mod h1:CfFIZ4mwzo88umf5+KxDQEzqlVkPG7Vx8eLK2oDfWIs =
49
51
github.com/LF-Engineering/lfx-event-schema v0.1.37 h1:ny46D2NdCXokvJZ01GJcw2RfQM64ousJjaYsrRj5zzg =
50
52
github.com/LF-Engineering/lfx-event-schema v0.1.37 /go.mod h1:CfFIZ4mwzo88umf5+KxDQEzqlVkPG7Vx8eLK2oDfWIs =
You can’t perform that action at this time.
0 commit comments