-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Pull "main" branch to develop for new branching strategy #6281
Conversation
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
… for some of those functions Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Update Rapid to v2
- Increase API Backend load balancer timeout from 60s to 180s - Bump PostgreSQL engine version for AWS RDS from 11.19 to 13.10 - Cleanup unused Route53 entry (must be removed) - Enable HTTP/2 in API Backend load balancer explicitly (no infra change) - Add experimental dummy Route53 entries to new tasks.hotosm.org hosted zone. Both A and AAAA resource records are added
Increase API load balancer timeout
…/semver-5.7.2 Bump semver from 5.7.1 to 5.7.2 in /frontend
…/word-wrap-1.2.4 Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
…/browserify-sign-4.2.2 Bump browserify-sign from 4.2.1 to 4.2.2 in /frontend
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
- Related to #6241
Since there are many old PRs for the main branch, which nobody has used for quite a while, |
…tats Redesign `User Stats` page
…t-tag Fix `404 Network Error` in `Comments Section`
Causing to fail with requests.exceptions.HTTPError: 403 Client Error: Forbidden for url. Solved with appropriate User agent headers
This reverts commit 4c88f32.
This reverts commit 2f80692.
This reverts commit dea12f4.
This reverts commit bc1edb3.
This reverts commit 2111ce9.
This reverts commit 27661dd.
Agree with @robsavoye - we will create a new main branch out of existing develop. |
…ngDQ Revert "Live Monitoring View"
Quality Gate passedIssues Measures |
@ramyaragupathy this is an example pull request that could be made to prepare a deployment.
First all PRs should be made to "develop" which will be deployed to the dev servers
Then when preparing for a deployment, a PR should be made like this one, develop onto main. Merging this will deploy to staging and the PR can serve as a useful commit history for the release notes.