You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.docker.com/r/salesforce/dockerfile-image-update/tags)
5
5
@@ -129,7 +129,7 @@ named arguments:
129
129
limit the search results for github api (default: 1000)
130
130
-o ORG, --org ORG search within specific organization (default: all of github)
131
131
-b BRANCH, --branch BRANCH
132
-
make pull requests for given branch name (default: master)
132
+
make pull requests for given branch name (default: main)
133
133
-g GHAPI, --ghapi GHAPI
134
134
link to github api; overrides environment variable
135
135
-f, --auto-merge NOT IMPLEMENTED / set to automatically merge pull requests if available
Under [dockerfile-image-update/src/main/java/com/salesforce/dva/dockerfileimageupdate/subcommands/impl](https://github.com/salesforce/dockerfile-image-update/tree/master/dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/subcommands/impl),
235
+
Under [dockerfile-image-update/src/main/java/com/salesforce/dva/dockerfileimageupdate/subcommands/impl](https://github.com/salesforce/dockerfile-image-update/tree/main/dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/subcommands/impl),
236
236
create a new class `YOUR_FEATURE.java`.
237
237
Make sure it implements `ExecutableWithNamespace` and has the `SubCommand`
238
238
annotation with a `help`, `requiredParams`, and `optionalParams`.
@@ -247,7 +247,7 @@ Run unit tests by running `mvn test`.
247
247
Before you run the integration tests (locally):
248
248
249
249
1. Make sure that you have access to the github orgs specified in
You likely will need to change it to three orgs where you have permissions
252
252
to create repositories.
253
253
1. Make sure you have `git_api_url=https://api.github.com` in `/dockerfile-image-update-itest/itest.env`,
@@ -282,7 +282,7 @@ to manually trigger the release process. For now, that looks like the following:
282
282
#### 1. Versioned Git Tag
283
283
284
284
* Decide what version you desire to have. If you want to bump the major or minor
285
-
version then you need to bump the `MVN_SNAPSHOT_VERSION` in the [Makefile](https://github.com/salesforce/dockerfile-image-update/blob/master/Makefile#L5)
285
+
version then you need to bump the `MVN_SNAPSHOT_VERSION` in the [Makefile](https://github.com/salesforce/dockerfile-image-update/blob/main/Makefile#L5)
Copy file name to clipboardExpand all lines: dockerfile-image-update/src/test/java/com/salesforce/dockerfileimageupdate/utils/DockerfileGitHubUtilTest.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -430,17 +430,17 @@ public void testTryRetrievingBlobException() throws IOException {
.thenThrow(newIOException("{\"message\":\"Validation Failed\",\"errors\":[{\"resource\":\"PullRequest\",\"code\":\"custom\",\"message\":\"No commits between thisrepo and thatrepo.\"}],\"documentation_url\":\"https://developer.github.com/enterprise/2.6/v3/pulls/#create-a-pull-request\"}"));
0 commit comments