Skip to content

Commit

Permalink
updated at 2024-07-08T08:53:11-04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jul 8, 2024
1 parent 395f283 commit 81e9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 71 files
+43 −0 .github/workflows/fly-build.yml
+10 −10 .github/workflows/fly-cleanup.yml
+70 −0 .github/workflows/fly-deploy.yml
+36 −0 .github/workflows/fly-destroy.yml
+0 −64 .github/workflows/fly.yml
+2 −3 app/client/ui/HomeIntro.ts
+12 −5 app/client/ui/WebhookPage.ts
+49 −48 app/client/widgets/FieldEditor.ts
+4 −0 app/common/Triggers-ti.ts
+4 −0 app/common/Triggers.ts
+0 −1 app/common/gristUrls.ts
+27 −0 app/common/normalizedDateTimeString.ts
+1 −1 app/gen-server/ApiServer.ts
+1 −1 app/gen-server/lib/Activations.ts
+1 −1 app/gen-server/lib/DocApiForwarder.ts
+1 −1 app/gen-server/lib/Doom.ts
+2 −28 app/gen-server/lib/Housekeeper.ts
+1 −1 app/gen-server/lib/Usage.ts
+21 −3 app/gen-server/lib/homedb/HomeDBManager.ts
+1 −1 app/gen-server/lib/homedb/UsersManager.ts
+1 −1 app/server/companion.ts
+22 −0 app/server/lib/ActiveDoc.ts
+1 −1 app/server/lib/AppEndpoint.ts
+1 −1 app/server/lib/Authorizer.ts
+1 −1 app/server/lib/Client.ts
+9 −8 app/server/lib/DocApi.ts
+1 −1 app/server/lib/DocManager.ts
+12 −1 app/server/lib/DocStorageManager.ts
+1 −1 app/server/lib/DocWorker.ts
+1 −1 app/server/lib/FlexServer.ts
+1 −1 app/server/lib/GranularAccess.ts
+1 −1 app/server/lib/GristServer.ts
+1 −1 app/server/lib/HostedMetadataManager.ts
+42 −3 app/server/lib/HostedStorageManager.ts
+1 −1 app/server/lib/ICreate.ts
+48 −0 app/server/lib/IDocStorageManager.ts
+1 −1 app/server/lib/InstallAdmin.ts
+1 −1 app/server/lib/Telemetry.ts
+1 −1 app/server/lib/TestLogin.ts
+10 −2 app/server/lib/Triggers.ts
+1 −1 app/server/lib/extractOrg.ts
+1 −1 app/server/lib/requestUtils.ts
+1 −1 app/server/lib/sendAppPage.ts
+53 −39 buildtools/fly-deploy.js
+5 −0 buildtools/fly-template.toml
+1 −1 static/locales/bg.client.json
+1 −1 static/locales/de.client.json
+3 −2 static/locales/en.client.json
+1 −1 static/locales/es.client.json
+1 −1 static/locales/fr.client.json
+1 −1 static/locales/it.client.json
+1 −1 static/locales/pt_BR.client.json
+1 −1 static/locales/sl.client.json
+1 −1 stubs/app/server/server.ts
+1 −1 test/gen-server/ApiServer.ts
+1 −1 test/gen-server/ApiServerAccess.ts
+1 −1 test/gen-server/ApiServerBugs.ts
+1 −1 test/gen-server/AuthCaching.ts
+1 −1 test/gen-server/apiUtils.ts
+1 −1 test/gen-server/migrations.ts
+1 −1 test/gen-server/seed.ts
+1 −1 test/gen-server/testUtils.ts
+1 −1 test/nbrowser/HomeIntro.ts
+35 −0 test/nbrowser/ReferenceList.ts
+25 −3 test/nbrowser/WebhookPage.ts
+1 −1 test/nbrowser/homeUtil.ts
+1 −1 test/nbrowser/testServer.ts
+1 −1 test/server/lib/Authorizer.ts
+5 −0 test/server/lib/DocApi.ts
+1 −1 test/server/lib/HostedStorageManager.ts
+1 −1 test/testUtils.ts

0 comments on commit 81e9212

Please sign in to comment.