-
Notifications
You must be signed in to change notification settings - Fork 340
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: machulav/ec2-github-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: machulav/ec2-github-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 8 files changed
- 9 contributors
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1def93c - Browse repository at this point
Copy the full SHA 1def93cView commit details
Commits on Jul 7, 2023
-
Add 'pre-runner-script' option (#154)
Add a 'pre-runner-script' option to specify arbitrary bash commands to run before the runner starts up on the instance. This is useful if you need to install dependencies or have OS-specific setup steps. For example: - name: Start EC2 runner with: mode: start ec2-image-id: ami-07bdb09c49774f92e pre-runner-script: | sudo yum update -y && \ sudo yum install docker git libicu -y \ sudo systemctl enable docker Signed-off-by: Tony Hutter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c4d1dc - Browse repository at this point
Copy the full SHA 2c4d1dcView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1c4d9a - Browse repository at this point
Copy the full SHA b1c4d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ce438 - Browse repository at this point
Copy the full SHA a6ce438View commit details -
Bump xml2js and aws-sdk (#145)
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies need to be updated together. Updates `xml2js` from 0.4.19 to 0.5.0 - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.5.0) Updates `aws-sdk` from 2.1250.0 to 2.1354.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.1250.0...v2.1354.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: aws-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Volodymyr Machula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89dfcf3 - Browse repository at this point
Copy the full SHA 89dfcf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186f574 - Browse repository at this point
Copy the full SHA 186f574View commit details -
Fix "package" CI (temporary quick fix) (#186)
* Test * Test * Test * Test * Test * Temporary quick fix
Configuration menu - View commit details
-
Copy full SHA for e3cfd25 - Browse repository at this point
Copy the full SHA e3cfd25View commit details -
GitHub Actions committed
Feb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 0c7a6be - Browse repository at this point
Copy the full SHA 0c7a6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5749b9b - Browse repository at this point
Copy the full SHA 5749b9bView commit details -
GitHub Actions committed
Feb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for fcfb31a - Browse repository at this point
Copy the full SHA fcfb31aView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07270f3 - Browse repository at this point
Copy the full SHA 07270f3View commit details -
Upgrade to AWS SDK 3 and NodeJS20 (#192)
* Update NodeJS to 20. Update AWS SDK to 3 * Add wait config to place
Configuration menu - View commit details
-
Copy full SHA for 335760f - Browse repository at this point
Copy the full SHA 335760fView commit details -
GitHub Actions committed
Oct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 1827d6c - Browse repository at this point
Copy the full SHA 1827d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a96fd4 - Browse repository at this point
Copy the full SHA 6a96fd4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.3...main