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

feat: Create change requests for segments #4265

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    1ac4b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365e8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d78bc71 View commit details
    Browse the repository at this point in the history
  4. chore(build): API test image

    khvn26 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    98c56f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e7421f View commit details
    Browse the repository at this point in the history
  6. fix target stage name

    khvn26 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d2fda11 View commit details
    Browse the repository at this point in the history
  7. don't scan test images

    khvn26 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c7c3ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add shallow clone

    zachaysan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e15c0cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12dcae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b693f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9e3a45 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Set version to None

    zachaysan committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    edd2eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8bccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0255717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab52d25 View commit details
    Browse the repository at this point in the history
  5. Revert Dockerfile change

    zachaysan committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b0d5119 View commit details
    Browse the repository at this point in the history
  6. Remove editor noise

    zachaysan committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    29b0fd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    9f93b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0583c15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f52f28 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update migrations

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5d37755 View commit details
    Browse the repository at this point in the history
  2. Add django polymorphic

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    197f7eb View commit details
    Browse the repository at this point in the history
  3. Add polymorphic managers

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b4af2f3 View commit details
    Browse the repository at this point in the history
  4. Remove segments property

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5d1fc03 View commit details
    Browse the repository at this point in the history
  5. Add polymorphic to segments

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8ce03ab View commit details
    Browse the repository at this point in the history
  6. Update test

    zachaysan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    82d67c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    299ecd9 View commit details
    Browse the repository at this point in the history
  2. Use polymorphic manager

    zachaysan committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d1381a7 View commit details
    Browse the repository at this point in the history
  3. Add docstring

    zachaysan committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fc10d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89a744a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    1ad0c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a87984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf2bf1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11eb706 View commit details
    Browse the repository at this point in the history
  5. Add segment manager

    zachaysan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6bcc37e View commit details
    Browse the repository at this point in the history
  6. Change name to segments

    zachaysan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3ed2ca View commit details
    Browse the repository at this point in the history
  7. Update manager naming

    zachaysan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6e95ee6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaed7cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa7c771 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8569c85 View commit details
    Browse the repository at this point in the history
  11. Remove stale comment

    zachaysan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    398e1ab View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Remove manager (which is weird, because it's still there...

    ...but I think this was maybe causing the error earlier with
    looking up models through the many to one managers)
    zachaysan committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8722dae View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Use live_objects manager

    zachaysan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    06f7146 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Switch manager

    zachaysan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    32e63cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e037ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08c3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    cbfa0cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aaa93e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7be93dc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e50499f View commit details
    Browse the repository at this point in the history
  2. Switch to objects manager

    zachaysan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    366ade9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7c753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b52b2f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    bba8d9b View commit details
    Browse the repository at this point in the history
  2. Trigger build

    zachaysan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    082b023 View commit details
    Browse the repository at this point in the history
  3. Fix typing

    zachaysan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    84287df View commit details
    Browse the repository at this point in the history
  4. Fix typing

    zachaysan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3221446 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Trigger build

    zachaysan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ef295d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f656603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4f12d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    494ed76 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix spelling of guard

    Co-authored-by: Matthew Elwell <[email protected]>
    zachaysan and matthewelwell authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a8e0bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a126336 View commit details
    Browse the repository at this point in the history
  3. Set blank to True

    zachaysan committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aaa5d7a View commit details
    Browse the repository at this point in the history
  4. Move code to a function

    zachaysan committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a18ad86 View commit details
    Browse the repository at this point in the history
  5. Update mock

    zachaysan committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4fb4176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c0429d View commit details
    Browse the repository at this point in the history
  7. Skip early return

    zachaysan committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b266156 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d277a1d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    daee2c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d02c15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de18843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e123371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    703776f View commit details
    Browse the repository at this point in the history
  6. Reorder task

    zachaysan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    64d241b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c138f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b36b730 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57f8e0e View commit details
    Browse the repository at this point in the history
  10. Update comment

    zachaysan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec71d35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c65dc1b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Attempt nested router

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6b9626d View commit details
    Browse the repository at this point in the history
  2. Fix projects

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ae44b79 View commit details
    Browse the repository at this point in the history
  3. Try projects

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8d85fe1 View commit details
    Browse the repository at this point in the history
  4. Try including the router

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b65065f View commit details
    Browse the repository at this point in the history
  5. Fix project lookup

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    88e1104 View commit details
    Browse the repository at this point in the history
  6. Check for environment

    zachaysan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab25f93 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    508f0aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7a7377 View commit details
    Browse the repository at this point in the history
  3. Add project related methods

    zachaysan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    086a1e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    b34b822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0316fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e30460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e86cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2127cd3 View commit details
    Browse the repository at this point in the history
  6. Add pragma: no cover since these exceptions are not possible due to t…

    …he audit log failing first
    zachaysan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fc7b5f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f983f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d35adc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1568aa5 View commit details
    Browse the repository at this point in the history
  10. Trigger build

    zachaysan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5a840f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    18796e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cadb1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6e0d4 View commit details
    Browse the repository at this point in the history
  4. Add typing

    zachaysan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3c30584 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46647f9 View commit details
    Browse the repository at this point in the history
  6. Set project to be non-null

    zachaysan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    11305b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95f4960 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d10d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d8ede4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a806f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0ec3cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    539086c View commit details
    Browse the repository at this point in the history
  13. Switch to project_id

    zachaysan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    27d6338 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab25380 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    778dbc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a1c55 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update lock

    zachaysan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4be5757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe95fe View commit details
    Browse the repository at this point in the history
  3. Update lock

    zachaysan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cae0b9e View commit details
    Browse the repository at this point in the history
  4. Update lock

    zachaysan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fc652e4 View commit details
    Browse the repository at this point in the history
  5. Update lock

    zachaysan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b2c0668 View commit details
    Browse the repository at this point in the history