Ecosyste.ms: OpenCollective

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

github.com/lambdaisland/activities


https://github.com/lambdaisland/activities

Merge pull request #10 from lambdaisland/hashp-user

Move the hashp require statement to user.clj

518b1ea12fc4c5cb2b8bbb0b6c79488760853e0d authored about 5 years ago by Felipe Barros <[email protected]>
Move the hashp require statement to user.clj

That's what user.clj is for.

8e8491bbc5e83edaf965b6e59b15ff2b15d656de authored about 5 years ago by Arne Brasseur <[email protected]>
Merge pull request #8 from lambdaisland/iss7

Refactor activity namespace and improve views

c6cd2f16d5037d9cdbb692eb8b9769c0a86f367a authored about 5 years ago by Arne Brasseur <[email protected]>
Fix missing descriptive symbol for ignored argument

b31e5070afd11f193192cae5e0b55c42c2648759 authored about 5 years ago by Felipe Barros <[email protected]>
Reimplements spec failure error page for create-activity

It was there a few commits ago in the file history. If I recall correctly it was
failing for som...

346d99bb18ae170cd83bcd4039309cd510dc0a72 authored about 5 years ago by Felipe Barros <[email protected]>
Renames find-activities to list-activities

759a1713d747ca55b738719e47940e0aeae51824 authored about 5 years ago by Felipe Barros <[email protected]>
Delete rogue comments

37266a59ae764cf4c51ede750d11b9b636736467 authored about 5 years ago by Felipe Barros <[email protected]>
Refactor activity namespace

And also improve data passed to views and destructuring.

5bbb6b2045aed908787a577900c8266f48429d47 authored about 5 years ago by Felipe Barros <[email protected]>
Add hashp to ease debugging

98a0c6cf3337e7404a608ddc053f7b1af684cd02 authored about 5 years ago by Felipe Barros <[email protected]>
Removes req->activity

With the new data flow in mind, this function would receive the database and an
id and call crux...

f37f9d1d040fe5d7b5206206887d0a29b54711f0 authored about 5 years ago by Felipe Barros <[email protected]>
Refactor path to simplify access to routes in different namespaces

The previous version took the entire request and extracted the router from it.
Now path takes on...

a05d404c70358b226e4523c0eb5622540f061d7b authored about 5 years ago by Felipe Barros <[email protected]>
Refactor create-activity to support new data flow model

The effects of creating a new activity are explicit and centralized in the
handlers namespace. I...

428936be8a43c197ed0e2911020ccd5038591976 authored about 5 years ago by Felipe Barros <[email protected]>
Refactor req->new-activity into new-activity

This simplifies the activity namespace and leaves all the logic to the handlers
namespace, which...

311a50a933c616b48a1909015833eaedeab6d373 authored about 5 years ago by Felipe Barros <[email protected]>
Merge branch 'master' into iss7

d1af7b0eaecddf965955fe3fbc7383cf751b55ee authored about 5 years ago by Felipe Barros <[email protected]>
[WIP] Refactor activity namespace

f8195d2461f98ba4c18d9d396141a9bb67299d22 authored about 5 years ago by Arne Brasseur <[email protected]>
Merge pull request #6 from lambdaisland/iss3

Fix missing crux sync after submitting transactions

ac510830ba562984b3f1480ad039f5cbccefcbac authored about 5 years ago by Felipe Barros <[email protected]>
Fix missing crux sync after submitting transactions

Closes #3

62283bdfd641159dc430dedde816fec4924d50c0 authored about 5 years ago by Arne Brasseur <[email protected]>
Fix textarea pre-filling in edit-activity form

textarea does not support the value attribute.

f64335d720dd1c15da1bae693b9ed78e28d21885 authored about 5 years ago by Arne Brasseur <[email protected]>
Merge pull request #5 from lambdaisland/improve-activities-layout

Improve main activities page layout

577c55a3a3c49acc44c727f19d9ac14304d834a6 authored about 5 years ago by Arne Brasseur <[email protected]>
Adds working link to card buttons

64e54e6885cc2c0bbd6f825d1185ab36f0c96dc2 authored about 5 years ago by Felipe Barros <[email protected]>
Deletes small code smell

31b9e092c37ff0ae3e44af68a862f542e3b694aa authored about 5 years ago by Felipe Barros <[email protected]>
Refactor and style main list-activities page

0cf477f397312ed22f012aa7dc679199616a2c30 authored about 5 years ago by Felipe Barros <[email protected]>
Refactor get-activities from handlers into activity/req->activities

b929f185ffdec3f482f88d43477a3943fcf97741 authored about 5 years ago by Felipe Barros <[email protected]>
Standardize sign-in/register classes

cd59d7c1c052f10ccbc640731f63a214c6fa5312 authored about 5 years ago by Felipe Barros <[email protected]>
update todo list

89847e31aa5d46f82902d5c54b3583a2127b9cf9 authored about 5 years ago by Arne Brasseur <[email protected]>
Improve login view to handle pre-filling new fields

e1df26c8d18130e3c3f7c861ff4525f7d442b80e authored about 5 years ago by Arne Brasseur <[email protected]>
Make calls to buddy.hashers functions clearer

e479f6d0ea248ce5d2d15ed6bcb76cb5ad948602 authored about 5 years ago by Arne Brasseur <[email protected]>
[WIP] Example implementation of spec assertions

59d8ac20c84efda2e7990e49c7467e7af85a10f1 authored about 5 years ago by Arne Brasseur <[email protected]>
Fix form template

3e961f4acb783c45c2df5b8bf5bef1235e34fd47 authored about 5 years ago by Arne Brasseur <[email protected]>
Example of how to handle user authorization

40346a8a7b8b43cbcd74ac2632b2e0e40db4c2a0 authored about 5 years ago by Arne Brasseur <[email protected]>
Implement edit page and edit route

7b4b20f4885774eb8f2e92e14b68ed63565bc549 authored about 5 years ago by Arne Brasseur <[email protected]>
Adds MVP Proposals

9433cf5303a68e02d905bf14e14dba601d8bba4e authored about 5 years ago by Felipe Barros <[email protected]>
Add spec that validates a new activity form submission

9ac7e541599001c62c5f0d870facba7d965021bb authored about 5 years ago by Felipe Barros <[email protected]>
[WIP] Pseudo-code for create-activity with conform

6050fb69b11a75c5e314f4646a48f635e861595a authored about 5 years ago by Felipe Barros <[email protected]>
small spec tweaks

621f6e3a594db76d44946dc7c0cb7d7e6c9e782d authored about 5 years ago by Arne Brasseur <[email protected]>
Prioritize MVP

8be3ea434ca49a311c0bbd7ff682f0b3b84f6b31 authored about 5 years ago by Arne Brasseur <[email protected]>
Fix require to the activity namespace

7ec7d31bd9ca23dcb84d2190e0136058d92cf685 authored about 5 years ago by Felipe Barros <[email protected]>
Define user/db as instance of db and not as node

f17ebbfe7e783618b7fb5702323c8ffb34fdaefd authored about 5 years ago by Arne Brasseur <[email protected]>
New activity and user namespaces for organization

51ba2ee4b9a5b699ceda701943738107a8f5d6c0 authored about 5 years ago by Arne Brasseur <[email protected]>
Facility middleware to store the last requests for easy inspection

75db5b32a90389d5a73cbe6748745c0a33c8da26 authored about 5 years ago by Arne Brasseur <[email protected]>
Include full request in all responses

7082b0da30cb99f08016f766642a6b460199ae54 authored about 5 years ago by Arne Brasseur <[email protected]>
Include full request in all responses

800db292894418f645c736b24eaf7c14d2d41b9c authored about 5 years ago by Arne Brasseur <[email protected]>
Import new user namespace and pass username to layout function

d08830a16626c86f9902870851608dd22264835e authored about 5 years ago by Arne Brasseur <[email protected]>
Add a creator id to new activities

ceaf83dc7517aac91535e0b24ded3b0e24b73084 authored about 5 years ago by Arne Brasseur <[email protected]>
Prefer storing pure data in the database instead of objects

3b4a259f3b7d3ec34af0554661424acedb26ab48 authored about 5 years ago by Arne Brasseur <[email protected]>
Always whitelist user input

Since spec can't drop keys from maps when conforming (at least before Spec2),
it's not safe to t...

3fdda21b683ec425fba54ba0ad1577ff6305b2d0 authored about 5 years ago by Arne Brasseur <[email protected]>
Get the activity-page id from the returned activity

20bd90547c7833b7339e9355bdf8c0c109c964a9 authored about 5 years ago by Felipe Barros <[email protected]>
Add participate route

189d5cbba840e667788d1d2a8e77a628f615eaf8 authored about 5 years ago by Felipe Barros <[email protected]>
Move path to an utils namespace

So far I need to use it at least in the handlers and views namespaces, so its
better to define i...

7a899136c1e5d70039063824a74cabd07adc723c authored about 5 years ago by Felipe Barros <[email protected]>
Add a couple helpers to access activities and users in the repl

0667c803a03d6fde1c6747bdfe2ec38eb7a45430 authored about 5 years ago by Felipe Barros <[email protected]>
Rename req->id to req->uuid

Since the application uses both tagged literals (when interacting with the
database) and strings...

230d7eb633a44e975e3367024672fb31c44af9f0 authored about 5 years ago by Felipe Barros <[email protected]>
Adds creator to activity spec

3dd86cf3b41ee7c3546c9555a1e6be08407c97a3 authored about 5 years ago by Felipe Barros <[email protected]>
Refactor and rename params->activity to req->new-activity

27a669a25dab41961d05c2f66b3c7e9cc4b5278f authored about 5 years ago by Felipe Barros <[email protected]>
Add req->activity

6c347565b48bd9d62c4e0dd7e356e5a6d0aa4796 authored about 5 years ago by Felipe Barros <[email protected]>
Adds descriptions to a couple functions

67eb53d68c5b63637d6b2402f41dfb1c50928e5b authored about 5 years ago by Felipe Barros <[email protected]>
Move activity-form markup to views namespace

750b9b9a08eab21a9496b762c5529b3e0ab19db4 authored about 5 years ago by Felipe Barros <[email protected]>
Activity spec is now in the activity namespace

1339998f78a512f3f960b2000bfcbf49ffa3a23c authored about 5 years ago by Felipe Barros <[email protected]>
[FIX] Get activity-form from views/activity-form

fe22c1200322212d396a44aa179d5374c96eddda authored about 5 years ago by Felipe Barros <[email protected]>
Refactor get-activity and move activity-page markup to views namespace

d0de2e69902035b1d148ad275b9971b2b9eb260e authored about 5 years ago by Felipe Barros <[email protected]>
Refactor create-activity to leverage new activity namespace

5f6156b8eb9a2ed76a473e49ed376ce7636a7162 authored about 5 years ago by Felipe Barros <[email protected]>
Updates required namespaces in handlers

- flexmark is now handled by the views namespace
- Adds spec

4466a307a40adcc0406e4ed44d464811af58942c authored about 5 years ago by Felipe Barros <[email protected]>
Adds join-activity and leave-activity handlers

f577afa841c4a56225abf365286f217380dddc62 authored about 5 years ago by Felipe Barros <[email protected]>
Basic authentication and initial improvements to styling

636e5911ca2e2675703e29c4d899666f13f68bca authored about 5 years ago by Felipe Barros <[email protected]>
[WIP] fix errors

63d9e4c0d875ebab926e128ac7ef3e0e6cc752b8 authored about 5 years ago by Felipe Barros <[email protected]>
Fix a handful of small bugs

3c63c581545ac46aa60adfaf544cd913780ee21b authored about 5 years ago by Arne Brasseur <[email protected]>
Implement reader tags for java.time.Instant (#1)

Also make sure the stuff in user.clj only gets loaded on demand.

855977988ab6f1a4d67a6cd1fb10477e40d09754 authored about 5 years ago by Arne Brasseur <[email protected]>
Some spec examples

9b54c224e3a817033615fa4d3a4ba8778ecc7e48 authored about 5 years ago by Arne Brasseur <[email protected]>
Facilities to check user creation

843843bc8f6cee755c3569c54852bc49b79dda2d authored about 5 years ago by Arne Brasseur <[email protected]>
Adds activities route and list-activities handler

0e51a26d87b95628e82676e5c7b52b1ee0318f3b authored about 5 years ago by Felipe Barros <[email protected]>
Fixes hard coded action path on activity-form

27db4dadff38b166f900865e1c9eebaf160003c8 authored about 5 years ago by Felipe Barros <[email protected]>
Pass the request to the navbar and fix hardcoded paths

a8120a33c1e5b3df5729b36604652be78721d2c8 authored about 5 years ago by Felipe Barros <[email protected]>
Clean outdated comments in handlers

550eba781f219c1244ffea5e6955125f065e2ba3 authored about 5 years ago by Felipe Barros <[email protected]>
Fix new activity form being accessible to unidentified users

bc9f362581f0d91768513abf2fed486cd37de6c4 authored about 5 years ago by Felipe Barros <[email protected]>
Use reitit router from request map to generate paths

41bef60041a52a2cac8a901157cd114a2c6e161e authored about 5 years ago by Arne Brasseur <[email protected]>
Fix for update-activity handler to use insts and up-to-date fields

b392a738d4c723619828a062f3e92c54c5c49e5c authored about 5 years ago by Felipe Barros <[email protected]>
Move edit-activity handler's view to views namespace and fix fields

88fad7e2baa22a88ee07a5aac3fb30aa01aaca61 authored about 5 years ago by Felipe Barros <[email protected]>
Fix request method for edit-activity button

f8973596d6113424c59ab2eb50f0316dc97d8d73 authored about 5 years ago by Felipe Barros <[email protected]>
Add routes to join and leave an activity

28af21254f957bd8c37be07bc82187a459f09c78 authored about 5 years ago by Felipe Barros <[email protected]>
Refactors the handlers

- Adds an extra `title` parameter to `layout`
- Defines a function `response` that takes an opti...

f1447da0a8bb64f292bb04b01ca58c3a5487417f authored about 5 years ago by Felipe Barros <[email protected]>
Improve our Emacs restclient HTTP tests

e583d3551585b16f64a9a24d168f7f6f386d4666 authored about 5 years ago by Felipe Barros <[email protected]>
Fixes POST redirection from 301 Moved Permanently to 201 Created

80e4d2df2a88d366dee55e7904ea596d1f6959aa authored about 5 years ago by Felipe Barros <[email protected]>
Small improvement to activity creation helper

3168612795d6918168a212f4bb5f3168a412b812 authored about 5 years ago by Felipe Barros <[email protected]>
Add project notes

660dc1d9d1936aba3022548838680cd8720eaf3e authored about 5 years ago by Arne Brasseur <[email protected]>
Fix leave-activity handler

16f85538816e1c17eddfa318bc0e6ad68169941f authored about 5 years ago by Arne Brasseur <[email protected]>
Add prone and redirect root to activities

7b1d3711712e58f5d2e07136576e39565e8a4420 authored about 5 years ago by Arne Brasseur <[email protected]>
Add Crux to the system

8952664502e098e3d971c080ccdd329b47dff450 authored about 5 years ago by Arne Brasseur <[email protected]>
Add RESTful middleware

7b061e5f77b534c7d4840588ff35215c194c1f7a authored about 5 years ago by Arne Brasseur <[email protected]>
Add username for authenticated user to the navbar

73e674b5a69dac8bfb95ad57dfa31380995c17dd authored about 5 years ago by Arne Brasseur <[email protected]>
Fixes create-activity and get-activity handlers

959b63f51479317ee1038209d65277403f12fdcd authored about 5 years ago by Felipe Barros <[email protected]>
[WIP] Add PUT and DELETE handlers and consolidate routes

062c6ece06338809044ec2e96c9ac5e48aef0046 authored about 5 years ago by Felipe Barros <[email protected]>
Adds a working stylesheet

63a27e54bab0052843a7c01252bf20e34c00d53c authored about 5 years ago by Felipe Barros <[email protected]>
[WIP] Implement Crux DB

2585e0a18fdf54e22479f6bee35defbe3c8c78c9 authored about 5 years ago by Felipe Barros <[email protected]>
Switch to RocksDB, use crux/q

6dc81bdbb75f1d486d09ac286843c320d722c28d authored about 5 years ago by Arne Brasseur <[email protected]>
Add HTML layout

e310a397357f85503a155d40621971f7087cf3e0 authored about 5 years ago by Arne Brasseur <[email protected]>
Fix status code regression for create-activity

And some small updates to add clarity to other involved functions.

0d5b2991422944c49204578648a9069a7d883faa authored about 5 years ago by Felipe Barros <[email protected]>
Fix redirect status code after submitting a new activity form

3cdc28058bdd14d17130841c1ec8a298c60f9509 authored about 5 years ago by Felipe Barros <[email protected]>
Refactors UPDATE and DELETE functions to use Crux

90ccbd692c103cef56759b2f791224a5d363a701 authored about 5 years ago by Felipe Barros <[email protected]>
Add some notes

8c58ad546313e7c06949372a383cb3949f589b50 authored about 5 years ago by Arne Brasseur <[email protected]>
Update RESTClient helpers

6a2d6b0d1f3ee56b85ac29ba9b4d01f9c1ff4caf authored about 5 years ago by Felipe Barros <[email protected]>
Fix redirection after creating a new activíty

641392f07f9c0ec3a62eefccec7da935c1106b17 authored about 5 years ago by Felipe Barros <[email protected]>