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

Patch v0.1 #36

Merged
merged 26 commits into from
Jun 8, 2018
Merged

Patch v0.1 #36

merged 26 commits into from
Jun 8, 2018

Commits on Mar 25, 2018

  1. ✔️ Mispells fixes

     On branch devel
     Changes to be committed:
    	modified:   cmd/init_test.go
    	modified:   cmd/list.go
    	modified:   cmd/list_test.go
    	modified:   cmd/rm_test.go
    	modified:   cmd/start_test.go
    ChacaS0 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    a9403dc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Improvement of the rm command (#21) (#25)

    * ✔️ Mispells fixes
    
     On branch devel
     Changes to be committed:
    	modified:   cmd/init_test.go
    	modified:   cmd/list.go
    	modified:   cmd/list_test.go
    	modified:   cmd/rm_test.go
    	modified:   cmd/start_test.go
    
    * 🚧 Work on rework of rm command starts -- bad
    
     Issues related:
     	-> #21 Improve ``rm`` command
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/rm.go
    
    * 💊 Fixed missspelling
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/init_test.go
    	modified:   cmd/list.go
    	modified:   cmd/rm.go
    	modified:   cmd/rm_test.go
    
    * ✔️🏁 processArgsRm added + tests
    
     Issues related:
     	-> #21
     	-> #16
     	-> #9
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/init_test.go
    	modified:   cmd/rm.go
    	modified:   cmd/rm_test.go
    
    * ✔️🏁 New feature for rm
    	-> Added & adapted tests only for the ones impacted by those changes
    
     Issues related:
     	-> #21
     	-> #16
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/rm.go
    	modified:   cmd/rm_test.go
    	modified:   cmd/root.go
    
    * 💻🏁 Added test for rm.go:simpleDelAllString()
    	-> Few changes (variadic params instead of slice)
    	-> Some update for the ``$HOME`` on Windows
    
     Issues related:
     	-> #21
     	-> #16
     	-> #9
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/purge.go
    	modified:   cmd/rm.go
    	modified:   cmd/rm_test.go
    	modified:   cmd/root.go
    
    * ✔️🏁 Added handler for ``*`` wildcard as argument
    	-> Tests, were adapted for that
    
     Issues related:
     	-> #21
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/rm.go
    	modified:   cmd/rm_test.go
    
    * 📝 Update of usage for ``rm`` and deletion of deprecated stuff
    
     Issues related:
     	-> #21
     	-> #19
    
     On branch dev-enhancement-rm
     Changes to be committed:
    	modified:   cmd/rm.go
    ChacaS0 committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    adee1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88994e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Implementation of tempest list --fix flag (#27)

    * 🚧 Added the functionality, now needs the tests
    
     Issues related:
     	-> #20
    
    * 🏁 Tests for list.go (``--fix`` flag related)
    	+ Begin of migration to the use of Target instead of simple strings
    
     Issues related:
     	-> #20
    
    -----------------------
    Merge Fixes #20
    ChacaS0 committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    30c9649 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. 🔨 Auto mode for TEMPest (#28)

    * 🚧 Moved configs files for TEMpest into a directory
    	[+] Added .sh for auto-mode
    	--> Issues related: #24, #15
    * Handler for shutup mode made, need merge
    * Stash pop
    * 🏁 Added tests for shutup mode handler (start.go)
    	-> Issues related: #15, #16
    * ✔️🏁 Added logs flag for get command
    	[+] Added the corresponding test
    	--> Issues related: #15, #16
    * ✔️ Added handler for relative paths with ``add``
    * 🏁 Added tests for treatRelativePath()
    * 🏁 Test for getAllLogs() (--logs)
    	--> Issues related: #15, #16
    	[*] Should be the end of the Linux part for this one
    * 💻 Windows autostart kinda done for theoric part
    	[#] Issues related: #15, #9
    	[T] Unit tests for set.go:setAutoStart()
    	[T] Runtime testing for Windows
    * 📛 Hot fix for codecov chmod
    * 🏁 Test only for error checks
    	[I] #15, #16
    	[T] More elaborated tests for setAutoStart()
    	[#] Fixes #15
    ChacaS0 committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    deec00c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. ➕ New flag for get (auto-mode)

    	[+] Also implemented test func for it
    	[#] Issues: #15, #16
    ChacaS0 committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    fccc3e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. 📝 Update of README.md

    ChacaS0 committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    7282a5f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. ⬆️ dep ensure

    ChacaS0 committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    f9384da View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Manage temp files (#30)

    * 🚧 Started to refractor purge to purge files
    	[T] Keep refratoring each functions affected
    	[#] Issues: #17
    	[N] Some comments were deleted (cobra related)
    
    * New func to display size + units
    
    * 📄🚽 Implemented the file purging
    	[T] Tests
    	[#] #30, #17
    
    * 🏁 Tests for purge
    👉 Apply TreatLastChar() to conf.Gobin & conf.Gopath
    ChacaS0 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    c7ee3c3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Targets automation (#34)

    * ✔️ Func to find dirs from exact pattern added
    
    * ✔️ Flag on ``add`` command added
    🏁 Test for the research func
    	[T]	Test the other funcs created
    
    * ✔️ Better error handling for that
    👉 TODO? More interaction for this command/flag
    
    * ✔️ command ``new`` implemented to generated new target dirs
    🏁 Tests passed
    ChacaS0 committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3ceab06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125efac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. ✔️ add

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    b56bbb0 View commit details
    Browse the repository at this point in the history
  2. ✔️ init

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    96e6e48 View commit details
    Browse the repository at this point in the history
  3. ✔️ new

    ✅ fix init
    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c73aaf7 View commit details
    Browse the repository at this point in the history
  4. ✔️ purge

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    fd0945b View commit details
    Browse the repository at this point in the history
  5. ✔️ rm

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c0066e6 View commit details
    Browse the repository at this point in the history
  6. ✔️ root

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    e0e2ef4 View commit details
    Browse the repository at this point in the history
  7. ✔️ set

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    9201849 View commit details
    Browse the repository at this point in the history
  8. ✔️ start

    👉 the rest can wait :(
    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    f3b4f0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0013a98 View commit details
    Browse the repository at this point in the history
  10. messing

    ChacaS0 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    b97da9d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Update documentation (#37)

    *  Added fallback to cmd.Help() by default
    
    * ✔️ add
    
    * ✔️ init
    
    * ✔️ new
    ✅ fix init
    
    * ✔️ purge
    
    * ✔️ rm
    
    * ✔️ root
    
    * ✔️ set
    
    * ✔️ start
    👉 the rest can wait :(
    
    * 👍 Small update to README.md
    
    * messing
    ChacaS0 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    fc038a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. small fix

    ChacaS0 committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    66558ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ce492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716f784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4bac81 View commit details
    Browse the repository at this point in the history