-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactor: simplify Cloud Code tests and FunctionsRouter #7564
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
Open
dblythy
wants to merge
18
commits into
parse-community:alpha
Choose a base branch
from
dblythy:cleanup-code
base: alpha
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3b3329f
cleanup code
dblythy efd7d8e
Update FunctionsRouter.js
dblythy ecc7d1d
fix tests
dblythy fa109b6
Revert "fix tests"
dblythy 5b80aba
fix tests
dblythy dd19f49
Update CHANGELOG.md
dblythy 3ab2f49
coverage
dblythy 7abc2cf
coverage
dblythy 4af1cd8
Merge branch 'master' into cleanup-code
dblythy fc18d8d
Update CHANGELOG.md
dblythy 76fffbc
Merge branch 'master' into cleanup-code
dblythy 6556fc5
Merge branch 'master' into cleanup-code
dblythy 727d54d
Update CloudCode.spec.js
dblythy ada5e99
Merge branch 'master' into cleanup-code
dblythy f1068ac
Merge branch 'master' into cleanup-code
mtrezza 2e47fb5
Update FunctionsRouter.js
dblythy ddcddc5
increase coverage
dblythy 7402aad
Merge branch 'master' into cleanup-code
dblythy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,6 +152,7 @@ ___ | |
- ci: bump ci environment (Manuel Trezza) [#7539](https://github.com/parse-community/parse-server/pull/7539) | ||
- CI now pushes docker images to Docker Hub (Corey Baker) [#7548](https://github.com/parse-community/parse-server/pull/7548) | ||
- docs: Introduce deprecation ID for reference in comments and online search (Manuel Trezza) [#7562](https://github.com/parse-community/parse-server/pull/7562) | ||
- cleanup FunctionRouter.js (Daniel Blyth) [#7564](https://github.com/parse-community/parse-server/pull/7564) | ||
|
||
## 4.10.3 | ||
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.2...4.10.3) | ||
|
@@ -178,15 +179,15 @@ ___ | |
|
||
*Versions >4.5.2 and <4.10.0 are skipped.* | ||
|
||
> ⚠️ A security incident caused a number of incorrect version tags to be pushed to the Parse Server repository. These version tags linked to a personal fork of a contributor who had write access to the repository. The code to which these tags linked has not been reviewed or approved by Parse Platform. Even though no releases were published with these incorrect versions, it was possible to define a Parse Server dependency that pointed to these version tags, for example if you defined this dependency: | ||
> ⚠️ A security incident caused a number of incorrect version tags to be pushed to the Parse Server repository. These version tags linked to a personal fork of a contributor who had write access to the repository. The code to which these tags linked has not been reviewed or approved by Parse Platform. Even though no releases were published with these incorrect versions, it was possible to define a Parse Server dependency that pointed to these version tags, for example if you defined this dependency: | ||
> ```js | ||
> "parse-server": "[email protected]:parse-community/parse-server.git#4.9.3" | ||
> ``` | ||
> | ||
> | ||
> We have since deleted the incorrect version tags, but they may still show up if your personal fork on GitHub or locally. We do not know when these tags have been pushed to the Parse Server repository, but we first became aware of this issue on July 21, 2021. We are not aware of any malicious code or concerns related to privacy, security or legality (e.g. proprietary code). However, it has been reported that some functionality does not work as expected and the introduction of security vulnerabilities cannot be ruled out. | ||
> | ||
> You may be also affected if you used the Bitnami image for Parse Server. Bitnami picked up the incorrect version tag `4.9.3` and published a new Bitnami image for Parse Server. | ||
> | ||
> You may be also affected if you used the Bitnami image for Parse Server. Bitnami picked up the incorrect version tag `4.9.3` and published a new Bitnami image for Parse Server. | ||
> | ||
>**If you are using any of the affected versions, we urgently recommend to upgrade to version `4.10.0`.** | ||
|
||
## 4.5.2 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.