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

TC provider does not return old builds #1

Open
gedgei opened this issue Sep 23, 2015 · 2 comments
Open

TC provider does not return old builds #1

gedgei opened this issue Sep 23, 2015 · 2 comments
Labels

Comments

@gedgei
Copy link
Contributor

gedgei commented Sep 23, 2015

There's a bug in TC provider, where it only returns builds that it finds in the latest builds XML (URI: /httpAuth/app/rest/builds). If some build was completed a longer time ago, it will not be included in the latest builds XML, therefore, it will not be displayed in the UI. Need to fix that.

@tomasmaconko
Copy link
Contributor

I think this is already fixed as there is a middle tier, which aggregates builds and provides the status of those. So even if TC provider does not return the list of all builds, BuildServer will return them from his own data source.

@akompanas
Copy link
Contributor

The presense of database softens the issue in common situations but it does not solve the core issue that the data source provides incomplete information.

@tomasmaconko tomasmaconko reopened this Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants