Skip to content

Add cold storage option on builds & configurable BuildViewSet #3147

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

Merged
merged 3 commits into from
Oct 9, 2017

Conversation

ericholscher
Copy link
Member

No description provided.

@ericholscher ericholscher added the PR: work in progress Pull request is not ready for full review label Oct 5, 2017
@ericholscher ericholscher requested a review from agjohnson October 5, 2017 19:29
name='cold_storage',
field=models.BooleanField(default=False, help_text='Build comamnds are stored outside the database.', verbose_name='Cold Storage'),
),
migrations.AlterField(
Copy link
Member Author

Choose a reason for hiding this comment

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

All this was added automatically, I think small updates that we haven't migrated on.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, i get some of these too. Lets remove them from here and figure out which of these migrations are required now. We might need to roll a fresh db locally to figure that out.

Copy link
Contributor

@agjohnson agjohnson left a comment

Choose a reason for hiding this comment

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

Looks good. I've been removing extraneous migration operations from my migrations until i get back to testing which of these are actually required against a fresh database. I only get some of these on my instance when building new migrations.

name='cold_storage',
field=models.BooleanField(default=False, help_text='Build comamnds are stored outside the database.', verbose_name='Cold Storage'),
),
migrations.AlterField(
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, i get some of these too. Lets remove them from here and figure out which of these migrations are required now. We might need to roll a fresh db locally to figure that out.

@ericholscher ericholscher merged commit 5922908 into master Oct 9, 2017
@ericholscher ericholscher removed the PR: work in progress Pull request is not ready for full review label Oct 9, 2017
@stsewd stsewd deleted the build-cold-storage branch August 15, 2018 22:16
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