-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch ott-server
to import ott-common
instead of referencing the relative file path
#1356
Conversation
… relative file path
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Passing run #1047 ↗︎Details:
Review all test suite changes for PR #1356 ↗︎ |
This reverts commit 1da6370.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1356 +/- ##
================================================
+ Coverage 54.0544% 54.1560% +0.1015%
================================================
Files 159 158 -1
Lines 24701 24651 -50
Branches 1445 1436 -9
================================================
- Hits 13352 13350 -2
+ Misses 11291 11244 -47
+ Partials 58 57 -1 ☔ View full report in Codecov by Sentry. |
Passing run #1048 ↗︎Details:
Review all test suite changes for PR #1356 ↗︎ |
* Revert "fix `start-lean` (#1373)" This reverts commit bab537a. * Revert "switch `ott-server` to import `ott-common` instead of referencing the relative file path (#1356)" This reverts commit dc22e4e. * Revert "fix deploys (#1369)" This reverts commit cfc0304. * Revert "fix deploys for real (#1371)" This reverts commit 4634b71.
… relative file path (#1356) * switch `ott-server` to import `ott-common` instead of referencing the relative file path * fix lints * Revert "fix lints" This reverts commit 1da6370. * fix auth middleware to not allow undefined tokens to be valid, fixes new type errors * fix missing await * fix lints and format
… relative file path (#1356) * switch `ott-server` to import `ott-common` instead of referencing the relative file path * fix lints * Revert "fix lints" This reverts commit 1da6370. * fix auth middleware to not allow undefined tokens to be valid, fixes new type errors * fix missing await * fix lints and format
* switch `ott-server` to import `ott-common` instead of referencing the relative file path (#1356) * switch `ott-server` to import `ott-common` instead of referencing the relative file path * fix lints * Revert "fix lints" This reverts commit 1da6370. * fix auth middleware to not allow undefined tokens to be valid, fixes new type errors * fix missing await * fix lints and format * configure ott-common to export the correct files in the right environment
No description provided.