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

fix: refactor gnoblog-cli #63

Merged
merged 51 commits into from
Mar 4, 2024
Merged

fix: refactor gnoblog-cli #63

merged 51 commits into from
Mar 4, 2024

Commits on Jan 18, 2024

  1. start refac

    leohhhn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    95ad6c3 View commit details
    Browse the repository at this point in the history
  2. add cmds

    leohhhn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b1bc15f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. wip setup post command

    leohhhn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0e46514 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. wip save, move things around

    leohhhn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6b9f1a2 View commit details
    Browse the repository at this point in the history
  2. finished singlepost

    leohhhn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bc0154f View commit details
    Browse the repository at this point in the history
  3. added comments

    leohhhn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    970e308 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. extract errors

    leohhhn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    009478c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 1, 2024

  1. support multicall

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8bd0b16 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. update gno version

    leohhhn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d6f9dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b024c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d68efc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22622cc View commit details
    Browse the repository at this point in the history
  5. update cfg caller

    leohhhn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4deb428 View commit details
    Browse the repository at this point in the history
  6. remove validate-chain func

    leohhhn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e3efbc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix post title parsing

    leohhhn committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    53a7e75 View commit details
    Browse the repository at this point in the history
  2. fix

    leohhhn committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    eda9b5d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore: better error output

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    df3b7ca View commit details
    Browse the repository at this point in the history
  2. chore: fmt + tidy

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    83f0e18 View commit details
    Browse the repository at this point in the history
  3. chore: fix frontmatter parsing

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5c21029 View commit details
    Browse the repository at this point in the history
  4. chore: add missing errcheck

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f1437ec View commit details
    Browse the repository at this point in the history
  5. chore: fixup

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2f41a71 View commit details
    Browse the repository at this point in the history
  6. move folders

    leohhhn committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    736b4b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54e4d9b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    68778e0 View commit details
    Browse the repository at this point in the history
  2. fix md text in posts

    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    467d631 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into refac/cli

    # Conflicts:
    #	posts/2023-04-15_myg-1/README.md
    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5e7efe3 View commit details
    Browse the repository at this point in the history
  4. move err check

    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9294311 View commit details
    Browse the repository at this point in the history
  5. move IO init to main

    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3399548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb04b51 View commit details
    Browse the repository at this point in the history
  7. clarify error

    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6f5d2b6 View commit details
    Browse the repository at this point in the history
  8. add key check

    leohhhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ad2f567 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    3d32a97 View commit details
    Browse the repository at this point in the history
  2. change post func signature

    leohhhn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6b2baa9 View commit details
    Browse the repository at this point in the history
  3. add initial test & mocks

    leohhhn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c1b8632 View commit details
    Browse the repository at this point in the history
  4. integration test setup

    leohhhn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1318afb View commit details
    Browse the repository at this point in the history
  5. remove ./build

    leohhhn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    415a256 View commit details
    Browse the repository at this point in the history
  6. fix leftover titles

    leohhhn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b5113be View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. add output confirmation

    leohhhn committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3f04986 View commit details
    Browse the repository at this point in the history
  2. wip integ tests

    leohhhn committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3a17270 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4579742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1aa96 View commit details
    Browse the repository at this point in the history
  3. update err message

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cbeb3cc View commit details
    Browse the repository at this point in the history
  4. updat err msg again

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2928fb2 View commit details
    Browse the repository at this point in the history
  5. add condition

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5643778 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5838a07 View commit details
    Browse the repository at this point in the history
  7. go mod tidy

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fe12e9a View commit details
    Browse the repository at this point in the history
  8. add readme

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d8c0de0 View commit details
    Browse the repository at this point in the history
  9. update readme

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1b5e837 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    daf6485 View commit details
    Browse the repository at this point in the history
  11. update main readme

    leohhhn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    849f47c View commit details
    Browse the repository at this point in the history