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

[WIP][dcli] Init again #117 #127

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

[WIP][dcli] Init again #117 #127

wants to merge 27 commits into from

Commits on Mar 31, 2020

  1. [dcli] Init context and command

    at15 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    93701f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. [util] Use goimports when formatting generated go code

    - The downside of it is introducing x/tools/imports and drags in many
      more dependencies including goldenmark, is used by present (generating
    slide from markdown)
    at15 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c976d78 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. [dcli] Add buildinfo and default vars for ldflags

    - `make install2` will install gommon2 and inject build info using
      ldflags
    at15 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f37b3bd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    1a29436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1222f6c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. [hashutil] Add fnv32a for pm

    at15 committed May 30, 2020
    Configuration menu
    Copy the full SHA
    ebd3423 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. [httpclient] Add PUT

    at15 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    2d5761f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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

Commits on Jul 26, 2020

  1. [fsutil] Add CreateFileAndPath

    at15 committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    dce6d07 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. [genutil] Add SnakeToCamel

    at15 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    caee3c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

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

Commits on Aug 7, 2020

  1. [doc][milestone] Add linter

    at15 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    da1d6e4 View commit details
    Browse the repository at this point in the history
  2. [gommon] Add gommon format #118

    at15 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6dedbfc View commit details
    Browse the repository at this point in the history
  3. [linter][import] Add goimports flags

    - call `imports.Process` in linter.CheckAndFormatImport
    at15 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    07ef59e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    a9d58a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acacb6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4f879 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    da834e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a241ea1 View commit details
    Browse the repository at this point in the history
  3. [dcli] Support longer than 1 sub command

    e.g. bh user register
    at15 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    8d56ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

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

Commits on Aug 12, 2020

  1. [generator] Add RenderGoCode

    at15 committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f985a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. [stringutil] Add Set

    at15 committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    19c3129 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. [tconfig] Init package and Add log

    tconfig is a traceable config package
    at15 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    16e6b14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2402b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. [hack] Update go-dev to 1.15.3

    at15 committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    dc5b3f8 View commit details
    Browse the repository at this point in the history
  2. [hack] Disable cgo

    at15 committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    fef6316 View commit details
    Browse the repository at this point in the history