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: Implement ./contribs/gnodev command #1386

Merged
merged 38 commits into from
Dec 15, 2023
Merged

Commits on Nov 27, 2023

  1. feat: move gnoweb into his own package

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f376198 View commit details
    Browse the repository at this point in the history
  2. wip: add gno dev command

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    895bf8a View commit details
    Browse the repository at this point in the history
  3. wip: gno dev iteration 2

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2ea43f7 View commit details
    Browse the repository at this point in the history
  4. fix: fixup rebase

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6814998 View commit details
    Browse the repository at this point in the history
  5. wip: iteration 3

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    18aa12e View commit details
    Browse the repository at this point in the history
  6. wip: iteration 4

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6e43265 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. wip: iteration 5

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1a2bdc9 View commit details
    Browse the repository at this point in the history
  2. wip: iteration 6

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d17775c View commit details
    Browse the repository at this point in the history
  3. chore: lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9829fe3 View commit details
    Browse the repository at this point in the history
  4. chore: organize and cleanup

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c9a748 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6a5134f View commit details
    Browse the repository at this point in the history
  6. chore: move gnodev to /contribs folder

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0fd4413 View commit details
    Browse the repository at this point in the history
  7. chore: reset main go.mod

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    92c2e60 View commit details
    Browse the repository at this point in the history
  8. chore: add install gnodev rules to contrib makefile

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e30488e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. chore: cleanup & lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    563b343 View commit details
    Browse the repository at this point in the history
  2. fix: revert repl change

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    abee336 View commit details
    Browse the repository at this point in the history
  3. fix: chore lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a16d3d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    a773f26 View commit details
    Browse the repository at this point in the history
  2. fix: gnoweb test

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    64118aa View commit details
    Browse the repository at this point in the history
  3. chore: update comment

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8f73283 View commit details
    Browse the repository at this point in the history
  4. fix: gnodev go.mod

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ccb3143 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. feat: add gnodev readme

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c07b07b View commit details
    Browse the repository at this point in the history
  2. wip: fixes

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c186145 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. chore: lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5fafea3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore: add 'make tidy' in contribs/

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    517deed View commit details
    Browse the repository at this point in the history
  2. chore: disable tx-archive to prevent diamond dependency issue with go…

    ….mod
    
    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    383d3af View commit details
    Browse the repository at this point in the history
  3. chore: more verbose ci check

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    abdd420 View commit details
    Browse the repository at this point in the history
  4. chore: fixup

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    bbd8b1e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. chore: fixup

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

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    19cb498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6de147 View commit details
    Browse the repository at this point in the history
  4. fix: go mod issue

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    62fc493 View commit details
    Browse the repository at this point in the history
  5. chore: clenaup main

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4d33260 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. chore: rename WaitForNodeReadiness to GetNodeReadiness

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ceadafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840c839 View commit details
    Browse the repository at this point in the history
  3. chore: rename WaitForNodeReadiness to GetNodeReadiness

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6035359 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4792290 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. feat: add missing example load folder

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5173c05 View commit details
    Browse the repository at this point in the history