Ecosyste.ms: OpenCollective

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

Lambda Island Open Source

Creating open source for the Clojure ecosystem
Collective - Host: europe - https://opencollective.com/lambda-island - Website: https://lambdaisland.com/ - Code: https://github.com/lambdaisland

Qualify deps.edn dependencies

The clojure CLI now requires these dependencies to be qualified in
order to function.

github.com/lambdaisland/deep-diff2 - 5c40ebc5aa4a69485fa126634334f022eec1de6b authored over 2 years ago by Frank Wang <[email protected]>
Merge pull request #8 from lambdaisland/laurence/continuous-sync

to support continuous sync, add a transaction argument

github.com/lambdaisland/plenish - 20449e0cdfcbb5ba35920180ddd352dbc2f219e0 authored over 2 years ago by Laurence Chen <[email protected]>
add t parameter to initial-ctx

github.com/lambdaisland/plenish - 82e95b8c6e080770fd77614a21eafff4a3f945c9 authored over 2 years ago by Laurence Chen <[email protected]>
Merge pull request #9 from lambdaisland/arne/mvn-5-handle-rectractentity-in-plenish

Fix handling of retractions

github.com/lambdaisland/plenish - 61627d3d3b763df408586bdb2b3e19d0c0aa3cc5 authored over 2 years ago by Arne Brasseur <[email protected]>
Fix handling of retractions

When an entity is retracted (or its membership attribute is retracted), it no
longer has that me...

github.com/lambdaisland/plenish - 24d924348f4462a1a6ab41f514f3e4770e926a61 authored over 2 years ago by Arne Brasseur <[email protected]>
Store setup-symbol for re-eval later

github.com/lambdaisland/webbing - ced1c6a4018ae8a60311817db19460932f271045 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/classpath - 63fbf172886724692ceaf0b50285fd440df001df authored over 2 years ago by Arne Brasseur <[email protected]>
# 0.2.37 (2022-08-26 / 34be62f)

## Changed

- Upgrade directory-watcher to the latest version
- Prefix output from watch-deps wi...

github.com/lambdaisland/classpath - c151a467cc067731ace934d21eca21b55ab8832b authored over 2 years ago by Arne Brasseur <[email protected]>
Bump directory-watcher, nicer output from watch-deps

github.com/lambdaisland/classpath - 34be62f693b701abe2d3429574da1c6facf07f49 authored over 2 years ago by Arne Brasseur <[email protected]>
Ensure string in `re-find` call in case of nil

