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 |
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 |
Muthu Kumar
|
2b19a5991c
|
Added eslint as dev dependency
|
7 years ago |
Muthu Kumar
|
4e2940f816
|
VSCode Tab indentation and LF endings
|
7 years ago |
Muthu Kumar
|
75bdd81f05
|
Create LICENSE
|
7 years ago |
Muthu Kumar
|
4bbd6ab789
|
Change webroot path, update README.
|
7 years ago |
Muthu Kumar
|
abb0d278a3
|
Rename util to utils
|
7 years ago |
Muthu Kumar
|
1af40375ae
|
Rename util to utils
|
7 years ago |
Muthu Kumar
|
39e483c298
|
If not port 80 or 443, print outbound port
|
7 years ago |
Muthu Kumar
|
74d48195c7
|
Add outbound port to domain when printed
|
7 years ago |
Muthu Kumar
|
22537db6d1
|
Linting and refactoring to consistent style
|
7 years ago |
Muthu Kumar
|
a2449b1898
|
Linting and refactoring for consistent style
|
7 years ago |
Muthu Kumar
|
04f03f39af
|
up to v.0.1.5, up [static|proxy|kill] works
|
7 years ago |
Muthu Kumar
|
7c50cdf8f2
|
Append port number to config files and webroot
|
7 years ago |
Muthu Kumar
|
965be85514
|
`up kill` now works!
|
7 years ago |
Muthu Kumar
|
28395af4c8
|
`up kill` now works!
|
7 years ago |
Muthu Kumar
|
65f0a87972
|
Changed exec to execSync; moved error console messages to only output when errs
|
7 years ago |
Muthu Kumar
|
d29893aea1
|
Bug that disallowed nginx reload has been squashed.
|
7 years ago |
Muthu Kumar
|
a842c05a90
|
Fixed nginxReload function.
|
7 years ago |
Muthu Kumar
|
88a6bb1829
|
Added nginxReload function
|
7 years ago |
Muthu Kumar
|
fa391e69f3
|
Corrected syntax for try...catch
|
7 years ago |
Muthu Kumar
|
21ebc4b43d
|
Minor fix of npath.webRoot returning NaN
|
7 years ago |
Muthu Kumar
|
cfa84fb9da
|
Setting nginx reload
|
7 years ago |