Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add filter starts with in data browser for fields of type Pointer #2553

Merged
merged 4 commits into from
May 15, 2024

Conversation

devbymak
Copy link
Contributor

@devbymak devbymak commented May 7, 2024

New Pull Request Checklist

Issue Description

Closes: #2537

Approach

TODOs before merging

  • Add tests
  • Add changes to documentation (guides, repository pages, in-code descriptions)

Copy link

parse-github-assistant bot commented May 7, 2024

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!

Copy link

uffizzi-cloud bot commented May 7, 2024

Uffizzi Ephemeral Environment deployment-51380

⌚ Updated May 07, 2024, 15:08 UTC

☁️ https://app.uffizzi.com/github.com/parse-community/parse-dashboard/pull/2553

📄 View Application Logs etc.

What is Uffizzi? Learn more

@mtrezza mtrezza changed the title feat: Add text filters like "starts with" for Pointers #2537 feat: Add text filters like "starts with" for Parse Pointer May 15, 2024
@mtrezza mtrezza changed the title feat: Add text filters like "starts with" for Parse Pointer feat: Add filter starts with for fields of type Pointer May 15, 2024
@mtrezza mtrezza changed the title feat: Add filter starts with for fields of type Pointer feat: Add filter starts with in data browser for fields of type Pointer May 15, 2024
@mtrezza mtrezza merged commit 0b94ab6 into parse-community:alpha May 15, 2024
9 checks passed
parseplatformorg pushed a commit that referenced this pull request May 15, 2024
# [6.0.0-alpha.6](6.0.0-alpha.5...6.0.0-alpha.6) (2024-05-15)

### Features

* Add filter `starts with` in data browser for fields of type Pointer ([#2553](#2553)) ([0b94ab6](0b94ab6))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-alpha.6

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label May 15, 2024
parseplatformorg pushed a commit that referenced this pull request May 16, 2024
# [6.0.0-beta.1](5.4.0...6.0.0-beta.1) (2024-05-16)

### Bug Fixes

* App metrics for user and installation counts show dash ([#2528](#2528)) ([850d7b3](850d7b3))
* Class Level Permissions dialog throws error `TypeError: ce.current is null` for newly created class ([#2549](#2549)) ([27ed692](27ed692))
* Config page fails to load ([#2531](#2531)) ([d721b7c](d721b7c))
* Dashboard crashes if Parse Server Cloud Function script returns object ([#2516](#2516)) ([5de08f8](5de08f8))
* Dashboard scrolls when selecting row in data browser ([#2559](#2559)) ([2aa54a5](2aa54a5))
* Data browser redirects to wrong class when changing app ([#2526](#2526)) ([7713f54](7713f54))
* Deleting all code in the JS Console editor fills in the default code ([#2558](#2558)) ([4b830ba](4b830ba))
* Open pointer in new tab in data browser not working when mount path is not root ([#2527](#2527)) ([2f4081f](2f4081f))

### Features

* Add descriptive statistics for number cells in data browser ([#2529](#2529)) ([ead9ec4](ead9ec4))
* Add filter `starts with` in data browser for fields of type Pointer ([#2553](#2553)) ([0b94ab6](0b94ab6))
* Add Node 20 support; remove Node 14, 16 support ([#2532](#2532)) ([578a339](578a339))
* Add Node 20 support; remove Node 14, 16 support ([#2535](#2535)) ([5c90f2d](5c90f2d))
* Execute script for selected rows ([#2508](#2508)) ([5d9901e](5d9901e))
* Select rows in data browser by clicking and dragging mouse cursor over checkboxes ([#2548](#2548)) ([792ba9e](792ba9e))

### BREAKING CHANGES

* Removes support for Node 14 and 16 ([5c90f2d](5c90f2d))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add text filters like "starts with" for Pointers
3 participants