Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #69 from ↵ | Dmitriy Zaporozhets | 2013-07-08 | 1 | -0/+30 | |
|\ | | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags | |||||
| * | Support Adding and Removing of branches and tags | TJ (Thomas) Biddle | 2013-06-14 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | This commit adds support to create and remove branches and tags from gitlab-shell. The code style was followed as closely as possible to the original. The purpose of this commit is that I will be adding support to the Gitlabhq (Gitlab) project in order to allow adding and removing of branches and tags through their API. | |||||
* | | Update head feature | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+22 | |
| | | ||||||
* | | Merge pull request #56 from smashwilson/36-logger | Dmitriy Zaporozhets | 2013-06-10 | 6 | -17/+110 | |
|\ \ | | | | | | | Logger | |||||
| * | | Show an 'access denied' message on stderr. | ash | 2013-05-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Always log non-200 responses from the GitLab API. | ash | 2013-05-18 | 1 | -1/+5 | |
| | | | ||||||
| * | | Allow administrators to log users by key id (faster) or by username (clearer). | ash | 2013-05-18 | 2 | -8/+30 | |
| | | | ||||||
| * | | Use :warn instead of :error for invalid commands. | ash | 2013-05-18 | 2 | -2/+2 | |
| | | | ||||||
| * | | Logging throughout gitlab-shell. | ash | 2013-05-18 | 1 | -1/+10 | |
| | | | ||||||
| * | | Add logging-related keys to the example config. Use the same default for both. | ash | 2013-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use a better error message if gitlab-keys gets an invalid command. | ash | 2013-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Log all GETs and responses at :debug. | ash | 2013-05-18 | 1 | -2/+6 | |
| | | | ||||||
| * | | Log during failure cases of fork-project. | ash | 2013-05-18 | 1 | -5/+14 | |
| | | | ||||||
| * | | Log failure conditions encountered during mv-projects. | ash | 2013-05-18 | 1 | -6/+15 | |
| | | | ||||||
| * | | Logging messages for successful commands. | ash | 2013-05-17 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add log messages for gitlab_keys. | ash | 2013-05-17 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add the logger and related configuration options. | ash | 2013-05-16 | 2 | -0/+24 | |
| |/ | ||||||
* | | Merge pull request #58 from encero/master | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+1 | |
|\ \ | | | | | | | propably better ssh-key id finding in ARGV | |||||
| * | | ok last change in this code | GitLab | 2013-05-28 | 1 | -2/+0 | |
| | | | ||||||
| * | | fixed bad regex | GitLab | 2013-05-28 | 1 | -1/+3 | |
| | | | ||||||
| * | | propably better ssh key id finding in ARGV | GitLab | 2013-05-28 | 1 | -1/+1 | |
| |/ | ||||||
* | | Add ca_file/ca_path configuration options. | Akinori MUSHA | 2013-06-07 | 1 | -3/+21 | |
|/ | ||||||
* | Regex used in rm-key command is too lax | Max Krasnyansky | 2013-04-24 | 1 | -1/+1 | |
| | | | | | | Basically the issue is that 'gitlab-shell rm-key key-2' removes all keys that match "key-2" pattern. "key-20", "key-25", etc. This change makes the regex used in the sed command more strict. | |||||
* | Fix and refactor redis command | Dmitriy Zaporozhets | 2013-04-19 | 2 | -13/+23 | |
| | ||||||
* | Merge pull request #39 from dex4er/bugfix_https_with_nonstandard_port | Dmitriy Zaporozhets | 2013-04-19 | 1 | -1/+1 | |
|\ | | | | | https can be served also on non-standard port | |||||
| * | https can be served also on non-standard port | Piotr Roszatycki | 2013-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #35 from chr1831/master | Dmitriy Zaporozhets | 2013-04-19 | 2 | -2/+19 | |
|\ \ | | | | | | | Added configuration options for custom redis servers as well as bin locations | |||||
| * | | Refactored update hook as well as fixed a typo. GitlabConfig is now only ↵ | GitLab | 2013-04-10 | 1 | -6/+8 | |
| | | | | | | | | | | | | called once in the update hook. | |||||
| * | | Added socket support to redis configuration directive per drf's request at ↵ | GitLab | 2013-04-09 | 1 | -1/+4 | |
| | | | | | | | | | | | | https://github.com/gitlabhq/gitlab-shell/pull/35 | |||||
| * | | Added fallback to default to localhost if the redis configuration block is ↵ | Chr1831 | 2013-03-29 | 1 | -2/+6 | |
| | | | | | | | | | | | | missing or empty in config.yml | |||||
| * | | Added remote redis support to gitlab_update.rb | Chris | 2013-03-29 | 2 | -1/+9 | |
| |/ | ||||||
* | | bug fix for namespaced project forking | agutong-dev | 2013-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | additional fork check and enhanced tests | Angus MacArthur | 2013-04-16 | 1 | -0/+5 | |
| | | ||||||
* | | more fixes for pull reuest | Angus MacArthur | 2013-04-16 | 1 | -5/+14 | |
| | | | | | | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224 | |||||
* | | fork fixes for upstream pull | Angus MacArthur | 2013-04-16 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08 | |||||
* | | add fork_project command | Angus MacArthur | 2013-04-11 | 1 | -0/+13 | |
|/ | ||||||
* | Merge pull request #16 from docwhat/exec | Dmitriy Zaporozhets | 2013-03-25 | 1 | -1/+5 | |
|\ | | | | | Improve gitlab_shell spec and replace `system()` with `exec()` | |||||
| * | Use Kernel::exec instead of system() | Christian Höltje | 2013-03-15 | 1 | -1/+5 | |
| | | | | | | | | | | We don't need to keep the ruby process around once we've established that it's ok to run a git command. | |||||
* | | Merge pull request #26 from regru/do_not_fall_on_deploy_keys | Dmitriy Zaporozhets | 2013-03-25 | 2 | -2/+2 | |
|\ \ | | | | | | | Do not fall on discover deployment keys. Closes #25 | |||||
| * | | Do not fall on discover deployment keys. Closes #25 | Akzhan | 2013-03-25 | 2 | -2/+2 | |
| | | | ||||||
* | | | return non-zero status if gitlab-projects or gitlab-keys cmd was not successfulv1.2.0 | Dmitriy Zaporozhets | 2013-03-25 | 2 | -0/+2 | |
|/ / | ||||||
* | | Require openssl | Martin Bastien | 2013-03-23 | 1 | -0/+1 | |
| | | | | | | | | Fix the "uninitialized constant GitlabNet::OpenSSL (NameError)" after upgrading to ruby 2.0 | |||||
* | | http_settings configuration option added. | Akzhan | 2013-03-23 | 2 | -1/+18 | |
| | | | | | | | | | | | | | | Now it supports: * self_signed_cert option to allow self-signed certificates over https protocol. * user and password options to pass though http auth. | |||||
* | | gitlab_net#host: slash is missing | Maxim Filatov | 2013-03-21 | 1 | -1/+1 | |
|/ | ||||||
* | mv-project feature added | Dmitriy Zaporozhets | 2013-03-12 | 1 | -0/+26 | |
| | ||||||
* | Merge pull request #13 from redorkulated/master | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+1 | |
|\ | | | | | gitlab_update: Stop matching all on .git | |||||
| * | gitlab_update: Stop matching all | Michael | 2013-03-10 | 1 | -1/+1 | |
| | | | | | | Commenting out . to stop all single char matches rather then just ".git" | |||||
* | | tests added: GitlabNet check, GitlabProject exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+2 | |
| | | ||||||
* | | test GitlabKeys exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+2 | |
| | | ||||||
* | | remove puts | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+0 | |
| | |