Skip to content

Actions: neo4j/cypher-language-support

.github/workflows/archive-vscode-artifacts.yaml

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
132 workflow runs
132 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Fixes count and collect for formatter(#404)
.github/workflows/archive-vscode-artifacts.yaml #132: Commit 40ca5cd pushed by simonthuresson
March 12, 2025 15:21 2m 41s main
March 12, 2025 15:21 2m 41s
Adds formatting capabilities to vs-code extension (#402)
.github/workflows/archive-vscode-artifacts.yaml #131: Commit e2c47b7 pushed by simonthuresson
March 12, 2025 14:57 2m 16s main
March 12, 2025 14:57 2m 16s
.github/workflows/archive-vscode-artifacts.yaml
.github/workflows/archive-vscode-artifacts.yaml #130: Manually run by anderson4j
March 12, 2025 14:31 2m 30s connectionsTreeImprovements
March 12, 2025 14:31 2m 30s
Fixes trim becoming a keyword in formatter (#407)
.github/workflows/archive-vscode-artifacts.yaml #129: Commit 11828bd pushed by tomasnyberg
March 12, 2025 13:28 2m 15s main
March 12, 2025 13:28 2m 15s
Fixes QPP with no comma bug in formatter (#403)
.github/workflows/archive-vscode-artifacts.yaml #128: Commit a50bfb3 pushed by tomasnyberg
March 11, 2025 11:48 2m 8s main
March 11, 2025 11:48 2m 8s
Fixes EXISTS expressions (#400)
.github/workflows/archive-vscode-artifacts.yaml #127: Commit cff1f76 pushed by simonthuresson
March 11, 2025 11:44 2m 9s main
March 11, 2025 11:44 2m 9s
Fixes IS CONNECTED concatenate bug in formatter (#401)
.github/workflows/archive-vscode-artifacts.yaml #126: Commit 224b9d4 pushed by tomasnyberg
March 11, 2025 10:26 2m 12s main
March 11, 2025 10:26 2m 12s
Removes reordering of ON CREATE/MATCH clauses in formatter (#399)
.github/workflows/archive-vscode-artifacts.yaml #125: Commit 8faf81a pushed by ncordon
March 11, 2025 09:04 2m 14s main
March 11, 2025 09:04 2m 14s
stop shuffling ON MERGE / ON CREATE around (#399)
.github/workflows/archive-vscode-artifacts.yaml #124: Commit 2606353 pushed by tomasnyberg
March 11, 2025 08:24 2m 25s main
March 11, 2025 08:24 2m 25s
.github/workflows/archive-vscode-artifacts.yaml
.github/workflows/archive-vscode-artifacts.yaml #123: Manually run by ncordon
March 10, 2025 15:32 2m 16s connectionsTreeImprovements
March 10, 2025 15:32 2m 16s
.github/workflows/archive-vscode-artifacts.yaml
.github/workflows/archive-vscode-artifacts.yaml #122: Manually run by ncordon
March 10, 2025 15:19 2m 10s param-manager
March 10, 2025 15:19 2m 10s
Upgrades formatter from V1 to V2 (#397)
.github/workflows/archive-vscode-artifacts.yaml #121: Commit 1caab0c pushed by tomasnyberg
March 10, 2025 09:26 2m 23s main
March 10, 2025 09:26 2m 23s
Fixes formatting CASE unit tests that now find optimal solution (#396)
.github/workflows/archive-vscode-artifacts.yaml #120: Commit 20a9625 pushed by tomasnyberg
March 7, 2025 12:53 2m 20s main
March 7, 2025 12:53 2m 20s
Fixes RETURN DISTINCT alignment edgecase in formatter (#395)
.github/workflows/archive-vscode-artifacts.yaml #119: Commit f546253 pushed by tomasnyberg
March 7, 2025 12:00 2m 19s main
March 7, 2025 12:00 2m 19s
Improves CASE statements (#389)
.github/workflows/archive-vscode-artifacts.yaml #118: Commit c71376e pushed by simonthuresson
March 7, 2025 11:59 2m 14s main
March 7, 2025 11:59 2m 14s
Fixes map projection alignment in formatter (#391)
.github/workflows/archive-vscode-artifacts.yaml #117: Commit 685aea7 pushed by tomasnyberg
March 7, 2025 09:59 2m 11s main
March 7, 2025 09:59 2m 11s
Fixes comments breaking clause alignment in formatter (#392)
.github/workflows/archive-vscode-artifacts.yaml #116: Commit 92a0778 pushed by tomasnyberg
March 7, 2025 09:43 2m 11s main
March 7, 2025 09:43 2m 11s
Fixes function invocation alignment in formatter (#388)
.github/workflows/archive-vscode-artifacts.yaml #115: Commit b53b040 pushed by tomasnyberg
March 7, 2025 09:39 2m 18s main
March 7, 2025 09:39 2m 18s
Refactors formatter tests into multiple files (#387)
.github/workflows/archive-vscode-artifacts.yaml #114: Commit e1b8c78 pushed by tomasnyberg
March 5, 2025 15:29 2m 16s main
March 5, 2025 15:29 2m 16s
Adds preservation of explicit newlines made by user to formatter (#382)
.github/workflows/archive-vscode-artifacts.yaml #113: Commit 0acc29a pushed by tomasnyberg
March 5, 2025 11:50 2m 14s main
March 5, 2025 11:50 2m 14s
Fixes formatter missing/duplicating comments due to incorrect comma v…
.github/workflows/archive-vscode-artifacts.yaml #112: Commit 5145444 pushed by tomasnyberg
March 5, 2025 11:48 2m 37s main
March 5, 2025 11:48 2m 37s
adds neo4j+ssc and bolt+ssc as connection options (#385)
.github/workflows/archive-vscode-artifacts.yaml #111: Commit 1d513e5 pushed by anderson4j
March 5, 2025 10:58 2m 24s main
March 5, 2025 10:58 2m 24s
Increases cache key granularity in formatter (#384)
.github/workflows/archive-vscode-artifacts.yaml #110: Commit a818872 pushed by tomasnyberg
March 5, 2025 07:39 2m 19s main
March 5, 2025 07:39 2m 19s
Fixes small bugs for formatter (#380)
.github/workflows/archive-vscode-artifacts.yaml #109: Commit 5bbc385 pushed by simonthuresson
March 5, 2025 07:32 2m 9s main
March 5, 2025 07:32 2m 9s
Updates architecture overview of formatter based on recent updates to…
.github/workflows/archive-vscode-artifacts.yaml #108: Commit 88ea6ac pushed by tomasnyberg
March 3, 2025 07:58 2m 3s main
March 3, 2025 07:58 2m 3s