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: store created and modified time separately on database for bookmarks #896

Merged
merged 49 commits into from
Jun 26, 2024

Commits on May 1, 2024

  1. sqlite migrate script

    Monirzadeh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    acb1e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2aa97a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d37ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55673cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cada6fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bca2910 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. add migrate for postgres

    Monirzadeh committed May 5, 2024
    Configuration menu
    Copy the full SHA
    428ad58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eabf23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3083cc3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    524ef8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6c031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164a9e2 View commit details
    Browse the repository at this point in the history
  4. add created_at to mariadb

    Monirzadeh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1f53e5c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    e8ea52e View commit details
    Browse the repository at this point in the history
  2. fix migration file names

    Monirzadeh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c56eb54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc21c2 View commit details
    Browse the repository at this point in the history
  4. better variable name and more clear code for add modified time if cre…

    …ated and modified is not in same day
    Monirzadeh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2522d29 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. add unittest

    Monirzadeh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7786437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b2893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff71b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee3d2e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 26, 2024

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

Commits on May 30, 2024

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

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    2c990a3 View commit details
    Browse the repository at this point in the history
  2. build new styles.css

    Monirzadeh committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d6c02fd View commit details
    Browse the repository at this point in the history
  3. update swagger documents

    Monirzadeh committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    243f84d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffbee63 View commit details
    Browse the repository at this point in the history
  5. make styles

    Monirzadeh committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    bd65ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    c99350d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5a54e View commit details
    Browse the repository at this point in the history
  3. fix missing Modified

    Monirzadeh committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    218257f View commit details
    Browse the repository at this point in the history
  4. fix typo

    Monirzadeh committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9670b48 View commit details
    Browse the repository at this point in the history
  5. missing Modified

    Monirzadeh committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4df7436 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Monirzadeh committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    5549fe8 View commit details
    Browse the repository at this point in the history
  7. make swagger

    Monirzadeh committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c17faf4 View commit details
    Browse the repository at this point in the history
  8. run tests parallel

    Co-authored-by: Felipe Martin <[email protected]>
    Monirzadeh and fmartingr authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9c02e7b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. remove t.Parallel()

    Monirzadeh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7567214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1357ce View commit details
    Browse the repository at this point in the history
  3. better unittest name

    Monirzadeh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    535fccc View commit details
    Browse the repository at this point in the history
  4. fix typo

    Monirzadeh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    123d003 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    171cea9 View commit details
    Browse the repository at this point in the history
  6. use class instead of id

    Monirzadeh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    19b9221 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. back parallel

    Monirzadeh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aec5089 View commit details
    Browse the repository at this point in the history
  2. change duplicate url

    Monirzadeh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    62c754b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. remvoe run Parallel

    Monirzadeh committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6af16ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d11c0e3 View commit details
    Browse the repository at this point in the history
  3. make styles

    Monirzadeh committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7db5cd9 View commit details
    Browse the repository at this point in the history