Muthu Kumar
|
3009c4367f
|
CRLF to LF
|
7 years ago |
Muthu Kumar
|
b45e7d3d17
|
Refactor into API and CLI
|
7 years ago |
Muthu Kumar
|
9a825f8fc3
|
Use EOLs in help message
|
7 years ago |
Muthu Kumar
|
0313c0bd3b
|
Rename docs/Contributing.MD to Contributing.MD
|
7 years ago |
Muthu Kumar
|
6491229c89
|
Update README.md
|
7 years ago |
Muthu Kumar
|
9e91377fd4
|
Fixed typo
|
7 years ago |
Muthu Kumar
|
0b24257cd4
|
Moved to docs
|
7 years ago |
Muthu Kumar
|
4e524185b6
|
Update to changelog
|
7 years ago |
Muthu Kumar
|
8ee1859dd2
|
Update and rename Contributing.MD to docs/Contributing.MD
|
7 years ago |
Muthu Kumar
|
8b87099302
|
Create Contributors.md
|
7 years ago |
Muthu Kumar
|
7c315ecb8e
|
Bug fixes, patch for `up kill-all`
|
7 years ago |
Muthu Kumar
|
b5a7413c56
|
Fixed wrong directory for default.conf
|
7 years ago |
Muthu Kumar
|
702dd92ebf
|
Broken kill-all
modified: actions/createProxyServer.js
modified: actions/killALL.js
modified: actions/killAllConfirm.js
modified: package-lock.json
modified: utils/nginxConf.js
|
7 years ago |
Muthu Kumar
|
9a37384aa3
|
Version bump to 0.2.0, Alpha. Added Changelog.md.
|
7 years ago |
Muthu Kumar
|
5f822feea5
|
`up kill-all` confirmation prompt added
|
7 years ago |
Muthu Kumar
|
34de278955
|
Added sudo requirement in requirements.js
|
7 years ago |
Muthu Kumar
|
629cc9f0a9
|
Working on kill-all confirmation prompt
|
7 years ago |
Muthu Kumar
|
e0f63aa2cc
|
Merge complete ES6 update from trgwii/develop
ESLint fixes: const, newlines, destructuring, max width
|
7 years ago |
Thomas Rory Gummerson
|
07f1d5c728
|
Final newline fix, project should now be newline-independent
|
7 years ago |
Thomas Rory Gummerson
|
ecf735430c
|
Enforcing max width and some line ending fixes
|
7 years ago |
Thomas Rory Gummerson
|
af4ed5d211
|
ESLint fixes: const, newlines, destructuring
|
7 years ago |
Muthu Kumar
|
a049e2fee9
|
Almost at 0.2.0, killAllConfirm.js needs to work (async)
|
7 years ago |
Muthu Kumar
|
69b9ccbf47
|
Merge branch 'develop' of https://github.com/codefeathers/up-serve into develop
|
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
|
b8850b2a4c
|
Create CODE_OF_CONDUCT.md
|
7 years ago |
Muthu Kumar
|
fbff9efc90
|
Removed `servers.up` created during testing
|
7 years ago |
Muthu Kumar
|
9dbf0f03c2
|
Revert "Fixed `servers.up` parsing issues."
This reverts commit 4565e447ac .
|
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
|
4565e447ac
|
Fixed `servers.up` parsing issues.
Pending: Handle errors if `servers.up` was manually modified.
|
7 years ago |
Muthu Kumar
|
32be7dc1b9
|
Merged eslintrc fix
|
7 years ago |
Muthu Kumar
|
b97daf1d67
|
Removed dependency on `validator` and added local module. Working on bugs.
|
7 years ago |
Muthu Kumar
|
db333f9ccb
|
Merge pull request #5 from trgwii/develop
Make `.eslintrc.json` valid by its own rules.
|
7 years ago |
Thomas Rory Gummerson
|
1de71a28cb
|
Tabs in ESLint config
|
7 years ago |
Muthu Kumar
|
8f4c86b9cd
|
Bump package.json to 0.1.8
|
7 years ago |
Muthu Kumar
|
a103573ea7
|
Bump to 0.1.8
|
7 years ago |
Muthu Kumar
|
824c5bce21
|
Merge pull request #3 from codefeathers/up-list
Feature branch `up list`, merging to `develop`
|
7 years ago |
Muthu Kumar
|
3488a668d3
|
Merge branch 'develop' into up-list
|
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
|
3a44312d03
|
Merge branch 'up-list' of https://github.com/codefeathers/up-serve into up-list
|
7 years ago |
Muthu Kumar
|
6058823faf
|
Removed test lines from index.js
|
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
|
edea53acd7
|
Removed etc folder
|
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 |