Ecosyste.ms: OpenCollective

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

IntellIJ Elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Collective - Host: opensource - https://opencollective.com/intellij-elixir - Code: https://github.com/KronicDeth/intellij-elixir

Update gradlew to 5.0

github.com/KronicDeth/intellij-elixir - 124ab984d8e81d3fcda28692c53b713a95d4c334 authored about 6 years ago
Per project sourceSets

Not all projects have tests and/or gen.

github.com/KronicDeth/intellij-elixir - bae99c1ef317d4e3ec5c85cc9f6a5c667707e718 authored about 6 years ago
Don't configure Kotlin in projects that don't use it

github.com/KronicDeth/intellij-elixir - c56011c66660aa5e3e8080a11bde580ccee749b7 authored about 6 years ago
Update org.jetbrains.intellij to 0.3.12

github.com/KronicDeth/intellij-elixir - 6ddb32eb3529c133509e06488e19d59c3cffb439 authored about 6 years ago
Remove 2017.3.6

With 2017.3 being released, the 3 IDEA version limit is reached.

github.com/KronicDeth/intellij-elixir - 5c16a703cce23fe159aa8cc241c1a47d727b3a44 authored about 6 years ago
Update de.undercouch.download to 3.4.3

github.com/KronicDeth/intellij-elixir - 13be1a4111af5ec813e88ec837a59a16a7667856 authored about 6 years ago
Update org.jetbrains.kotlin.kvm to 1.3.10

github.com/KronicDeth/intellij-elixir - 8b6768e967cb5eb4039158c77000998f345561b9 authored about 6 years ago
IDEA 2017.3.5 -> 2017.3.6

github.com/KronicDeth/intellij-elixir - 9afd39bce1c3ac24d46a2b871b46581b17228e54 authored about 6 years ago
IDEA 2018.2.1 -> 2018.2.7

github.com/KronicDeth/intellij-elixir - c4dda4cd37f262e3fb70d311112339a934d295e6 authored about 6 years ago
Merge pull request #1353 from KronicDeth/22

Create module for each mix.exs in small IDEs when opening dirs

github.com/KronicDeth/intellij-elixir - 379b9f15a0031f9a1e3119d1785d25c396c3d288 authored about 6 years ago
Add #1353 to changelogs

github.com/KronicDeth/intellij-elixir - 59a7311c4c60f4465588d0c6fe16d721d680a059 authored about 6 years ago
Create module for each mix.exs in small IDEs when opening dir

github.com/KronicDeth/intellij-elixir - 0ba39676e88275d45e6fcac0a9925e13467177c8 authored about 6 years ago
Ignore assets directory when looking for mix.exs

The phoenix and phoenix_html deps are symlinked into assets of web
applications and they end up ...

github.com/KronicDeth/intellij-elixir - dbcb313c2fec7f1e8f2ad2fc24f711a80c30a509 authored about 6 years ago
Merge pull request #1336 from KronicDeth/1335

Wrap packagePsiFileToDepSet in read action

github.com/KronicDeth/intellij-elixir - 24d0f0a9c66a0886586ffb9f977332ff2da9514c authored about 6 years ago
Add #1336 to changelogs

github.com/KronicDeth/intellij-elixir - e695ff49bde7e8da05263911072f8fe992c4a720 authored about 6 years ago
Wrap packagePsiFileToDepSet in read action

Fixes #1335

Checking the validity of the dependencies requires a read action.

github.com/KronicDeth/intellij-elixir - 85510710a2a0a189da2c002f6e3a5d57f22f4d81 authored about 6 years ago
Merge pull request #1334 from KronicDeth/212

ExUnit.Case template for new Elixir Files

github.com/KronicDeth/intellij-elixir - 124633eeb954130ef8b440295bee2dce41ac6254 authored about 6 years ago
Add #1334 to changelogs

[skip ci]

github.com/KronicDeth/intellij-elixir - faea20568d05294a89ddc3799fa664e7d3b34053 authored about 6 years ago
New > Elixir File > ExUnit.Case

Allow creating `ExUnit.Case` modules from template. Template contains

