Ecosyste.ms: OpenCollective

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

github.com/lambdaisland/kaocha

Full featured next gen Clojure test runner
https://github.com/lambdaisland/kaocha

Update CHANGELOG

01dbb3af3e3904494e6901c1f25de8456eb2a86f authored about 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #263 from lambdaisland/arne/no-skip-load-error

Don't skip tests with load errors

66486472c1d525c1b160fa44ad5a713231123482 authored about 3 years ago by Arne Brasseur <[email protected]>
Don't skip tests with load errors

Currently this leads to an unfortunate interaction where if you `--focus
foo/bar`, but `foo.clj`...

e0accb6038902f2953fbe4c407e1216236c92458 authored about 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #224 from lambdaisland/add-windows-ci

Add Windows CI

f0be0a16c04ac558ae55b1687bb47532649e0b0a authored about 3 years ago by A Brooks <[email protected]>
Disable Windows tests for now.

dc2af6a4e1531ad8d25bacb6c48c3fd9b6327bd3 authored about 3 years ago by Alys Brooks <[email protected]>
Fix issue with Windows test.

8782b7916cd4c8494f3cba127a275601913df1d9 authored about 3 years ago by Alys <[email protected]>
Add command to actually run tests.

58361fa4a6e6513b1252fe14625c03a7a022073f authored about 3 years ago by Alys Brooks <[email protected]>
Add initial Windows job.

ae6420c538f7bb4281d7d37b9ca4146ae3782053 authored about 3 years ago by Alys Brooks <[email protected]>
Fix command to run tests on Windows.

310366c53faf1375744b35d41af5824d960a6b74 authored about 3 years ago by Alys Brooks <[email protected]>
Add windows job to kaocha_test.

aa19da237f362022d37235b15410d4dd37fd5460 authored about 3 years ago by Alys Brooks <[email protected]>
Alter command for notifier test.

acb5544b0322507f0517ce15301ef48b75a93957 authored about 3 years ago by Alys Brooks <[email protected]>
Add test command.

3991931d60d44d4370700417ea383ac4c3f04944 authored about 3 years ago by Alys Brooks <[email protected]>
Checkout code first.

e389fb9de8c8930c6d9b811f26d95d297a922714 authored about 3 years ago by Alys Brooks <[email protected]>
Tweak commands to return a non-zero exit code on failure.

a9e8f14989195fdecb584172c6bdf4e402d6ba8f authored about 3 years ago by Alys Brooks <[email protected]>
Fix version command.

70fef25e363151aaa67d641a4e4bd19d49f05288 authored about 3 years ago by Alys Brooks <[email protected]>
Another attempt at getting non-zero exit codes to be returned to CircleCI.

e7a4d6e58c30b94dc90c300eadbf6b4cb92a3199 authored about 3 years ago by Alys Brooks <[email protected]>
Take III

c8d47d92ca771d95f8c7d40ebd099101bb9373b0 authored about 3 years ago by Alys Brooks <[email protected]>
Skip some non-applicable tests on Windows.

ebf9f33ab00a06a611817bef592b009dea08da9e authored about 3 years ago by Alys Brooks <[email protected]>
Disable feature tests for Windows for now.

2fafe9ca1b0621c8d8dea512708bc935d43e39bb authored about 3 years ago by Alys Brooks <[email protected]>
Fix issues in CHANGELOG.

e8f6406381cdd4a92caf7821afb71fcac7ca66f9 authored about 3 years ago by Alys Brooks <[email protected]>
Merge pull request #257 from dpassen/exec-instructions

Match -X instructions to code

1f543c289c8ced02eca6656d8d86f1153708e50f authored about 3 years ago by A Brooks <[email protected]>
Fix typo I introduced in merge.

b482c5cc995fcd6636613e7787028045fe69dd0e authored about 3 years ago by A Brooks <[email protected]>
Merge branch 'main' into exec-instructions

db3710a3b63195deacf68b65eeda19fa3fb377dc authored about 3 years ago by A Brooks <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

dae83b55f0b93310757f4f82ba799c2ed6267957 authored about 3 years ago by Arne Brasseur <[email protected]>
# 1.60.945 (2021-10-24 / 7ed5dd8)

## Fixed

