mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
2dd10c7fee
* Remove split-tests of `compile-timeout-20s` and `compile-timeout-20s-existing-users` * Remove `NEW_COMPILE_TIMEOUT_ENFORCED_CUTOFF` variables * Revert timeout override `60` -> `20` * Update settings.overrides.saas.js: `compileTimeout: 20` * Remove `compile-backend-class-n2d` * Remove `force_new_compile_timeout` * Remove `showNewCompileTimeoutUI` * Remove `compileTimeChanging` * Simplify code by removing segmentation object * Remove `CompileTimeoutChangingSoon` * Remove `user.features.compileTimeout = '20 (with 10s prompt)'` * Remove `CompileTimeWarning` * Remove `TimeoutUpgradePrompt` (old) * Remove `compile-backend-class` * Remove unused translations * Update tests * Fix: Show `CompileTimeout` even if `!window.ExposedSettings.enableSubscriptions` * Create script to migrate users to 20s compileTimeout * migration script: exclude `compileTimeout: 20` from the match * migration script: use `batchedUpdate` * Remove `showFasterCompilesFeedbackUI` and `FasterCompilesFeedback` Helped-by: Jakob Ackermann <jakob.ackermann@overleaf.com> * Remove `_getCompileBackendClassDetails`, simplify definition of `limits` object * Remove `Settings.apis.clsi.defaultBackendClass` * Remove unnecessary second scan of the whole user collection in dry mode * Override `timeout` to 20 for users having `compileGroup === 'standard' && compileTimeout <= 60` * Remove second `logCount`: re-run the script in dry-mode if you want to see that count * Use secondary readPreference when counting users * Fix script setup and exit 0 * Fix: Remove `user.` from query path! * Add acceptance test on script migration_compile_timeout_60s_to_20s.js GitOrigin-RevId: 3cb65130e6d7fbd9c54005f4c213066d0473e9d8 |
||
---|---|---|
.. | ||
decorators | ||
editor-left-menu | ||
file-view | ||
fixtures | ||
history | ||
hooks | ||
modals | ||
project-list | ||
settings | ||
source-editor | ||
subscription/group-invites | ||
ui | ||
utils | ||
badge.stories.tsx | ||
chat.stories.jsx | ||
clone-project-modal.stories.jsx | ||
contact-us-modal.stories.jsx | ||
dropdown.stories.jsx | ||
editor-navigation-toolbar.stories.jsx | ||
editor-switch.stories.jsx | ||
feedback-badge.stories.tsx | ||
file-tree.stories.jsx | ||
hotkeys-modal.stories.jsx | ||
icon.stories.jsx | ||
notification.stories.tsx | ||
outline.stories.jsx | ||
pagination.stories.jsx | ||
pdf-preview-error-boundary.stories.jsx | ||
pdf-preview-messages.stories.jsx | ||
pdf-preview-messages.stories.tsx | ||
pdf-preview.stories.jsx | ||
pdf-viewer.stories.jsx | ||
radio-chip.stories.tsx | ||
select.stories.tsx | ||
share-project-modal.stories.jsx | ||
split-menu.stories.tsx | ||
split-test-badge.stories.jsx | ||
start-free-trial-button.stories.jsx | ||
style-guide.stories.jsx | ||
switch.stories.tsx | ||
switcher.stories.tsx | ||
use-expand-collapse.stories.jsx | ||
word-count-modal.stories.jsx |