Giter VIP home page Giter VIP logo

hub-board's People

Contributors

suzuki-hoge avatar

Watchers

 avatar  avatar

hub-board's Issues

more validation

  • exists epic-numbers
  • epics included epic-link-numbers
  • no duplicate in epic-link-numbers
  • epic-link-number must contain ?
  • no duplicate in pipeline-names -> validated by zenhub!!

ghci config

  • prompt
  • no dup history
  • incremental search
  • history limit

show masked token

load configs...
  refer RepositoryId
    Owner ( xxx-isp )
    Repository ( mobile-xxx-board )
    HttpsProxy (  )

detect envs

create-objects

arguments

has-hub create-objects yaml-path [options]

examples

full options.

has-hub create-objects sprint_1.yaml --owner suzuki-hoge --repo has-hub-workspace --github-token 12345678 --zenhub-token abcdefghizklmnop --log ~/sprint-1.log --proxy 133.202.255.10:8080

short name parameters.

has-hub create-objects sprint_1.yaml -o suzuki-hoge -r has-hub-workspace -g 12345678 -z abcdefghizklmnop -l ~/sprint-1.log -p 133.202.255.10:8080

when option miss, detect them.

has-hub create-objects objects.yaml

detecting...
owner        : suzuki-hoge
repo         : has-hub-workspace
github-token : xxx
zenhub-token : xxx
log          : ./has-hub.log
proxy        : no-use

create-milestones

arguments

has-hub create-milestones github-token zenhub-token yaml-path [options]

examples

options are same as create-objects.

refer-all

arguments

has-hub refer-all github-token zenhub-token [options]

examples

options are same as create-objects.

generate-template

arguments

has-hub generate-template out-path

examples

has-hub generate-template ./sample.yaml

little refactorings

  • import module order
  • import order
  • over-loaded-string
  • C.Client
  • fix L. -> LBS.
  • instance ToResource ? -> #34
  • Parser.Object, EpicOrIssue, Value(Object)
  • Parser.Milestone
  • remove postZenHub return type
  • remove getGitHub query parameter
  • string: t, Title: title
  • let or where
  • vars order (p -> l -> a -> m -> e -> e)
  • yaml row ordering, and fixture data
  • rename toMilestoneTitle to _title, and move to Type

installation document for stack

if you have stack command, execute following commands only.

$ cd /tmp

$ git clone --depth=1 -b v2.0.0 git://github.com/suzuki-hoge/hub-board

$ cd hub-board

$ stack install

fix validation failure style

  • areAllIn
  • dateFormat
  • noDuplication
  • linkNumberFormat
  • parentNumberFormat
  • linking
  • readYaml
  • readObjects
  • readMilestones

fix many many log chars

change to git hub api v4 for graph ql interface. or use git hub api v3 and trim json on haskell.

remove redundant parsing message

$ has-hub validate-objects 01-xxx.yaml 02-xxx.yaml 03-xxx.yaml 04-xxx.yaml 05-xxx.yaml 06-xxx.yaml

detect configs.
  owner         : xxx
  repo          : xxx
  git-hub-token : ****************************************
  zen-hub-token : ********************************************************************************
  log           : xxx
  proxy         : 

fetch RepositoryId.

validate all objects.

parse yaml file.
  01-xxx.yaml

parse yaml file.
  02-xxx.yaml

parse yaml file.
  03-xxx.yaml

parse yaml file.
  04-xxx.yaml

parse yaml file.
  05-xxx.yaml

parse yaml file.
  06-xxx.yaml

refer all for yaml data validation.
  refer all Epics
  refer all Pipelines
  refer all Labels
  refer all Collaborators
  refer all Milestones

there are several validation errors. please fix following errors.
  no such label: xxx
  no such label: yyy

has-hub is aborted.

unexpecting errors

show *** Exception: Maybe.fromJust: Nothing if auth error.
at least, guide look ${log} if io error.

integration

  • integrate fixme failures -> fixed #39
  • create object from yaml objects -> fixed #21
  • validate all and create or show fix-me
  • parameter to local-session -> will fix #11
  • milestone-title and referred milestones mapping
  • pipeline-name and referred pipelines mapping
  • epic-link-number and allocated epic-number mapping
  • show progress message

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.