Ecosyste.ms: OpenCollective

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

github.com/streetmix/streetmix

Streetmix makes it easy for people to design public spaces together.
https://github.com/streetmix/streetmix

no longer save previous street thumbnail when switching streets

55b20d4d0f3920feedc64595132d04fb1fc8da4d authored almost 6 years ago
set ALLOW_ANON_STREET_THUMBNAILS to false

add55cb0e5ff59c60e1d664f88b1471b3b7743d7 authored almost 6 years ago
update drag state body class application to a redux subscriber

e2408eb8d03fe2746cc9e31a43c1fd5a9b9b2ada authored almost 6 years ago
consolidate 2 action dispatchers when dragging from palette to street

0a62d0edbb3490633cf3254dab24aeaab03084da authored almost 6 years ago
Merge pull request #1246 from streetmix/louh/optimizations

A few optimizations to improve reduce jank during street editing

4399e3498e5f20daaa294a30aa9d0988822b31d6 authored almost 6 years ago
MeasurementText: update or skip tests because Memo is not supported by enzyme

fc56198ddaeeeecb0a1e396e8184a730bb79611e authored almost 6 years ago
StreetNameCanvas: prevent unnecessary renders

201efa61bc58ec74c2b6137431ac2f2b263d95a0 authored almost 6 years ago
Consolidate clearing dragging type and drag state

9a7a2e03117ace261fe903540aa080a2232aeee8 authored almost 6 years ago
resize guides tied to drag state to avoid excess dispatching

3a56102e6eb6eab651eb0f5683aadbcc8140291b authored almost 6 years ago
fix draggingType issue in onGlobalKeydown

4496ddcbcf67fea821e0eab91f6e778c87dc2adf authored almost 6 years ago
PaletteTrashcan: write tests

a5c3e094008b94fe191c32c024413802f8874299 authored almost 6 years ago
Palette: optimize component rendering

0ba9e64b9559f6044ebb5273c7f9bb4e9df7d39e authored almost 6 years ago
SegmentCanvas, SegmentDragHandles: make pure components

8ff404226bac9621d677a53fc2d7315632121fa4 authored almost 6 years ago
MeasurementText: memoize function

042e11d9bc01ff3e85ab0df1ac4e0bacce9b78af authored almost 6 years ago
StreetEditable: fix missing state when component mounts

e1642865389b3784c3f2d30e85f93bb80368a273 authored almost 6 years ago
Merge pull request #1245 from streetmix/louh/remove-suppressmouseenter

Remove suppressMouseEnter

47ed84ae4efe7c044db7b13261f930ff77bea9c3 authored almost 6 years ago
Remove suppressMouseEnter

7d192dbb4fdb8ea7b24b4762fe3c60358e2738e2 authored almost 6 years ago
WIP: Segment render test

not using shallow rendering but deep rendering with
react-testing-library

40a31950f313cfe43834f6a0e6e0533c89ac738a authored almost 6 years ago
Merge pull request #1235 from streetmix/mila/variants-unit-tests

Variants unit tests

e51a96a12680f46716e2150b8cbed03fce07cf88 authored almost 6 years ago
Merge pull request #1239 from streetmix/louh/watermark

Add a watermark to exported and printed images.

c1ca9b870f4b95a13058546f2be2ce8024f524ad authored almost 6 years ago
Use json for variant_icons instead of js

since it's only a json object anyway we can just use json
due to a bug in jest we cannot use the...

0970678c228e237d1f3c89dea212aa7da8828fc0 authored almost 6 years ago
WIP: use react testing library for component testing

render the component directly instead of trying to do shallow rendering

e6c7862d7e6c655375735c4be232a6247e3f3b5d authored almost 6 years ago
Merge pull request #1238 from streetmix/json-errors

Returns json errors

c8580f79fce009fcc960095994b620cf9e5b0c5c authored almost 6 years ago
Merge pull request #1240 from streetmix/mkong0216/upload-time-interval

update SAVE_THUMBNAIL_TIME_INTERVAL to every 30 minutes (1800000 ms)

941582b5d09074ac1fd741898b5b4a53c1c09605 authored almost 6 years ago
update SAVE_THUMBNAIL_TIME_INTERVAL to every 30 minutes (1800000 ms)

0b51d622953ccf4c6e30518f15831969218f667e authored almost 6 years ago
throw error using Error object

6d65db6c213f84a0f0e247b438d5eef20506f4c9 authored almost 6 years ago
remove mentions of Cloudinary in return messages

b8c6dbb3b10c2d8dbb4e3fdecc6ac6f3ba3f28d6 authored almost 6 years ago
fixed status codes; removed Cloudinary mentions in messages

101805c0486d7f15eb6f7f6ba5d2a94010f2d3ba authored almost 6 years ago
image export watermark controlled by flag

a0d5913905a0258177d2fc90dc4e3f1616bd0b6c authored almost 6 years ago
thumbnail: finish watermark drawing functionality

283305e7f80a750872fa6cebe913f63cf855bb29 authored almost 6 years ago
thumbnail: draw logo image

8e6c1a79058e1e5849047580e40bf01aa2703cb9 authored almost 6 years ago
thumbnail: draw basic text watermark

0c9d961dec9d4bda471962826749a45facf3ed9f authored almost 6 years ago
update status code to 500 Internal Server Error if Cloudinary is unable to generate signature

5fc2a8431b186dbf5fe891be6a13b3cc53599c1d authored almost 6 years ago
updated status code to return 400 Bad request if Cloudinary is unable to generate signature

69301a5472ce6f0c3c2a882c9f7322ac08c271ae authored almost 6 years ago
fix mistake

82ded8572388ea7d4b4ab4b63176bd5f6e852485 authored almost 6 years ago
throw error msg

503c4ae8ff26c8947f8086ce1cba8cc6e8ef23ae authored almost 6 years ago
standardize json error object to return { status, msg }

818782dace5ddd87ae9cbc34412573d78ba983f9 authored almost 6 years ago
api/v1/geo - return error json objects

330b2b01c1b8f1d23b3285c7d135261b204989da authored almost 6 years ago
services/images - return json error objects

1e4a4b360ea88a3122b1c9b68cbe328d7f98dd53 authored almost 6 years ago
api/v1/streets/images - json error objects sent instead of strings

79a27a025b86b30834e207ecb907159820fb44e4 authored almost 6 years ago
Merge pull request #1237 from streetmix/anon-streets

Handles anonymously created streets and streets created by inactive users

5271955fd5633035573b36cdfcae582dc77aba3b authored almost 6 years ago
updated expected status codes for POST api/v1/streets/images

1979ea5441d57e351d317e538a75cc7b2424a903 authored almost 6 years ago
fixed error status codes for POST /api/v1/streets/images

dfc8eae6f0513f7fc700e94936264658d6e10146 authored almost 6 years ago
throw response if error

3eb8d84b61970eb081da4be68a4c624d497278dc authored almost 6 years ago
return subset of Cloudinary object in PUT api/v1/streets/images; stringify street.creator_id and user._id before comparing

af8158f12e2927eae81aaf24eec7ab317d7eef70 authored almost 6 years ago
added test for when street thumbnail does not exist on Cloudinary yet

bca719c8c9a8c77a137a05e865e320c1961ed96f authored almost 6 years ago
set ALLOW_ANON_STREET_THUMBNAILS to true

ff481e7c13391f45c65e6e34dcff2753489fb06c authored almost 6 years ago
send status code 404 if user does not have right permissions

aa0c7056ceec2e528f2ab8c1de9db0110537db0c authored almost 6 years ago
send status code 500 if error caught

df297704ca2c33d23dc48abae2549ae5cd5af7dd authored almost 6 years ago
check street exists before checking if street thumbnail exists in Cloudinary

f08d656987aab2c392b40e9718ae622e1cb78eb7 authored almost 6 years ago
if street thumbnail does not exist on Cloudinary, anyone can make POST request; otherwise, verify user credentials

7b3745140ab692e70ba40a6712449defe10f407f authored almost 6 years ago
Merge pull request #1236 from streetmix/louh/facebook-appid

Add Facebook app ID metatag

c80f92f2839cdda7d078ee4236877dd698e70ccb authored almost 6 years ago
Put facebook app ID on res.locals instead

4e3ae1af1db80f7289b23811c83eda128279b85b authored almost 6 years ago
Add Facebook app ID metatag

7dc270a2645e4114c58fb6dbd7b08a9bdf374955 authored almost 6 years ago
Add mock for VARIANT_ICONS to simplify snapshots

also the way to test the flag code for future icons with enabled flag
the transformation to json...

ea83f5d71bdaa9bfa6f22f91fd790d2a7813148b authored almost 6 years ago
Merge pull request #1227 from streetmix/mila-add-unit-test-for-segments

Add unit test for Segment and SegmentForPalette

7f26107a536a97e2ca0bc471c44a0d09ba20e7e3 authored almost 6 years ago
Add more tests to Variants

add building tests and add tests for boundaries (prop functions) that
are beeing called on click...

b3faf9947c6a9cbf99890a61d0061103e08048db authored almost 6 years ago
Remove handlePointerOut call; it never was used

it was added here:
https://github.com/streetmix/streetmix/commit/92dca6f3feb60dfbd2744b80c911526...

df8424c9f7072695ea61be31de49f521e6d0a5ed authored almost 6 years ago
Add first tests for variants

add first small snaphsot test

15b1645354c1cc3c4e80d399b8177b02ed846730 authored almost 6 years ago
Merge pull request #1233 from streetmix/mila/info-bubble-unit-tests

Add unit tests for info bubble

79f2e095d041ad05ed4de5bc5725daabfe7c8011 authored almost 6 years ago
Merge pull request #1232 from streetmix/canonical-urls

Canonical urls

a8af7a04ba66ab8d4692f8a49f68dc80bc7ca122 authored almost 6 years ago
Remove old comments

e557f9afe45b1539a4fd653341e171a44ccc674f authored almost 6 years ago
Add unit tests for info bubble

basic tests for component edges (prop functions) and difference in
rendering (different props).
...

1898bd239c2a29902755becbc44c8a5ee725a6bb authored almost 6 years ago
added test for GET api/v1/streets/images

44a4cb49b09fcdcf9e6ac03556111ec7ee685f9e authored almost 6 years ago
Update segment test to use real values

add ToDO as discussed in this PR:
https://github.com/streetmix/streetmix/pull/1227#discussion_r2...

a4b5a0416a31e820d97a59c55809ad963d003460 authored almost 6 years ago
throw Error instead of sending response when street is not found.

4866c54fcd37c2c9f4e99dd322e7bf3dbff6b288 authored almost 6 years ago
Add pointer event tests

5c170eaf31110f1cd85e6646a2664dbd5c25edb7 authored almost 6 years ago
STREETMIX_IMAGE is now an object containing image url, image width, and image height

8d423e34c02dffe1a337aec93796275be4621f84 authored almost 6 years ago
GET /api/v1/images/streets now returns entire Cloudinary result instead of only the URL

d8fa86dad90549a633de534101b864c7b6f63a3b authored almost 6 years ago
Use real values for SegmentForPalette

get rid of the NaN in the snapshot
and prepare for further testing of mouse actions

d1c58d7242bf3b472c08070fdfa67c5f8e7b8453 authored almost 6 years ago
removed duplicate code

872da7ef85ae4de28b27e0707cbadbdd0d69a1d0 authored almost 6 years ago
handle anon streets for metatags

67566a0d88a943be858e40181399f31eafb41311 authored almost 6 years ago
use STREETMIX_URL for canonical link

44baf5c3ce7adf4476b15efcc00a4d517dbf0c9a authored almost 6 years ago
set STREETMIX_URL to be used in metatags

73e295fffea1b131e0cd76cb894e6ec2d018136e authored almost 6 years ago
Merge pull request #1230 from streetmix/louh/warn-missing-ipstack-key

geoip: warn when API key is not provided

62c0cd947adf60d8e9a0f279a9d7a7452f5a6e7b authored almost 6 years ago
Merge pull request #1231 from streetmix/louh/fix-remix-url

When remixing a street, new street should have the correct namespaced ID.

c9a284ffd22103aa89666de6f8eac30c803f52fb authored almost 6 years ago
page_url: add tests for getStreetUrl()

78a5fa1a8c24fa0f11b5fe7b4c2542a1fecf27d5 authored almost 6 years ago
page_url: move getStreetUrl()

c2a08dcc48aed64980f9ca85082380177b337498 authored almost 6 years ago
geoip: warn when API key is not provided

3852835afe2de76211545ccfbeca74668c720577 authored almost 6 years ago
metatags: catch errors during handleFindStreetThumbnail

0aa995332ef6a17aa7daee33db89a9764cf9e34f authored almost 6 years ago
Add tests for SegmentForPalette

f81999fed2bcead64b6c8b64627ae62317c18fbe authored almost 6 years ago
Add snapshot tests to Segment

to test the different paths that can result in different class names and
markup to be generated.

8e98f6e7e9dfa45de20b65ea525105c90ded7c90 authored almost 6 years ago
Merge pull request #1223 from streetmix/metatags

Metatags

9fa3958fea9a8c57bc61363ec4c6d9bb03d49b85 authored almost 6 years ago
Add tests for Segment component

use prop methods as edges and make assumptions on them
add ToDo for Snapshot tests
still have on...

0ed1a0c7da03d1fae9ae6ac365ae80d464fb7eba authored almost 6 years ago
add quotation marks around variables

7510c6746b6cacbc93a93d77e4eb94076b487f0b authored almost 6 years ago
fixed conflict

ca068d8c1894ecde9fbc4880b19b16412fd7f040 authored almost 6 years ago
use logger to log errors

45b714dc76d4583c147cfbbf7c6160e07483bb40 authored almost 6 years ago
make GET request for street thumbnail in metatags handler

135b5ba614a6a87a9bf86dc48419a4213e9edb74 authored almost 6 years ago
created GET api request to fetch street thumbnail from cloudinary

6868bf50350b7d3622707a1b0ecff647235ad32a authored almost 6 years ago
reorganize how metatags are handled

cffd6661e4e4f5737a311eb7d889867d316c9ea8 authored almost 6 years ago
replace metatag content with local variables

9d435b20bdf712d74772672de3ff77ff983e73bc authored almost 6 years ago
set default locals for STREETMIX_TITLE and STREETMIX_IMAGE

16f7a5778bc20418390024c0c40c62870ba591bb authored almost 6 years ago
created module to handle adding metatags

1a6a756a8a32cf504557da14c6c28c9f44f42438 authored almost 6 years ago
Merge pull request #1222 from streetmix/street-thumbnails

DELETE api/v1/streets/images/:street_id

8580ff85b61234c0c68ceb54a80962ef03022087 authored almost 6 years ago
added test for DELETE api/v1/streets/images/:street_id

80a0b51da6b07ce67fe37372fba52419a405ec8b authored almost 6 years ago
added comment about deleteStreetThumbnail

b5d187daef8b2fcf552dcf72c3bbbc7e49bece6f authored almost 6 years ago
delete street thumbnail when deleting a gallery street

77a38351f537eb7985501f2d3e5ed4f30a33d5bc authored almost 6 years ago
handle DELETE request for street thumbnail

98f4553b92734b287d2db39d8496a94e17dbdf41 authored almost 6 years ago
handle DELETE request for street thumbnails

a64baf8fb508897ab44662934c7df325c8136bca authored almost 6 years ago
Merge pull request #1220 from streetmix/louh/refactor-last-street

Update street subscriber

1be65cc87d3b88f46fcc273cb3d56a51e4c570a0 authored almost 6 years ago