Ecosyste.ms: OpenCollective

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

github.com/lambdaisland/chui


https://github.com/lambdaisland/chui

Namespace toggle improvement, show original form in failing assertion

20d1d136db583f42d301b886e6b675e8610c8143 authored over 4 years ago by Arne Brasseur <[email protected]>
Add CHANGELOG.md placeholders

4c9a7c8a2f3cbf1d24f3240eac8174a170c4ee68 authored over 4 years ago by Arne Brasseur <[email protected]>
# 0.0.106 (2020-05-13 / cafb56e)

## Fixed

- chui-ui: include compiled styles.clj in jar, not garden-based styles.clj

806a668b7eeaced9fe02013793b7e5ef430f0eb4 authored over 4 years ago by Arne Brasseur <[email protected]>
Update CHANGELOG

cafb56e6f3ee6f5a10cc89215f17bf76ac4e1327 authored over 4 years ago by Arne Brasseur <[email protected]>
Add CHANGELOG.md placeholders

9f545bbae278b7634b56a4b34bddc78223eefa9e authored over 4 years ago by Arne Brasseur <[email protected]>
# 0.0.103 (2020-05-13 / 70c2df1)

## Changed

- Don't wait on next tick in between interceptor steps, so as not to unduly slow
t...

cd3fd5c885d95c07a440574450b5cca5bb188b7f authored over 4 years ago by Arne Brasseur <[email protected]>
Update CHANGELOG

70c2df13add6f2504a2134debaad8eb46be22f19 authored over 4 years ago by Arne Brasseur <[email protected]>
Don't wait on next tick in between interceptor steps

11c32f9ec7834a9dfac9cea120fdda3b91862bd1 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #8 from lambdaisland/ui-fixes

Ui fixes

f3c5e5c6cba97b5da53805cbe314f5e75302be31 authored over 4 years ago by Arne Brasseur <[email protected]>
Improve test-results widgets

2a001f93fb04aa3c311086d542bb6ed3338e86e0 authored over 4 years ago by Felipe Barros <[email protected]>
Increase size of progress bar

c916e65d2164cd7795e436d1f7dad0c7977fdf76 authored over 4 years ago by Felipe Barros <[email protected]>
Improve colors for selections and test feedbacks

462dda0d9ac9b820c9be009ef8558d4a803bbb46 authored over 4 years ago by Felipe Barros <[email protected]>
Improve page header

Improve vertical alignment of the elements, sizing of logo and adapts text color
according to th...

737a55b3713edea84e2d0bffc12aa6a614ad2ed5 authored over 4 years ago by Felipe Barros <[email protected]>
Add CHANGELOG.md placeholders

0b3f4e7f651b3c142624ef6ccdd34dc1bf76f084 authored over 4 years ago by Arne Brasseur <[email protected]>
# 0.0.94 (2020-05-12 / e9fc96b)

## Changed

- Don't call capture-test-data at the top level, this may fix issues when our
code...

62cc2b72c17df6ab51ef1adc613310aac0ec505b authored over 4 years ago by Arne Brasseur <[email protected]>
Move capture-test-data out of the top level scope

e9fc96b2d3d5780aa2a45ab371e3a61f518f65fd authored over 4 years ago by Arne Brasseur <[email protected]>
Add CHANGELOG.md placeholders

8e9318048c9312958e9a60aa9760969f209e8189 authored over 4 years ago by Arne Brasseur <[email protected]>
# 0.0.91 (2020-05-12 / 0a80a97)

## Changed

- Improve release process
- Colorize progress bar / top bar based on run result

c455cc159871b2e137592e249bdfb46d473db0de authored over 4 years ago by Arne Brasseur <[email protected]>
Update CHANGELOG

0a80a97fb230987700b2a1b9dff153761324782b authored over 4 years ago by Arne Brasseur <[email protected]>
Change progress bar and header colors based on test run result

cb39a637bb07db887197c7db72c65e87117c37cb authored over 4 years ago by Arne Brasseur <[email protected]>
Support chaning progress bar color, still needs tweaking

f6dfbdb459973da438e023e7f5ce389f7da9df84 authored over 4 years ago by Arne Brasseur <[email protected]>
Use correct main namespace init function name

12dee816ec9f7cd37a3b1285e8eb9b236b6f1ad4 authored over 4 years ago by Arne Brasseur <[email protected]>
Comment out chui-relay

3c98aa41c6e6c826bd7c0a9016352d21bcb94e53 authored over 4 years ago by Arne Brasseur <[email protected]>
Set things up for chui UI dev

a26b0356edd580abd30d6c1a4d6c53cc971ef1e1 authored over 4 years ago by Arne Brasseur <[email protected]>
Revert "[WIP] Mega commit"

This reverts commit b09c8ee69528085672c6dfe7367acdafe5de254d.

c9968cd34f304bfb3b09cb27c8cb40fa13efbc41 authored over 4 years ago by Arne Brasseur <[email protected]>
Tweaks

8213c7c08a8400f5da992a9e177106bbf15f4414 authored over 4 years ago by Arne Brasseur <[email protected]>
Use a namespaced kw for the release alias

ad4a3840414ac08d2baa9435a7ac573d2bd72d01 authored over 4 years ago by Arne Brasseur <[email protected]>
Automate the recomputing of styles

This way we still get garden hot reload in dev, but inlined pre-computed CSS in releases.

46ae3a3ee1d58c25e2097e213c98fcae367e4747 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge remote-tracking branch 'origin/ui-cleanup'

69df4e1b81f7628162427ef658d2686bdc0175b3 authored over 4 years ago by Arne Brasseur <[email protected]>
Revert to inlined transit-cljs

It still seems to have trouble picking up the :default write handler

9326cdb81dc91a66d4535c2ee90fde76bb948b6d authored over 4 years ago by Arne Brasseur <[email protected]>
Make sure the relay/remote still works

e59a09e9004d13ac4b8e7959a84094ad41f48c07 authored over 4 years ago by Arne Brasseur <[email protected]>
[WIP] Mega commit

Major cleanup. Mostly minor bug fixes and removal of unnecessary stuff plus
improvements.

Still...

b09c8ee69528085672c6dfe7367acdafe5de254d authored over 4 years ago by Felipe Barros <[email protected]>
Remove extra container

It seems to me like this is unnecessary, but I may be wrong.

c406c8b3d2531ee28e4bfa6a0988f331884bd06e authored over 4 years ago by Felipe Barros <[email protected]>
Modules need to be topo-sorted so that dependencies resolve

Otherwise Maven is unhappy that we're depending on something it can't find. Work
around this wit...

7f0256d273de7292c75f64dea533bffb3e950aeb authored over 4 years ago by Arne Brasseur <[email protected]>
Add CHANGELOG.md placeholders

2fcb28ea88b8a59cd5e7deb5267685056727fa29 authored over 4 years ago by Arne Brasseur <[email protected]>
# 0.0.73 (2020-05-11 / a151fae)

## Added

## Fixed

## Changed

18f2cd276aabeb0ef16cec931088d6cb40f0a30f authored over 4 years ago by Arne Brasseur <[email protected]>
Remove unused alias

a151faeecde9f1100db24dd40a27c7dbe96146e0 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #6 from lambdaisland/modules

Modules

ab294971fd98458c6a7d6271f6c49688f0954e82 authored over 4 years ago by Arne Brasseur <[email protected]>
Add coords to README, bump bb wrapper

f3576a984c657a3fa82359b46ab3263d7b3c02c7 authored over 4 years ago by Arne Brasseur <[email protected]>
More module split work

b0057cdff7506db172ccaf29d40caa6f34b4cccd authored over 4 years ago by Arne Brasseur <[email protected]>
Start splitting things into modules

This is work in progress, in parallel working on a renewed project management
and release approa...

7a12981120326565ebc28fcdd36f769809c7b9f5 authored over 4 years ago by Arne Brasseur <[email protected]>
Typo

b7af8a871a4653090346d1d2f523b93dc83a23ac authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #5 from lambdaisland/tweaks

Tweaks

ee71f3c59b3aa554ce56eaa879abe222abae8c4b authored over 4 years ago by Arne Brasseur <[email protected]>
Default to only-failing

0b395fc7e9387d1c3b3dddd477aaa3c20f178143 authored over 4 years ago by Arne Brasseur <[email protected]>
Add :dev/always to the shadowrun namespace

This makes sure shadow always reloads the namespace, thus updating the
test-data.

2e859d673690b53ba0e799bcfce7bc2bb6c1bc23 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge branch 'kaocha-chui'

7e7fc0e9472a4ecb42ff53caac0187f49ef37823 authored over 4 years ago by Arne Brasseur <[email protected]>
Defer replacing t/report so that it is still a multimethod

Once we replace t/report with a regular function any calls to defmethod for
t/report will fail, ...

6122dcca0c6b9b8fe8cb06f189342d69159fd022 authored over 4 years ago by Arne Brasseur <[email protected]>
Update the README

96c8fbcbfa9409392201160d2316d4a1bfc167fd authored over 4 years ago by Arne Brasseur <[email protected]>
Make promise-based async opt-in

6b0ddffae260c961d6901fe41423e19304d28b28 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #4 from lambdaisland/kaocha-chui

Chui client/server aka bridge/remote

2c64a2a4a159122ffc2bf49a1fa90892a255d953 authored over 4 years ago by Arne Brasseur <[email protected]>
Cleanup and version bumps in deps.edn

c9da4620c5e93a7aca28ddc52aa945f0d10e42eb authored over 4 years ago by Arne Brasseur <[email protected]>
Move the kaocha-cljs2 stuff into its own repo, do keep the bridge/remote in here

93ab1c7a02c681487afad2d183bb5fc9b5dcebfb authored over 4 years ago by Arne Brasseur <[email protected]>
Change error handling, we don't actually need a full interceptor

Simplify the interceptor chain by only processing one-way (:enter), and
splitting out error hand...

00b8c025ab9a689c24d40a859d80900afb6f11b2 authored over 4 years ago by Arne Brasseur <[email protected]>
We have a test plan!

6f66540c0d72fa5e14004992b2ecdbd95fd6bd53 authored over 4 years ago by Arne Brasseur <[email protected]>
MVP for kaocha/cljs2

A new kaocha test suite type based on Chui. At the stage where it can connect
with clients, buil...

cdc1c9c9662426afc2dfef74ca77d120ab6907ea authored over 4 years ago by Arne Brasseur <[email protected]>
We don't need no stack where we're going

6d1bcf8853d069d9df4e0212392ceac382645f84 authored over 4 years ago by Arne Brasseur <[email protected]>
First milestone for Kaocha+chui / kaocha.server

- Pohjavirta based stateful websocket server
- Ability to register multiple JS clients, distingu...

b9c3082c44eb4ee68c0cc56659d52b99baa46ab8 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #3 from lambdaisland/improve-search

Run tests when pressing Enter at search input

087ba944b467eceb1e2b66f2d6f761bfa6db883d authored over 4 years ago by Arne Brasseur <[email protected]>
Run tests when pressing Enter at search input

bcd24657cd4104e74e2548a848b8bc29978f1583 authored over 4 years ago by Felipe Barros <[email protected]>
Merge pull request #2 from lambdaisland/remove-skip-indicator

Remove (skip) indicator

96f8dd4968874fcdd0be803c463c13ffe45763ad authored over 4 years ago by Arne Brasseur <[email protected]>
Remove (skip) indicator

4ca4fd532a23c6548ae4e8199921e3ea9ac49163 authored over 4 years ago by Felipe Barros <[email protected]>
This one was still missing, add end time info on test run

2582633c1c5969045c84ef3d750a8de7787b46f3 authored over 4 years ago by Arne Brasseur <[email protected]>
Fix scrolling, add nextTick so UI updates more smoothly, and more

Some assorted fixes

- We don't want runner to depend on reagent/react, so use a regular atom fo...

20fdda5852efa67f3b49de0e65fb323cdb9c6e57 authored over 4 years ago by Arne Brasseur <[email protected]>
Some common sense CIDER settings

7bc9893ac88d55a6d74b35db2e379781032ca306 authored over 4 years ago by Arne Brasseur <[email protected]>
Add "Funded by Pitch" to README

8ea22621160f254eb0bda50ab5853260a45c32df authored over 4 years ago by Arne Brasseur <[email protected]>
invalidate github image cache

c306c4c4c3e80d02cc5fcb5ee43f6eaa7b7ccfd8 authored over 4 years ago by Arne Brasseur <[email protected]>
Update screenshot

85e0fe5217c9a833d90a5f1c980a649b0161a266 authored over 4 years ago by Arne Brasseur <[email protected]>
Add a screenshot

698c05907266322df47d8ac35b836025018067ca authored over 4 years ago by Arne Brasseur <[email protected]>
Show example shadow-cljs setup

f5e9e8b524a2c3ae7b0d984375e8595ec4fe033a authored over 4 years ago by Arne Brasseur <[email protected]>
Inline styles so consumers do not need garden

8edc4f642acd5cd3bbf8033304d29836a89b7cdb authored over 4 years ago by Arne Brasseur <[email protected]>
Remove unneeded namespace require

74441b84c0514e872e6921a3d10045ec4a188fb4 authored over 4 years ago by Arne Brasseur <[email protected]>
Switch to EPL and update README

6349d404207958d6792a999588aef3657ec143fc authored over 4 years ago by Arne Brasseur <[email protected]>
Take "tests" off the default classpath

259391646593a0bc5e210ac3054573945e9f2c30 authored over 4 years ago by Arne Brasseur <[email protected]>
Fix test skipping based on metadata

8868ff412221ae8988ec1c7ac79374de3a8d6c84 authored over 4 years ago by Arne Brasseur <[email protected]>
styling tweaks