* `use ExUnit.Case`
* `a...

github.com/KronicDeth/intellij-elixir - 0d10b226c36ae945e40b1fb3649c639abf9fc353 authored about 6 years ago
Re-write CreateElixirModuleAction to support customization

github.com/KronicDeth/intellij-elixir - d335d0fadf2000cdca6660a7679bc60b40f39b78 authored about 6 years ago
Drop Elixir prefix from templates in dropdown

github.com/KronicDeth/intellij-elixir - fd8a5e26667e59978496e1e777ab751fcce98cc9 authored over 6 years ago
Convert CreateElixirModuleAction to Kotlin

github.com/KronicDeth/intellij-elixir - 76ae52b3903b03d03bb0ea13eee4f9cc58a78ab3 authored over 6 years ago
Merge pull request #1331 from KronicDeth/1324

Ensure defmodule one-liner isn't mistaken for call definition head

github.com/KronicDeth/intellij-elixir - 5116141dccf41b3963257c5acf8a905c2afca6a5 authored over 6 years ago
Add #1331 to changelogs

github.com/KronicDeth/intellij-elixir - e4d8131047aee1558bc4fff1b958d956d2122340 authored over 6 years ago
Ensure defmodule one-liner isn't mistaken for call definition head

Fixes #1324

Affects GoTo symbol.

github.com/KronicDeth/intellij-elixir - 63684bc83f575d0266fd47d44d29d0617510b05c authored over 6 years ago
Merge pull request #1330 from KronicDeth/185

Add IntelliJ Elixir Help to Help menu

github.com/KronicDeth/intellij-elixir - 0ea2b62144e25f0bfb52aed7ca741dfacb15f6a5 authored over 6 years ago
Add #1330 to changelogs

github.com/KronicDeth/intellij-elixir - bf7a5a91d2e2f85f3eb25110d9a404954e7d438e authored over 6 years ago
Add IntelliJ Elixir Help to Help menu

Fixes #185

Opens link in browser using plugin version to link to README.md on
GitHub.

github.com/KronicDeth/intellij-elixir - bab74e864f9fe239a9823557922e91a19e19cc0c authored over 6 years ago
Merge pull request #1328 from KronicDeth/fix-images

Fix image links

github.com/KronicDeth/intellij-elixir - 51342db77a5217c7278aceeac579fdf13b938ff8 authored over 6 years ago
Add #1328 to changelogs

github.com/KronicDeth/intellij-elixir - da05ac3a4604a45fb0f69ed3fd30392b54912f68 authored over 6 years ago
Add #1327 to changelogs

github.com/KronicDeth/intellij-elixir - d367bf6ee61bf86e59d89f73ea422d153091d803 authored over 6 years ago
Merge pull request #1327 from KronicDeth/1326

Fix deadlinks to Run Configurations

github.com/KronicDeth/intellij-elixir - 6604103d8fb703416d17873b984e67498be5e437 authored over 6 years ago
Fix deadlinks to Run Configurations

Fixes #1326

Broke when section was renamed Run/Debug Configurations and auto-anchor
changed name.

github.com/KronicDeth/intellij-elixir - 5240a24235ff7f782cb532255e8d49b6576613d9 authored over 6 years ago
Merge pull request #1323 from KronicDeth/1320

Log nameSet when it reaches suspect size

github.com/KronicDeth/intellij-elixir - ce448a897eea3a47e8cda8c8fbd36c49e2a3b11f authored over 6 years ago
Add #1323 to changelogs

github.com/KronicDeth/intellij-elixir - 2d263017741e28dc3fb459d0a63933f954558aa4 authored over 6 years ago
Log nameSet when it reaches suspect size

Fixes #1320

This will allow triaging if it is a real bug or just something with a
lot of valid ...

github.com/KronicDeth/intellij-elixir - 9bc2e91fe177cc3d80a8b5d3e057e6fa3a279571 authored over 6 years ago
Merge pull request #1322 from KronicDeth/1319

Eliminate freezes during dependency updates

github.com/KronicDeth/intellij-elixir - 4d05b57b806494c1b55ec7089f0f3b1ff6d796bd authored over 6 years ago
Add #1322 to changelogs

github.com/KronicDeth/intellij-elixir - 7cb248f86018a34144cf364dd3fd24f44dd162a5 authored over 6 years ago
Cache dep set on package PsiFile

Allows faster refreshes when indirect dependencies don't change.

github.com/KronicDeth/intellij-elixir - c70f943680d501b3696b5e37712f99e16fd6e291 authored over 6 years ago
Iterative dep sets

Calculate dep sets iteratively with a work queue instead of recursively
to limit the calculation...

github.com/KronicDeth/intellij-elixir - 8bc375c285d326e0c54cbacdc15be4b8e42e0462 authored over 6 years ago
Run library syncing in tasks

When importing projects, run sync as a modal task while when
VirtualFileSystem events occur, run...

github.com/KronicDeth/intellij-elixir - c2056fa74ceaa39333948dbd4eeab57bf48341b7 authored over 6 years ago
Add #1318 to changelogs

github.com/KronicDeth/intellij-elixir - 0a1708847700f2be0b03317fda4d3654826c3f9d authored over 6 years ago
Merge pull request #1318 from KronicDeth/447

Github prerelease releases

github.com/KronicDeth/intellij-elixir - 13716374a1298ecfb1472d15f5f5d8cc15d39be4 authored over 6 years ago
Re-enable test jobs

Now that deploy is debugged, the longer tests need to be re-enabled to
run before deploy is allo...

github.com/KronicDeth/intellij-elixir - 9cadc8d0cc1fb2f4b9d5ce7a8f1c3079a68aaa14 authored over 6 years ago
Only deploy canary pre-releases from master

github.com/KronicDeth/intellij-elixir - f9577db35899dd27ad88fff3f4bc4142bd2bdbfe authored over 6 years ago
JetBrains canary releases

Use curl because I couldn't get publishPlugin to not error.

github.com/KronicDeth/intellij-elixir - 9885dc15be0b47bbea6e91701d92c5b94a42a6f2 authored over 6 years ago
Document canary releases

github.com/KronicDeth/intellij-elixir - 97cfac892c67521aa999158ad96b501ce18389f4 authored over 6 years ago
Github prerelease releases

github.com/KronicDeth/intellij-elixir - 7c7ec98fff191226bd6864dedf2d0f2a8e5eae37 authored over 6 years ago
Add #1313 to changelogs

github.com/KronicDeth/intellij-elixir - 48fa6f31c1302a74cb2e7179b86b2e7b45527ef1 authored over 6 years ago
Merge pull request #1313 from KronicDeth/1288

Prevent Write access is allowed inside write-action only in Elixir facet configuration readExte...

github.com/KronicDeth/intellij-elixir - 9811a30988af3a943bc96f876d3986647e2f1979 authored over 6 years ago
Setup datetime based pre-release versioning

Helps ensure that correct version of pre-release plugin is used when
testing Install Plugin From...

github.com/KronicDeth/intellij-elixir - 5eb0da4119912c796ea1d1779d48a67bf46c9347 authored over 6 years ago
Update gradle wrapper

Version 3.5 is needed to allow environment variables to be used

github.com/KronicDeth/intellij-elixir - 67e8e6696044c6fc80c95f1d57641b5d35cafc6b authored over 6 years ago
Wrap `syncPublisher(JDK_TABLE_TOPIC)` in `invokeLater` `runWriteAction`

Fixes #1288

Prevents write access required for Elixir facet configuration
`readExternal`.

github.com/KronicDeth/intellij-elixir - 063ada58fab058fc795a7bbb4df50193baa43817 authored over 6 years ago
Add #1312 to changelogs

github.com/KronicDeth/intellij-elixir - 9bcb86caf1d88d4ab46770313440ae112b9b3cca authored over 6 years ago
Merge pull request #1312 from KronicDeth/1309

Protect from null containingFile for modular names during completion

github.com/KronicDeth/intellij-elixir - 759796e093542b12ff64fc93cd4fd37d74d17399 authored over 6 years ago
Protect from null containingFile for modular names during completion

Fixes #1309

github.com/KronicDeth/intellij-elixir - dda58b1cafabf2e141eccb645dfcd3514bb26850 authored over 6 years ago
Add #1311 to changelogs

github.com/KronicDeth/intellij-elixir - 673709be01ec62ff1be851fcb2bd1856c0561080 authored over 6 years ago
Merge pull request #1311 from KronicDeth/1307

Don't interpret :crypto by default

github.com/KronicDeth/intellij-elixir - e55f50911271e88ca9f6d687b76a6a1fdb2c2a11 authored over 6 years ago
Don't interprete :crypto by default

Fixes #1307

:crypto includes NIFs that can't be reloaded and so kills the debugger.

github.com/KronicDeth/intellij-elixir - 0086d36c56c75edce5efee341c18845c3c9eb74a authored over 6 years ago
Add #1310 to changelogs

github.com/KronicDeth/intellij-elixir - 2bc6c783d37d1f7eea35ccfd1aa9cd17a3ad61fa authored over 6 years ago
Merge pull request #1310 from KronicDeth/before-test-compilation-error

Don't log test failures unless a test has started

github.com/KronicDeth/intellij-elixir - e189730a7395dcca45dc246f65bd158d67feaad8 authored over 6 years ago
Don't log test failures unless a test has started

test being called `mix test` does not work, so log those compilation
errors as normal build mess...

github.com/KronicDeth/intellij-elixir - 1c0ca1d2fc51f97b6a5df79f97bfa0eb3ce15dc1 authored over 6 years ago
Add #1308 to changelogs

github.com/KronicDeth/intellij-elixir - dca18b44bf7362d1494f55ef70399b2e56f7bb7b authored over 6 years ago
Merge pull request #1308 from KronicDeth/1301

Don't treat redefinition of defmodule as module definition in distillery

github.com/KronicDeth/intellij-elixir - 25ded618cf088fd191fec3d58438469f64998d5a authored over 6 years ago
Bump AllName VERSION to re-index bad call definition head from #1301

github.com/KronicDeth/intellij-elixir - e41c5d654e5840df7ce1bd84beaf7ea3a45d8a0c authored over 6 years ago
Don't treat redefinition of defmodule as module definition

Fixes #1301

github.com/KronicDeth/intellij-elixir - 8a682eb9be18358e0e671c34d80fbabfc3d6b296 authored over 6 years ago
Add #1306 to changelogs

github.com/KronicDeth/intellij-elixir - d0b2479ee178d600821831053f255ea5b7668b66 authored over 6 years ago
Merge pull request #1306 from KronicDeth/1023

Convert CompileError in test file to test failure

github.com/KronicDeth/intellij-elixir - 65414ca9e24faed8024b63ffce726da486b27987 authored over 6 years ago
Convert CompileError in test file to test failure

Fixes #1023

Changes the "Test framework quit unexpectedly" to a failed run with a
single test w...

github.com/KronicDeth/intellij-elixir - b5315077555f60131510bba8d13e0b1f1bc799f8 authored over 6 years ago
Treat == Compilation error in STDOUT as ERROR for ExUnit reporter

github.com/KronicDeth/intellij-elixir - f55efa08c538bc5c95f5be9195375dab16998e77 authored over 6 years ago
Override flushBufferOnProcessTermination

flushBufferBeforeTerminating was deprecated and in newer IntelliJ the
call to processStatuses do...

github.com/KronicDeth/intellij-elixir - f7a5e885e56000b59551b60f5f4b78e59c656452 authored over 6 years ago
Add #1305 to changelogs

github.com/KronicDeth/intellij-elixir - 96b6222c94f3ec53a3518300fa84f780c55a8464 authored over 6 years ago
Merge pull request #1305 from KronicDeth/1303

Fix unused variables in TeamCityExUnitFormatting

github.com/KronicDeth/intellij-elixir - dc705afcf389278bbc7e4900af440867d8ac7c68 authored over 6 years ago
Fix unused variables in TeamCityExUnitFormatting

Fixes #1303

* `reason` was completely unused.
* `details` should have been used.

github.com/KronicDeth/intellij-elixir - 186697f97689bf00ff3444cc6826a505cae3e77c authored over 6 years ago
Add #1304 to changelogs

github.com/KronicDeth/intellij-elixir - f323d4c5e68cbe141892066da2308fea00f6d72e authored over 6 years ago
Merge pull request #1304 from KronicDeth/1264

Remove @2x and @3x SVG icons that render wrong size in 2018.3 EAP

github.com/KronicDeth/intellij-elixir - c255c046ee1dc3a97000bf3ddbaf8cb2bdab6c07 authored over 6 years ago
Remove @2x and @3x SVG icons that render wrong size in 2018.3 EAP

github.com/KronicDeth/intellij-elixir - d4c0fcecb378c2aa621a6acedaa381f1c55ae292 authored over 6 years ago
Add #1300 to changelogs

github.com/KronicDeth/intellij-elixir - 562e938cdc9e1fc3a835adfc033dc907a1f83c37 authored over 6 years ago
Merge pull request #1300 from KronicDeth/1296

Improve error message for module_filter.editor.table.Model.getValueAt

github.com/KronicDeth/intellij-elixir - 4192c4bb365ada13c93f8363736d2fb0cce425cc authored over 6 years ago
Improve error message for module_filter.editor.table.Model.getValueAt

Fixes #1296

github.com/KronicDeth/intellij-elixir - dec7f6878500e791190c4c1882e493abb1275b57 authored over 6 years ago
Add #1299 to changelogs

github.com/KronicDeth/intellij-elixir - 79db27641b561e43f44ef49065d6d749a6091bd9 authored over 6 years ago
Merge pull request #1299 from KronicDeth/1270

Only look in outer nested module for callable completion

github.com/KronicDeth/intellij-elixir - 9941746d89db9bbf7764221c683771de4a61ca25 authored over 6 years ago
Failing regression tests for 1270

github.com/KronicDeth/intellij-elixir - ace93cf2c17fe31eb4809c0f43124f6e9995e9e9 authored over 6 years ago
Only look in outer nested module for Callable completion

When finding a `defmodule`, check that it is an ancestor of the entrance
of the `ResolveState`, ...

github.com/KronicDeth/intellij-elixir - 742b56145000a9edca5db807186c534e83f283f8 authored over 6 years ago
Merge pull request #1298 from ArtemGordinsky/patch-1

Fix my last name in the list of donors

github.com/KronicDeth/intellij-elixir - 23c5817b708737b452899e41da8f7933d9ef4975 authored over 6 years ago
Fix my last name in the list of donors

I prefer this transliteration, even though it's not the one I have on my docs.

github.com/KronicDeth/intellij-elixir - cc7d2aa2b629330f039fe5b326070719375fa750 authored over 6 years ago
Add #1293 to changelogs

github.com/KronicDeth/intellij-elixir - e2d9b4dfc65651b293d499043edeaad606cf5652 authored over 6 years ago
Merge pull request #1293 from KronicDeth/1289

Faster DepWatcher and Mix Watcher

github.com/KronicDeth/intellij-elixir - 65724c7da4e0edf87b11dbb05d01768f811d2b44 authored over 6 years ago
Use invokeAndWait instead of invokeLater

github.com/KronicDeth/intellij-elixir - 82ecf8d929fe485b54f8d9cc5e92008964c911a5 authored over 6 years ago
Exclude phoenix and phoenix_html symlinks

phoenix and phoenix_html symlink to themselves from assets/node_modules
to deps, which means the...

github.com/KronicDeth/intellij-elixir - 603d786437b2b173e56cd66931786aea0d8f61c0 authored over 6 years ago
Sync libraries when building project

github.com/KronicDeth/intellij-elixir - d47bb65198b933ed28bac3718f4b07fbabe0aaf6 authored over 6 years ago
Exclude cover, doc, and logs

* cover for test coverage
* doc for ex_doc
* logs for conventional log file location

github.com/KronicDeth/intellij-elixir - e7248d01158ca6aa38e8fbe5e72fa7c8781df239 authored over 6 years ago
Always add lib and test content roots even if they don't exist yet

github.com/KronicDeth/intellij-elixir - 0bd00a65e39acd1568fe28a718eba89371d92ea6 authored over 6 years ago
Don't sync libraries on initComponent

For an unknown reason, when sync occurs at `initComponent` time in
`DepsWatcher` or `mix.Watcher...

github.com/KronicDeth/intellij-elixir - 72ef112be40ecab81e818d4f5de3e0b4feea1789 authored over 6 years ago
Sync module libraries once per DepsWatcher sync

When the entire deps directory has updated sync the children deps
directories and then sync all ...

github.com/KronicDeth/intellij-elixir - dad41dacd8db8dadac679f829e2e2677439cd16d authored over 6 years ago
Add #1291 to changelogs

github.com/KronicDeth/intellij-elixir - 1e8427d90f4d022a264809162aaeb6af620a6951 authored over 6 years ago
Merge pull request #1291 from KronicDeth/1290

Map Elixir 1.7 excluded and skipped tests to teamcity testIgnored message

github.com/KronicDeth/intellij-elixir - d8554f49fe01628659224fd39553f5c04e112b06 authored over 6 years ago