This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Contributor
cafuego
commented
Jun 13, 2023
- Port all tests from Travis to GHA
- Ensure a docker build runs during testing
- Use vars not secrets for slack channel, so we can see what it is
… did. Not much. Refs: OPS-7509
Test Run OutputSoftware VersionsComposer Validate
|
lazysoundsystem
approved these changes
Jun 13, 2023
.github/workflows/run-tests.yml
Outdated
<code>${{ steps.phpcs.outputs.stderr }}</code> | ||
</details> | ||
|
||
<details><summary>Tests</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't make much difference, but we could skip this and the Site Install if we aren't running those steps.
cafuego
commented
Jun 14, 2023
Test Run OutputSoftware VersionsComposer Validate
|
Test Run OutputSoftware VersionsComposer Validate
|
cafuego
commented
Jun 14, 2023
Test Run OutputSoftware VersionsComposer Validate
|
cafuego
added a commit
that referenced
this pull request
Jun 15, 2023
* chore(deps): bump socket.io-parser and socket.io Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `socket.io-parser` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@4.2.2...4.2.3) Updates `socket.io` from 4.5.1 to 4.6.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.5.1...4.6.1) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix: pin composer version till preserve-paths package is updated Refs: updates * fix: pin composer version in dockerfile too Refs: updates * chore: Update all outdated drupal/* packages. * chore: Port tests to GHA (#1259) * chore: Ensure the composer action uses the new *variables* instead of secrets. * chore: Drop in a modified tests GHA that runs what the old Travis one did. Not much. Refs: OPS-7509 * chore: Ensure the tests can build the docker image, so they can run phpcs. Refs: OPS-7509 * chore: Drop travis yaml. Refs: OPS-7509 * fix: Look for code in the Drupal 7 locations. * fix: Do what we used to do and cross fingers. * Update .github/workflows/run-tests.yml * Delete default.services.yml * Update .github/workflows/run-tests.yml * feat: Do not redirect archive.org to RW Response (#1261) * feat: Ensure user-agents with "archive" skip all redirects to RW Response pages. Refs: OPS-9290 * chore: Treat the archive.org bot as if it were a human, so a higher permitted rate. It has its own varnish cache entry, which should help a bit. This will allow faster crawling, so we may get an achived up before 2024. Refs: OPS-9290 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Footner <andyfootner@netscape.net> Co-authored-by: unocha-jenkins <ops+github@reliefweb.int>
cafuego
added a commit
that referenced
this pull request
Jun 21, 2023
* chore(deps): bump socket.io-parser and socket.io Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `socket.io-parser` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@4.2.2...4.2.3) Updates `socket.io` from 4.5.1 to 4.6.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.5.1...4.6.1) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix: pin composer version till preserve-paths package is updated Refs: updates * fix: pin composer version in dockerfile too Refs: updates * chore: Update all outdated drupal/* packages. * chore: Port tests to GHA (#1259) * chore: Ensure the composer action uses the new *variables* instead of secrets. * chore: Drop in a modified tests GHA that runs what the old Travis one did. Not much. Refs: OPS-7509 * chore: Ensure the tests can build the docker image, so they can run phpcs. Refs: OPS-7509 * chore: Drop travis yaml. Refs: OPS-7509 * fix: Look for code in the Drupal 7 locations. * fix: Do what we used to do and cross fingers. * Update .github/workflows/run-tests.yml * Delete default.services.yml * Update .github/workflows/run-tests.yml * feat: Do not redirect archive.org to RW Response (#1261) * feat: Ensure user-agents with "archive" skip all redirects to RW Response pages. Refs: OPS-9290 * chore: Treat the archive.org bot as if it were a human, so a higher permitted rate. It has its own varnish cache entry, which should help a bit. This will allow faster crawling, so we may get an achived up before 2024. Refs: OPS-9290 * fix: Ensure Drupal and varnish do not cache the special-case generated content and just redirect as usual for visitors not archive.org. And optimise the function a bit with an early return. (#1264) Refs: OPS-9290 * fix: phpcbf sorting Refs: OPS-9379 * feat: Add Redirect 404 module to redirect to RW Response on page not found. (#1266) This is to help people migrate off HR.info. Refs: OPS-9382 * chore: Configure and enable redirect_404. (#1267) * chore: Configure and enable redirect_404. Refs: OPS-9382 * chore: Drop oin a custom rule that makes *nginx* redirect to the Response 404 page if a document cannot be found. Refs: OPS-9382 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Footner <andyfootner@netscape.net> Co-authored-by: unocha-jenkins <ops+github@reliefweb.int>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.