Ecosyste.ms: OpenCollective

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

Ash Framework

Creating a declarative, resource based general application framework for Elixir.
Collective - Host: opensource - https://opencollective.com/ash-framework - Website: https://ash-elixir.org - Code: https://github.com/ash-project

Add LiveView test harness

github.com/ash-project/ash_dashboard - 338421333051832dfff610163d39f633f7d3346d authored almost 5 years ago by Michael Crumm <[email protected]>
Add some tests for DataFns

github.com/ash-project/ash_dashboard - af6a74b7931045ec080fd400d8896c2ea0f134bc authored almost 5 years ago by Michael Crumm <[email protected]>
Refactor LiveMetric to move memory to client

- LiveMetric temporary_assigns data on mount
- PhxLiveMetric hook calculates chart values in js ...

github.com/ash-project/ash_dashboard - 465ab5382e8ed370702f5c6e9016af873316b83e authored almost 5 years ago by Michael Crumm <[email protected]>
add js test dependencies

github.com/ash-project/ash_dashboard - c0247e06893dfd04d66c81089e8ece9dddd2dff5 authored almost 5 years ago by Michael Crumm <[email protected]>
Add GitHub workflow

github.com/ash-project/ash_dashboard - 00be22c448d0bdacd4ee58e78fa0a5c09e88d360 authored almost 5 years ago by Michael Crumm <[email protected]>
Only trigger PhxLiveMetric update when datasets change

github.com/ash-project/ash_dashboard - fedbdbea265206d0b8f3633e8b83f17a1b06670e authored almost 5 years ago by Michael Crumm <[email protected]>
Bump phoenix deps

github.com/ash-project/ash_dashboard - 9ecd11ebf44b6a59581dc743bdb59946591ca223 authored almost 5 years ago by Michael Crumm <[email protected]>
Replace foward with live_dashboard/2 macro (#10)

Including update to phoenix_live_view ~> 0.7.0-dev

github.com/ash-project/ash_dashboard - 537e6739dbac4b4a77e303d4ccf3b5327f425042 authored almost 5 years ago by Michael Crumm <[email protected]>
Add LiveDashboard moduledoc

github.com/ash-project/ash_dashboard - ba196f17dbb6e84f649de8a2ac58320bb32c7c6d authored almost 5 years ago by Michael Crumm <[email protected]>
Update maintainers

Co-Authored-By: José Valim <[email protected]>

github.com/ash-project/ash_dashboard - e63ee59348280741d6b941f4887de6ac0a7d0921 authored almost 5 years ago by Michael Crumm <[email protected]>
remove package.json

we won't be publishing assets anytime soon, so we don't need it.

github.com/ash-project/ash_dashboard - 412b923161115909d58f35ec751f1bccf3765dd4 authored almost 5 years ago by Michael Crumm <[email protected]>
Add installation and telemetry walkthrough guides

github.com/ash-project/ash_dashboard - e9de1a72b672d62f4c99814efa42a1ee06fda74e authored almost 5 years ago by Michael Crumm <[email protected]>
make chart assigns temporary, closes #8

github.com/ash-project/ash_dashboard - 14abd7b278c11a3b16888951c2a80a198a2154d7 authored almost 5 years ago by Michael Crumm <[email protected]>
bump js build

github.com/ash-project/ash_dashboard - 29cce67503fd86eabfd36a4ec28de0a9e5019fb9 authored almost 5 years ago by Michael Crumm <[email protected]>
update mix deps

github.com/ash-project/ash_dashboard - b445121bd4d8ccd0c3d6c46e47c02c60d1c1fda2 authored almost 5 years ago by Michael Crumm <[email protected]>
Use section as TelemetryLive container

github.com/ash-project/ash_dashboard - f4425a6eb43dfaf03e685ee8bd825a48637880f5 authored almost 5 years ago by Michael Crumm <[email protected]>
Get router from conn

github.com/ash-project/ash_dashboard - b9d52f5fbb086e8058fdd76ce50c3b6a31848cde authored almost 5 years ago by Michael Crumm <[email protected]>
render static assets into layout

github.com/ash-project/ash_dashboard - ab9425caca105bc1008b02424c541f515f41d571 authored almost 5 years ago by Michael Crumm <[email protected]>
Inline assets

github.com/ash-project/ash_dashboard - 206410b208594a2d12c4d3fe25f10f239d559372 authored almost 5 years ago by Michael Crumm <[email protected]>
Drop debug lines from templates

github.com/ash-project/ash_dashboard - 826abb0e3ca2a37788a33a721fa85c11d0d16663 authored almost 5 years ago by Michael Crumm <[email protected]>
Render css in style tag

github.com/ash-project/ash_dashboard - 765b3029beb984568972d3ee66472b58c166758d authored almost 5 years ago by Michael Crumm <[email protected]>
build static assets

github.com/ash-project/ash_dashboard - 7829c8fc0aba419ea8bb84b42fc155f5091a59d8 authored almost 5 years ago by Michael Crumm <[email protected]>
WIP: Dashboard Layout

github.com/ash-project/ash_dashboard - 852b41f913a03c61e1197b3b716fb7350de5a609 authored almost 5 years ago by Michael Crumm <[email protected]>
Send data points to charts

github.com/ash-project/ash_dashboard - 3683951dcd292b6d2d99a40d6239161b02b5716c authored almost 5 years ago by Michael Crumm <[email protected]>
Move label/value extraction to MetricConversion

github.com/ash-project/ash_dashboard - 2e391cb4f7f424efb49ba7497853105aa5341119 authored almost 5 years ago by Michael Crumm <[email protected]>
Simplify building points

github.com/ash-project/ash_dashboard - 7e96c71f4c018a4086125eb16a00d5e73ef723eb authored almost 5 years ago by Michael Crumm <[email protected]>
Add Chart struct

github.com/ash-project/ash_dashboard - e7ed303e875a9ac32a8fb6e93366c245d0320ce1 authored almost 5 years ago by Michael Crumm <[email protected]>
Rescue and log conversion errors

github.com/ash-project/ash_dashboard - 52373f0e1d532c7d10044936a0ca5576007affc9 authored almost 5 years ago by Michael Crumm <[email protected]>
Require :name option for LiveDashboard agent and route (#3)

github.com/ash-project/ash_dashboard - 6c1a8605e2d0c3b1cabf495543a3e4247ad66f4f authored almost 5 years ago by Michael Crumm <[email protected]>
Bump js build

github.com/ash-project/ash_dashboard - d0f96cf2354cb84b6b8a124692f3e4c85dd211cf authored almost 5 years ago by Michael Crumm <[email protected]>
Rename MetricsLive to TelemetryLive and group components

github.com/ash-project/ash_dashboard - ace54ce4b38efd957db8fbdda81c4ac5214cbc3e authored almost 5 years ago by Michael Crumm <[email protected]>
Namespace and group LiveDashboard Hooks

github.com/ash-project/ash_dashboard - 15f66975fd11386e01312e9fe3934933867c8e9f authored almost 5 years ago by Michael Crumm <[email protected]>
Bump :phoenix_live_view, ~> 0.5.1

github.com/ash-project/ash_dashboard - 513e7f86f7df1f7f7353dc727d27b8f93dcf7303 authored almost 5 years ago by Michael Crumm <[email protected]>
Attach telemetry events on connected mount

github.com/ash-project/ash_dashboard - 02b5bb72ee2d2dfb58318dc05b0956c70323dfc0 authored almost 5 years ago by Michael Crumm <[email protected]>
Rename telemetry event callback to disambiguate from LiveView

github.com/ash-project/ash_dashboard - 233d20b7e9bb6c8ec5e4e5e12284b79fa4f0de18 authored almost 5 years ago by Michael Crumm <[email protected]>
Update phoenix_live_view

github.com/ash-project/ash_dashboard - a3edc3dc70d330294aacbfcf7160b938169a02ca authored almost 5 years ago by Michael Crumm <[email protected]>
Use new plug (#2)

* Use new plug

* Update lib/phoenix/live_dashboard.ex

github.com/ash-project/ash_dashboard - 4eae13da5f16c0d481c6135a41510c91ac00aace authored almost 5 years ago by Chris McCord <[email protected]>
Forward through LiveDashboard

github.com/ash-project/ash_dashboard - f109ebe8761b61d271dc11a172e88bdc6faff49c authored almost 5 years ago by Michael Crumm <[email protected]>
Add vendor'd chartjs (#1)

github.com/ash-project/ash_dashboard - 0fde7d9c3e7bf8ce51fd40e5bdcaf51b39dae499 authored almost 5 years ago by Michael Crumm <[email protected]>
Fixing irrelevant clause detection

github.com/ash-project/ash - 6781f655c8c9a700eaf71f858cf9f4d0f18414db authored about 5 years ago by Zach Daniel <[email protected]>
fixing tests/errors

github.com/ash-project/ash - add170ccc3d44166f8d27276fbca6911452df30d authored about 5 years ago by Zach Daniel <[email protected]>
finishing up action tests

github.com/ash-project/ash - 6702c8eb3ab5ad857d919edf0b6d3f2497634032 authored about 5 years ago by Zach Daniel <[email protected]>
fixing up docs changes

github.com/ash-project/ash - d9353f9df9205314aac2277ded74909a2076104a authored about 5 years ago by Zach Daniel <[email protected]>
finish up relationship update tests

github.com/ash-project/ash - 41faa751c1465dcd284f48377e5128b9b59ee6a5 authored about 5 years ago by Zach Daniel <[email protected]>
WIP, action tests

github.com/ash-project/ash - 50941958e6224cbaf34435a93c9d8c50e611cce3 authored about 5 years ago by Zach Daniel <[email protected]>
WIP (removes sat solver)

github.com/ash-project/ash - 2c3c368a7e260d85218e5ce7fe1e42de93dcc186 authored about 5 years ago by Zach Daniel <[email protected]>
finally starting to stablize a bit. Still need to finish pg datalayer and

authorization. Realized that `get` `update` and `destroy` logic isn't
going to be as easy as filt...

github.com/ash-project/ash - e0cc81c2e7376315696da25313f740e19fa78939 authored about 5 years ago by Zach Daniel <[email protected]>
WIP, making filters work, for the most part

github.com/ash-project/ash - a93c1b60cb0edfadc823590827b903227d3b0ddc authored about 5 years ago by Zach Daniel <[email protected]>
adding some tests, working on relationship stateful changes

github.com/ash-project/ash - 4e2e013f968914ca8baabec8d56935c60fc279b8 authored about 5 years ago by Zach Daniel <[email protected]>
wildin out man

github.com/ash-project/ash - 2f85a1385f20f5e1908f37848e9f22a46c110871 authored about 5 years ago by Zach Daniel <[email protected]>
whirlwind

github.com/ash-project/ash - 201e0682358c9ae190d2daa8e26845d511f7b7de authored about 5 years ago by Zach Daniel <[email protected]>
Update README.md

github.com/ash-project/ash - 69f4c446fc40b9de9840b9af51a5ab2fc5854f53 authored about 5 years ago by Andrew Callahan <[email protected]>
make authorization optional (for testing purposes for now)

github.com/ash-project/ash_json_api - d763fe9ed2ce1751c7527479a4ad849fa9e926fc authored about 5 years ago by Andrew Callahan <[email protected]>
finish fetching data test outlines

github.com/ash-project/ash_json_api - 0251471ace4217e535c7c5a4636fcc28d20e8bef authored about 5 years ago by Andrew Callahan <[email protected]>
fix links

github.com/ash-project/ash - cfc09cf0e59c0a09b45b3a37d2358aa65a3413b7 authored about 5 years ago by Zach Daniel <[email protected]>
sorting test outline

github.com/ash-project/ash_json_api - e3ba2804e1b141e27e773a3fee2dfe368791659c authored about 5 years ago by Andrew Callahan <[email protected]>
sparse fieldsets test outline

github.com/ash-project/ash_json_api - 1ecfd42b01bc6e37105443d9c082963208b0bb19 authored about 5 years ago by Andrew Callahan <[email protected]>