User Details
- User Since
- Nov 27 2014, 9:06 PM (332 w, 4 d)
- Availability
- Available
- LDAP User
- Hardikj
- MediaWiki User
- Unknown
Dec 4 2015
The web service for linter lives here, if it helps - https://github.com/hardikj/lintbridge/blob/master/server.js#L127
May 19 2015
Ideas below are inspired from the directory structure of the tests in restbase
May 13 2015
Apr 8 2015
Mar 3 2015
This have been implemented here https://github.com/wikimedia/restbase-mod-table-sqlite/pull/1
Feb 19 2015
Feb 18 2015
Feb 9 2015
Yup, that makes sense to me.
I posted the link to the repo for the current work in my first comment here - https://phabricator.wikimedia.org/T88191#1016968
Yes, Apache2 sounds like a good option to me too.
Feb 7 2015
Current Status: Create table, Get and Put path seems to work fine for the most used cases.
Next Task: refine secondary index creation
Feb 5 2015
To use insert or replace, http://sqlite.org/lang_conflict.html.
Hmmm, replace is too destructive, IMHO, as it triggers cascading deletes in case a PK exists.
My vote is to the first option here, this includes
Current work on this is hosted here https://github.com/hardikj/restbase-mod-table-sqlite
Jan 12 2015
Jan 5 2015
I just opened a pull request which currently handle most of the stuff https://github.com/wikimedia/restbase-cassandra/pull/52
Basically, any request that has more results than provided in the first page (so with a limit higher than the page size) should have the next link
just a found this comment in the test which suggest to use "from" in the GET request
https://github.com/wikimedia/restbase-cassandra/blob/master/test/index.js#L535
Jan 4 2015
Another thing to decide on would be how would be initiate the paging request?
Jan 3 2015
Dec 31 2014
big +1 to rest.wikimedia.org or rest.api.wikimedia.org
Dec 30 2014
float seems to be working fine now.
I just sent a pull request to enable float type in restbase-cassandra https://github.com/wikimedia/restbase-cassandra/pull/49#
Dec 29 2014
first pass on this is implemented here https://github.com/wikimedia/restbase-cassandra/pull/47
Dec 16 2014
All the tests except "simple delete query" now use HTTP interface.
Dec 15 2014
Implemented here https://github.com/wikimedia/restbase-cassandra/pull/31
Dec 12 2014
do we need to do more work on this or else I can mark this as resolved?
+1, this would be really useful.