Muthu Kumar
|
e7341d5674
|
BREAKING API Change. Functions accept objects instead of list of params.
|
7 years ago |
Muthu Kumar
|
95145966fd
|
Bump to v. 0.2.5
* Deprecated up static in favour of up serve
* Updated README, changelog and version number to 0.2.5
|
7 years ago |
Muthu Kumar
|
007ee80b35
|
Major refactor into cli.js / lib.js
* Removed index.js
* Added cli.js
* Added lib.js
* All functions now throw or return value on success
|
7 years ago |
Muthu Kumar
|
7c315ecb8e
|
Bug fixes, patch for `up kill-all`
|
7 years ago |
Thomas Rory Gummerson
|
07f1d5c728
|
Final newline fix, project should now be newline-independent
|
7 years ago |
Thomas Rory Gummerson
|
af4ed5d211
|
ESLint fixes: const, newlines, destructuring
|
7 years ago |
Muthu Kumar
|
1af16daf09
|
Added feature:
All servers have been killed.
A backup of your old servers.up is saved in /etc/up-serve/servers.bak.up.
Check this if you need to.
|
7 years ago |
Muthu Kumar
|
7d83c727d0
|
Fixed `servers.up` parsing issues.
Pending: Handle errors if `servers.up` was manually modified.
|
7 years ago |
Muthu Kumar
|
b97daf1d67
|
Removed dependency on `validator` and added local module. Working on bugs.
|
7 years ago |
Muthu Kumar
|
23fd1b9e43
|
`up kill` works, with known exceptions:
The code block that removes a server block if it exists does not work yet. Appears twice in `listFile.js` - `appendToList` and `removeFromList`
|
7 years ago |
Muthu Kumar
|
f8553d78cb
|
Working on adding and removing list items
|
7 years ago |
Muthu Kumar
|
183680ac35
|
Revert "Create listFile directory if doesn't exist"
This reverts commit 48516a6612 .
modified: index.js
|
7 years ago |
Muthu Kumar
|
7df9ccf425
|
Add listFile directory if doens't exist
|
7 years ago |
Muthu Kumar
|
48516a6612
|
Create listFile directory if doesn't exist
|
7 years ago |
Muthu Kumar
|
38d72b1229
|
Removed redundant initialization
|
7 years ago |
Muthu Kumar
|
af115cb81c
|
Added json-beautify
|
7 years ago |
Muthu Kumar
|
a3c3b08cc1
|
appendToList works
|
7 years ago |
Muthu Kumar
|
1e3e404cc5
|
Working on reading and writing json
|
7 years ago |
Shanmugam
|
6d7523b3fb
|
listFile.js delete line if domain | outPort exist
|
7 years ago |
Shanmugam
|
9ba538798b
|
appendToList Test
|
7 years ago |
Shanmugam
|
da770f9c23
|
listFile.js file creation and append
|
7 years ago |
Shanmugam
|
cc474f3a2e
|
up-list feature branch
|
7 years ago |