-
Notifications
You must be signed in to change notification settings - Fork 41
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
Revert jasmine and ts-node versions #868
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Aaron Chong <[email protected]>
aaronchongth
added a commit
that referenced
this pull request
Jan 3, 2024
* Node 18.19.0, pnpm i -g pnpm, pnpm up -r -L Signed-off-by: Aaron Chong <[email protected]> * Removed workcells Signed-off-by: Aaron Chong <[email protected]> * Removed unused map components Signed-off-by: Aaron Chong <[email protected]> * Remove leaflet Signed-off-by: Aaron Chong <[email protected]> * Migrated datagrid props Signed-off-by: Aaron Chong <[email protected]> * Updated lock file Signed-off-by: Aaron Chong <[email protected]> * Migrated create task Signed-off-by: Aaron Chong <[email protected]> * Using node 18 Signed-off-by: Aaron Chong <[email protected]> * Removed types/react-leaflet Signed-off-by: Aaron Chong <[email protected]> * Revert trajectory data Signed-off-by: Aaron Chong <[email protected]> * Remove dashboard leaflet overlays Signed-off-by: Aaron Chong <[email protected]> * Remove leaflet from css and tests Signed-off-by: Aaron Chong <[email protected]> * Add required scale to resource manager Signed-off-by: Aaron Chong <[email protected]> * Regenerated api-client Signed-off-by: Aaron Chong <[email protected]> * Do not generate sourcemap to skip error Signed-off-by: Aaron Chong <[email protected]> * Dashboard build issues Signed-off-by: Aaron Chong <[email protected]> * rmf-auth, TODO login stories, add new to keycloak creation Signed-off-by: Aaron Chong <[email protected]> * Lint and test fixing for react-components Signed-off-by: Aaron Chong <[email protected]> * react-components, lint Signed-off-by: Aaron Chong <[email protected]> * Fixing storybook Signed-off-by: Aaron Chong <[email protected]> * react-components, using default storybook webpack config, cleaned up commented debugs Signed-off-by: Aaron Chong <[email protected]> * Use dev ci mode for storybook Signed-off-by: Aaron Chong <[email protected]> * Not build storybook in ci for react-components for now Signed-off-by: Aaron Chong <[email protected]> * Reverted axios to lower version to prevent axios.request is not a function issue, axios#5038 Signed-off-by: Aaron Chong <[email protected]> * rmf-auth, install missing jest-environment-jsdom for tests Signed-off-by: Aaron Chong <[email protected]> * Bump dashboard axios version, fix axios API Signed-off-by: Aaron Chong <[email protected]> * dashboard, updated tests, remove use of waitForElementToBeRemoved (react-testing-library#1033) Signed-off-by: Aaron Chong <[email protected]> * Commit package-lock back even though unused, to keep diff small Signed-off-by: Aaron Chong <[email protected]> * react-components, revert karma-chrome-launcher version Signed-off-by: Aaron Chong <[email protected]> * react-components, missing pnpm-lock change for karma-chrome-launcher reversion Signed-off-by: Aaron Chong <[email protected]> * Hammer/kc23 auth (#864) * Log all verification information used Signed-off-by: Aaron Chong <[email protected]> * Logging in rmf-auth Signed-off-by: Aaron Chong <[email protected]> * Fix typo Signed-off-by: Aaron Chong <[email protected]> * Handle axios request and response, refresh token with 30 seconds interval Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> * Revert pyright version Signed-off-by: Aaron Chong <[email protected]> * Cleaned up stale commented code Signed-off-by: Aaron Chong <[email protected]> * Fix rmf-auth storybook Signed-off-by: Aaron Chong <[email protected]> * Allow generating sourcemap Signed-off-by: Aaron Chong <[email protected]> * Retry on chrome launcher Signed-off-by: Aaron Chong <[email protected]> * run retrying command only wihtint react-components Signed-off-by: Aaron Chong <[email protected]> * Revert to running basic test coverage Signed-off-by: Aaron Chong <[email protected]> * Fix for puppeteer default cache directory Signed-off-by: Aaron Chong <[email protected]> * Call puppeteer install manually before running test Signed-off-by: Aaron Chong <[email protected]> * Revert to basic run to try again Signed-off-by: Aaron Chong <[email protected]> * Puppeteerrc at root of project Signed-off-by: Aaron Chong <[email protected]> * Revert config, add build step that is removed from commented storybook ci step Signed-off-by: Aaron Chong <[email protected]> * With additional install step Signed-off-by: Aaron Chong <[email protected]> * Explicit build step Signed-off-by: Aaron Chong <[email protected]> * Revert version of puppeteer Signed-off-by: Aaron Chong <[email protected]> * Bump puppeteer to non-EOL version Signed-off-by: Aaron Chong <[email protected]> * Bumping puppeteer to 20.9.0 Signed-off-by: Aaron Chong <[email protected]> * Bump puppeteer to 21.6.1 Signed-off-by: Aaron Chong <[email protected]> * Build hammer overlay Signed-off-by: Aaron Chong <[email protected]> * Revert chalk version Signed-off-by: Aaron Chong <[email protected]> * Remove use of overlay workspaces, since changes have been merged Signed-off-by: Aaron Chong <[email protected]> * Revert inquirer version Signed-off-by: Aaron Chong <[email protected]> * Change API call for newer concurrently version Signed-off-by: Aaron Chong <[email protected]> * Revert version of concurrently in dashboard-e2e Signed-off-by: Aaron Chong <[email protected]> * Fix TextField background theme Signed-off-by: Aaron Chong <[email protected]> * Revert version for browserstack and wdio packages Signed-off-by: Aaron Chong <[email protected]> * Revert all dashboard-e2e packages (#867) * Revert all dashboard-e2e packages Signed-off-by: Aaron Chong <[email protected]> * Splitting up build:test and start:test for e2e, only retry start:test Signed-off-by: Aaron Chong <[email protected]> * Check if build exists to start build again instead Signed-off-by: Aaron Chong <[email protected]> * Revert e2e task submission tests to patrol tasks Signed-off-by: Aaron Chong <[email protected]> * Remove resolution alerts Signed-off-by: Aaron Chong <[email protected]> * Lint Signed-off-by: Aaron Chong <[email protected]> * Disabling e2e tests on safari for now, testing on chrome and edge Signed-off-by: Aaron Chong <[email protected]> * Running firefox for e2e too Signed-off-by: Aaron Chong <[email protected]> * Only testing on Windows 10 Signed-off-by: Aaron Chong <[email protected]> * Revert commented resolution alert Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> * Revert jasmine and ts-node versions (#868) Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's new
Revert versions for jasmine and ts-node to get tests working again.
Self-checks