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
oof1lab
c698e37664
doc : update
7 years ago
oof1lab
d048221a89
Feature : xjoin API 🔥 🔥
...
npm v0.4.0
7 years ago
oof1lab
f70b2c55a0
doc : update with gif readings
7 years ago
oof1lab
73090ab658
Feature : API Autochart 🔥 🔥
...
v npm 0.3.4
7 years ago
oof1lab
4385f2a390
doc : update
7 years ago
oof1lab
56779d03bd
Update : document with gif
7 years ago
oof1lab
5d2030a089
Feature : Distinct API, npm v0.3.3
7 years ago
oof1lab
719b8b2042
Feature : between in where clause npm v0.3.2
7 years ago
oof1lab
6b4664053a
doc : update
7 years ago
oof1lab
501c8dbc9e
doc : update
7 years ago
oof1lab
e1feedc080
doc : update
7 years ago
oof1lab
bf95f02c75
Feature : adding 'range' option to Chart API npm v0.3.1
7 years ago
oof1lab
76abe1c73e
fix : tests
7 years ago
oof1lab
6e7c3d0586
doc : update
7 years ago
oof1lab
a165dcb779
Feature : 'is' operator in where clause npm v0.3.0
7 years ago
oof1lab
a33ae8595d
Feature : 'like' and 'not like' operators in where clause npm v0.2.9
7 years ago
oof1lab
087ce3b2e4
Feature : 'in' comparison operator in where clause npm v0.2.8
7 years ago
oof1lab
7a2c5b3f62
Feature : Support VIEWS npm v0.2.7
7 years ago
oof1lab
21c57180e3
Feature : cmdline option ignore tables - to not generate/expose REST API for certain tables
7 years ago