-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bump send and express in /app #573
Merged
mageddo
merged 42 commits into
feat/front-end-upgrades
from
dependabot/npm_and_yarn/app/multi-cf87d80143
Sep 19, 2024
Merged
Bump send and express in /app #573
mageddo
merged 42 commits into
feat/front-end-upgrades
from
dependabot/npm_and_yarn/app/multi-cf87d80143
Sep 19, 2024
Conversation
This file contains 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
* testing no remote sovlers * written failing test which found the bug * test was wrong, feature is working * extracting to specific class * refactoring * created tests
…#515) * bug and test fixed * fixing one more test * release notes * [Gradle Release Plugin] - new version commit: '3.24.1-snapshot'.
* migrating thread pools to virtual threads * using virtual thread executor when querying remote dns servers * fixing test * stress test related code * configuring supervisor * adjusting default dns * created stress test * created stress test * creating docs of how to use stress tests * more asserts * creating collector structure * skipping login page and set as admin * configuring metrics * fixing test conflict with running dps on machine * configuring default dashboards * changing filter time * updating the docs * adjusting the docs order * linking doc * clean code * clean code * release notes * [Gradle Release Plugin] - new version commit: '3.25.0-snapshot'.
…25.0` (#520) * release notes * [Gradle Release Plugin] - new version commit: '3.25.1-snapshot'. * upgrading logback to be compatible with virtual threads at logging, see qos-ch/logback#737 * release notes
* toggle to swap between virtual and physical threads * creating system property
* testing cache ttl * testing * adjusting test * release notes * clean codfe * clean code * clean code * [Gradle Release Plugin] - new version commit: '3.25.2-snapshot'.
* testing ping call * creating toggle * release notes * [Gradle Release Plugin] - new version commit: '3.25.3-snapshot'. * testing ping on specified port * testing ping api
* refactoring * release notes, Log Remote Servers circuit states * [Gradle Release Plugin] - new version commit: '3.25.4-snapshot'. * ignoring to half open and from half open to open transition * refactoring * refactoring * comment * add logs * fixme notes * comments * adjusting fixme notes * docs * clean code
#522 (#529) * testing deadlock * removing calculate code from lock statement to prevent deadlocks * clean code * use single threaded queue to performe cache clear to prevent deadlocks * clear cache in background * add asserts * release notes * [Gradle Release Plugin] - new version commit: '3.25.5-snapshot'. * change thread name * change docs
#530) * release notes * refactoring and creating test for the use case * refactoring * clean code * refactoring packages * release notes * refactoring * creating temp test * release notes * [Gradle Release Plugin] - new version commit: '3.25.6-snapshot'.
* release notes * removing old behavior test and activating the new one * refactoring and testing * refactoring tests * refactoring * [Gradle Release Plugin] - new version commit: '3.25.7-snapshot'. * disabling feature * release notes
…running the test (#541)
* handling and logging fatal errors * release notes * [Gradle Release Plugin] - new version commit: '3.25.9-snapshot'.
…native image #480 (#537) * upgrading rest assured due groovy error with nativeTest task Error encountered while parsing java.lang.invoke.MutableCallSite.setTarget(MutableCallSite.java:155) Parsing context: at java.lang.invoke.SwitchPoint.invalidateAll(SwitchPoint.java:225) at org.codehaus.groovy.vmplugin.v8.IndyInterface.invalidateSwitchPoints(IndyInterface.java:186) at org.codehaus.groovy.vmplugin.v8.IndyInterface$$Lambda/0x00000007c2399648.updateConstantMetaClass(Unknown Source) � * ignoring rest assured error and leaving it fail at tests if the problematic code will be used anyway * int test it's working * clean code * fixing bug * configuring native test at the same source set as test * enabling native image test * adjusting reflection generation * adjusts * test is working * adjusting conf path * print test logs to console * trying to get logs to check why test is failing * finding 'stream closed' cause * handling fatal errors * testing fatal error handling * delete hello world int test * re-enabling restassured * reverting restassured feature disabling * clean code * updating the docs about native image test * refactoring * refactoring * refactoring * refactoring * explaining about the kind of tests * [Gradle Release Plugin] - new version commit: '3.25.9-snapshot'. * fixing test * release notes * refactoring the docs * unnecessary path * clean code * make test repeatable * testing test class and refactoring * refactoring class * fixing test * caching * testing * creating flags * wasn't using the default config when file was empty * make test repeatable * hostnames list must be changable * refactoring * refactoring * troubleshooting * refactorings * testing * refactoring * testing * finally fixing bug which gets the wrong list * leading with methods * fixing field parsing * reverting * clean code
* trying to exclude groovy from classpath * enabling int tests at the ci * enabling int tests * caffeine native image reflection configs * adjusting resources config * adjusting resources include config * add missing graal resources metadata * clean code * flag is now unnecessary * release notes * [Gradle Release Plugin] - new version commit: '3.25.10-snapshot'.
* new template proposal * specifying what is required and what is not * adjusting labels and creating general content * unify summary and motivation * empty content
…fig (#550) * setup resilience4j * specifying circuit breaker strategy name * creating agnostic interface to support multiple circuit breaker strategy types * fixme * [Gradle Release Plugin] - new version commit: '3.25.11-snapshot'. * release notes
* setup resilience4j * specifying circuit breaker strategy name * creating agnostic interface to support multiple circuit breaker strategy types * fixme * sppliting circuit breaker factory * refactoring is done * test is passing * test is passing * test is passing * refactoring package * [Gradle Release Plugin] - new version commit: '3.25.11-snapshot'. * release notes * [Gradle Release Plugin] - new version commit: '3.25.12-snapshot'. * release notes * fixme note * fixme note
* setup resilience4j * specifying circuit breaker strategy name * creating agnostic interface to support multiple circuit breaker strategy types * fixme * sppliting circuit breaker factory * refactoring is done * test is passing * test is passing * test is passing * refactoring package * [Gradle Release Plugin] - new version commit: '3.25.11-snapshot'. * release notes * [Gradle Release Plugin] - new version commit: '3.25.12-snapshot'. * release notes * fixme note * fixme note * refactoring to support multiple delegates * refactoring name * refactoring * implementing non resilient strategy * refactoring and test * removing unnecessary test * refactoring and fixing test * release notes * [Gradle Release Plugin] - new version commit: '3.25.13-snapshot'.
* Implementing env config file path option * fixing compiling errors * fixing test * fixing test * testing * updating the docs * [Gradle Release Plugin] - new version commit: '3.26.0-snapshot'. * release notes * fixing arm build mirror and ajusting test * new mirrors * formatting * refactoring * clean code
* module to wait things to happen while checking on them * testing the module
* command lines module upgrades * new tests * missing dep * missing dep * release notes * [Gradle Release Plugin] - new version commit: '3.27.0-snapshot'.
* build optmizations * reduce int test time * reduce int test time * change level to b
* specifying config source * adjusting tests * updating test config files * release notes
* release notes * [Gradle Release Plugin] - new version commit: '3.29.0-snapshot'. * Creating support for testing DPS really like a integration test, crating int test for solver remote happy pah * clean code * clean code * configuring templates * configuring templates * option to get answer ip * comptest task wont run int test * creating task to run all tests * adjusting ci steps * adjusting ci
* eager module classes * eager module classes * tests * new json utils method * release notes * [Gradle Release Plugin] - new version commit: '3.30.0-snapshot'.
* setup resilience4j * specifying circuit breaker strategy name * creating agnostic interface to support multiple circuit breaker strategy types * fixme * sppliting circuit breaker factory * refactoring is done * test is passing * test is passing * test is passing * refactoring package * [Gradle Release Plugin] - new version commit: '3.25.11-snapshot'. * release notes * [Gradle Release Plugin] - new version commit: '3.25.12-snapshot'. * release notes * fixme note * fixme note * refactoring to support multiple delegates * refactoring name * refactoring * implementing non resilient strategy * refactoring and test * removing unnecessary test * refactoring and fixing test * creating a comp test to check integratio between modules * new test detecting bug * fixing bug and release notes * [Gradle Release Plugin] - new version commit: '3.25.14-snapshot'. * comp test wont be able to be mocked, creating a int test instead * creating dps binary executable finder * configuring sandbox * creating sandbox and tests * fixing test * setup execution * creating a dummy signal based healthcheck * creating a dummy signal based healthcheck * creating a dummy signal based healthcheck * registering and testing eager beans * fixing test * creating a lot of features related to watch process execution * new way to excute command line and specify stream handler * killing processes after test execution * fixing test * fixing test * fixing test * fixing test * generating all jar dep for int test automatically * Fixing int test binary executor * unnecessary method * refactoring test to use json config file only * all working * adjusting test * fixing test * fixing bugs and creating tests * refactoring inner class to upper * reduce native image optimization for int test to reduce build time * fixing test * unnecessary * clean code * deleteing unnecessary file * release notes * [Gradle Release Plugin] - new version commit: '3.29.0-snapshot'. * Creating support for testing DPS really like a integration test, crating int test for solver remote happy pah * clean code * clean code * configuring templates * configuring templates * option to get answer ip * clean code * deleting healthcheck feature * using pair of right library
* creating empty strategy * creating tests to validate reslience4j behavior * more tests * new test * new tests and features * notes * refactoring and testing * creating healthchecker * refactoring * implementing * adjusting test * clean code * refactoring * release notes * [Gradle Release Plugin] - new version commit: '3.30.1-snapshot'.
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `express` from 4.18.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.18.2...4.21.0) --- updated-dependencies: - dependency-name: send dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps send and express. These dependencies needed to be updated together.
Updates
send
from 0.18.0 to 0.19.0Release notes
Sourced from send's releases.
Changelog
Sourced from send's changelog.
Commits
9d2db99
0.19.0ae4f298
Merge commit from forkMaintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.
Updates
express
from 4.18.2 to 4.21.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
7e562c6
4.21.01bcde96
fix(deps): qs@6.13.0 (#5946)7d36477
fix(deps): serve-static@1.16.2 (#5951)40d2d8f
fix(deps): finalhandler@1.3.177ada90
Deprecate"back"
magic string in redirects (#5935)21df421
4.20.04c9ddc1
feat: upgrade to serve-static@0.16.09ebe5d5
feat: upgrade to send@0.19.0 (#5928)ec4a01b
feat: upgrade to body-parser@1.20.3 (#5926)54271f6
fix: don't render redirect values in anchor hrefMaintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.