-
Notifications
You must be signed in to change notification settings - Fork 313
Added list-projects command & spec #179
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
Conversation
david-martin
commented
Sep 17, 2014
@Razer6 @jvanbaarsen Where are we with getting this PR merged back? |
@randx Can you take a look after 7.4 release? |
@@ -91,6 +92,13 @@ def add_project | |||
system(*cmd) && self.class.create_hooks(full_path) | |||
end | |||
|
|||
def list_projects | |||
$logger.info "Listing projects" |
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.
Can you change strings to single line quotes?
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.
Sure. Is there a task/command to run houndci locally?
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.
done
ccdc217
to
c2a542d
Compare
FileUtils.mkdir_p(tmp_repos_path) | ||
end | ||
|
||
it "should create projects and list them" do |
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.
Prefer single-quoted strings when you don't need string interpolation or special symbols.
list-projects command usage Single quotes Use single quotes Use single quotes
c2a542d
to
6cd167e
Compare
Added list-projects command & spec
Support calling internal API using HTTPS Closes #179 See merge request gitlab-org/gitlab-shell!297