Feature/export as docuemnts spec - #2087
Conversation
* fix(deps): update all patch dependencies * fix entity status Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --------- Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
…theopenlane#2061) * uplift directory account schemas, fga, integration refs * generate output
…heopenlane#2066) * fix ts bug and logx wrapper * add a unit test
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…heopenlane#2065) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
…r Job submission with Listener Info (theopenlane#2070) * fix client injection / context return with ent client and add metadata and tags to river * add listener name and some other metadata
* control diffing after a standard revision is bumped * extend tests * task regenerate * use ctx
* task regenerate * add mode and metadata to export job spec * fix merge conflicts * update task cli:generate:enum template * use enqueue
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…e#2071) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* schema updates / additions, prep for generation * rename to something that's going to play nice with pluralization * with policy and annotations * add the schema migrations and output of new plugin and annotations, fields * remove bad mixin ref * Update internal/ent/schema/systemdetail.go Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com> --------- Signed-off-by: Matt Anderson <42154938+matoszz@users.noreply.github.com> Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
…e#2079) * fix: allow comments to be added / removed by member users Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> * regen Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> * fix: slate parse, test Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> * fix test Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> * remove logs from testing Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --------- Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….8.0 (theopenlane#2081) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…yhub to v1.68.0 (theopenlane#2073) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Removed duplicate ExportExportMode enum definition from schema. Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Removed duplicare ExportExportMode enum definition from schema. Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Achiket123
left a comment
There was a problem hiding this comment.
Yes ma'am, fixed it.
|
Hey @golanglemonade can you help me with this error , please 🙏 , Not understanding why the docker build is failing. According to the error it is not able to download the hashes, and i don't have a clue. |
This error looks to be happening across the board, and unrelated to your change - some issue downloading the trivy files. I'm working on a fix on another branch, once fixed you should just need to rebase your PR. |
|
@Achiket123 once this is merged, you can rebase: #2093 |
|
@Achiket123 can you try rebasing now? |
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Head branch was pushed to by a user without write access
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
| "evidenceFiles": sharedMimeTypes, | ||
| "noteFiles": sharedMimeTypes, | ||
| "exportFiles": {"text/csv", "text/plain; charset=utf-8", "text/plain", "application/json", "application/json; charset=utf-8", "application/zip"}, | ||
| "exportFiles": {"text/csv", "text/plain; charset=utf-8", "text/plain", "application/json", "application/json; charset=utf-8", "application/pdf", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "text/markdown", "text/x-markdown"}, |
There was a problem hiding this comment.
@Achiket123 you are still removing an existing format "application/zip" is missing now. It might be easier to start on a fresh branch, feel like you are trying to fix conflicts a bunch when the only human change is the enums and this file?
Signed-off-by: Achiket Kumar <126181868+Achiket123@users.noreply.github.com>
|



Hey @golanglemonade please review this.