17277ec2e49607c77a5b27fabeba9d3d8bcc3160 authored over 4 years ago by Arne Brasseur <[email protected]>
Last push to get this over the line

90b6740c8287f1a031fe2ff3dcc36c551a00c5b2 authored over 4 years ago by Arne Brasseur <[email protected]>
Cleans 3rd column to fit more content vertically

Also improve its visual relationship with the 2nd column.

6567ee508ee1d53b25b666cf0e0f910fe9275e05 authored over 4 years ago by Felipe Barros <[email protected]>
Possible fix for non-wrapping long output in history

bea0d887fbc21ce348f75c97b230f9e20fcc73bf authored over 4 years ago by Felipe Barros <[email protected]>
Fix test count positioning and search button wrapping at lo-dpi

a1bdce38f1db85cecc8ce458896e224734493efe authored over 4 years ago by Felipe Barros <[email protected]>
Miller columns: always show what is in the next column

8fb07b9517cc7d46b0e4bf2027851c862e2ea598 authored over 4 years ago by Arne Brasseur <[email protected]>
Bunch of improvements

- Puget colors based on Tomorrow
- Slightly nicer assertion rendering
- Make new run automatical...

8c9e550e474efa6d2366676d38644cac9b0c10c3 authored over 4 years ago by Arne Brasseur <[email protected]>
Detect tests that return a promise, treat it as async tests

This is a chui-specific extension to cljs.test. Note that it is still advisable
to use cljs.test...

0a5bb069b382b53efa2ccf17227cdb223871268e authored over 4 years ago by Arne Brasseur <[email protected]>
Bump deep-diff and get rid of some warnings

8ef263027adcf200648f7142f78e382ee3e9af39 authored over 4 years ago by Arne Brasseur <[email protected]>
A bunch of fixes/improvements

Handle/report exceptions outside of assertions
Get rid of some react warnings
Don't mark a test ...

7e9e91c8ebbd76c7bce3b728d15c39087ca66caf authored over 4 years ago by Arne Brasseur <[email protected]>
hook up query to the URL

feae1bfec0a1705bd97d03ef2a55302484ea1e45 authored over 4 years ago by Arne Brasseur <[email protected]>
Remove demo namespace to shadowrun

Indicating it can be used more generally for people who dont want to implement their own runner,...

cf60883ec4b7209afd4078006187e375b3f92d12 authored over 4 years ago by Arne Brasseur <[email protected]>
Hook up fail/pass/error class and caption

6ba4918526bfeb0119fa6dc540374522f720c175 authored over 4 years ago by Arne Brasseur <[email protected]>
Hook up query? checkbox

60b06d9e2f89135ecad19c6d8b16fd6a52414645 authored over 4 years ago by Arne Brasseur <[email protected]>
Capture testing-contexts / testing-vars

5c73756a434ffee6fc3190322dd5610795d9972f authored over 4 years ago by Arne Brasseur <[email protected]>
[WIP] Updates visualization of tests and assertions

04d4072a3b9d56e2f67011b4d7594d25a63d88ae authored over 4 years ago by Felipe Barros <[email protected]>
Remove foo2 stuff

cb698064cd72705719684ca5e1753d0a68f5f640 authored over 4 years ago by Arne Brasseur <[email protected]>
Hook up progress bar, improve assertion rendering (somewhat, still WIP)

f0865cf2d95d2ba1c384ecefca4f5b29b59a1ab4 authored over 4 years ago by Arne Brasseur <[email protected]>
Run card

08ae39680edf2f65f8a69a30fe6905ee96ec7450 authored over 4 years ago by Felipe Barros <[email protected]>
[WIP] Improves test results markup

de30575fc9c1426c1add68688ee59db919694fb6 authored over 4 years ago by Felipe Barros <[email protected]>
Improvements to first column

713cb43dee126dc23b985392991c255cecdbb621 authored over 4 years ago by Felipe Barros <[email protected]>
first pass rendering assertions

8525ee740014bd8d4a6cf864bbfba0224577d19c authored over 4 years ago by Arne Brasseur <[email protected]>
Big push on the UI

29900e0995d48882196c96de9e29434fdbac3891 authored over 4 years ago by Arne Brasseur <[email protected]>
[WIP] Improvements to the Namespaces section

26453ca1128e5350e51e50908e74ed88ab97a9eb authored over 4 years ago by Felipe Barros <[email protected]>
WIP tweak UI stuff

55ba85c87b88198a43fd59b6ce7bca1425431c6b authored over 4 years ago by Arne Brasseur <[email protected]>
[WIP] First attempts at new interface

3b3489cdf39d0942d86e4323c1bc77c0fe6ca3c5 authored over 4 years ago by Felipe Barros <[email protected]>