-
Notifications
You must be signed in to change notification settings - Fork 511
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
Introduce a flag for auto publishing #886
Commits on Aug 9, 2016
-
Introduce a flag for auto pubilshing
Add flag "-p", "--publish" to "notary add", with this flag being set, notary will attemp to publish after adding the change. Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a84d29 - Browse repository at this point
Copy the full SHA 8a84d29View commit details -
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5cecf0 - Browse repository at this point
Copy the full SHA c5cecf0View commit details -
Create a common function for auto publish
It might be used by wherever we want to end with an auto publish. Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd78254 - Browse repository at this point
Copy the full SHA bd78254View commit details -
Introduce auto publishing for notary init
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65cc13e - Browse repository at this point
Copy the full SHA 65cc13eView commit details -
Introduce auto publish for notary remove
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a232853 - Browse repository at this point
Copy the full SHA a232853View commit details -
Add integration test for auto publishing
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df89d32 - Browse repository at this point
Copy the full SHA df89d32View commit details -
Per riyaz's suggestions - using maybeAutoPublish would be more clear that we may not actully publish. Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57beb01 - Browse repository at this point
Copy the full SHA 57beb01View commit details -
Generate a constant for the help test of auto publish
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bf2441 - Browse repository at this point
Copy the full SHA 3bf2441View commit details -
Introduce auto publish for notary delegation add
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c518c71 - Browse repository at this point
Copy the full SHA c518c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f88eb - Browse repository at this point
Copy the full SHA 35f88ebView commit details -
Introduce auto publish for notary delegation remove
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba98365 - Browse repository at this point
Copy the full SHA ba98365View commit details -
Add test for notary delegation add/remove with auto publish
And also fix a golint warning. Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a451910 - Browse repository at this point
Copy the full SHA a451910View commit details -
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63057a3 - Browse repository at this point
Copy the full SHA 63057a3View commit details -
Introduce auto publish for notary addhash
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1e58ae - Browse repository at this point
Copy the full SHA e1e58aeView commit details -
Add test for notary addhash with auto publish
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcfee5f - Browse repository at this point
Copy the full SHA bcfee5fView commit details -
Use require.Contains other than require.True when neccessary
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82dffe0 - Browse repository at this point
Copy the full SHA 82dffe0View commit details -
Signed-off-by: Hu Keping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c386a6 - Browse repository at this point
Copy the full SHA 6c386a6View commit details