o1lab
a13f26cf60
Feature : option to support multiple cpu cores (using cluster)
6 years ago
o1lab
ad42700863
Fix : removed serve-favicon package and moved mocha to dev dependency
6 years ago
o1lab
2433135b03
Feature : flag to enable read only apis
6 years ago
o1lab
55fbe9e1d5
Updating docs : aws lambda eg from bertyhell
7 years ago
o1lab
2dd0625fc8
Merge pull request #34 from bertyhell/master
...
Add example code to deploy xmysql to aws lambda
7 years ago
Bert Verhelst
3b279855a2
Add example code to deploy xmysql to aws lambda
7 years ago
Bert Verhelst
fc0063af80
Merge remote-tracking branch 'o1lab/master'
7 years ago
o1lab
45eb1dd4c1
npm version 0.4.5
7 years ago
o1lab
afc6560459
Removing a log.
7 years ago
o1lab
cfa70c459c
Fix #33 : _size to return right number of records back.
7 years ago
o1lab
68df8c77d2
Create contributing guidelines
7 years ago
o1lab
e16f243d86
Merge pull request #31 from chocholand/mysql-portnumber
...
add mysql port config
7 years ago
jaewon
f85b2d2c92
port key is -o
7 years ago
jaewon
44851c8d90
add mysql port number cmd parameter
7 years ago
jaewon
6cc98cc14d
add database portnumber
7 years ago
o1lab
fe92674eef
Merge pull request #27 from bertyhell/patch-1
...
Add minimum node version to readme
7 years ago
o1lab
07487a41b2
Merge pull request #28 from bertyhell/patch-2
...
Fix minor typo in xapi.js
7 years ago
Bert Verhelst
19fbff329e
Fix minor typo in xapi.js
7 years ago
Bert Verhelst
d9434f29c0
Add minimum node version to readme
...
https://github.com/o1lab/xmysql/issues/5#issuecomment-341099409
7 years ago
o1lab
52ecd1d65d
Version : 0.4.4
7 years ago
o1lab
5a9b6f4a5f
Fix#24 : Xjoin column names to have aliases derived from tablName-alias and columnName.
7 years ago
o1lab
ca237cb387
Update : documentation. Mention docker+nginx proxy in features list.
7 years ago
o1lab
e502575f3d
Merge pull request #22 from markuman/master
...
#20 add notes about using a reverse proxy (e.g. nginx)
7 years ago
Markus Bergholz
da1aefe45e
#20 add notes about using a reverse proxy (e.g. nginx)
7 years ago
o1lab
7749cf8fde
Fix : Use process.memoryUsage() in /_health.
7 years ago
o1lab
45e492304a
Merge pull request #21 from markuman/master
...
update documentation and dockerfile
7 years ago
Markus Bergholz
8c72d55901
#20 update documentation and add notes about debugging
7 years ago
Markus Bergholz
cc474699a5
#20 change container port to 80 and make xmysql response on any request
7 years ago
oof1lab
c0ee4166cd
Feature : #14 : _health and _version
7 years ago
o1lab
fe9133221e
Merge pull request #16 from soaserele/patch-1
...
Fixing pagination issue when using _p & _size
7 years ago
oof1lab
8f04c6295e
#17 : cmd line option to listen to a particular ip interface of machine.
7 years ago
Stanislav Oaserele
b57fba603a
Fixing pagination issue when using _p & _size
...
When using _p ang _size query params in URL, the first row is skipped.
Example:
_p = 1 & _size = 20
reqParams._index will be = (1 - 1) * 20 + 1 = 1;
Generated SQL will be SELECT * FROM ? LIMIT 1,20. This SQL skips first element (with index 0)
Correct SQL that should be generated is SELECT * FROM ? LIMIT 0,20
7 years ago
o1lab
62a9a7ff05
Merge pull request #13 from markuman/master
...
update docker image
7 years ago
markuman
07d2871217
update docker image. using now default alpine 3.7 image (comes with nodejs 8.9.1). It's now 15 MB smaller
7 years ago
oof1lab
6c82d31d8d
publish : npm v0.4.1
7 years ago
oof1lab
1054fc529b
Fix : cors middleware - #12
7 years ago
oof1lab
ed9c9f754b
Refactor : separate class for controller
7 years ago
oof1lab
727c91d8fc
update : Readme.md
...
remove Xql - abandoned for now
7 years ago
oof1lab
dac2796bb7
Feature : Option for api prefix in URL
7 years ago
oof1lab
45e8eacf89
doc : xql - work in progress
7 years ago
oof1lab
41c274cf7d
doc : update
7 years ago
oof1lab
c9779e27bb
refactor : only join, left join and right join supported
7 years ago
oof1lab
881921461c
refactor : chart gets new querying way steppair
7 years ago
oof1lab
8bb91180e7
refactor : count api uses where condition
7 years ago
oof1lab
46eef2b5f5
refactor : move independent methods in xsql to data.helper
7 years ago
oof1lab
a29e82787b
refactor : move prepare methods to from api to sql class
7 years ago
oof1lab
85346e0b2e
Fix : handle ignore tables in xjoin api
7 years ago
oof1lab
5b61b72aea
doc : update
7 years ago
oof1lab
848248b947
doc : update
7 years ago
oof1lab
ae2bbb0248
fix : tests
...
something weird with test setup - this is second instance. will come back to this later.
7 years ago