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

List assets that are uploaded #2

Open
greggles opened this issue Feb 17, 2016 · 4 comments
Open

List assets that are uploaded #2

greggles opened this issue Feb 17, 2016 · 4 comments
Assignees

Comments

@greggles
Copy link

It would be nice to know a list of assets that are uploaded using a specific token.

I guess probo-uploader --token [UPLOAD TOKEN] --list-remote-files or something?

@greggles
Copy link
Author

From reading http://probo.ci/docs/steps/script-plugin/ I guess this can be determined with a step that does ls -l $ASSET_DIR but it would be nicer to have a more straightforward method.

@Auspicus
Copy link
Contributor

Looks like the asset receiver at app.probo.ci works differently than the open source repo and the authentication it uses wouldn't let you get a list of assets without a session cookie. I guess there's not really any programmatic way to access the asset list. @tizzo Is there any chance you will change this endpoint (on app.probo.ci) to allow the use of upload tokens as an authentication method:

https://github.com/ProboCI/probo-asset-receiver/blob/2805f31cc8a87e696fac6852929332cb8473d454/lib/Server.js#L226

@tizzo
Copy link
Contributor

tizzo commented Aug 16, 2018

@Auspicus I'm no longer part of the project. I'd ask @kleinmp or @sk33lz, maybe? Not sure who's running things over there these days.

@sk33lz sk33lz self-assigned this Aug 16, 2018
@sk33lz
Copy link

sk33lz commented Aug 16, 2018

We are currently focused on getting some new features tested and released such as Gitlab integration, a logs viewer, and shell access to the build container, but we definitely could add some improvements like this to the Probo Uploader to our Roadmap for future releases. Thanks for the feedback guys!

I will keep this issue open and follow up once we release updates to the Probo Uploader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants