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

Mysql support #102

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Mysql support #102

wants to merge 16 commits into from

Commits on Dec 3, 2022

  1. trying to use a bunch less code and move things to stdlib

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

Commits on Dec 6, 2022

  1. more use of UUIDstring

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

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

Commits on Jan 12, 2023

  1. Merge remote-tracking branch 'origin' into mysql

    Signed-off-by: Eduardo Apolinario <[email protected]>
    eapolinario committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    953a2d4 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
    9b14eba 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
    6bf02c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Add separate migrations

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

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    613f8f8 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

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

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f5a222b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efe9ad8 View commit details
    Browse the repository at this point in the history
  6. Downgrade sqlite driver to 1.4.4

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

Commits on Apr 22, 2023

  1. Add uuid to DatasetUUID column in the Artifact migrations

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    c0b4394 View commit details
    Browse the repository at this point in the history
  2. Add support for translating the custom type UUIDString into gorm

    Signed-off-by: eduardo apolinario <[email protected]>
    eapolinario committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    6b538f6 View commit details
    Browse the repository at this point in the history
  3. Handle MySql errors

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