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

Add archived_on column to build table #1048

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

soapy1
Copy link
Contributor

@soapy1 soapy1 commented Jan 15, 2025

Description

related issue: #947

This PR adds the archived_on property to a Build. This includes:

  • a migration for adding a new archived_on column to the build table (along with Add build status for DELETED and ARCHIVED #1047, it will enable marking builds as archived)
  • ensures the delete_on and archived_on fields are included when querying for a build

Pull request checklist

  • Did you test this change locally?
  • Did you update the documentation (if required)?
  • Did you add/update relevant tests for this change (if required)?

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for conda-store canceled.

Name Link
🔨 Latest commit 7b96ebd
🔍 Latest deploy log https://app.netlify.com/sites/conda-store/deploys/67883bf497f4e70008cfa3b3

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for conda-store canceled.

Name Link
🔨 Latest commit fc69d19
🔍 Latest deploy log https://app.netlify.com/sites/conda-store/deploys/678938b4875aa500085d341f

@soapy1 soapy1 changed the title Add build archived on column Add archived_on column to build table Jan 15, 2025
@soapy1 soapy1 force-pushed the add-build-archived-on-column branch from 596035f to 9261a0d Compare January 16, 2025 00:12
@soapy1 soapy1 force-pushed the add-build-archived-on-column branch from f126454 to 6a40f7b Compare January 16, 2025 00:29
@soapy1 soapy1 requested a review from peytondmurray January 16, 2025 00:29
@soapy1 soapy1 mentioned this pull request Jan 16, 2025
3 tasks
@soapy1 soapy1 force-pushed the add-build-archived-on-column branch from 3eb2a4e to ffe418b Compare January 16, 2025 00:51
@soapy1 soapy1 force-pushed the add-build-archived-on-column branch from 643d39a to b86a1b9 Compare January 16, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New 🚦
Development

Successfully merging this pull request may close these issues.

1 participant