Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[wip] Add size definitions to all model definitions #498

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2022

  1. move things to stdlib

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    58ebbdf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. check mysql first since postgres has a default

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    49a2ec2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. lowered the column sizes enough to get the node execution event table to

    pass migration.
    
    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    66d556a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. merge master

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2140721 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. WIP - mysql support

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a160b2e View commit details
    Browse the repository at this point in the history
  2. merge master

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8aea307 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. add new migrations

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1fe4dd2 View commit details
    Browse the repository at this point in the history
  2. undo all the size deletions

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a68cc1c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Revert "undo all the size deletions"

    This reverts commit a68cc1c.
    
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e6dbda9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin' into mysql

    Signed-off-by: eduardo apolinario <[email protected]>
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d6639ab View commit details
    Browse the repository at this point in the history
  3. Add Fixup migrations

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b83482a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Reapply migration changes.

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0c9d2b4 View commit details
    Browse the repository at this point in the history
  2. Remove old cruft

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8808346 View commit details
    Browse the repository at this point in the history
  3. Remove gorm changes from migration_models.go

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4a1f80a View commit details
    Browse the repository at this point in the history
  4. One more pass in setting size constraints

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7a43adb View commit details
    Browse the repository at this point in the history
  5. Revert "One more pass in setting size constraints"

    This reverts commit 7a43adb.
    
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    31f0bff View commit details
    Browse the repository at this point in the history
  6. Revert "Remove gorm changes from migration_models.go"

    This reverts commit 4a1f80a.
    
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b089e27 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove old cruft"

    This reverts commit 8808346.
    
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    39ee118 View commit details
    Browse the repository at this point in the history
  8. Revert "Reapply migration changes."

    This reverts commit 0c9d2b4.
    
    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c0c25a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Remove size statements from models

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    72b2a85 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Bring back commented code and minor size changes

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    59d7b36 View commit details
    Browse the repository at this point in the history
  2. Special-case mysql in the case of the task_executions table.

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8901ea2 View commit details
    Browse the repository at this point in the history
  3. Remove size statements from migration_models.go file

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9029ec1 View commit details
    Browse the repository at this point in the history
  4. Drop remaining size statements from migration_models.go

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    93864e6 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary gorm statements from base_model.go

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4daf1fe View commit details
    Browse the repository at this point in the history
  6. Drop unnecessary changes.

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7252d4b View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary changes

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    180715c View commit details
    Browse the repository at this point in the history
  8. Bring alterTableColumnType back

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    37827b8 View commit details
    Browse the repository at this point in the history
  9. Move comment to top of fixup migrations

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fe80833 View commit details
    Browse the repository at this point in the history
  10. Add separate index to signals table

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e31ccd8 View commit details
    Browse the repository at this point in the history
  11. Fix one off errors.

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8effaf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. not null couple columns

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6e34716 View commit details
    Browse the repository at this point in the history
  2. partial treatment of stuff

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    bcc2b9d View commit details
    Browse the repository at this point in the history
  3. add manual indices for resources and task executions

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5ccb295 View commit details
    Browse the repository at this point in the history
  4. Set prefix length in primary_alt index on task_executions table

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6cae700 View commit details
    Browse the repository at this point in the history
  5. Separate creation of primary_alt indexes into their own migrations.

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e7361cc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. use latest stdlib branch

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ef4f5e7 View commit details
    Browse the repository at this point in the history
  2. propeller to 1.1.83

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    29c702c View commit details
    Browse the repository at this point in the history
  3. ==

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e8a0349 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add statements to change the type of primary keys in the case of post…

    …gres.
    
    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ce1773a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge master

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2cb96ab View commit details
    Browse the repository at this point in the history