Under some conditions, Safari won't report stack data in the way
`lambdaisland.chui.runner/file-...

github.com/lambdaisland/chui - eddb36c1563588d38434ccb52dd8f43ec6e90de1 authored over 2 years ago by Ryan McCuaig <[email protected]>
First gx-based version

github.com/lambdaisland/webbing - e770c3ec613e9302eada83f5fc47110d42ef250c authored over 2 years ago by Arne Brasseur <[email protected]>
We do not have any resources

github.com/lambdaisland/classpath - 86026c1cfc26f00f1406d8a2e46f3f1e1569580f authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/classpath - 789080f7d8175c328d71f5d2520d254262ccbfc1 authored over 2 years ago by Arne Brasseur <[email protected]>
# 0.1.33 (2022-08-25 / fd51db4)

- Fix typo in the README's example and one in doc-string

## Added

- Support watching multiple ...

github.com/lambdaisland/classpath - c485c27712f715eb1e68a542b3032a2e33399f29 authored over 2 years ago by Arne Brasseur <[email protected]>
Make hot-reloading of deps.edn also watch associated projects

When working on multiple related code bases linked via `:local/root`, this
option can be used to...

github.com/lambdaisland/classpath - fd51db424d68b3688d9b8a459649fff4b45a009a authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #303 from lambdaisland/alys/fix-error-codes

Fix exit codes

github.com/lambdaisland/kaocha - c340898170e164a467ed4aa2e526d84a7ca34e3b authored over 2 years ago by Arne Brasseur <[email protected]>
Split error code 249 into two.

I separated failures to load namespaces from failures to load the
plugin. (The two instances of ...

github.com/lambdaisland/kaocha - 19d79b0681bb2bf1ea519908779c669c99729bd8 authored over 2 years ago by Alys Brooks <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/dotenv - 2efabbb81ca7f3b425d0a5c7e5688fdad25fe6d6 authored over 2 years ago by Arne Brasseur <[email protected]>
# 0.1.1 (2022-08-17 / a9437f5)

## Added

- Initial implementation

github.com/lambdaisland/dotenv - 0949b11907f3b9bc09fcd52dacb953d1f27ce177 authored over 2 years ago by Arne Brasseur <[email protected]>
Initial commit

github.com/lambdaisland/dotenv - a9437f53b5639955f61dccfe7dce9dd510c123c1 authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #7 from lambdaisland/laurence/op-sql-delete

implement op->sql :delete

github.com/lambdaisland/plenish - b3207790660abad6c875f697e593355a0e7503bb authored over 2 years ago by Arne Brasseur <[email protected]>
SQL statement should not parameterize table name.

github.com/lambdaisland/plenish - 3435db449323b3c07a34a973a8786546cebcf9fc authored over 2 years ago by Laurence Chen <[email protected]>
add impl of op->sql :delete

github.com/lambdaisland/plenish - 681e6e05bf04837003a7966f46af6c2b1ee27f19 authored over 2 years ago by Laurence Chen <[email protected]>
Merge pull request #302 from robhanlon22/profiling-specs

Add specs for profiling plugin data

github.com/lambdaisland/kaocha - 6f8b0c7062bf4ba120889bed0611cc73782bbe9b authored over 2 years ago by A Brooks <[email protected]>
Fix test that referenced old error code.

github.com/lambdaisland/kaocha - 3578fb438a37cc8487b544fa473527c312b989c7 authored over 2 years ago by Alys Brooks <[email protected]>
Fix whitespacee.

github.com/lambdaisland/kaocha - ad8b965a48f0815cc11d5ae1f9b93e7dd02f1234 authored over 2 years ago by Alys Brooks <[email protected]>
Further elaborate on error code changes in CHANGELOG.

github.com/lambdaisland/kaocha - 5d49c6713c471559f0f3dbde361e45994e468486 authored over 2 years ago by Alys Brooks <[email protected]>
Add error code changes to CHANGELOG.

github.com/lambdaisland/kaocha - 04f37dfade4a90f26a7d4af2268472666fc188ce authored over 2 years ago by Alys Brooks <[email protected]>
Merge pull request #13 from lambdaisland/attrs-through-fragments

Attrs through fragments

github.com/lambdaisland/ornament - 81c3377ab2e03fc583b5128e058beb9a030698c6 authored over 2 years ago by Mitesh <[email protected]>
Update README/CHANGELOG

github.com/lambdaisland/ornament - 232349fab26e807446b35200345eca42a7990daa authored over 2 years ago by Arne Brasseur <[email protected]>
Add test for attributes through fragments

github.com/lambdaisland/ornament - 915392bce64879579e7456d8449bd657b8aa67ed authored over 2 years ago by Arne Brasseur <[email protected]>
Implement setting attributes through fragment syntax

This also means we now expand `:<>` ourselves (when used directly inside a
component), so you ca...

github.com/lambdaisland/ornament - be51caaf8e8850d3a455b7dc5e1ee73328034734 authored over 2 years ago by Arne Brasseur <[email protected]>
Version bumps

github.com/lambdaisland/ornament - 00f7cc574361ed344f4bfd8b0b3e0c8c4bddd078 authored over 2 years ago by Arne Brasseur <[email protected]>
Replace kaocha.plugin exit codes.

kaocha.api used exit code 254 first, so all of kaocha.plugin's codes are
now 249.

github.com/lambdaisland/kaocha - 2df98b0d00ea4b96f7a6d455b339c489455337e1 authored over 2 years ago by Alys Brooks <[email protected]>
Replace duplicated exit code, 252.

I chose to replace the one in kaocha.config with 250 because it appears
to be the newer use of 250.

github.com/lambdaisland/kaocha - 322e1b56ad9f80453de2ead4344cebb669ba47a9 authored over 2 years ago by Alys Brooks <[email protected]>
Merge pull request #6 from lambdaisland/laurence/readme

add certain dependency related readme

github.com/lambdaisland/plenish - 3351ef513f8c3917e76c2cf835955558a13bec2c authored over 2 years ago by Arne Brasseur <[email protected]>
Update src/kaocha/plugin/profiling.clj

github.com/lambdaisland/kaocha - e206727d032d80b45936a2360fbe4ad195f2f370 authored over 2 years ago by Rob Hanlon <[email protected]>
Update CHANGELOG.md.

github.com/lambdaisland/kaocha - 4e983d3dd118e45d28ace843b666666c8396055c authored over 2 years ago by Rob Hanlon <[email protected]>
Add specs for profiling plugin data

Plugin authors (like myself) might want to consume profiling data as
part of their plugin. Havin...

github.com/lambdaisland/kaocha - fd403ec72e76fbb02553bcbf07244843278f1e74 authored over 2 years ago by Rob Hanlon <[email protected]>
add certain dependency related readme

github.com/lambdaisland/plenish - 2a02cfe8c06f337a2b7f7ac9a99a888247150ec0 authored over 2 years ago by Laurence Chen <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/kaocha-junit-xml - bf4e20b6ae2098ae1308d0fc9a7a864cd75d68db authored over 2 years ago by Arne Brasseur <[email protected]>
# 1.16.98 (2022-07-26 / d50528d)

## Fixed

- Fix `--junit-xml-add-location-metadata` command line flag

github.com/lambdaisland/kaocha-junit-xml - c62ddfe0ebd66df3a60b274c2bfb48275b403c79 authored over 2 years ago by Arne Brasseur <[email protected]>
Fix location metadata command line flag

github.com/lambdaisland/kaocha-junit-xml - d50528d4bc1a0617635069c62067eba474a4ebba authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/kaocha-junit-xml - 31c36c76cf792f53a93849b8c3b6781e9d16f767 authored over 2 years ago by Arne Brasseur <[email protected]>
# 1.15.95 (2022-07-26 / de6d134)

## Added

- Added a flag to include file location metadata as attributes on testcases, à la
py...

github.com/lambdaisland/kaocha-junit-xml - fd2e69e1bb7ce5fe50cd9cfa9d3ec4e7d564d9e5 authored over 2 years ago by Arne Brasseur <[email protected]>
set explicit group id

github.com/lambdaisland/kaocha-junit-xml - de6d1347b8df25976943c21f0730da48ede96e65 authored over 2 years ago by Arne Brasseur <[email protected]>
Modernize lambdaisland tooling

github.com/lambdaisland/kaocha-junit-xml - 92121f26d94585c23152f36c02660126a5331d06 authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #13 from MIJOTHY/feat_location-metadata-option

feat: add test location metadata option

github.com/lambdaisland/kaocha-junit-xml - 97069dcb0ba1387287d408216376b6dbff862142 authored over 2 years ago by Arne Brasseur <[email protected]>
No need for a test that just repeats the implementation

github.com/lambdaisland/kaocha-junit-xml - 2c2feefa87777ce855999e07dbc233ee1e2902c5 authored over 2 years ago by Arne Brasseur <[email protected]>
Fix command line option syntax, adjust whitespace

We follow CIDER defaults, as per the lambda island style guide.

github.com/lambdaisland/kaocha-junit-xml - 1e2b4837536fa1ba203b7df2bb938504154f611b authored over 2 years ago by Arne Brasseur <[email protected]>
fix: avoid throwing when no file is present

If there is a compilation error, trying to find the file masks it.

github.com/lambdaisland/kaocha-junit-xml - 191e0921ac9e78798383d408e8e319acbb65dde7 authored over 2 years ago by James Griffiths <[email protected]>
feat: add test location metadata option

Certain tools support making use of file/line/col metadata from junit
xml files. This commit add...

github.com/lambdaisland/kaocha-junit-xml - 15dfabbf0b424477a8134443169daf2fc713d793 authored over 2 years ago by James Griffiths <[email protected]>
update readme, changelog, remove unused import

github.com/lambdaisland/kaocha-junit-xml - 75f9df67abb0d6b7c7b4c1267f6cdf8b2001c640 authored over 2 years ago by James Griffiths <[email protected]>
prefix flag with junit-xml

github.com/lambdaisland/kaocha-junit-xml - eb2541bc93712898bd555d0730be079444e1dcef authored over 2 years ago by James Griffiths <[email protected]>
consolidate CI bits into a ci integration section, add TODO

github.com/lambdaisland/kaocha-junit-xml - e24c56be883d37a76bceb1559ee130787e45dd60 authored over 2 years ago by James Griffiths <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/kaocha - f97d9fd375d7fe1a8642d2905ccaa651c6650c38 authored over 2 years ago by Arne Brasseur <[email protected]>
# 1.69.1069 (2022-07-26 / 07574ec)

## Fixed

- Fix a regression where in direct usage of `kaocha.api` a reporter is specified as a ...

github.com/lambdaisland/kaocha - af6471a33b71c0ca2909d5d5ed4a32ad6cb44b2a authored over 2 years ago by Arne Brasseur <[email protected]>
Allow a reporter to be of type `fn?`

A bit of a broad stroke since this now also impacts other config keys, but this
should only occu...

github.com/lambdaisland/kaocha - 07574eccbb24c95e4ca26ddb791bd48efed6a319 authored over 2 years ago by Arne Brasseur <[email protected]>
Bump circleci orbs

github.com/lambdaisland/kaocha-junit-xml - 96c5d2624418eeeaa43b326938d207086bc24ad3 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/plenish - a08643600771b0428dc93b84d357b75fb0da02be authored over 2 years ago by Arne Brasseur <[email protected]>
# 0.1.23 (2022-07-25 / cf784ed)

## Added

## Fixed

## Changed

github.com/lambdaisland/plenish - 14e306a0a5bbdc22b976a1ede213accd63f5a164 authored over 2 years ago by Arne Brasseur <[email protected]>
repl session

github.com/lambdaisland/plenish - cf784ed52beb369f371a498c4e695196355e133d authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #5 from lambdaisland/laurence/add-explicit-deps-to-clojure-1.11

change deps.edn

github.com/lambdaisland/plenish - c8414308f7b2f646690a365304f410c8239096cf authored over 2 years ago by Laurence Chen <[email protected]>
Bump CircleCI to Java 17

As Java 15 is now deprecated.

github.com/lambdaisland/uri - 89284921324dcc9f08d437159773caac12d92a50 authored over 2 years ago by Daniel Compton <[email protected]>
change jdbc/honeysql dependencies as necessary

github.com/lambdaisland/plenish - 0d2141d6bb6bb9939f59416b113916a862bf6165 authored over 2 years ago by Laurence Chen <[email protected]>
Merge pull request #299 from lambdaisland/update-clojure-java-orb-downgrade

Add Clojure 1.11

github.com/lambdaisland/kaocha - 7ee2e7f6ac3bb742a0f7851e6acda23ca5937cd1 authored over 2 years ago by A Brooks <[email protected]>
Try an earlier version of the Clojure orb.

github.com/lambdaisland/kaocha - 583fe9d1aafe70e23a5cf3a9d0ad2b692b2e6ae4 authored over 2 years ago by Alys Brooks <[email protected]>
Use latest version of Clojure 1.10.

github.com/lambdaisland/kaocha - e2325dcc0a0cdf9b434b6aa3fb359e38f5843e9c authored over 2 years ago by Alys Brooks <[email protected]>
add explicit deps of clojure 1.11

github.com/lambdaisland/plenish - 1baae9d3031b143eeda05e4eaace7f99b1b87731 authored over 2 years ago by Laurence Chen <[email protected]>
Merge pull request #4 from lambdaisland/transaction-tracking

Transaction tracking

github.com/lambdaisland/plenish - 39e546fa289a88f2e18fbf6ac96d51a8d4b09877 authored over 2 years ago by Arne Brasseur <[email protected]>
Wrap each transaction into a transaction

github.com/lambdaisland/plenish - 7b19840eef07384d6d0da848c6efccd53c45b18a authored over 2 years ago by Arne Brasseur <[email protected]>
Also import a table of idents

github.com/lambdaisland/plenish - 7eff67f340a1d5d4363c382f8a279ebfcd50d163 authored over 2 years ago by Arne Brasseur <[email protected]>
Make sure the data from pull-idents matches what we expect later

In particular the :db/valueType in the context's :idents map is expected to be
just a :db/id, an...

github.com/lambdaisland/plenish - 51279eafbe3e41ff98d0aedde74f66e50cd19196 authored over 2 years ago by Arne Brasseur <[email protected]>
Start storing transactions into a "transactions" table on pg side

github.com/lambdaisland/plenish - afc87934d1d850190a509dec8b7fe4d8ce5b70db authored over 2 years ago by Arne Brasseur <[email protected]>
Docs and version bumps

github.com/lambdaisland/plenish - 0ce5b9f3c3e7e6360d74576f6ed8150bd18d53b2 authored over 2 years ago by Arne Brasseur <[email protected]>
Start on some README instructions

github.com/lambdaisland/plenish - 7a0366c7b753c92e8dfa17d303d6bde0b868511a authored over 2 years ago by Arne Brasseur <[email protected]>
commit debugging session

github.com/lambdaisland/plenish - 641ef9601b934af2f47002b4821a74c03ee93a36 authored over 2 years ago by Gaiwan dev <[email protected]>
chore: update changelog

github.com/lambdaisland/gx.cljc - 925155ddbafcac6b544b36ae5bd42ddf496e7e73 authored over 2 years ago by Artem Medeu <[email protected]>
fix: clj/cljs error wrap consistency

github.com/lambdaisland/gx.cljc - e037b339bef57ff886682bca5964f423fa1dc703 authored over 2 years ago by Artem Medeu <[email protected]>
Merge pull request #1 from lambdaisland/laurence/change-datomic-free-dependence-version

Change datomic-free deps version

github.com/lambdaisland/plenish - 10e0aa4b453eda2c8fd68711a8d322943716b7b7 authored over 2 years ago by Arne Brasseur <[email protected]>
Formatting

github.com/lambdaisland/plenish - 457b144de1dfd47caab6ba8334ea7086ae77cf93 authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #2 from lambdaisland/fix-member-after-create

Handle the case where a pre-existing entity is only later made member

github.com/lambdaisland/plenish - e5ed367b5245fdf4728462dad770c7de89cbba7c authored over 2 years ago by Arne Brasseur <[email protected]>
Handle the case where a pre-existing entity is only later made member

If an entity already has several attributes, but does not yet have the table
membership attribut...

github.com/lambdaisland/plenish - 16246092e5d0d5d8ad9237b86de3779ae3109919 authored over 2 years ago by Arne Brasseur <[email protected]>
Add failing test case for bug that was uncovered

github.com/lambdaisland/plenish - adaf137aa6210b79e1c5f7e8b0e6f1dc5742c3ba authored over 2 years ago by Arne Brasseur <[email protected]>
Add kaocha based test, still requires manually starting the postgres container

github.com/lambdaisland/plenish - 09de4996b8cbd24af1f9c901a14d6804638eed04 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/facai - e70fc5186f259ebf5156438482e43db492507ad5 authored over 2 years ago by Arne Brasseur <[email protected]>
# 0.6.52-alpha (2022-07-12 / 509ba20)

## Changed

- Rework persistence and hooks

## Added

- Add XTDB support

github.com/lambdaisland/facai - 7ccb14fe226d766bcbb2377f3e472fdd74eb74e8 authored over 2 years ago by Arne Brasseur <[email protected]>
CHANGELOG

github.com/lambdaisland/facai - 509ba208173a64a966f1de153f59af3060a08ba8 authored over 2 years ago by Arne Brasseur <[email protected]>
Version bumps and test cleanup

github.com/lambdaisland/facai - 049dcbaa9ad72ffe0170aa8591c1cf34bcf55771 authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #10 from kamilwaheed/old-group-id-support

Support :old-group-id

github.com/lambdaisland/open-source - 7f39ffb76d47e2ff83d4478957c2ca4fd180f3e5 authored over 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #28 from lambdaisland/alys/fix-round-trip

Fix round-trip test

github.com/lambdaisland/deep-diff2 - 8c7e82c0362e7c1c08a5750750b2a4452559214f authored over 2 years ago by A Brooks <[email protected]>
Check for NaNs in Clojure, too.

Occasionally the round-trip-diff test would fail in Clojure because
we weren't checking for NaNs...

github.com/lambdaisland/deep-diff2 - 5d3b97b4091313ff177f122e2b674314476bd798 authored over 2 years ago by Alys Brooks <[email protected]>
fix: signal! resolve to nil on wrong system-name

github.com/lambdaisland/gx.cljc - 3b363e1b7021627a08fc3c035577eebb7aa52198 authored over 2 years ago by Artem Medeu <[email protected]>
fix: in some cases, old failure is not cleaned up

github.com/lambdaisland/gx.cljc - a85f453b9997d5cba83ac6b18ed3fb26c5af239a authored over 2 years ago by Artem Medeu <[email protected]>
Add missing CHANGELOG entry.

github.com/lambdaisland/deep-diff2 - 3463a3d91c68ecfd6df8bfe86d32afbafeb512e8 authored over 2 years ago by A Brooks <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

github.com/lambdaisland/deep-diff2 - d156bb34311b3ebac9d08f30b447bbd69fde3711 authored over 2 years ago by Alys Brooks <[email protected]>
# 2.3.127 (2022-07-01 / a8186a5)

## Added

## Fixed

## Changed

github.com/lambdaisland/deep-diff2 - c8512e22f390d61608d5b1455ef4885c0b028478 authored over 2 years ago by Alys Brooks <[email protected]>