https://github.com/Paradigm4/shim

sort by:
Revision Author Date Message Commit Date
da953bb Use v19.11 branch of accelerated_io_tools 28 March 2020, 01:14:48 UTC
f3af570 Merge branch 'master' into v19.11 * Include #108 in v19.11 27 March 2020, 19:19:11 UTC
4bdb49d Merge pull request #108 from CarlsonP4/master Use default gcc if version >= 4.9 27 March 2020, 19:06:05 UTC
e330f5a Use default gcc if version >= 4.9 On ubuntu 16.04, the default /usr/bin/g{cc,++} compiler is used to build SciDB. The c++ ABI chaged with the libstdc++ library has changed for g++ 5. Since SciDB uses the NEW ABI, the compilation of shim with the older g++-4.9 is unable to use the symbols from the New ABI. (That is, the libstdc++ is backwards compatible, but the libstdc++ used by gcc 4.9 is not forward compatible) g++ (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 26 March 2020, 21:40:23 UTC
07a0204 Undo change on Ubuntu reposiotry and use 14.06 26 March 2020, 15:39:49 UTC
9e332d9 Skip checking and stopping Shim, use 16.04 repo Shim not available in the `19.11` image so don't check that Shim started and don't stop Shim for now. This should be reverted when Shim becomes available in the image. Also use the Ubuntu 16.04 repository. 26 March 2020, 15:32:21 UTC
a170e1f Merge pull request #109 from dgosselin-p4/sdb-6807 Guarantee Query Side-Effects Complete 26 March 2020, 15:27:23 UTC
cb38748 Revert "Point travis at SciDB 19.11-centos-7" This reverts commit f40c06cf4fabed128134156eda0d44d10b30705c. 26 March 2020, 13:55:49 UTC
bd91f5b Ubuntu changes to support v5 compiler. 24 March 2020, 20:39:04 UTC
f40c06c Point travis at SciDB 19.11-centos-7 24 March 2020, 17:14:27 UTC
94d3eb6 Point travis at SciDB 19.11 24 March 2020, 14:53:28 UTC
71f0e04 Before this change, and in the case that the client ignores the query result (either by supplying '-n' with iquery or not pulling the result array here in the shim) then any side-effects of query execution are not guaranteed to occur. For example, a query like 'apply(arr, x, func(v))' that is executed but not pulled by the client will not guarantee that function 'func' is applied to every v in arr. This change, and the corresponding change in SciDB, is a temporary workaround until CCM roll-out occurs, whereby a consume() is injected at the root of the query when the client indicates that they will not pull the query result. In that case, consume() acts to pull the result array on every instance, therby ensuring side-effects occur just as they would had the client pulled the result array. Fixes read.sh test script to accomodate list() output format change. 22 February 2020, 16:03:03 UTC
22ed205 New shim. Everything is done with the executable. 06 November 2019, 02:24:32 UTC
5799fa9 Merge pull request #98 from dgosselin-p4/fd-leak Proactively disconnect on session init failure 03 October 2019, 02:13:35 UTC
f1a5582 Proactively disconnect on session init failure 02 October 2019, 19:59:03 UTC
10bd67f Merge pull request #97 from Paradigm4/v18.1 V18.1 26 September 2019, 21:15:19 UTC
19f53af Merge pull request #96 from Paradigm4/mlr_18.1 Add systemd support 26 September 2019, 04:53:08 UTC
845cdfc ignore error from "systemctl stop shim" 26 September 2019, 02:49:03 UTC
c2938ef Remove @ so we can see systemV and systemd commands 26 September 2019, 02:39:13 UTC
8933242 Update documentation to include systemd 26 September 2019, 02:11:21 UTC
3364069 Added systemd support with a script "shim_systemd" 26 September 2019, 00:11:18 UTC
617be10 Rid of extra white space 26 September 2019, 00:08:15 UTC
ec9a30d Final 25 September 2019, 01:10:01 UTC
c43ab8b SystemD unit for auto restart shim 23 September 2019, 18:54:15 UTC
d2c3a4d Suppress log output 03 June 2019, 01:28:02 UTC
669f01b Use variable for SciDB version for Arrow package location 03 June 2019, 01:00:37 UTC
21cefcb Add SciDB 19.3 and Travis badges 02 June 2019, 03:37:36 UTC
d8e57ee Merge pull request #95 from Paradigm4/v19.3 V19.3 02 June 2019, 03:34:44 UTC
24b4205 Install accelerated_io_tools manually 02 June 2019, 03:17:47 UTC
014e51a Update SciDB restart commands 02 June 2019, 02:50:31 UTC
01192af More fixes in tests to account for distribution in list() 02 June 2019, 02:50:15 UTC
1a53170 Fix tests to account for distribution in schema 02 June 2019, 01:51:01 UTC
ac69c0d Skip making directories 02 June 2019, 01:50:36 UTC
3e71135 Install libpcre 02 June 2019, 00:53:06 UTC
6ce1780 Install gcc 02 June 2019, 00:45:42 UTC
dd55a01 Install superfunpack manually 02 June 2019, 00:32:50 UTC
d9c19cd Fix another 19.3-ext use 02 June 2019, 00:16:22 UTC
e387e5c Don't use 19.3-ext image as it is not available yet 02 June 2019, 00:02:29 UTC
771f4ed Upgrade SciDB version to 19.3 in Travis 01 June 2019, 23:52:07 UTC
564e0b2 Point to donwload page instead of linking downloads 16 May 2019, 17:29:43 UTC
12620f5 Improvements to #94 * Return in case of allocation error * Free "save" if it turns out to be empty * Move lock acquisition after the parameters are read 02 May 2019, 04:08:51 UTC
4e87da7 Remove jessie-updates from sources.list See https://wiki.debian.org/LTS/Using#Using_Debian_Long_Term_Support_.28LTS.29 27 April 2019, 18:57:01 UTC
b734303 Fix #94 * Make `save` argument have dynamic length * Free `save` variable on early exit * Add tests using long `save` argument * Limit the tests using digest authentication due to limit in mongoose 27 April 2019, 04:13:24 UTC
cc0e4a0 Update authentication tests to new format * Make them consistent to newer tests 27 April 2019, 03:57:46 UTC
fbec1fc Changed file_limit to results_size_limit 23 April 2019, 19:22:23 UTC
60350a4 Added quotes around format. 22 April 2019, 18:21:36 UTC
f97b7d0 Missing some quotes 22 April 2019, 18:13:41 UTC
c5c3924 Change SciDBClient declaration. 22 April 2019, 17:42:28 UTC
8046ad3 19.3 changes. 22 April 2019, 17:31:17 UTC
8f27536 Rename limit to result_size_limit * Update and regenerate docs 26 December 2018, 11:34:09 UTC
d027d2e Add note on limit paramenter and regenerate docs 22 December 2018, 07:20:49 UTC
c5b443d Trim newlines 22 December 2018, 07:20:32 UTC
75e9fb2 Fixed some merge issues. 28 November 2018, 22:52:32 UTC
2354392 Move file limit from startup to execute_query 28 November 2018, 22:33:25 UTC
8704584 Support for file size limit and cleanup. 28 November 2018, 22:32:12 UTC
a4e00e1 remove comment about parsing 08 August 2018, 21:21:28 UTC
ec81dd9 Use accelerated_io_tools from container 07 August 2018, 14:34:04 UTC
8a427c0 Install libarrow-dev 05 August 2018, 17:12:28 UTC
133791c Install master accelerated_io_tools 05 August 2018, 17:02:42 UTC
908f175 atts_only parameter to /execute_query 05 August 2018, 16:32:40 UTC
d83f2e8 Check for out of memory for ibuf and obuf * When initializing a session, check the that malloc calls for ibuf and obuf are successful 28 July 2018, 18:20:20 UTC
9300263 Fix #86 Issue completeQuery after executeQuery * Check connection is valid before issuing executeQuery * Add test to check for leftover cancel queries 28 July 2018, 17:44:35 UTC
1185848 Fix #88 remove release parameter from execute_query * Remove `release` parameter from `/execute_query` endpoint * Update docs and test * Sessions can only be released using `/release_session` endpoint 27 July 2018, 16:39:30 UTC
ac0dace Remove obsolete tests 27 July 2018, 16:28:39 UTC
38c5453 Fix wording 25 July 2018, 02:06:29 UTC
78345df Add link to SciDB Docs 25 July 2018, 01:23:33 UTC
262b14b Fix test for #87 * Make test dynamic by launching up to 10 overloading queries 24 July 2018, 06:04:42 UTC
653008d Use only two queries for Travis 24 July 2018, 04:09:28 UTC
9c17792 Make formatting consistent - regenerate docs 24 July 2018, 03:56:52 UTC
cb12dc4 Fix #87 * Add `admin` to `/new_session` (e.g., `admin=1`) * Add test for `admin` * Update docs (need to regenerate) * Update `scidbconnect` to streamline the code 24 July 2018, 03:53:45 UTC
993cfde Remove unused opipe, stream, and compression from session 30 June 2018, 23:30:24 UTC
ceec9f5 Update list() schema in tests to match current operator signature * Extra string attribute added to list() in recent SciDB 18.1 update 13 May 2018, 03:44:36 UTC
a063454 Do not build if VERSION is not set 13 May 2018, 02:30:48 UTC
aa5bb89 Fix headings 12 May 2018, 03:02:41 UTC
67b7919 Fix help link syntax 12 May 2018, 03:02:01 UTC
4c45b31 Add link to manual page * Actually remove index.html 12 May 2018, 02:49:28 UTC
ddc68f1 Remove old index.html, add new README.md listing all packages * Add 18.1 package from February 2018 12 May 2018, 02:46:14 UTC
a19d256 Update README.md 09 March 2018, 20:14:06 UTC
8b4d131 Add shim.c as dependency to rule 06 March 2018, 10:30:29 UTC
0919f84 Add Apache Arrow support * Mark "arrow" as binary format * Use "arrow" with AIO 06 March 2018, 10:24:13 UTC
20d9670 Fix URL for API page on the binary help 06 March 2018, 10:22:32 UTC
1bb3126 Use explicit path to scidb to set VERSION variable. 05 March 2018, 19:01:13 UTC
382f147 Update README.md 19 February 2018, 15:38:51 UTC
7a6f356 Update README.md 19 February 2018, 15:36:27 UTC
56412e6 Update README.md 19 February 2018, 15:33:31 UTC
04b8290 Add package to docs 16 February 2018, 04:29:33 UTC
cee5ba5 Add index page to docs 16 February 2018, 04:25:13 UTC
c6dca82 Add old Shim packages to docs 16 February 2018, 04:22:37 UTC
38165c7 Add help page to docs 16 February 2018, 04:21:59 UTC
c9d994a Add script to generate help.html and update README 16 February 2018, 04:18:57 UTC
39a3ff7 Move doc to docs_gen 16 February 2018, 04:02:24 UTC
b8025ba Update link to documentation * Use GitHub Pages page 09 February 2018, 04:58:13 UTC
cfb39b9 Remove what's new from the Docs page * Regenerate Docs page 09 February 2018, 04:54:07 UTC
3416b43 Remove redundant command and package 31 January 2018, 04:46:13 UTC
064a1a8 Fix #70 - cleanup session after 5xx errors on read endpoints 31 January 2018, 02:52:36 UTC
6d2b2f5 Merge pull request #83 from Paradigm4/v17.x-session-auth Merge v17.x-session-auth into master 30 January 2018, 07:10:43 UTC
64f3a58 Merge pull request #82 from Paradigm4/session-auth Merge session-auth branch into master 30 January 2018, 06:36:37 UTC
f14cd01 Merge branch 'session-auth' into v17.x-session-auth 30 January 2018, 05:03:32 UTC
ab252b0 Comment out login code in UI * Fix broken login in HTTPS 30 January 2018, 04:51:51 UTC
86f8ed3 Remove duplicate conf option 30 January 2018, 04:51:36 UTC
back to top