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

Remove neo4j-arc build and release configs, workflows #2002

Merged
merged 3 commits into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/workflows/release-arc.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/test-arc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ Third-party licenses
│ └─ [email protected]
│ └─ URL: https://github.com/streamich/react-universal-interface.git
├─ UNKNOWN
│ └─ @neo4j-devtools/[email protected].7
│ └─ @neo4j-devtools/[email protected].8
│ └─ URL: [email protected]:neo4j/nx.git
└─ Unlicense
├─ [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ClipboardCopier, PropertiesTable, upperFirst } from 'neo4j-arc/common'
import { StyleableNodeLabel } from './StyleableNodeLabel'
import { StyleableRelType } from './StyleableRelType'
import { PaneBody, PaneHeader, PaneTitle, PaneWrapper } from './styled'
import { DetailsPaneProps } from 'neo4j-arc'
import { DetailsPaneProps } from 'neo4j-arc/graph-visualization'

export const DETAILS_PANE_STEP_SIZE = 1000
export function DetailsPane({
Expand Down
674 changes: 0 additions & 674 deletions src/neo4j-arc/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions src/neo4j-arc/README.md

This file was deleted.

74 changes: 0 additions & 74 deletions src/neo4j-arc/package.json

This file was deleted.

45 changes: 0 additions & 45 deletions src/neo4j-arc/rollup.config.js

This file was deleted.

13 changes: 0 additions & 13 deletions src/neo4j-arc/tsconfig.json

This file was deleted.

Loading