Skip to content

feat: support app prefix #2042

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

Conversation

dante-globant
Copy link

New Pull Request Checklist

Issue Description

Related issue: #FILL_THIS_OUT

Approach

TODOs before merging

  • Add tests
  • Add changes to documentation (guides, repository pages, in-code descriptions)
  • A changelog entry is created automatically using the pull request title (do not manually add a changelog entry)

mtrezza and others added 30 commits October 6, 2021 19:35
* refactor: simplify reading dashboard config from a json file (parse-community#1828)

* refactor: simplify reading config from a json file

* refactor: restore `data` nesting of config object

Co-authored-by: Manuel <[email protected]>

* docs: fix changelog branch names (parse-community#1837)

* docs: reword changelog quote

* docs: fix release changelog filename

Co-authored-by: Damian Stasik <[email protected]>
* refactor: simplify reading dashboard config from a json file (parse-community#1828)

* refactor: simplify reading config from a json file

* refactor: restore `data` nesting of config object

Co-authored-by: Manuel <[email protected]>

* docs: fix changelog branch names (parse-community#1837)

* docs: reword changelog quote

* docs: fix release changelog filename

Co-authored-by: Damian Stasik <[email protected]>

Co-authored-by: Damian Stasik <[email protected]>
* alpha:
  chore(release): 3.2.1-alpha.1 [skip ci]
  fix: enabling context menu for read-only cells (parse-community#1844)
  docs: add info about --dev parameter (parse-community#1842)
  docs: fix release changelog filename
  docs: reword changelog quote
  docs: fix changelog branch names (parse-community#1837)
  refactor: simplify reading dashboard config from a json file (parse-community#1828)
## [3.2.1](parse-community/parse-dashboard@3.2.0...3.2.1) (2021-10-08)

### Bug Fixes

* enabling context menu for read-only cells ([parse-community#1844](parse-community#1844)) ([a38a885](parse-community@a38a885))
# [3.3.0-beta.1](parse-community/parse-dashboard@3.2.1-beta.1...3.3.0-beta.1) (2021-11-01)

### Bug Fixes

* always pass boolean value when toggling checkbox ([parse-community#1872](parse-community#1872)) ([2e9fd59](parse-community@2e9fd59))
* app icons are cropped in the app list for small screen sizes ([parse-community#1876](parse-community#1876)) ([9fc56a6](parse-community@9fc56a6))
* link icon in pointer cell not visible when cell is too narrow ([parse-community#1856](parse-community#1856)) ([69b897d](parse-community@69b897d))
* manual column preferences are overwritten by columnPreference option on page refresh ([parse-community#1881](parse-community#1881)) ([7232b0b](parse-community@7232b0b))
* notification to upgrade dashboard for latest features not working ([parse-community#1894](parse-community#1894)) ([81361b6](parse-community@81361b6))
* upgrade graphql from 15.4.0 to 15.6.0 ([parse-community#1853](parse-community#1853)) ([fca9b14](parse-community@fca9b14))
* upgrade graphql from 15.6.0 to 15.6.1 ([parse-community#1887](parse-community#1887)) ([0cfe59e](parse-community@0cfe59e))
* upgrade inquirer from 8.1.3 to 8.2.0 ([parse-community#1886](parse-community#1886)) ([c77f335](parse-community@c77f335))
* upgrade passport from 0.4.1 to 0.5.0 ([parse-community#1865](parse-community#1865)) ([8d845f0](parse-community@8d845f0))
* upload of file as default value fails when adding a new column ([parse-community#1875](parse-community#1875)) ([6040dd0](parse-community@6040dd0))

### Features

* add config option `columnPreference.filterSortToTop` to set column name order in filter dialog ([parse-community#1884](parse-community#1884)) ([3acbda1](parse-community@3acbda1))
* add pointer representation by a chosen column instead of objectId ([parse-community#1852](parse-community#1852)) ([d747786](parse-community@d747786))
* add visual distinction in data browser for internal classes and display their real names with underscore ([parse-community#1878](parse-community#1878)) ([ac8d85e](parse-community@ac8d85e))
* allow GraphIQL headers ([parse-community#1836](parse-community#1836)) ([3afcf73](parse-community@3afcf73))
* allow graphQL headers ([34536b3](parse-community@34536b3))

### Reverts

* Revert "Update CloudCode.react.js" ([eea1e2d](parse-community@eea1e2d))
# [3.3.0-beta.2](parse-community/parse-dashboard@3.3.0-beta.1...3.3.0-beta.2) (2021-11-02)

### Bug Fixes

* context menu in data browser not opening for cell of type number ([parse-community#1913](parse-community#1913)) ([8731c35](parse-community@8731c35))
# [3.3.0](parse-community/parse-dashboard@3.2.1...3.3.0) (2022-01-01)

### Bug Fixes

* always pass boolean value when toggling checkbox ([parse-community#1872](parse-community#1872)) ([2e9fd59](parse-community@2e9fd59))
* app icons are cropped in the app list for small screen sizes ([parse-community#1876](parse-community#1876)) ([9fc56a6](parse-community@9fc56a6))
* bump graphiql from 1.4.6 to 1.4.7 ([parse-community#1920](parse-community#1920)) ([35fd021](parse-community@35fd021))
* context menu in data browser not opening for cell of type number ([parse-community#1913](parse-community#1913)) ([8731c35](parse-community@8731c35))
* link icon in pointer cell not visible when cell is too narrow ([parse-community#1856](parse-community#1856)) ([69b897d](parse-community@69b897d))
* manual column preferences are overwritten by columnPreference option on page refresh ([parse-community#1881](parse-community#1881)) ([7232b0b](parse-community@7232b0b))
* notification to upgrade dashboard for latest features not working ([parse-community#1894](parse-community#1894)) ([81361b6](parse-community@81361b6))
* upgrade graphql from 15.4.0 to 15.6.0 ([parse-community#1853](parse-community#1853)) ([fca9b14](parse-community@fca9b14))
* upgrade graphql from 15.6.0 to 15.6.1 ([parse-community#1887](parse-community#1887)) ([0cfe59e](parse-community@0cfe59e))
* upgrade inquirer from 8.1.3 to 8.2.0 ([parse-community#1886](parse-community#1886)) ([c77f335](parse-community@c77f335))
* upgrade passport from 0.4.1 to 0.5.0 ([parse-community#1865](parse-community#1865)) ([8d845f0](parse-community@8d845f0))
* upload of file as default value fails when adding a new column ([parse-community#1875](parse-community#1875)) ([6040dd0](parse-community@6040dd0))

### Features

* add config option `columnPreference.filterSortToTop` to set column name order in filter dialog ([parse-community#1884](parse-community#1884)) ([3acbda1](parse-community@3acbda1))
* add pointer representation by a chosen column instead of objectId ([parse-community#1852](parse-community#1852)) ([d747786](parse-community@d747786))
* add visual distinction in data browser for internal classes and display their real names with underscore ([parse-community#1878](parse-community#1878)) ([ac8d85e](parse-community@ac8d85e))
* allow GraphIQL headers ([parse-community#1836](parse-community#1836)) ([3afcf73](parse-community@3afcf73))
* allow graphQL headers ([34536b3](parse-community@34536b3))

### Reverts

* Revert "Update CloudCode.react.js" ([eea1e2d](parse-community@eea1e2d))
# [4.0.0-beta.1](parse-community/parse-dashboard@3.3.0-beta.3...4.0.0-beta.1) (2022-01-01)

### Bug Fixes

* bump graphiql from 1.4.6 to 1.4.7 ([parse-community#1920](parse-community#1920)) ([26c0dfa](parse-community@26c0dfa))
* context menu in data browser not opening for cell of type number ([parse-community#1913](parse-community#1913)) ([fb0e3a9](parse-community@fb0e3a9))
* opening filter menu in data browser leads to blank page ([parse-community#1958](parse-community#1958)) ([750e8b1](parse-community@750e8b1))
* saving relation column fails if class has required fields ([parse-community#1937](parse-community#1937)) ([c67db08](parse-community@c67db08))
* security upgrade qrcode from 1.4.4 to 1.5.0 ([parse-community#1930](parse-community#1930)) ([244e1bb](parse-community@244e1bb))

### Features

* upgrade graphiql from 1.4.7 to 1.5.1 ([parse-community#1943](parse-community#1943)) ([ebb1f66](parse-community@ebb1f66))
* upgrade graphql from 15.7.0 to 16.0.0 ([parse-community#1926](parse-community#1926)) ([7c94e51](parse-community@7c94e51))
* upgrade parse from 3.3.1 to 3.4.0 ([parse-community#1942](parse-community#1942)) ([13a250e](parse-community@13a250e))

### BREAKING CHANGES

* The minimum required Node.js version is 12.22.0. ([7c94e51](7c94e51))
* The required Node version was increased to >=12.20.0. ([ebb1f66](ebb1f66))
# [4.0.0-beta.2](parse-community/parse-dashboard@4.0.0-beta.1...4.0.0-beta.2) (2022-01-23)

### Bug Fixes

* various UI bugs (e.g. filter data browser, switch app, upload file) ([parse-community#2014](parse-community#2014)) ([785978e](parse-community@785978e))
mtrezza and others added 3 commits February 6, 2022 16:11
# [4.0.0](parse-community/parse-dashboard@3.3.0...4.0.0) (2022-02-06)

### Bug Fixes

* bump graphiql from 1.4.6 to 1.4.7 ([parse-community#1920](parse-community#1920)) ([26c0dfa](parse-community@26c0dfa))
* context menu in data browser not opening for cell of type number ([parse-community#1913](parse-community#1913)) ([fb0e3a9](parse-community@fb0e3a9))
* opening filter menu in data browser leads to blank page ([parse-community#1958](parse-community#1958)) ([750e8b1](parse-community@750e8b1))
* saving relation column fails if class has required fields ([parse-community#1937](parse-community#1937)) ([c67db08](parse-community@c67db08))
* security upgrade qrcode from 1.4.4 to 1.5.0 ([parse-community#1930](parse-community#1930)) ([244e1bb](parse-community@244e1bb))
* various UI bugs (e.g. filter data browser, switch app, upload file) ([parse-community#2014](parse-community#2014)) ([785978e](parse-community@785978e))

### Features

* upgrade graphiql from 1.4.7 to 1.5.1 ([parse-community#1943](parse-community#1943)) ([ebb1f66](parse-community@ebb1f66))
* upgrade graphql from 15.7.0 to 16.0.0 ([parse-community#1926](parse-community#1926)) ([7c94e51](parse-community@7c94e51))
* upgrade parse from 3.3.1 to 3.4.0 ([parse-community#1942](parse-community#1942)) ([13a250e](parse-community@13a250e))

### BREAKING CHANGES

* The minimum required Node.js version is 12.22.0. ([7c94e51](7c94e51))
* The required Node version was increased to >=12.20.0. ([ebb1f66](ebb1f66))
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title feat: Support app prefix feat: support app prefix Feb 15, 2022
@parse-github-assistant
Copy link

parse-github-assistant bot commented Feb 15, 2022

Thanks for opening this pull request!

  • ❌ Please check all required checkboxes at the top, otherwise your pull request will be closed.

  • ⚠️ Remember that a security vulnerability must only be reported confidentially, see our Security Policy. If you are not sure whether the issue is a security vulnerability, the safest way is to treat it as such and submit it confidentially to us for evaluation.

@dante-globant dante-globant changed the base branch from alpha to release February 15, 2022 20:34
@parse-github-assistant
Copy link

The branch release can only be set as base branch by members of @parse-community/core-maintainers.

Pull requests are usually opened against the default branch alpha, which is the working branch. Different repositories may have base branches with different names. If you are sure you need to open this pull request against a different branch, please ask someone from the team mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants