https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
234946e hub/metrics: updating prom client, getting rid of pointless quantiles, and fixing removed metricies 21 September 2017, 16:20:37 UTC
72761db add another remark to support... 21 September 2017, 01:54:54 UTC
14ff5d1 add some purely client side and purely client visible metrics about messages... 21 September 2017, 00:18:37 UTC
0d28424 put in a hack to get around some issues with consoles during loading... 21 September 2017, 00:17:32 UTC
4be67f6 make client periodically emit info about number of outstanding hub calls. not used in the UI yet, but app_shared.ConnectionInfo could easily be updated to show this or we could color the network icon differently to indicate network activity... (?) 20 September 2017, 18:03:24 UTC
4e1583b decrease min cpu a little based on experience 20 September 2017, 15:28:41 UTC
25782e9 raising members only cpu guarantee some more 19 September 2017, 17:39:57 UTC
8640168 increase guaranteed minimums for RAM and CPU, and give members way more than non-members 19 September 2017, 16:02:18 UTC
86733e2 Merge branch 'master' of github.com:sagemathinc/cocalc 18 September 2017, 23:13:49 UTC
fe93894 better yaml support. 18 September 2017, 23:13:31 UTC
163de1a metrics: consistently prefix all of them with cocalc 18 September 2017, 15:02:11 UTC
d5fa0df project metrics: copy/paste mistake 16 September 2017, 13:25:21 UTC
6c2c310 project metrics: silly oversight 16 September 2017, 12:50:04 UTC
183e8ed project metris: also exposing disk usage 16 September 2017, 12:21:55 UTC
e6cabe6 project metrics: prometheus export format needs a newline before the EOF 16 September 2017, 11:50:04 UTC
7ef1446 Merge remote-tracking branch 'origin/master' into project-cgroup 15 September 2017, 21:27:49 UTC
cfed7cc Merge pull request #2380 from sagemathinc/issue/2379 webapp/latex: exclusive lock to avoid concurrent latex operations 15 September 2017, 16:02:18 UTC
ccac5b7 webapp/latex: exclusive lock to avoid concurrent latex operations 15 September 2017, 08:39:50 UTC
bee63e7 project/metrics: number of processes, fixing some output 14 September 2017, 15:42:25 UTC
2573b7c project/kucalc: more stats and export for prometheus 13 September 2017, 16:33:00 UTC
5928cea fix additional use of dns instead of db ip 12 September 2017, 17:41:01 UTC
938ba79 fix use of get in 12 September 2017, 17:20:50 UTC
6288b32 kucalc: use project ip from state rather than canonical dns name 12 September 2017, 16:55:35 UTC
3f0b1d4 hub: log local_hub_connection except in test mode; not too verbose and will be useful for understanding what is going on. 12 September 2017, 14:54:25 UTC
b56c62d listing.files: use try/catch to make any possibility of a uncaught exception impossible no matter what user passes in. 12 September 2017, 14:10:45 UTC
9080a1f Merge pull request #2371 from DrXyzzy/issue/2370 fix for empty files list 12 September 2017, 14:04:25 UTC
7f850ba fix for empty files list 12 September 2017, 06:05:39 UTC
b46721b based on studying logs... make calling from client when not connected fail more clearly on the client side. 10 September 2017, 19:51:04 UTC
9abd414 add better logging when messages get dropped on the hub 10 September 2017, 18:59:33 UTC
676c33c hardening based on tracebacks 10 September 2017, 18:21:01 UTC
dbf271a fix a very rare traceback situation found in the log (maybe only triggered via the api) 10 September 2017, 18:10:05 UTC
1e4a46c Revert "Remove RAM warning" This reverts commit 5738ac727d890f2a661e549117e2fa5ecd96ef7f. 10 September 2017, 18:00:54 UTC
e85c22b remove a dangerous (?) codepath that is never used 10 September 2017, 17:26:39 UTC
1307c54 clean up: remove debug log message and fix mistake in PR where function isn't exported 10 September 2017, 17:13:30 UTC
6c3aa13 Merge branch 'master' of github.com:sagemathinc/cocalc 10 September 2017, 16:47:21 UTC
dd4fa25 Merge pull request #2369 from sagemathinc/kucalc-memstats-fix kucalc: only use sysfs memory.stat file to get rss, cache and total memory limits 10 September 2017, 16:47:14 UTC
82b2590 Merge branch 'master' of github.com:sagemathinc/cocalc 10 September 2017, 16:45:55 UTC
8833abe Merge pull request #2366 from sagemathinc/issue/2322 Don't show extension warning for urls in new file 10 September 2017, 16:45:50 UTC
b3f0cfa make max-concurrent apply to all messages, not just ones that expect a response... 10 September 2017, 16:45:19 UTC
dc699a5 kucalc: only use sysfs memory.stat file to get rss, cache and total memory limits 09 September 2017, 09:13:39 UTC
5738ac7 Remove RAM warning 08 September 2017, 16:30:52 UTC
1ca28cf Centralize how to check for a string to download 08 September 2017, 15:59:00 UTC
66bff50 Don't show extension warning for urls in new file 08 September 2017, 13:25:14 UTC
47a8938 for some reason, log_client_error was trying to send back an ack and assumed mesg.id is defined; this causes tracebacks. 07 September 2017, 21:25:07 UTC
550b102 api/doc: line breaks distort markdown parsing 07 September 2017, 17:45:33 UTC
c018dbd landing page: small adjustments, more links to satisfy https://github.com/sagemathinc/cocalc/issues/2208 and an entry to the api (later, this will be features), and no longer a blue info box about sagemathcloud 07 September 2017, 14:42:24 UTC
5a5c705 pefully fix https://github.com/sagemathinc/cocalc/issues/2069 --- "render: toISOString Invalid time" 07 September 2017, 00:22:01 UTC
86c49f9 polish up Bryan's mass hide/delete 06 September 2017, 23:56:50 UTC
c33dad8 Merge pull request #2365 from sagemathinc/issue2339 Added buttons to hide and delete projects matching a search 06 September 2017, 23:05:47 UTC
bfff7ed fix https://github.com/sagemathinc/cocalc/issues/2109 -- no idle timeout on touch devices. 06 September 2017, 23:05:07 UTC
0747024 address https://github.com/sagemathinc/cocalc/issues/2105 -- race condition. 06 September 2017, 22:41:57 UTC
d130629 Added buttons to hide and delete projects matching a search 06 September 2017, 22:40:47 UTC
f3e6de8 fix readme docker link 06 September 2017, 22:07:18 UTC
7d23ac7 Merge pull request #2355 from sagemathinc/issue/2233 jupyter2: special case regarding processing ?/?? help for the language "prolog" 06 September 2017, 17:00:36 UTC
62da9d7 Merge pull request #2349 from DrXyzzy/issue/2348 change nargs for `public_get_text_file` mocha test 06 September 2017, 16:52:17 UTC
e8bfb5e jupyter2: special case regarding processing ?/?? help for the language "prolog" -- issue #2233 06 September 2017, 13:47:00 UTC
597a341 version bump; also change the confirm default, now that we have sessions. 06 September 2017, 03:44:16 UTC
dfa0b6c update version to encourage client refresh 06 September 2017, 03:19:24 UTC
8a62d4b implement client-side message throttling (finally!) 06 September 2017, 03:18:20 UTC
92228c6 change nargs for `public_get_text_file` mocha test 03 September 2017, 03:33:18 UTC
f10ccb2 fix bug in download multi when files are in a subdir 02 September 2017, 23:14:24 UTC
dfef432 Merge pull request #2341 from sagemathinc/download_files Changed behavior when downloading multiple files 02 September 2017, 22:58:57 UTC
55112ff Merge pull request #2347 from sagemathinc/support-sessions support: replace or add ?session=support to the support requests or included URLs in the body 02 September 2017, 22:57:30 UTC
12fe385 try for up to 15 minutes to get dir listing (not just 1 minute) 02 September 2017, 22:55:37 UTC
5583e48 support: replace or add ?session=support to the support requests or included URLs in the body (this ticket also enabled hub/misc tests!) 02 September 2017, 16:41:35 UTC
c54bcdd Fixed error with undefined class 01 September 2017, 03:53:15 UTC
408e2b7 fix some issues revealed by uncaught stracktraces 31 August 2017, 21:43:07 UTC
77c1278 Merge branch 'master' of github.com:sagemathinc/cocalc 31 August 2017, 20:37:54 UTC
be3455d adapt blob-grabbing part of sagews2pdf to work (and much more efficiently) entirely inside KuCalc 31 August 2017, 20:37:25 UTC
70326b9 Merge pull request #2346 from DrXyzzy/apidoctypo add missing quote in docs 31 August 2017, 19:40:26 UTC
19a673a add missing quote in docs 31 August 2017, 19:36:40 UTC
75e3fa1 disable kucalc firwall hardcoded since th code to do that obviuosly doesn't work... 30 August 2017, 15:25:43 UTC
b2bad93 only show host in project settings if we're using a backend that requires knowing the host in order to ssh in. 30 August 2017, 12:13:23 UTC
ffc8f09 Merge branch 'master' of github.com:sagemathinc/cocalc 30 August 2017, 12:11:36 UTC
42cf037 Tell people to include a link anyways in support requests... 30 August 2017, 12:08:17 UTC
f0ed0d4 Cleaned up code 30 August 2017, 05:13:51 UTC
8e297b4 Changes for async calls and file clean up 30 August 2017, 04:22:19 UTC
798f6ed Merge pull request #2338 from sagemathinc/issue/1547 webapp/course: a rename of status_map to status seems to be the culprit for 1547 29 August 2017, 15:27:55 UTC
a1cfca7 webapp/course: a rename of status_map to status seems to be the culprit for #1547 29 August 2017, 13:49:30 UTC
42f123f Merge pull request #2336 from DrXyzzy/devprojnotes clear out .npm, install forever 29 August 2017, 04:37:20 UTC
8cbc818 move note about installing forever 29 August 2017, 03:10:27 UTC
695d763 clear out .npm, install forever 29 August 2017, 02:41:38 UTC
7119d71 maybe make collaborative consoles more usable... 29 August 2017, 01:59:24 UTC
8adcb45 misc console tweakage... 29 August 2017, 00:02:50 UTC
a2b1b62 Merge pull request #2335 from DrXyzzy/sshprojkeynote project ssh key note about account key 29 August 2017, 00:00:26 UTC
a3411ab project ssh key note about account key 28 August 2017, 23:49:14 UTC
58520db revert console change -- again pause on copy. 28 August 2017, 19:14:17 UTC
f51dc1b Merge pull request #2332 from sagemathinc/db-hotfix-invite-query db query fix 28 August 2017, 14:43:47 UTC
653e578 Merge pull request #2331 from DrXyzzy/issue/2330 Issue/2330 28 August 2017, 14:38:53 UTC
8fc9330 db query: fix string-interpolation that should result in a string for postgres containing a "-string for the key in a json object 28 August 2017, 14:24:36 UTC
7a93cf8 typo in test_p3 28 August 2017, 09:40:36 UTC
4acc77c update software versions 28 August 2017, 09:16:02 UTC
18692b7 test sage version 28 August 2017, 09:15:37 UTC
65edcfb allow for variation in arrival of blob & json responses 28 August 2017, 09:13:15 UTC
0d530c9 check result of os.system(), fix paths 28 August 2017, 09:12:26 UTC
d113cbb secret_token location 28 August 2017, 08:33:01 UTC
76f330d Save changes for reset 28 August 2017, 00:46:46 UTC
2bea075 dev/docker: moved to https://github.com/sagemathinc/cocalc-docker 27 August 2017, 13:34:41 UTC
09e6a74 Merge branch 'master' of github.com:sagemathinc/cocalc 27 August 2017, 04:20:47 UTC
95112e6 fix typo in printing tax (was computed in total properly) 27 August 2017, 04:20:32 UTC
back to top