- Apply `:kaocha/bindings` higher in the stack, so they are visible to `main`
and `p...

2915acb7618173e193b6c94e59ddee459abb10dd authored about 3 years ago by Arne Brasseur <[email protected]>
Switch to new versioning scheme

We are in stable release mode (major version = 1), and we have had 59 releases,
so this next rel...

7ed5dd862702f1a207d0edc3e2faf2f84a7221fe authored about 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #258 from lambdaisland/top-level-binding

Apply bindings higher in the stack, check if history var is bound

c89cd637b35c429d336e84d43828a4a1ca43c486 authored about 3 years ago by Arne Brasseur <[email protected]>
Apply bindings higher in the stack, check if history var is bound

Add an extra (with-bindings (config/bindig-map config) ...) at the top level in
kaocha.runner, w...

a562e9c2d7b024c7f2a4b7da8b0016131662856b authored about 3 years ago by Arne Brasseur <[email protected]>
Match -X instructions to code

e0efa234066b112dab3f19765229fcaa66a04e2f authored about 3 years ago by Derek Passen <[email protected]>
Merge pull request #255 from lambdaisland/alys/fix-gc-profiling

Handle missing delta keys.

6a484f5edf5079740633a4038158e0e2fb7f75c9 authored about 3 years ago by A Brooks <[email protected]>
Add comment clarifying keep removes nils.

a5f70432de007f6ee8bf6b3caf4d4c5491ac8094 authored about 3 years ago by Alys Brooks <[email protected]>
Handle missing delta keys.

ed09330d52cf5f801813be5589168689852f936b authored about 3 years ago by Alys Brooks <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

2cc489ff78f213f86012938deb2bc55b277ba8a8 authored about 3 years ago by Alys Brooks <[email protected]>
# 1.0.937 (2021-10-20 / 8ccaba7)

## Added
- `kaocha.runner/exec` for use with Clojure CLI's -X feature
- Added `gc-profiling` plu...

dcd987ae558251e2ab9feaba0cafa70d004ec4e9 authored about 3 years ago by Alys Brooks <[email protected]>
Add CHANGELOG entry for new plugin.

8ccaba70950f547b6f67a7eb4973f40d0d5ce630 authored about 3 years ago by Alys Brooks <[email protected]>
Merge pull request #254 from lambdaisland/thumbnail/main

Adds a warning to go along with thumbnail's changes.

f49da854f781e8969f3101350bda20845725edb2 authored about 3 years ago by A Brooks <[email protected]>
Add warning.

6dc55c2cc38e9cd1d648faf9a55d29fbbdd28a7a authored about 3 years ago by Alys Brooks <[email protected]>
Fix warnings.

5d9e556c81c29eedb819ddb390b21e1af1c0a4e5 authored about 3 years ago by Alys Brooks <[email protected]>
Merge pull request #236 from thumbnail/main

Bugfix plugin name normalization

e1319f7063d0990b8315a28dcfc93b83ff66ca53 authored about 3 years ago by A Brooks <[email protected]>
Merge branch 'main' into main

35304df93f1df310225644f88cd949e7e1f8f4c5 authored about 3 years ago by A Brooks <[email protected]>
Merge pull request #251 from lambdaisland/proto-memory-profile

Memory profiling plugin

b18833abe593f056c926121ca5eedc0b208f5230 authored about 3 years ago by A Brooks <[email protected]>
Fix tests.

881d221b253151408dcbf34b2984392a26744787 authored about 3 years ago by Alys Brooks <[email protected]>
Tweak wording and update docs.

6c60620b630e940c2d58ea0b588b016d0c8b7c01 authored about 3 years ago by Alys Brooks <[email protected]>
Add warning about negative results.

66488b56c74f94122f28a3d8257ceaf5fddb1cc0 authored about 3 years ago by Alys Brooks <[email protected]>
Rename flags and update docs.

004b5efc5bffc6bca04e5e3374e3a0a547ac631d authored about 3 years ago by Alys Brooks <[email protected]>
Update docs.

24431f8e7a7e71f2b670201aee79d4e522fc6a05 authored about 3 years ago by Alys Brooks <[email protected]>
Add cli-options test.

80dae048888a7f91d9dfce706cc48eac4ac4bc9b authored over 3 years ago by Alys Brooks <[email protected]>
Add flag for full results.

fff1e73f5856b3f231cece56fa29c5f20c98870a authored over 3 years ago by Alys Brooks <[email protected]>
Add tests for convert-bytes.

c8a3ceed36e5bef16acdb138e271cc2b41cd1ab7 authored over 3 years ago by Alys Brooks <[email protected]>
Add CHANGELOG entry.

3b0badd989bb04c7e06115253d0594d1d9eb428b authored over 3 years ago by Alys Brooks <[email protected]>
Add tests.

db0e182499e9309504f370d3020a06cd5ccca625 authored over 3 years ago by Alys Brooks <[email protected]>
Delete code I added for reference.

4b9f0b5068c381e07264266645a355da117b40e5 authored over 3 years ago by Alys Brooks <[email protected]>
Add summary totals.

b4c71301d613afad3a8d411e87f68f50ec3979db authored over 3 years ago by Alys Brooks <[email protected]>
Add incomplete level-based indentation.

b0c97b847c83d46b3a31421b5758314559bd0a89 authored over 3 years ago by Alys Brooks <[email protected]>
Add CLI flags.

aa0c9fa614f459379449af5e48ff0ad9be0dc86a authored over 3 years ago by Alys Brooks <[email protected]>
Merge pull request #253 from lambdaisland/alys/fix-for-1.11

Fix several tests for Clojure 1.11

894efc078fc4c46047bbc96f25097e4c1b4485d4 authored over 3 years ago by A Brooks <[email protected]>
Fix several tests for Clojure 1.11

Clojure 1.11 add the function run-test, which conflicted with a test in several namespaces.
This...

a14079a2ec28e0b04beaf59acdf799a4dc3dd024 authored over 3 years ago by Alys Brooks <[email protected]>
Merge pull request #249 from lambdaisland/add-exec-fn

Add exec fn

d707cb577dabd23399fa6f36e5843c4820bbf864 authored over 3 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

9cd469e79a2a6b126e96843363631770b3b92295 authored over 3 years ago by Arne Brasseur <[email protected]>
# 1.0.902 (2021-10-01 / 3100c8b)

## Added

- Added support for code using `:as-alias`

## Fixed

- Fix only considering public va...

2453049dfbd226bea3126054ccdbded74db76a03 authored over 3 years ago by Arne Brasseur <[email protected]>
Hold back matcher-combinators

3100c8bd37edbcc6e0321e0a4bbcc332611ec180 authored over 3 years ago by Arne Brasseur <[email protected]>
Update CHANGELOG

64eb956ab668b0a9a3ebb53b859c9b0f47406b39 authored over 3 years ago by Arne Brasseur <[email protected]>
Upgrade our dependencies

f35a8b39eaf2f82f4b0fdfb22f7077ebf0f23276 authored over 3 years ago by Arne Brasseur <[email protected]>
Fix docs.

e26495141786ebf05b85d67b332bc73fe3aff6ff authored over 3 years ago by Alys Brooks <[email protected]>
Add documentation for plugin.

36f14790390924264109d3223a2daf6a69605c6a authored over 3 years ago by Alys Brooks <[email protected]>
Fix docs.

888af14cab0378c93a8395c857a8e70f78d18ed8 authored over 3 years ago by Alys Brooks <[email protected]>
Add mention to doc/02_installing.md as well.

b055d44f46c899554c41a5c4fb17c8aa30f3062f authored over 3 years ago by Alys Brooks <[email protected]>
Add basis of exec-fn command.

b95ea43886f980e8001c706e3e1996d862f7d125 authored over 3 years ago by Alys Brooks <[email protected]>
Add start of memory profiling plugin.

618f40fc39b66c1c61bf2a39ca07528554fe2fdd authored over 3 years ago by Alys Brooks <[email protected]>
Merge pull request #248 from lambdaisland/laurence/fix-not-including-private-test-var

fix not including private test var in building test plan - issue 245

18139549ec915cda08d03f20dc61bf786b111856 authored over 3 years ago by Arne Brasseur <[email protected]>
add test and CHANGELOG

15edbb9d609e86010b041f9cf965d95eb95ad07a authored over 3 years ago by Laurence Chen <[email protected]>
fix kaocha not counting private vars

0b661b9387a44c918bbe6f1600c1134153063152 authored over 3 years ago by Laurence Chen <[email protected]>
Merge pull request #247 from lambdaisland/revert-246-feature/tools-deps-exec-fn

Revert "Feature: tools-deps exec-fn support"

1c686478c719a5beab002e835b8fb69a08570a0e authored over 3 years ago by A Brooks <[email protected]>
Revert "Feature: tools-deps exec-fn support"

87de1a38a86ceac0e4086ce29a02d6a3e2922cfd authored over 3 years ago by A Brooks <[email protected]>
Merge pull request #246 from fluree/feature/tools-deps-exec-fn

Feature: tools-deps exec-fn support

85e537ec7e8d79c2729f74643c10addcafa68802 authored over 3 years ago by A Brooks <[email protected]>
Put exec-fn instructions in separate section of README

dd6a0a389e69cef9a005eae4bde4aa9d27a81160 authored over 3 years ago by Wes Morgan <[email protected]>
Update tools-deps README section for -X support

8b7d7198bd8fdce48afaa61e0a80d06c79163461 authored over 3 years ago by Wes Morgan <[email protected]>
Add a test for kaocha.runner/exec-args->cli-args

3b0b1f68d631460f1bae69b79a8028052b4d8320 authored over 3 years ago by Wes Morgan <[email protected]>
Add kaocha.runner/exec to changelog

610db3bb8da1e27e8d242164bc5cd31257371973 authored over 3 years ago by Wes Morgan <[email protected]>
Add kaocha.runner/exec for CLI -X support

7ff84d0acdd92bc771bafa9d00dfec2aa474c308 authored over 3 years ago by Wes Morgan <[email protected]>
# 1.0.887 (2021-09-01 / 38470aa)

## Added

## Fixed

- Fix load-error handling in `kaocha.watch`
- Fix `could not resolve symbol ...

5dd0d0f821ca34b64bda9b8827e47a63b2d122d8 authored over 3 years ago by Alys Brooks <[email protected]>
Merge pull request #233 from lambdaisland/arne/reload-cleanup

Fix and clean up load-error handling, remove Orchestra

38470aaa0d2c566ac3707b571e8fd70c22c2bf7e authored over 3 years ago by A Brooks <[email protected]>
Merge branch 'main' into arne/reload-cleanup

d5ecf30a6c82a79cc28caff4773eda450f39d0e1 authored over 3 years ago by Arne Brasseur <[email protected]>
Remove old test suite

0dd6dd11271f0d9513f05a811aaa9dd99a4264d5 authored over 3 years ago by Arne Brasseur <[email protected]>
Merge pull request #244 from The-Alchemist/patch-2

date update

1bd5a092d8e6b1d3c8c16c45279d2ece1ea660c7 authored over 3 years ago by A Brooks <[email protected]>
date update

3e4d501e7252fbc2e08ea40ab67f7cebc2de1c6f authored over 3 years ago by The Alchemist <[email protected]>
Merge pull request #243 from lambdaisland/moveup-quickstart

Move up quick start

052c9afda3531d0b17c490b7da29d18280b499ca authored over 3 years ago by A Brooks <[email protected]>
Update links.

ac53fc910dada4fddf859a399be336dca294fdb5 authored over 3 years ago by Alys Brooks <[email protected]>
Fix link.

c2faac476c88e85f22c3eb2f13ae281d674f9784 authored over 3 years ago by Alys Brooks <[email protected]>
Move down support section and add link to jump to Quickstart.

f4f82a532a7c52e1f84fc112666c684ddaeb4e4f authored over 3 years ago by Alys Brooks <[email protected]>
Emphasise the breaking nature of the fix

8db697efcc45b9584c53ef8df61996564dbd2d64 authored over 3 years ago by Jeroen de Jong <[email protected]>
Update CHANGELOG

5c2555ef19ba269e3826a5bd87bed733c1815bb7 authored over 3 years ago by A Brooks <[email protected]>
Merge pull request #240 from lambdaisland/fix-require-issue

Add namespace to usages of require.

6aa2e11713baf02884425db687e2f17dd5b9b8ab authored over 3 years ago by A Brooks <[email protected]>
Add namespace to usages of require.

It appears that, in some cases, a Clojure file can be loaded before clojure.core is required,
so...

437db7e32ca55cbf4fb006b6d6f1576cbedd39c4 authored over 3 years ago by Alys Brooks <[email protected]>
Update CHANGELOG.md

27af76e144230b88d747e4b88b593c89c4e7ec5b authored over 3 years ago by Jeroen de Jong <[email protected]>
Bugfix plugin name normalization

fixes lambdaisland/kaocha#235

ec4c68380432c70cdce28eaa3727e2a58c1bee6e authored over 3 years ago by Jeroen de Jong <[email protected]>
Update CHANGELOG

f5933a3d4b3d1bdee592bf5dc6432baa5a7c2e2c authored over 3 years ago by Arne Brasseur <[email protected]>
Add helper for launching portal

a1dd8d0c02b00311df0740b3835871af7ed4fa83 authored over 3 years ago by Arne Brasseur <[email protected]>
Clean up load-error handling and fix handling in kaocha.watch

This makes kaocha.watch use the mechanisms already available in
`kaocha.testable` to deal with a...

37e3852b38d257c6a7f4291fdd37e32ce5c81a5f authored over 3 years ago by Arne Brasseur <[email protected]>
Remove Orchestra instrumentation

It gets in the way too easily, at this point it's causing us a lot of work
without adding much v...

9f6594b752b99c8531d88b56ea010a8d2f0fb784 authored over 3 years ago by Arne Brasseur <[email protected]>