Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maproulette/maproulette3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.15.0
Choose a base ref
...
head repository: maproulette/maproulette3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.1
Choose a head ref
  • 17 commits
  • 73 files changed
  • 4 contributors

Commits on Apr 14, 2024

  1. Update GH actions versions and remove last node 16 refs (#2320)

    - Several GitHub Actions were updated to `v4`
    - Added `--frozen-lockfile` to the first yarn call to have the CI build fail if the yarn.lock is out of sync. The docs describe the parameter as "don't generate a lockfile and fail if an update is needed"
    - Removed the last of the remaining node 16 references. Node 16 is EOL and should not be used.
    ljdelight authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b353c0b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    2b08c3c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Bump ejs from 3.1.9 to 3.1.10 (#2327)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Commits](mde/ejs@v3.1.9...v3.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    d579bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a70bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caf6b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9b4daf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Add support for overpass generated relations (#2301)

    * fix task properties and add support for relations
    
    * fix rapid osmObjectParams
    CollinBeczak authored May 11, 2024
    Configuration menu
    Copy the full SHA
    1045d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a39835 View commit details
    Browse the repository at this point in the history
  3. fix project manager auto suggest box (#2329)

    * fix project manager auto suggest box
    
    * revert some changes
    
    * revert change
    
    * fix ReferenceError 'o' is not defined
    
    * revert more changes to fix error
    
    * fix lowercase error
    CollinBeczak authored May 11, 2024
    Configuration menu
    Copy the full SHA
    6fd32f7 View commit details
    Browse the repository at this point in the history
  4. *make changset description mandatory and fix instruction length condi…

    …tion in challenge editor (#2326)
    
    * *make changset description mandatory and fix instruction length condition in challenge editor
    
    * removed debugger
    tjayschwarz4 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    9bd7a48 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    f5aa51a View commit details
    Browse the repository at this point in the history
  2. add bundle resets on redirector and add map to bundling widget's bund…

    …led mode (#2291)
    
    * add bundle resets on redirect
    
    * add map to work on multiple tasks together widget and bundle tasks functions. Add other status's to map in widget as well
    
    * fix conditions to prevent bundling in unwanted environments, increase cluster limit default, and add lasso back to pre-bundled task view in work on multiple tasks widget
    
    * change the fetch bundle from a GET to a POST
    CollinBeczak authored May 12, 2024
    Configuration menu
    Copy the full SHA
    c149d16 View commit details
    Browse the repository at this point in the history
  3. persist adjusted filters in next task review workflow (#2319)

    * fix selected next filtered challenge issue in review workflow
    
    * make Next Filtered Task filters persist between tasks
    CollinBeczak authored May 12, 2024
    Configuration menu
    Copy the full SHA
    58a1ca4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. refactor task clustering toggles and limits (#2333)

    * refactor task clustering toggles and limits
    
    * reconfigure cluster toggle conditions
    
    * allow cluster toggle on challenge browse map and bundling widget
    
    * add allowClusterToggle to active bundle map
    CollinBeczak authored May 13, 2024
    Configuration menu
    Copy the full SHA
    47ca2d1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8d34173 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    95b3a60 View commit details
    Browse the repository at this point in the history
  2. Bump to v3.15.1 (#2336)

    * Bump to v3.15.1
    CollinBeczak authored May 15, 2024
    Configuration menu
    Copy the full SHA
    205b7f0 View commit details
    Browse the repository at this point in the history
Loading