Skip to content
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 1 commit into from
Jan 2, 2024

Conversation

aaronchongth
Copy link
Member

What's new

Revert versions for jasmine and ts-node to get tests working again.

Self-checks

  • I have prototyped this new feature (if necessary) on Figma
  • I'm familiar with and follow this Typescript guideline
  • I added unit-tests for new components
  • I tried testing edge cases
  • I tested the behavior of the components that interact with the backend, with an e2e test

@aaronchongth aaronchongth merged commit 2418a3b into hammer/bump-node Jan 2, 2024
3 checks passed
@aaronchongth aaronchongth deleted the hammer/bump-node-fix-translator branch January 2, 2024 08:50
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant