Skip to content

Commit

Permalink
feat: add yarn v4 support
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <[email protected]>
  • Loading branch information
olexii4 committed Nov 8, 2024
1 parent 561fad8 commit b461d98
Show file tree
Hide file tree
Showing 13 changed files with 26,773 additions and 25,380 deletions.
622 changes: 276 additions & 346 deletions .deps/dev.md

Large diffs are not rendered by default.

448 changes: 179 additions & 269 deletions .deps/prod.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
include:
- platform: linux/arm64
default: false
- platform: linux/s390x
default: false
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.6.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ describe('Registry Url Input', () => {

const input = screen.getByRole('textbox');

jest.runAllTimers();

await userEvent.type(input, 'est');

expect(mockOnChange).toHaveBeenCalledWith('http://te', 'success');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import ProgressIndicator from '@/components/Progress';
import WorkspaceEvents from '@/components/WorkspaceEvents';
import WorkspaceLogs from '@/components/WorkspaceLogs';
import { lazyInject } from '@/inversify.config';
import DevfileEditorTab from '@/pages/WorkspaceDetails/DevfileEditorTab';
import Header from '@/pages/WorkspaceDetails/Header';
import { WorkspaceDetailsHeaderActions } from '@/pages/WorkspaceDetails/Header/Actions';
import styles from '@/pages/WorkspaceDetails/index.module.css';
Expand All @@ -36,8 +37,6 @@ import { buildDetailsLocation } from '@/services/helpers/location';
import { WorkspaceDetailsTab } from '@/services/helpers/types';
import { Workspace } from '@/services/workspace-adapter';

const DevfileEditorTab = React.lazy(() => import('@/pages/WorkspaceDetails/DevfileEditorTab'));

export const SECTION_THEME = PageSectionVariants.light;

export type Props = {
Expand Down
625 changes: 348 additions & 277 deletions scripts/yarn/old_version/.deps/dev.md

Large diffs are not rendered by default.

Loading

0 comments on commit b461d98

Please sign in to comment.