Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Clojure LSP

An implementation of the language server protocol (LSP) for Clojure
Collective - Host: opensource - https://opencollective.com/clojure-lsp - Website: https://clojure-lsp.io/ - Code: https://github.com/clojure-lsp

Trigger bump downstream

github.com/clojure-lsp/clojure-lsp - e6c6c64617a2e4b85eccc043b184973a000d24d9 authored about 3 years ago
ci: fix bump downstream action

github.com/clojure-lsp/clojure-lsp - f3bfabc41c9f43318b0c14fec45cfdeaf1873033 authored about 3 years ago
Bump to version: 2022.01.20-14.12.43

github.com/clojure-lsp/setup-clojure-lsp - 94de108a99f9816bd03c0fa46ae36860b32686bd authored about 3 years ago
Fix install script

github.com/clojure-lsp/clojure-lsp - 6cafff96239ebcc6187187ebdc5808268402c1c5 authored about 3 years ago
Release: 2022.01.20-14.12.43

github.com/clojure-lsp/clojure-lsp - 415ea913606716102f2ea54a88499fcc2e204fda authored about 3 years ago
ci: fix tasks dependencies

github.com/clojure-lsp/clojure-lsp - 1741fc5cc4169a36fca8247c1134b56ace124b24 authored about 3 years ago
Segregate standalone jar from lib jar

github.com/clojure-lsp/clojure-lsp - db20b241f6cd5dce730284c610a4ce70da7a00fa authored about 3 years ago
Release: 2022.01.20-03.13.10

github.com/clojure-lsp/clojure-lsp - 525a758a420bf04671d57dff21698906ebf3fc3b authored about 3 years ago
refactor: move more deps from lib to cli

github.com/clojure-lsp/clojure-lsp - 36f012e7a2051a3164c9827f47b664c0a10a6ae8 authored about 3 years ago
refactor: use dev deps from submodules

github.com/clojure-lsp/clojure-lsp - 2f968db77c03898657fa29998fcf3ef74abb82e9 authored about 3 years ago
docs: update pull request template

github.com/clojure-lsp/clojure-lsp - a2df11b55dff237fe2cc86f29ea53b337172da54 authored about 3 years ago
Extend move-coll-entry to elementwise movements (#701)

* Extend move-coll-entry to elementwise movements

Originally move-coll-entry moved elements i...

github.com/clojure-lsp/clojure-lsp - 85d3ba86f46115c77a70121255e841a1fb9ae319 authored about 3 years ago
Send testTree notification for all project test files after clojure-lsp start.

Fixes #697

github.com/clojure-lsp/clojure-lsp - 513c83bc8337fc02047163dc36f87f67683ff1cc authored about 3 years ago
fix: diff colors to work in most terminals

github.com/clojure-lsp/clojure-lsp - 7a263482fcffde7a3777b9dee990d0516c6bd6ac authored about 3 years ago
Bump com.github.clj-easy/stub from 0.1.1 to 0.2.2 (#700)

* Bump com.github.clj-easy/stub from 0.1.1 to 0.2.2

* bump cli

Co-authored-by: github-acti...

github.com/clojure-lsp/clojure-lsp - d1017fa02151dc1209966e97bb8bfe8ed8c2fb3a authored about 3 years ago
ci: Update bump deps

github.com/clojure-lsp/clojure-lsp - 16ec995471d1b08306d38faf96866c895c885cd9 authored about 3 years ago
docs: update building

github.com/clojure-lsp/clojure-lsp - 6be21a56562f6c124578099fbb9f60684616e3b6 authored about 3 years ago
Split API from core lib (#696)

* Start to split clojure-lsp into lib and cli submodules

* Make tests green

* Fix integrat...

github.com/clojure-lsp/clojure-lsp - fe232a719707258ee53d72bf44166d5149e6ee0b authored about 3 years ago
Bump clj-kondo/clj-kondo from 2022.01.13 to 2022.01.15 (#695)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/clojure-lsp/clojure-lsp - 4786c119674894a7f2fd471d0e8dccfa9ada8002 authored about 3 years ago
Merge pull request #4 from clojure-lsp/dependabot/npm_and_yarn/follow-redirects-1.14.7

Bump follow-redirects from 1.14.4 to 1.14.7

github.com/clojure-lsp/setup-clojure-lsp - 340498405ebd540ecc810bb59b79ff77253b02ad authored about 3 years ago
Bump follow-redirects from 1.14.4 to 1.14.7

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1....

github.com/clojure-lsp/setup-clojure-lsp - 435567b32f6647a18b90aa50bc43d5f0af7ddc9a authored about 3 years ago
refactor: Create IProducer protocol making possible to extract LSP4j border communication from rest of code

Related to #658

github.com/clojure-lsp/clojure-lsp - 2b8b66bf8ad5fb2e1ce24f0a79f2dabe2192176b authored about 3 years ago
refactor: code action kind

github.com/clojure-lsp/clojure-lsp - 62a9174ef98d56381bbed4d9715ba858a5c63db7 authored about 3 years ago
Fix rename of namespaced keywords -> aliased keywords.

Fixes #665

github.com/clojure-lsp/clojure-lsp - 0659a317297d1ff4db8baee5ac23cfcab9e8229d authored about 3 years ago
Lint unused public keywords, like unused re-frame events/subs.

Fixes #691

github.com/clojure-lsp/clojure-lsp - 58474abaaff960c2cf4f00a4d487d120f94229d5 authored about 3 years ago
Add setting `:copy-kondo-configs?` to allow disable auto clj-kondo config copy, enabled by default.

Fixes #694

github.com/clojure-lsp/clojure-lsp - e1f195d5f39795b080e77e26f1c0693f62f6f79d authored about 3 years ago
Merge branch 'master' into allow-project-analysis-only

github.com/clojure-lsp/clojure-lsp - e93e9340206681dc163d778c900677f042c69729 authored about 3 years ago
Bump clj-kondo to 2022.01.13

github.com/clojure-lsp/clojure-lsp - d87485e5b63b35b4cf111993daee0b31096bde0b authored about 3 years ago
Merge branch 'master' into allow-project-analysis-only

github.com/clojure-lsp/clojure-lsp - 58e2ac4793020dba00f26f342a3793e5f9fa9677 authored about 3 years ago
Bump clj-kondo to 2021.12.20-20220113.103620-14

github.com/clojure-lsp/clojure-lsp - 9ab7e4f1e0d8738c42963fdef7415cca6694aa7c authored about 3 years ago
Allow project analysis only

github.com/clojure-lsp/clojure-lsp - 64ff7c680fc308173fed4b93a2b93ffcb06a20b0 authored about 3 years ago
Bump cider/cider-nrepl from 0.27.4 to 0.28.0 (#690)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/clojure-lsp/clojure-lsp - 3bf8011d08c83043053c2c26a94a06791d51060b authored about 3 years ago
fix incorrect results of `extract-function` when run on cljc files (#689)

When analysis is run over `cljc` files, it provides results for both
clj and cljs. This seems t...

github.com/clojure-lsp/clojure-lsp - a0805e005523fb20fd2e792b909b820f3163e403 authored about 3 years ago
Merge pull request #685 from clojure-lsp/move-coll-entry

Add move coll entry code action + refactors

github.com/clojure-lsp/clojure-lsp - 9c7cb5170b3f8bdeb864e7eb913f0ddfb6a6a50d authored about 3 years ago
Add `:classpath` to `serverInfo` command for downstream usages.

github.com/clojure-lsp/clojure-lsp - 693d5973d4e067a9457510460bbc0259ae838648 authored about 3 years ago
Fix `showDocumentRequest` issues when triggered via some refactor code action.

github.com/clojure-lsp/clojure-lsp - d620b9dc2b8409714d19614062eea3e4a2fbb19b authored about 3 years ago
[refactor] Make all commands available via refactors standard

github.com/clojure-lsp/clojure-lsp - 647a7bdb31ac04b66de83f54a880f03c42ab1632 authored about 3 years ago
Fix 'resolve macro as ...' code action not working.

github.com/clojure-lsp/clojure-lsp - cf4093e38b14a7ca07d3828a56e0d89125ad9ceb authored about 3 years ago
[tests] Don't fail tests if classpath scan error

github.com/clojure-lsp/clojure-lsp - 14aef3c72d12c5b7eb8eea87eefef85a878f192b authored about 3 years ago
[graalvm] Use static binary on integration tests

github.com/clojure-lsp/clojure-lsp - 5fa8a035e497ae5e597b1faf6880255e100b092e authored about 3 years ago
[graalvm] Add -H:+StaticExecutableWithDynamicLibC flag to static

github.com/clojure-lsp/clojure-lsp - c917dafdfaf919eac68e6d7a8a52cf2ae87ecda4 authored about 3 years ago
Improve 'create function' refactor code action handling multiple cases

Fixes #682

github.com/clojure-lsp/clojure-lsp - 0b07c8f9a5e59ae0d432a6891e15caea4ac5cf52 authored about 3 years ago
Bump to version: 2022.01.03-19.46.10

github.com/clojure-lsp/homebrew-brew - 05f9af88cdeaf5661d145b755188caa242359fc8 authored about 3 years ago
Bump to version: 2022.01.03-19.46.10

github.com/clojure-lsp/setup-clojure-lsp - d3aa079a99133a60d1b775313e8118d09222083c authored about 3 years ago
Release: 2022.01.03-19.46.10

github.com/clojure-lsp/clojure-lsp - b976faf9a51759bd5f0af7caddb5d7e2201bae64 authored about 3 years ago
Catch clj-kondo prints to stdout and log to clojure-lsp log file avoiding crashes on some clients like vscode/Calva

github.com/clojure-lsp/clojure-lsp - e113ceb7afd53d341ae941f37967bd8dd275abe9 authored about 3 years ago
Bump to version: 2022.01.03-15.41.19

github.com/clojure-lsp/homebrew-brew - b14f4c2057430fdb2d26a13d03d3b9ed0da8fd3c authored about 3 years ago
Bump to version: 2022.01.03-15.41.19

github.com/clojure-lsp/setup-clojure-lsp - 37b135e15c30ae513b1c5beffcaa5d2e9c0fc4f9 authored about 3 years ago
Release: 2022.01.03-15.41.19

github.com/clojure-lsp/clojure-lsp - 58fea3e682d545c3c8e4ab812dd42deabd24d4b4 authored about 3 years ago
Add completion support to potemkin usages of a namespace

github.com/clojure-lsp/clojure-lsp - c2da2d147f20a906486a0badd14bc53471f8191f authored about 3 years ago
Add completion support to potemkin usages of a namespace

github.com/clojure-lsp/clojure-lsp - 2b37b52ecff29b54b7029772e9d27267b1586b62 authored about 3 years ago
Improve classpath scan error message

github.com/clojure-lsp/clojure-lsp - ca03d2e26bb3fa91d90f9c1cfaf463f6709ade9a authored about 3 years ago
Fix the need to use `:raw? true` on babashka pod usage.

github.com/clojure-lsp/clojure-lsp - 81086ece1bfb1791c0935445c3d02ec9404fe184 authored about 3 years ago
Fix some analysis conflicts regarding `custom-async-lint?` feature introduced on latest release.

github.com/clojure-lsp/clojure-lsp - 32ecfb559108a47c24d41946ff74108b7ca7e541 authored about 3 years ago
Fix expand let refactor duplicating variables in some cases

Fixes #676

github.com/clojure-lsp/clojure-lsp - 444a0490e422e143e93868949fc820a9f36d1d70 authored about 3 years ago
Try catch db cache upsert

github.com/clojure-lsp/clojure-lsp - eebc2334e32531010e0c5055cb851caa7ce24884 authored about 3 years ago
Wait for db cache upsert before end proccess

github.com/clojure-lsp/clojure-lsp - 6c094b474b887b7ddcdbaf78b52e91a157bbf61b authored about 3 years ago
Fix inline symbol code action regression from previous releases

Fixes #678

github.com/clojure-lsp/clojure-lsp - 9c37e2c8761f68d4488e1440cb0a5d174c48818e authored about 3 years ago
Add a hint for resolving sources for `local/root` (#677)

-=david=-

github.com/clojure-lsp/clojure-lsp - 1259c7e4defbe995c431d3382d48117868de6f49 authored about 3 years ago
Bump to version: 2021.12.20-00.36.56

github.com/clojure-lsp/homebrew-brew - b77f3bef2170942a7c46f9bbb04d4a5230c81480 authored about 3 years ago
Bump to version: 2021.12.20-00.36.56

github.com/clojure-lsp/setup-clojure-lsp - ea11da6cf28e8b3e5751de3c10e33d6c33de96d2 authored about 3 years ago
Release: 2021.12.20-00.36.56

github.com/clojure-lsp/clojure-lsp - dc6ebbd0ed25522eb4e4be77c42a770834cf0f4e authored about 3 years ago
[CI] Add environment for better deploy

github.com/clojure-lsp/clojure-lsp - 19a7de2b62b874542dbe96046bd6bec76e28d99a authored about 3 years ago
Bump actions/checkout (#675)

github.com/clojure-lsp/clojure-lsp - ee7e1086eab5b1c5754571aef6737368b2c4fd4f authored about 3 years ago
Bump clj-kondo to 2021.12.19

github.com/clojure-lsp/clojure-lsp - a2a504d627a9a53d244e3c7b531bba6100acdc4a authored about 3 years ago
Make `textDocument/hover` return the correct range from LSP spec, the element range instead of the element scope range

github.com/clojure-lsp/clojure-lsp - 80007f61a31452fc8ef482c1cf207fa4dc0c864f authored about 3 years ago
Fix abort changes to rollback processing changes state

github.com/clojure-lsp/clojure-lsp - 1d34c71152115b11f7ac2829d0e212f6b3e7de0b authored about 3 years ago
Avoid infinite loop because of cyclic dependencies on deps source-path discovery.

github.com/clojure-lsp/clojure-lsp - 16823bd30901ee4aecc409804bf55d41c8358a8a authored about 3 years ago
Rename pod namespace

github.com/clojure-lsp/clojure-lsp - 6183c2edb910eaf21dbab7b5fe0ba66d265d5d97 authored about 3 years ago
Avoid infinite loops on multiple quick changes at same time

github.com/clojure-lsp/clojure-lsp - 8cc671cfc7e2e9cd8be398530d9e945e11e85c48 authored about 3 years ago
Add babashka pod (#674)

* Add babashka pod

* Add tests

* Add CI

* Add more tests

* [docs]

github.com/clojure-lsp/clojure-lsp - aef338af9b54c463a7c2ac8cd1f323050937c5ce authored about 3 years ago
Fix clojure-lsp not loading for some mono-repo cases, improving local/root support for polylith projects

github.com/clojure-lsp/clojure-lsp - 192b9355adce2a2a7a4d64a2f1d8fda0ab072c9b authored about 3 years ago
fix: make local/root paths relative to deps.edn (#673)

* fix: make local/root paths relative to deps.edn

When resolving local/root dependencies, a r...

github.com/clojure-lsp/clojure-lsp - 876aae8b56d4db62ff8c904b3f9026bb853d37f8 authored about 3 years ago
Allow absolute paths in deps.edn :local/root (#672)

* Allow relative paths in deps.edn :local/root

* Don't convert when already relative; add tes...

github.com/clojure-lsp/clojure-lsp - 13bd06ee771862da367367209232ac333125ea3b authored about 3 years ago