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

KIL-2509 [Apollo Agent] [Phase 1] Add Looker git proxy client #10

Merged

Conversation

mrostan
Copy link
Contributor

@mrostan mrostan commented Oct 14, 2023

Adds a git clone proxy client to the agent.
There are two new operations that can be used from dc-core:

  • /api/v1/execute/git/git_version: used for checking the installation, returns the git version returned by executing the command: git --version
  • /api/v1/execute/git/get_files: that clones the repo, uploads the contents as a zip file to the bucket and returns a pre-signed url to download it. The pre-signed url will expire after 15 minutes.

@linear
Copy link

linear bot commented Oct 14, 2023

KIL-2509 Apollo Agent: [Phase 1] add Looker proxy client

Why should we make this change?

Customers impacted:

Proposed change:

Requirements:

What are the user interactions to be tracked?

@mrostan mrostan changed the base branch from main to mrostan/kil-2509-apollo-agent-phase-1-add-looker-proxy-client October 14, 2023 17:00
@mrostan mrostan requested a review from pxc-dev October 15, 2023 21:10
@mrostan mrostan marked this pull request as ready for review October 15, 2023 21:10
Base automatically changed from mrostan/kil-2509-apollo-agent-phase-1-add-looker-proxy-client to main October 17, 2023 14:11
…oker-git-proxy-client

# Conflicts:
#	apollo/agent/utils.py
@mrostan mrostan merged commit 9f80d8f into main Oct 17, 2023
@mrostan mrostan deleted the mrostan/kil-2509-apollo-agent-phase-1-add-looker-git-proxy-client branch October 17, 2023 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants