Ecosyste.ms: OpenCollective

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

github.com/maplibre/maputnik

An open source visual editor for the 'MapLibre Style Specification'
https://github.com/maplibre/maputnik

Temp fix using patch-package for maplibre-inspect issue (#885)

This is a temporary fix for:
- #871

The fix is using `patch-package` to fix the part of the...

5f54dd0ccf34d205c8598186bd41eaae328f238b authored 10 months ago by Harel M <[email protected]>
Improve inspect hover UI (#879)

Fixes #868
- #868

It solves all the block within blocks and all kind of controls that are
n...

3727f5da48d54d39f686ff8958c5ae210d61d5ed authored 10 months ago by Harel M <[email protected]>
Merge entire history from desktop repo to /desktop

Preserve history of the maputnik/desktop repository,
but move related files to `/desktop` direct...

079c5f67cc292b35a4549ca32584d74a57ab9ab7 authored 10 months ago by Yuri Astrakhan <[email protected]>
Renamed ci to ci-desktop

a304d4e0600b7ec076a8c02f2e8fe6ee63b9d411 authored 10 months ago by Yuri Astrakhan <[email protected]>
Move into /desktop dir

For eventual merge into maplibre/maputnik repo

7ac1b03b5a8f240a10578cbb9df06d87d460bb41 authored 10 months ago by Kevin Schaul <[email protected]>
Readme.md container port changed to 80 (#881)

Activating maputnik with `docker run` requires to bind port 80 from
container and not 8888, bec...

b9e32894b36ff52bc85c9ae520fe29199eb1b200 authored 11 months ago by glebpinigin <[email protected]>
Removes number conversion for dirty input (#878)

Fixes #870

- #870

This regression bug was introduced as part of the refactoring of
typesc...

bc5ecfade6801e16df339a8caba766d28b88de56 authored 11 months ago by Harel M <[email protected]>
Fix redo issue

c84c7a7b962aa5cd26bbaa952a9ed2a0506ff00a authored 11 months ago by HarelM <[email protected]>
Add nominatim search to maputnik (#873)

This replaces PR:
- #785

Before:

![image](https://github.com/maplibre/maputnik/assets/326...

cb77c6b4e28d1f74f83e8a18045f2590d7733ab7 authored 11 months ago by Harel M <[email protected]>
Update MapLibre to version 4 (#872)

This updates maplibre from a pre-release to an official release.
It also removed the pre.2 from...

ea42f434eb56daed805f237467a5ec3893b73718 authored 11 months ago by Harel M <[email protected]>
Bump vite from 5.0.10 to 5.0.12 (#865)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.0.10 to 5.0.12.
<d...

6f82c128615826482f147fe1d680fc1f33e0b604 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove unneed console.log

3b95b25777d4078df21ba9adf39e6769357eac00 authored 11 months ago by HarelM <[email protected]>
Fix missing logo (#863)

Fixes #861
This should hopefully address the last item in the below issue of the
missing logo....

1da65f2116e5643c9bf06056c7ca463e41ada523 authored 11 months ago by Harel M <[email protected]>
Remove Storybook, cleanups (#860)

1. Changed references to point to this new repo
2. Fixed docker image publishing to point to gh...

a62db148cd3f34f08cdb1f31fd2c9833f8e03bb4 authored 11 months ago by Harel M <[email protected]>
Update pages deploy on every commit to main

6ed10a862f9752c5441140450a9c512c7f094bd4 authored 12 months ago by HarelM <[email protected]>
login to ghcr.io

123e84f19b9d9c0debb35a10ab4dcbc239c1ccd0 authored 12 months ago by HarelM <[email protected]>
Fix docker deploy, remove unneeded files

d9b1b6f3ae1f48531075e3cfbcc7ed9f40c66eed authored 12 months ago by HarelM <[email protected]>
Update LICENSE

e0cef99c07b05387e4a5bf0beb1152b5edffe91f authored 12 months ago by Harel M <[email protected]>
Update MapLibre dependencies, add terrain editing (#859)

This PR aims at updating MapLibre dependencies.

The main goal of this update is to allow addi...

eb48bed32ae45c103bae33bfac2083e640a45418 authored 12 months ago by Harel M <[email protected]>
Prepare for on boarding (#858)

I believe this solves most of the missing checkboxes:
- https://github.com/maplibre/maplibre/is...

87cf81d1c995b77a682f677449d9eb782a881bbb authored 12 months ago by Harel M <[email protected]>
Improve drivers (#856)

Co-authored-by: shelly_goldblit <[email protected]>
Co-authored-by: HarelM <harel.mazor@...

8e35ed97e60bc22f7986effeca9fb26c1ca4c1ca authored 12 months ago by ShellyDCMS <[email protected]>
E2E: Improve tests, lint, and add more drivers (#855)

This PR introduces lint to cypress code, adds drivers to try and
abstract the usage of cypress ...

124ae98bf34422374bae9fdff9ab1407ed85f680 authored 12 months ago by Harel M <[email protected]>
Improve tests (#854)

Recover commented out tests,
Improve usage of helper in driver,
Added data-wd-key for test t...

b784bf2b84ac7022cf07939cfdf2fac507d83743 authored 12 months ago by Harel M <[email protected]>
Use nginx to serve built files (#808)

Resolves #842
Better suited than python + handles sigterm better

Co-authored-by: Harel M <ha...

09a1f3f87b93600d3da2c5f302b79cb27e4e9700 authored 12 months ago by Max <[email protected]>
Add lint to CI and fix errors (#853)

Adds lint to CI and fixes errors.
I'm not sure I'm fully proud of all the solutions there.
But...

a22476cab278739f921fd37965cce30b76c4b191 authored 12 months ago by Harel M <[email protected]>
add code coverage (#852)

Add Cypress code coverage using Istanbul nyc

![image](https://github.com/maputnik/editor/asse...

a324ddb654f98620d11f744edbb59104e1adf957 authored 12 months ago by ShellyDCMS <[email protected]>
Migration of jsx files to tsx 3 (#851)

This is in continue to:
- #850
- #848

The last files should be converted as part of this PR...

656264f2bcabb9ca89ed6277cde1333bdfc69125 authored 12 months ago by Harel M <[email protected]>
Migration of jsx files to tsx 2 (#850)

This is to continue the work of migrating all the jsx files into tsx
files.
The MO is basicall...

974dd7bfd94a0b684686708f2b2e05661d30d2f9 authored almost 1 year ago by Harel M <[email protected]>
Migration of jsx files to tsx 1 (#848)

In this PR I have changed some of the jsx files to tsx file.
I'm starting off with the "leafs" ...

fa182e66fa7304137d9dc96daf65d2521465f803 authored about 1 year ago by Harel M <[email protected]>
Migrate all the non react components code to typescript (#847)

This completes the migration to typescript of all the non react
components code.
The only chan...

3bf0e510e6b6f6dede404f93f3b4848f00be35a7 authored about 1 year ago by Harel M <[email protected]>
Initial migration to typescript (#845)

This migrates some utilities classes from javascript to typescript.
Nothing special about the m...

e8d07fa694e3e975626fe798fa490a52bafa43fd authored about 1 year ago by Harel M <[email protected]>
Refactor driver for E2E (#843)

This is basically the content of #841 with the code review changes and
relevant fixes to tests/...

4d1e2e6893ef79516f9b630f212cbba5bb2f7019 authored about 1 year ago by Harel M <[email protected]>
Fix favicon (#844)

This PR fixes the missing facicon.
As part of the migration to vite, this issue was introduced....

f219ff1e178f82672c5d8748121edc5f7ad4b88c authored about 1 year ago by Harel M <[email protected]>
Fix incorrect CI tag filter (#838)

8eabfa55192c307ad8eb6f97b2ce90929ac6489b authored about 1 year ago by Yuri Astrakhan <[email protected]>
Vite + TypeScript (#836)

Resolves #803

This is an initial commit to allow migrating to typescript bit by bit.
It intr...

ad69cbdb20396b7885c89458ee46186ecf8bb829 authored about 1 year ago by Harel M <[email protected]>
Rename primary branch to main (#837)

Co-authored-by: Harel M <[email protected]>

17eaa3f204b521ef96f5da6fee0568c6d7870e62 authored about 1 year ago by Yuri Astrakhan <[email protected]>
Replace WebDriverIO with Cypress (#831)

This does the following:
1. Moves the WDIO code from javascript to typescript
2. Moves to use ...

1df2e36dbb28b183a581ef8f41e471b2e8d9fe1b authored about 1 year ago by Harel M <[email protected]>
Add dependabot (#826)

It has a low limit on how many PRs it's allowed to open at a time, so it
should not flood the r...

0c46affda9bac842231a01e92d91452c03b60cdc authored about 1 year ago by Birk Skyum <[email protected]>
Use driver pattern for e2e tests (#829)

I've moved all the logic relevant to WBIO into a single file in order to
be able to replace it....

18f45e932b5d2d2a701bb6586ec83f519634b62d authored about 1 year ago by Harel M <[email protected]>
Bump CI versions (#830)

31d56c9faec9abe49dcc9a78de930ce65912e28c authored about 1 year ago by Yuri Astrakhan <[email protected]>
Use latest firefox (#825)

b7838ad6e112636c23ec79c9ee015feed17f5535 authored about 1 year ago by Birk Skyum <[email protected]>
Bump to node 18 (#824)

c92fd128545c8c281968a1be616599165939ad85 authored about 1 year ago by Birk Skyum <[email protected]>
Merge pull request #823 from birkskyum/new-webdriver

Chrome new headless

eb55796461b5b424cef2f95314ccdc934ca89a9c authored about 1 year ago by Birk Skyum <[email protected]>
Revert "Revert "Resolve #821 (#822)""

This reverts commit e4d559f953ce13fbea36f396b91a31ca32473274.

4b97f82980998ae9e4feb2edc14e879f3f98cf64 authored about 1 year ago by Yuri Astrakhan <[email protected]>
Revert "Revert "Added checkbox for cluster attribute (#810)""

This reverts commit 52f949e152d629a366726d647a35889951a4bd88.

5d0b6e32017011d93d5b0931293a5aed9f20d599 authored about 1 year ago by Yuri Astrakhan <[email protected]>
update node version

5ab9be9fdb8a5d014f8f66d9ca163de7c299eb42 authored about 1 year ago by Birk Skyum <[email protected]>
chrome new headless

9659d41b83d2e4f6e0b9b8458a5f46c92a5a1745 authored about 1 year ago by Birk Skyum <[email protected]>
Revert "Added checkbox for cluster attribute (#810)"

This reverts commit 393f4a38b91c194806e4b0ba1721fa043f267488.

52f949e152d629a366726d647a35889951a4bd88 authored about 1 year ago by Yuri Astrakhan <[email protected]>
Revert "Resolve #821 (#822)"

This reverts commit 577663f706b8aefc04859168899e2513ee2e35f8.

e4d559f953ce13fbea36f396b91a31ca32473274 authored about 1 year ago by Yuri Astrakhan <[email protected]>
Resolve #821 (#822)

Please see code analysis at
https://github.com/maputnik/editor/issues/821#issuecomment-1772360990

577663f706b8aefc04859168899e2513ee2e35f8 authored about 1 year ago by zstadler <[email protected]>
Added checkbox for cluster attribute (#810)

* Added additional checkbox to set the cluster attribute when adding a GeoJson source

* Fixed...

393f4a38b91c194806e4b0ba1721fa043f267488 authored about 1 year ago by Eliav-B <[email protected]>
814/remove mapbox references (#816)

Fixes #814

* fix: remove outdated references to mapbox
* docs: fix references in readme
* c...

3727c9ad5e44896cf20814a53d6a9e60528e1fda authored over 1 year ago by Kevin Schaul <[email protected]>
Merge pull request #812 from kevinschaul/switch-to-maplibre-ks

Convert from Mapbox GL to MapLibre

a99cbc00ba05c0d63dda7f4818c644b1c73179ac authored over 1 year ago by Yuri Astrakhan <[email protected]>
upgrade to setup-go@v3

fe5f7e8b8c740c1fdead36e2d96e9fd1f41b1cb6 authored over 1 year ago by Kevin Schaul <[email protected]>
add GOBIN to CI

3ed4b8f2d7c62f422d18c14fe3e5351de8a533f1 authored over 1 year ago by Kevin Schaul <[email protected]>
reenable go modules in CI

f17c2e8112d8b65bb40b8641a394cd634c5cedc8 authored over 1 year ago by Kevin Schaul <[email protected]>
downgrade to node 16 to avoid ssl issue (for now)

2be447f1054df15d2eb0a18fa64324a06b9ac1ea authored over 1 year ago by Kevin Schaul <[email protected]>
Update workflow to latest desktop, drop old node

2fe6fa2be6a969ec56a61d14452206d60d067100 authored over 1 year ago by Kevin Schaul <[email protected]>
Refactor into a go module, update dependencies (#18)

* Refactor into a go module

`go get` is no longer supported outside of a go module. This commit...

7265bf0aa4664a9ffe675aee508d29ef08ef6859 authored over 1 year ago by Kevin Schaul <[email protected]>
Merge branch 'master' into switch-to-maplibre-ks

83dd21414bc52a797d64ad1488064a8bf545b858 authored over 1 year ago by Kevin Schaul <[email protected]>
Remove JSON.stringify in call to validate

56d96a248d66f20514163c8bd8a4cf084f3ddd53 authored over 1 year ago by Kevin Schaul <[email protected]>
Fix Buffer is undefined error

5b1ee7296b1db2516c83691a575f23242931baac authored over 1 year ago by Kevin Schaul <[email protected]>
Get map rendering with maplibre

8e0546fba4b6196f690c1f03637d1864fef907ea authored over 1 year ago by Kevin Schaul <[email protected]>
Merge pull request #796 from maputnik/dependabot/npm_and_yarn/async-2.6.4

Bump async from 2.6.3 to 2.6.4

2ff3d08bb0d62586f5689de39516245ec9c61cd3 authored about 2 years ago by Yuri Astrakhan <[email protected]>
Bump async from 2.6.3 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://gi...

afe7a492a774ea4490b5b9f135b32fd23ccd492c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #792 from maputnik/dependabot/npm_and_yarn/deep-object-diff-1.1.9

Bump deep-object-diff from 1.1.7 to 1.1.9

1f26ab707f38b87ddcfdd38be9f3740058bc3fd2 authored about 2 years ago by Yuri Astrakhan <[email protected]>
Merge pull request #793 from maputnik/dependabot/npm_and_yarn/loader-utils-1.4.2

Bump loader-utils from 1.4.1 to 1.4.2

233191e27c5225b6455efd91790b3def924fcef7 authored about 2 years ago by Yuri Astrakhan <[email protected]>
Merge pull request #795 from maputnik/dependabot/npm_and_yarn/decode-uri-component-0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2

246f9a191d5c5ff229fa49d2d0369b40525e4946 authored about 2 years ago by Yuri Astrakhan <[email protected]>
Bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 ...

07f6efe45d323f8c4d436d69efd7f5d2e7705fa1 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump loader-utils from 1.4.1 to 1.4.2

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release no...

ccd0402eeaa534df5fb327b742a131a8e3dcf081 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump deep-object-diff from 1.1.7 to 1.1.9

Bumps [deep-object-diff](https://github.com/mattphillips/deep-object-diff) from 1.1.7 to 1.1.9.
...

8ccee0ba75fe12372d07614a3e8f171bb31ee614 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #780 from maputnik/dependabot/npm_and_yarn/ejs-3.1.7

Bump ejs from 3.1.6 to 3.1.7

d6b67be7b2b09a90972926049dee7d24f64f447f authored about 2 years ago by Yuri Astrakhan <[email protected]>
Merge pull request #791 from maputnik/dependabot/npm_and_yarn/loader-utils-1.4.1

Bump loader-utils from 1.4.0 to 1.4.1

ac56ea4627ac44af2009e5c8c769820cf8909e17 authored about 2 years ago by Yuri Astrakhan <[email protected]>
Bump loader-utils from 1.4.0 to 1.4.1

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release no...

b00cf66ea63effea5c80803aa35c5bd369b66807 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove missed reference to mapbox-gl.

* Also removes specialized support for Mapbox URLs.

8e329a0ff9938973cb540d252a829205b5ee1c2f authored about 2 years ago by Luke Seelenbinder <[email protected]>
Initial work to convert from Mapbox GL v1.13 to MapLibre v2.4.0.

74cacd5bdf594e900eab0cac1b6c94fb28ae1954 authored about 2 years ago by Luke Seelenbinder <[email protected]>
Merge pull request #782 from maputnik/dependabot/npm_and_yarn/got-11.8.5

Bump got from 11.8.3 to 11.8.5

7d5fb2313071db5c78ce8b5d4fa2a798d81e0077 authored over 2 years ago by pathmapper <[email protected]>
Merge pull request #784 from maputnik/dependabot/npm_and_yarn/terser-4.8.1

Bump terser from 4.8.0 to 4.8.1

08bbd55f1363e1878c3524fd77e60b2406e5924d authored over 2 years ago by pathmapper <[email protected]>
Bump terser from 4.8.0 to 4.8.1

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://...

d6d49305134aecfed50767f58a75edb71072756a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump got from 11.8.3 to 11.8.5

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
- [Release notes](https:...

6220e15723cc11d3ef78fd3affa28e2dabb4de08 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ejs from 3.1.6 to 3.1.7

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.co...

72053a2dba5215d76e80251a97c36f0606dd7473 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #778 from propheel/feat/updateDependencies

Update dependencies

bf27a35ef587b5cc77931c0895b7b300cc4bda9e authored over 2 years ago by pathmapper <[email protected]>
Use geckodriver 0.30 for firefox until 0.31 works

4705bf823a2e49f92f916eb5d9a3d9bbf301f6a2 authored over 2 years ago by Filip Proborszcz <[email protected]>
Fix layer drag&drop and init warning

a8f62085613c0d70e0632b98ff343f4b1641cbd0 authored over 2 years ago by Filip Proborszcz <[email protected]>
Make layer list sortable again

af2629be75a5c37207ba6d35631698eae329f4d3 authored over 2 years ago by Filip Proborszcz <[email protected]>
Merge pull request #777 from maputnik/npm-ci

Use npm ci for workflow

8bfad6c9fd78c82f3efceb46b07032909fcd8b23 authored over 2 years ago by pathmapper <[email protected]>
Use proper version of array-move

5c3713da90c67bf1cd9e5c63d8f1b0b1d59dafa7 authored over 2 years ago by Filip Proborszcz <[email protected]>
Use selenium standalone service to run tests

174eae1cf49451536a8bca40609a42dc707b3fd0 authored over 2 years ago by Filip Proborszcz <[email protected]>
Fixes for breaking changes

- new webpack dev server options
- babel support for async functions in hooks
- new uuid import ...

d73add77e79127912ce348032a35d1fd8df688bc authored over 2 years ago by Filip Proborszcz <[email protected]>
Many dependency updates

@storybook 6.4.20 blocks most of others like: react 18, webpack 5,
and keeps lots of unnecessary...

ab00c9f426338dda6a4cafe09685afb843f552e1 authored over 2 years ago by Filip Proborszcz <[email protected]>
Use npm ci for workflow

https://docs.npmjs.com/cli/v8/commands/npm-ci

d6ab302815e74508c6b9845c6ebc7f3dfe76b16f authored over 2 years ago by pathmapper <[email protected]>
Merge pull request #776 from propheel/useNode16

Use node 16.x

f5646f57d13951eb8d884dd09bfa93f950605069 authored over 2 years ago by pathmapper <[email protected]>
Use shared SHM for Docker image

c77d8f6625368221fe0323dfddf7c004270bcc8c authored over 2 years ago by Filip Proborszcz <[email protected]>
Use node 16.x

It required converting mocha tests code into async since [@wdio/sync is
deprecated](https://webd...

e34c1ca4bedd4d4358d926d1370ae3c62b86b95d authored over 2 years ago by Filip Proborszcz <[email protected]>
Merge pull request #752 from pathmapper/webpack_stats

Webpack stats

87745f1fc9edc99b875d8f115ac3fe104f2376d0 authored over 3 years ago by Orange Mug <[email protected]>
Remove yarn.lock

9ba0fd5f390015c54d8e4c60a3b8bc268a423939 authored over 3 years ago by pathmapper <[email protected]>
Change webpack-dev-server info

70decbb5c1a22f59303bc4d6cc559ecf54f3d551 authored over 3 years ago by pathmapper <[email protected]>
Merge pull request #739 from pathmapper/maputnik_tag

Request using 'maputnik' tag for SE questions

51fa4a4377a796106acbee5a815ada03b10ccceb authored about 4 years ago by pathmapper <[email protected]>
Mention 'maputnik' tag in comment

fb6f4d73e2f6ee684c4a21bf8fdc0844a24560e8 authored about 4 years ago by pathmapper <[email protected]>
Merge pull request #729 from orangemug/fix/issue-712-v2

Correctly upgrade old-style filter functions to expressions

63b14933ba20b618fb6f8a97b2d0ddba18652dd3 authored over 4 years ago by pathmapper <[email protected]>