https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
f95fb1a github actions: cache ~/.npm to speed up builds 28 November 2022, 11:31:32 UTC
7f785df Publish new version of package packages/project to npmjs package repo. 25 November 2022, 22:59:05 UTC
57be93a increase smc_sagews version, since a bug got fixed 25 November 2022, 22:56:50 UTC
782087b Merge branch 'master' of github.com:sagemathinc/cocalc 25 November 2022, 22:50:27 UTC
68d8267 fix #6219 -- sagews: animations can't be displayed 25 November 2022, 22:50:01 UTC
59d7a14 Merge pull request #6220 from sagemathinc/compute-env-url-optional software: url in ComputeComponents is optional 25 November 2022, 18:44:37 UTC
a7c6d42 software: url in ComputeComponents is optional 25 November 2022, 17:57:58 UTC
a8ecf71 add a rebuild-all script 25 November 2022, 05:51:21 UTC
b92632d add trivial testing for @cocalc/database 25 November 2022, 05:42:22 UTC
b42b7e0 add server test; mark a bunch of broken tests as skipped 25 November 2022, 05:30:58 UTC
163daeb add trivial test to the hub 25 November 2022, 05:11:49 UTC
d7d2361 delete a bunch of old coffeescript tests that no longer make any sense; mocha --> jest 25 November 2022, 05:01:48 UTC
13808bc add some COCALC_* env vars so a test can work in CI 25 November 2022, 05:00:07 UTC
0f3ca28 add a test to cdn package 25 November 2022, 04:52:15 UTC
1a8432a improve name of workflow 25 November 2022, 04:40:39 UTC
054a570 Just a guess about how to fix this workflow. 25 November 2022, 04:38:43 UTC
b396b55 Add a GithubAction workflow to build and test 25 November 2022, 04:36:57 UTC
12fead0 add some minimal testing to static 24 November 2022, 23:24:47 UTC
bb51168 add a tiny amount of testing to backend; delete some cruft 24 November 2022, 22:35:03 UTC
127cb21 add trivial test of "@cocalc/assets" 24 November 2022, 19:35:09 UTC
40a94cc Merge branch 'master' of github.com:sagemathinc/cocalc 24 November 2022, 17:46:35 UTC
26a5008 add testing to prepublish hook; test something in next package 24 November 2022, 17:46:06 UTC
2570b6b Publish new version of package packages/static to npmjs package repo. 24 November 2022, 17:37:26 UTC
a7d906a upgrade jest in sync package 24 November 2022, 17:28:21 UTC
b358809 get the @cocalc/sync unit tests to pass 24 November 2022, 17:25:23 UTC
d35578a ensure a block of additional tests gets run by making them visible 24 November 2022, 17:18:50 UTC
c095e77 fix bug in background color of code font when background is dark 24 November 2022, 17:04:22 UTC
827eedb make quota test work properly with jest, etc., and add util to top level tests 24 November 2022, 05:29:30 UTC
cba5ea4 add another more interesting little test for the project. add project to top level test 24 November 2022, 05:17:17 UTC
ab96b70 add a trivial test (update browser list) 24 November 2022, 05:02:34 UTC
3ee77bb uninstall mocha; install jest; rename some files conflicting with jest conventions 24 November 2022, 04:55:48 UTC
89e6abc Merge branch 'no-react-bootstrap' of github.com:sagemathinc/cocalc into no-react-bootstrap 24 November 2022, 04:49:18 UTC
579139b zeromq just released some crazy breaking changes - so we explicitly nail down the last stable version we were using - on macos without this, it was forcing build from source, which isn't going to work. 24 November 2022, 04:48:34 UTC
36bf734 add really minimal top level "npm test" -- it just runs it for frontend 24 November 2022, 04:47:33 UTC
f004a94 fix types for testing frontend package 24 November 2022, 04:33:47 UTC
4fb043e add an actual frickin test of a react component. - there are hundreds more unit tests like this that would be relatively easy to write using the same pattern...! - added testing to pre-publish 24 November 2022, 04:27:10 UTC
9f5375b update some browser database (only changes package-lock.json) 24 November 2022, 04:15:02 UTC
e8d1658 install jest; rename some code named spec.ts so jest doesn't pick it up. 24 November 2022, 03:59:45 UTC
0587e53 remove old "snapshot" tests that aren't useful 24 November 2022, 03:58:18 UTC
cde56d5 delete frontend testing that we pay no attention to and is very dated 24 November 2022, 03:43:38 UTC
59f3fff eliminate several app landing pages that are redundant with the next app: - sign up - forgot password functionality - run anonymously. This helps get rid of stuff written using react-bootstrap and avoid duplication and confusion. 24 November 2022, 00:50:28 UTC
8d2a78c completely remove public_view functionality - it has long since been deprecated and was just adding noise to the code 24 November 2022, 00:22:19 UTC
24f4dd4 Publish new version of package packages/static to npmjs package repo. 23 November 2022, 16:57:02 UTC
ee2fa15 Publish new version of package packages/frontend to npmjs package repo. 23 November 2022, 16:55:11 UTC
302011f fix #6028 -- chat edit past message bug 23 November 2022, 05:28:06 UTC
c6a4303 fix #6125 -- CoCalc links with code are not visible. (Should be colored or shaded). 23 November 2022, 05:00:37 UTC
f252c22 Publish new version of package packages/next to npmjs package repo. 16 November 2022, 22:38:38 UTC
95b5baf Publish new version of package packages/hub to npmjs package repo. 16 November 2022, 22:35:29 UTC
adeb950 add a link to the store at the top of the pricing page 16 November 2022, 22:21:56 UTC
204ca5e Publish new version of package packages/project to npmjs package repo. 16 November 2022, 00:11:54 UTC
195c09b disable JupyterLab RTC and include a comment about why 16 November 2022, 00:11:11 UTC
7618005 Publish new version of package packages/util to npmjs package repo. 14 November 2022, 01:43:44 UTC
5833ce0 put export back into public api in @cocalc/util/compute-images - FALLBACK_COMPUTE_IMAGE got removed recently - but it is used from *coffeescript* in manage-actions... - so this just silently broke things in production (esp because coffeescript is so horrible) 14 November 2022, 01:41:09 UTC
65c9cf3 Merge branch 'master' of github.com:sagemathinc/cocalc 09 November 2022, 16:33:36 UTC
f69f5d7 patch update to react-draggable, and some safe security updates in package-lock 09 November 2022, 16:33:15 UTC
b208a18 Publish new version of package packages/static to npmjs package repo. 09 November 2022, 02:12:11 UTC
c728759 Publish new version of package packages/next to npmjs package repo. 09 November 2022, 02:10:12 UTC
d231e4b Publish new version of package packages/database to npmjs package repo. 09 November 2022, 02:07:04 UTC
c7b1265 Publish new version of package packages/server to npmjs package repo. 09 November 2022, 02:06:54 UTC
02c6927 Publish new version of package packages/assets to npmjs package repo. 09 November 2022, 02:06:47 UTC
2f27443 Publish new version of package packages/project to npmjs package repo. 09 November 2022, 02:06:40 UTC
207f952 Publish new version of package packages/frontend to npmjs package repo. 09 November 2022, 02:06:26 UTC
16b8858 Publish new version of package packages/hub to npmjs package repo. 09 November 2022, 02:05:25 UTC
5d42bb4 Publish new version of package packages/backend to npmjs package repo. 09 November 2022, 02:05:13 UTC
4edfe73 Publish new version of package packages/sync to npmjs package repo. 09 November 2022, 02:05:06 UTC
e422292 Publish new version of package packages/util to npmjs package repo. 09 November 2022, 02:04:59 UTC
a3ea26b Publish new version of package packages/cdn to npmjs package repo. 09 November 2022, 02:04:52 UTC
5b0883f fix #6137 and #5276 -- jupyter nbgrader timeout - if a notebook used a ipywidgets this would cause an error, which made the grading timeout. I fixed that. 09 November 2022, 01:35:29 UTC
a885ee2 security fixes to static (safe ones) 08 November 2022, 02:09:59 UTC
09b770b security fixes to server 08 November 2022, 02:06:58 UTC
d7da2fd likely safe security fixes to project 08 November 2022, 02:06:07 UTC
d676204 some safe package-lock changes to hub to fix vulnerabilities 08 November 2022, 02:05:22 UTC
bb94930 fix vulnerability in packages/cdn via safe package-lock update 08 November 2022, 02:01:23 UTC
24a5476 fix vulnerabilities in packages/assets via patch updates to package-lock 08 November 2022, 02:00:42 UTC
35d6aa0 patch update to fix DOS vulnerability 08 November 2022, 01:59:33 UTC
eaa33b2 remove @airbnb/node-memwatch 08 November 2022, 01:58:35 UTC
8b87842 Merge branch 'master' of github.com:sagemathinc/cocalc 07 November 2022, 22:45:23 UTC
0bf2522 Publish new version of package packages/static to npmjs package repo. 07 November 2022, 22:45:22 UTC
f3f6b06 erge branch 'master' of github.com:sagemathinc/cocalc 07 November 2022, 22:43:35 UTC
1cd7a7f Publish new version of package packages/next to npmjs package repo. 07 November 2022, 22:43:27 UTC
b0c4b88 graphical applications -- make more specific - since lots of things are "graphical" that have nothing to do with X11 07 November 2022, 22:43:16 UTC
9fa135f Publish new version of package packages/server to npmjs package repo. 07 November 2022, 22:38:57 UTC
9404843 Publish new version of package packages/frontend to npmjs package repo. 07 November 2022, 22:38:49 UTC
474cb39 Publish new version of package packages/hub to npmjs package repo. 07 November 2022, 22:37:46 UTC
8be4317 Publish new version of package packages/util to npmjs package repo. 07 November 2022, 22:37:32 UTC
ad8abfc Publish new version of package packages/server to npmjs package repo. 07 November 2022, 22:26:43 UTC
c94285c fix bug in purchasing dedicated disks/vm's - this only very recently impacted us because we were transpiling to ancient es5. 07 November 2022, 22:24:38 UTC
e91d962 Merge pull request #6202 from sagemathinc/ssh-gateway-fingerprint project/ssh-gateway: optionally show the ssh fingerprint 07 November 2022, 21:02:59 UTC
65cb45c project/ssh-gateway: optionally show the fingerprint of the server 07 November 2022, 11:34:57 UTC
760da11 fix #6193 -- the sage cleaner doesn't exist anymore 06 November 2022, 14:36:24 UTC
66c487a Merge pull request #6200 from sagemathinc/db-schema-projects-upd-idx db-schema/projects: rm host, add deleted 03 November 2022, 15:23:34 UTC
5951678 db-schema/projects: we no longer use "host", hence remove that index, but we use "deleted" in several places 03 November 2022, 14:55:48 UTC
aa1d21d Publish new version of package packages/static to npmjs package repo. 02 November 2022, 19:01:38 UTC
50d8676 Publish new version of package packages/server to npmjs package repo. 02 November 2022, 18:59:24 UTC
4a21199 Publish new version of package packages/frontend to npmjs package repo. 02 November 2022, 18:59:15 UTC
bac034e Publish new version of package packages/hub to npmjs package repo. 02 November 2022, 18:58:11 UTC
1149433 Publish new version of package packages/util to npmjs package repo. 02 November 2022, 18:57:56 UTC
574cb8e improve some typescript typings in frontend use of terminal - no functional changes 02 November 2022, 18:56:12 UTC
10c7d7d Merge branch 'master' of github.com:sagemathinc/cocalc 02 November 2022, 18:55:21 UTC
19f8374 fix #5771 -- issue with error reporter "DOS" - root cause was (1) too many errors, e.g., one for each bad character! - the anti-hub-DOS got triggered and stays stuck - but that was because hub error reporter doesn't respond, so any error ever reported increased the thresh for the anti-hub-DOS, i.e., 17 errors in one cocalc session and you don't get any more comm with the hub until you refresh your browser. So that's all fixed now, in multiple ways. Instead there is a response. Also, only one error is reported at once, so client doesn't DOS the server in this case either. 02 November 2022, 18:55:06 UTC
back to top