https://github.com/sagemathinc/cocalc

sort by:
Revision Author Date Message Commit Date
12d5a70 Merge remote-tracking branch 'origin/master' into antd-5.15.3 25 March 2024, 08:36:28 UTC
e99b54a sync: add more logging to function that checks for unsaved changes - i observed a long running file that won't save, but there isn't enough logging info to do anything about it, so I'm adding more here 25 March 2024, 05:04:30 UTC
cf7f276 fix auth token frontend crash (when IMAGES not loaded yet) 24 March 2024, 15:17:33 UTC
cb91b3b compute proxy server: better simpler approach for checking target is ready 23 March 2024, 22:09:42 UTC
a13636d dumb mistake in getPort (just wrote this -- no impact) 23 March 2024, 21:10:44 UTC
148bd68 compute server app: only open browser tab when we know something is listening 23 March 2024, 20:59:07 UTC
0120b3f make an error message generated by backend when running code wrapped using bash more useful - instead of error about aux file a.sh, give the original line of code 23 March 2024, 20:50:00 UTC
79ceb56 fix app deps 23 March 2024, 17:55:08 UTC
08eba2d compute server apps -- make instructions a little nicer; add support for requireDns - since jupyterlab is weirdly broken on chrome (at least) without dns 23 March 2024, 17:25:06 UTC
b1ea22a using link retry doesn't work due to security issues - we will do something integrated with the proxy server itself later - for now this is an MVP 23 March 2024, 17:08:29 UTC
9ee2f3f make compute server app launcher use link retry component 23 March 2024, 16:52:28 UTC
dc485ff compute server: add app launcher section - this code sucks and will be refactored soon! 23 March 2024, 16:12:16 UTC
e2bcb6e fix a typo 23 March 2024, 14:36:52 UTC
37423de compute server app buttons: work in progress 22 March 2024, 23:15:23 UTC
762c104 use new proxy format (of image.json) 22 March 2024, 18:18:40 UTC
91337e2 Merge branch 'master' into compute-server-proxy 22 March 2024, 12:40:23 UTC
648de1f Merge pull request #7390 from sagemathinc/fix-7387 frontend/jupyter/ai cell: fix #7387 22 March 2024, 12:39:45 UTC
2044271 Merge pull request #7389 from sagemathinc/upd-npm-20240322 npm: webpack-dev-middleware and follow-redirects 22 March 2024, 12:39:10 UTC
a460f88 frontend/jupyter/ai cell: fix #7387 22 March 2024, 09:10:10 UTC
925e2bc Merge remote-tracking branch 'origin/master' into antd-5.15.3 22 March 2024, 09:06:19 UTC
bf9b66e npm: patch updating webpack-dev-middleware and that follow-redirects override 22 March 2024, 07:54:23 UTC
df53a60 Merge pull request #7371 from sagemathinc/redo-pr-7309 frontend/jupyter/llm cell: merge in parts of #7309 21 March 2024, 18:55:59 UTC
f7dddf9 npm: antd updated to 5.15.3 21 March 2024, 18:13:59 UTC
c98214e fix typo in previous commit 21 March 2024, 16:37:11 UTC
6a4a753 make tokn display slightly nicer 21 March 2024, 16:24:38 UTC
f4d5419 compute server: don't run proxy on host (moved to inside compute docker container) 21 March 2024, 15:10:44 UTC
00bd3b5 frontend/jupyter/ai-cell: fix "replacing" the current cell; style tweaks 21 March 2024, 14:24:36 UTC
6ab0222 Merge remote-tracking branch 'origin/master' into redo-pr-7309 21 March 2024, 09:10:02 UTC
87d3727 frontend/jupyter/ai-cell: almost finished porting #7309 + refactoring; only replacing code cell is broken 20 March 2024, 17:23:22 UTC
b4ecd55 Merge pull request #7382 from schrodingersket/bugfix/7381 #7381: Changed `sslConfigToPsqlEnv` and `sslConfigFromCoCalcEnv` 20 March 2024, 16:36:57 UTC
c48c839 #7381: Changed `sslConfigToPsqlEnv` and `sslConfigFromCoCalcEnv` to be function exports instead of arrow function const exports. Postgres config now destructures upon import into `postgres-base.coffee`. 20 March 2024, 16:11:13 UTC
fe74680 Merge remote-tracking branch 'origin/master' into redo-pr-7309 20 March 2024, 15:41:42 UTC
80249fb Merge branch 'master' into compute-server-proxy 20 March 2024, 14:56:54 UTC
3740af5 fix efficiency issue involving history and markdown code eval 20 March 2024, 14:50:09 UTC
128842e Merge remote-tracking branch 'origin/master' into redo-pr-7309 20 March 2024, 08:16:39 UTC
ad8b778 Merge branch 'master' into compute-server-proxy 20 March 2024, 04:54:29 UTC
bf6e39c fix issue that was prevented some statements from getting emailed out 20 March 2024, 04:43:30 UTC
e0a9b1f deprecate boost licenses and dedicated VM's in the store 20 March 2024, 04:24:16 UTC
fff8baf don't show token by default (it's a secret) 19 March 2024, 21:36:27 UTC
cad6d87 compute server proxy config: write atomically 19 March 2024, 21:27:15 UTC
b27c840 frontend/jupyter/ai-cell-gen: port over more from #7309 and some enhancements 19 March 2024, 17:34:18 UTC
e07e3d9 changing proxy/authToken at runtime for gcp is allowed 19 March 2024, 15:40:48 UTC
49298c9 Merge pull request #7377 from sagemathinc/tweak-latex-ai-formula frontend/latex/ai formula: minor tweaks 19 March 2024, 14:25:44 UTC
a3ddeb8 Merge pull request #7378 from sagemathinc/ai-formula-md frontend/md/slate: integrate AI formula 19 March 2024, 14:25:22 UTC
0417a12 frontend/md/slate: insert AI formula was not integrated at all 19 March 2024, 11:41:59 UTC
069b10f frontend/latex/ai formula: fix language/tweak layout; also fix the HelpIcon; adjust Mistral LLM Name size 19 March 2024, 11:17:16 UTC
f332ef9 Merge remote-tracking branch 'origin/master' into redo-pr-7309 19 March 2024, 09:01:02 UTC
3ed41a3 proxy config -- minimal frontend config, hopefully 19 March 2024, 04:09:41 UTC
628f4c8 compute server: write auth token to running project on randomize; also write it and proxy.json on startup from config 18 March 2024, 23:22:16 UTC
1a5d207 Merge branch 'master' into compute-server-proxy 18 March 2024, 22:25:09 UTC
856d59f add a testimonial 18 March 2024, 22:09:12 UTC
181bfb3 add message in case of an incorrect ban 18 March 2024, 21:45:47 UTC
0098887 work in progress implement https proxy for compute servers 18 March 2024, 21:43:55 UTC
55c8d93 frontend/jupyter/llm cell: merge in parts of #7309 18 March 2024, 14:56:55 UTC
836954b Merge pull request #7369 from sagemathinc/fix-mistral-pricing frontend/paygo/llm: fix mistral price schema display 18 March 2024, 14:17:49 UTC
7c5def8 frontend/paygo/llm: properly test for a paygo LLM service type via isLanguageModelService 18 March 2024, 09:52:17 UTC
6db88db fix source of uncaught exceptions in the nextjs server (observed in production logs) 18 March 2024, 00:31:32 UTC
0b15762 Merge pull request #7296 from sagemathinc/support-ollama-api Ollama, Mistral AI, etc. 17 March 2024, 23:56:11 UTC
28b989a llm: add a 8k limited GPT4 Turbo variant, to avoid committing to too much money 17 March 2024, 19:08:44 UTC
436c8d5 compute servers: implement api for compute similar to the one for sync; add ability to execute code - this was a HUGE gap in functionality - this does involve code duplication, but it is best to write something twice, then refactor, rather than refactor before the code exists and works!! 17 March 2024, 16:11:45 UTC
1e9def5 npm: fork mistralai client, override its dependency, document why, update langchain 17 March 2024, 13:34:08 UTC
00834d1 Merge remote-tracking branch 'origin/master' into support-ollama-api 17 March 2024, 09:57:29 UTC
a23d2f1 compute server: run https proxy on startup 16 March 2024, 20:07:38 UTC
e4ed26c server/llm: drop Palm2 support 15 March 2024, 18:46:23 UTC
6b3ec8f server/llm: fix token counter for mistral and ollama 15 March 2024, 17:47:00 UTC
cb66d65 frontend/llm: collect LLM descriptions in the universal llm-util 15 March 2024, 16:07:52 UTC
5d3f293 frontend/llm: further debug and explain what is going on with student course project specific limitations 15 March 2024, 15:00:43 UTC
0b185ab this should fix a crash warning that has been popping up in the hub-websocket logs 15 March 2024, 14:55:58 UTC
d3150c5 frontend/llm: respect AI student project limit in AI formula generator; throw proper error when querying client/llm without an enabled LLM for a specific tag 15 March 2024, 14:39:14 UTC
39a378a util/llm: minor fixes and tweaks 15 March 2024, 14:29:06 UTC
d9059ed frontend/llm: fixing #7341 by being specific about which LLM tools to enable/disable in course projects 15 March 2024, 14:14:32 UTC
73b40f6 frontend/latex/ai formula: add button to insert full reply, since sometimes it is interesting 15 March 2024, 11:35:09 UTC
44f7b01 frontend/account/other-settings: convert to functional component, and use the ModelSwitch component 15 March 2024, 11:24:08 UTC
99285c9 llm: make Mistral Large a paid model 15 March 2024, 10:57:36 UTC
3c706bf llm: add support for OpenAI GPT-4 Turbo 15 March 2024, 10:17:59 UTC
44aa6ee Merge remote-tracking branch 'origin/master' into support-ollama-api 15 March 2024, 08:42:17 UTC
a82b149 Reword the "too many trials" banner to hopefully be clearer and also point out the existence of pay as you go 14 March 2024, 21:56:59 UTC
1e51d9b llm: dynamic standard system prompt – otherwise mistral too confused 14 March 2024, 15:58:15 UTC
f0d64e7 frontend: refactor more chatgpt → llm 14 March 2024, 15:09:32 UTC
91821ab llm: do not cache ollama, tweak model selector, count tokens, etc. 14 March 2024, 13:23:41 UTC
fabb771 npm: update langchain 14 March 2024, 12:02:25 UTC
4dc311c Merge remote-tracking branch 'origin/master' into support-ollama-api 14 March 2024, 11:17:54 UTC
b8890fa google cloud: do not hide error condition when getting instance 14 March 2024, 03:27:11 UTC
cd6141c compute server: some tweaks related to buttons when collaborators control a VM 14 March 2024, 03:05:52 UTC
f910e07 tt --> code 14 March 2024, 01:56:14 UTC
7580986 compute servers: implement support for nested virtualization 14 March 2024, 01:49:21 UTC
f6bcd8c fix #7358 -- finish password quality improvement - also deal with password reset - deal with changing password - delete old deprecate password change/reset coffeescript code and rewrite frontend code to instead use the api (also a few changes to the landing page compute server text) 13 March 2024, 23:39:50 UTC
a501708 fix #7358 -- require strong passwords - this is just on the initial sign up page so far 13 March 2024, 23:15:18 UTC
ef74549 compute server: autorefresh serial port output 13 March 2024, 22:27:05 UTC
141ccc3 Merge remote-tracking branch 'origin/master' into support-ollama-api 13 March 2024, 19:08:31 UTC
03ac9f2 compute server frontend: add advanced "reload images" button 13 March 2024, 19:00:50 UTC
75ac7da address #7357 for now by deprecating the Delete button for chat 13 March 2024, 17:45:03 UTC
2c507e6 frontend/chat/llm: untangling ollama-[model] and other model names -- to be fixed later 13 March 2024, 17:31:57 UTC
3a2ac62 Merge remote-tracking branch 'origin/master' into support-ollama-api 13 March 2024, 10:33:54 UTC
1563da3 proxy server: block access by banned users 12 March 2024, 19:05:15 UTC
e3e7843 Merge branch 'master' of github.com:sagemathinc/cocalc 12 March 2024, 18:51:04 UTC
7acbccc rewrite admin ban to use new api endpoint; delete old api endpoint; add confirmation about the severity of what banning entails; clarify that impersonate still works after a ban 12 March 2024, 18:45:55 UTC
85f40a3 Merge pull request #7354 from schrodingersket/ux/7531 #7531: [Site license page] Updated site license page 12 March 2024, 18:34:15 UTC
2498e09 Merge branch 'master' of github.com:sagemathinc/cocalc into ux/7531 12 March 2024, 18:24:14 UTC
832ad6a #7531: [Site license page] Updated site license page to consistently render presets view by default. Updated presets to explicitly include member hosting (before, they included it implicitly). Preset diff text is now a bit clearer. 12 March 2024, 17:53:44 UTC
back to top