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

Back up configurations #24

Open
ChacaS0 opened this issue Mar 24, 2018 · 0 comments
Open

Back up configurations #24

ChacaS0 opened this issue Mar 24, 2018 · 0 comments
Labels
enhancement Improvement of existing feature suggestion proposal for a new functionality or whatever

Comments

@ChacaS0
Copy link
Owner

ChacaS0 commented Mar 24, 2018

Intro

Add a way to back up configurations stuff, including .tempestcf and ,tempest.yaml.

❔ Maybe using github? πŸ˜‘
❔ Maybe move the two config files into a config folder like ~/.tempest/.tempestcf and ~/.tempest/.tempest.yaml

πŸ‘‰ Edit it or add comment to add some details

@ChacaS0 ChacaS0 added enhancement Improvement of existing feature question Further information is requested labels Mar 24, 2018
@ChacaS0 ChacaS0 added suggestion proposal for a new functionality or whatever and removed question Further information is requested labels Apr 1, 2018
ChacaS0 added a commit that referenced this issue Apr 4, 2018
	[+] Added .sh for auto-mode
	--> Issues related: #24, #15
ChacaS0 added a commit that referenced this issue Apr 8, 2018
* 🚧 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 added a commit that referenced this issue May 1, 2018
* βœ”οΈ Mispells fixes

* Improvement of the ``rm`` command (#21) (#25)

* βœ”οΈ Mispells fixes

* 🚧 Work on rework of rm command starts -- bad

* πŸ’Š Fixed missspelling

* βœ”οΈπŸ processArgsRm added + tests

* βœ”οΈπŸ New feature for rm
	-> Added & adapted tests only for the ones impacted by those changes

* πŸ’»πŸ Added test for rm.go:simpleDelAllString()
	-> Few changes (variadic params instead of slice)
	-> Some update for the ``$HOME`` on Windows

* βœ”οΈπŸ Added handler for ``*`` wildcard as argument
	-> Tests, were adapted for that

* πŸ“ Update of usage for ``rm`` and deletion of deprecated stuff

* Implementation of ``tempest list --fix`` flag (#27)

* 🚧 Added the functionality, now needs the tests

* 🏁 Tests for list.go (``--fix`` flag related)
	+ Begin of migration to the use of Target instead of simple strings

-----------------------
Merge Fixes #20

* πŸ”¨ 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

* βž• New flag for get (auto-mode)
	[+] Also implemented test func for it
	[#] Issues: #15, #16

* πŸ“ Update of README.md

* ⬆️ dep ensure

* 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 added a commit that referenced this issue Jun 8, 2018
* βœ”οΈ 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

* 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

* 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

* πŸ”¨ 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

* βž• New flag for get (auto-mode)
	[+] Also implemented test func for it
	[#] Issues: #15, #16

* πŸ“ Update of README.md

* ⬆️ dep ensure

* 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

* 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

*  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

* 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

* small fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature suggestion proposal for a new functionality or whatever
Projects
None yet
Development

No branches or pull requests

1 participant