Skip to content

Add: job to export in multiple formats#236

Open
Achiket123 wants to merge 16 commits intotheopenlane:mainfrom
Achiket123:feature/export-in-multiple-formats
Open

Add: job to export in multiple formats#236
Achiket123 wants to merge 16 commits intotheopenlane:mainfrom
Achiket123:feature/export-in-multiple-formats

Conversation

@Achiket123
Copy link
Copy Markdown
Contributor

@Achiket123 Achiket123 commented Feb 25, 2026

Hey @golanglemonade , Please review this, i had tested it with slate.js and it is working with that also.

@Achiket123 Achiket123 requested a review from a team as a code owner February 25, 2026 04:15
@github-actions github-actions Bot added enhancement New feature or request jobs labels Feb 25, 2026
Copy link
Copy Markdown
Member

@golanglemonade golanglemonade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Achiket123 can you update the core/common tag here so we can see if ci passes?

Comment thread pkg/jobs/export.go
Achiket123 and others added 5 commits April 5, 2026 18:01
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Comment thread pkg/jobs/export.go Outdated
Comment thread pkg/jobs/export.go Outdated
Comment thread pkg/jobs/export.go Outdated
Comment thread pkg/jobs/export.go Outdated
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
20.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Comment thread go.mod
Comment on lines +55 to +72
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect
github.com/aws/aws-sdk-go-v2/config v1.32.9 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.19.9 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.17 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.17 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0 // indirect
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.30.10 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.14 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is importing these aws sdks?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was there when i pulled from main and caused merge conflict so i just kept it

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is pulling these in? This repo doesn't have a direct dep on core, only core/common so that shouldn't pull these in.

Comment thread pkg/jobs/export.go Outdated
Achiket123 and others added 3 commits April 28, 2026 23:13
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
* Add workers

* add periodic worker

* add deletion reminder worker

* use global email config just like we do for api key + host

* Add periodic deletion worker

* task config generate

* bump go.mod

* bump corejobs

* bump corejobs

* migrate jobs from private repo

* fix lint
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request jobs run-ci

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants