Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the ↵59-git-tracing | Paco Guzman | 2016-09-27 | 2 | -0/+30 |
| | | | | | | git_trace_log_file config key The value of the variable if present must be a writable absolute path. If it’s not the case we log a proper message and not enable tracing to not throw output to the users. | ||||
* | Set a low IO priority for storage moves to lower performance impactionice-mv | Alejandro Rodríguez | 2016-09-20 | 1 | -1/+11 |
| | |||||
* | Properly rescue from JSON parse.lfs-authenticate-support | Patricio Cano | 2016-09-08 | 1 | -2/+6 |
| | |||||
* | Style fixes and better tests. | Patricio Cano | 2016-09-06 | 2 | -3/+3 |
| | |||||
* | Refactored LFS auth logic to use its own API endpoint. | Patricio Cano | 2016-09-06 | 4 | -18/+40 |
| | |||||
* | Refactored JSON header generation to its own class and added tests for it | Patricio Cano | 2016-09-06 | 2 | -10/+24 |
| | |||||
* | Added LFS support to SSH | Patricio Cano | 2016-09-06 | 3 | -5/+27 |
| | | | | - Required changes to GitLab Shell include the actual handling of the `git-lfs-authenticate` command and the retrieval of the correct credentials. | ||||
* | Add option to recover 2FA via SSH | Drew Blessing | 2016-08-26 | 2 | -9/+56 |
| | |||||
* | Sentinel connection parameters in `config.yml` file | Gabriel Mazetto | 2016-08-18 | 1 | -0/+6 |
| | |||||
* | Merge branch 'dup-frozen-argv-key' into 'master' | Robert Speicher | 2016-08-11 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | In order to use chomp! on the input later, we need to dup the ARGV input string for keys Also updated the gitlab_key tests to freeze the ARGV variables. Fixes https://gitlab.com/gitlab-org/gitlab-shell/issues/56 See merge request !84 | ||||
| * | In order to use chomp! on the input later, we need to dup the ARGV input ↵dup-frozen-argv-key | DJ Mountney | 2016-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | string for keys Also updated the gitlab_key tests to freeze the ARGV variables. | ||||
* | | Merge branch 'feature/new-merge-request-url' into 'master' | Douwe Maan | 2016-08-11 | 2 | -1/+36 |
|\ \ | |/ |/| | | | | | | | | | Show Merge request link after pushing if new brach This is part of implementation for issue https://gitlab.com/gitlab-org/gitlab-ce/issues/18266 See merge request !77 | ||||
| * | print new merge request urls after push received | Scott Le | 2016-08-12 | 2 | -1/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update spec different text for new and existing merge request update spec fix style switch order of messages enhance message appearance remove extra spaces | ||||
* | | Update the keys permission check to open the file in write mode. | DJ Mountney | 2016-08-10 | 1 | -2/+2 |
| | | | | | | | | That way the file is created if it does not exist. | ||||
* | | Changes proposed during review | Jacob Vosmaer | 2016-08-10 | 1 | -1/+1 |
| | | |||||
* | | Defense in depth for authorized_keys lines | Jacob Vosmaer | 2016-08-05 | 1 | -0/+5 |
| | | |||||
* | | Refactor 'GitlabKey' class awaysmall-fixes | Jacob Vosmaer | 2016-08-04 | 1 | -15/+11 |
| | | | | | | | | | | It is not nice to have both 'GitlabKeys' and 'GitlabKey'. We also do not need GitlabKey to be a class when it has no state. | ||||
* | | Add permission check tests, improve checkauthorized-keys-permission-check | Jacob Vosmaer | 2016-08-03 | 1 | -3/+3 |
| | | |||||
* | | Improve authorized_keys check | Jacob Vosmaer | 2016-08-02 | 1 | -0/+13 |
| | | | | | | | | | | | | The old check only looked if authorized_keys exists. With this change, we look whether we can actually open the file for reading and writing. When this fails we try to print useful diagnostic information. | ||||
* | | Manage authorized_keys permissions continuouslykeys-chmod | Jacob Vosmaer | 2016-08-01 | 1 | -4/+11 |
|/ | | | | | | We can lazily create authorized_keys and set its permissions. This adds negligible overhead and it allows us to remove a setup step from GitLab both on source and in omnibus-gitlab. | ||||
* | Track ongoing pushes and reject mv-storage commands if there are push ↵mv-storage | Alejandro Rodríguez | 2016-07-27 | 3 | -3/+76 |
| | | | | running (after waiting some time) | ||||
* | Add command to move repositories between repository storages | Alejandro Rodríguez | 2016-07-27 | 1 | -0/+32 |
| | |||||
* | Allow gitlab-project's fork-project command to fork projects between ↵ | Alejandro Rodríguez | 2016-07-26 | 1 | -1/+8 |
| | | | | different repository storages | ||||
* | Add an error message when using shell commands with incompatible GitLab versions | Alejandro Rodríguez | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | Make use of a constant for the used SSH protocol | Patricio Cano | 2016-07-05 | 1 | -2/+3 |
| | |||||
* | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] and make it mandatory with no ↵ | Patricio Cano | 2016-07-05 | 3 | -3/+3 |
| | | | | fallback value | ||||
* | Simplify protocol assign, and populate ENV['PROTOCOL'] variable when calling ↵ | Patricio Cano | 2016-07-05 | 1 | -1/+2 |
| | | | | hooks via SSH | ||||
* | Allow GitLab Shell to check for allowed access based on the used Git protocol. | Patricio Cano | 2016-07-05 | 3 | -5/+7 |
| | |||||
* | use STDERR to output error messages | Valery Sizov | 2016-07-05 | 1 | -3/+3 |
| | |||||
* | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro Rodríguez | 2016-06-29 | 7 | -42/+34 |
| | |||||
* | Simplify custom hook output handlingcustom-hook-output | Jacob Vosmaer | 2016-06-24 | 1 | -29/+16 |
| | |||||
* | Merge branch 'gitlab-redis' into 'master' | Stan Hu | 2016-06-23 | 3 | -2/+3 |
|\ | | | | | | | | | | | | | Put Redis loading code in one place Before this change you could not run the gitlab_net specs in isolation. See merge request !64 | ||||
| * | Put Redis loading code in one placegitlab-redis | Jacob Vosmaer | 2016-06-23 | 3 | -2/+3 |
| | | |||||
* | | Merge branch 'simplify-access-status' into 'master' | Valery Sizov | 2016-06-23 | 1 | -5/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Simplify the GitAccessStatus class Make the optional 'message' argument required. Remove unused 'to_json' method. See merge request !65 | ||||
| * | | Simplify the GitAccessStatus classsimplify-access-status | Jacob Vosmaer | 2016-06-23 | 1 | -5/+4 |
| |/ | | | | | | | | | Make the optional 'message' argument required. Remove unused 'to_json' method. | ||||
* | | Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobs | Paco Guzman | 2016-06-23 | 1 | -1/+6 |
|/ | |||||
* | Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-client | Stan Hu | 2016-05-12 | 16 | -20/+21 |
| | |||||
* | Add redis-rb as a vendored library | Stan Hu | 2016-05-12 | 16 | -2/+5284 |
| | | | | `make update-redis` will clone the library and adjust the paths properly | ||||
* | Use Redis Ruby client instead of shelling out to redis-cli | Stan Hu | 2016-05-12 | 3 | -26/+25 |
| | | | | Closes gitlab-org/gitlab-ce#17329 | ||||
* | Remove the update-head command since GitLab doesn't use it anymore | Rémy Coutable | 2016-04-28 | 1 | -17/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Revert "Remove unused #list_remote_tags"revert-53 | Rémy Coutable | 2016-04-25 | 1 | -0/+22 |
| | | | | | | This reverts commit f5e87590d463b4b3d1bf5cd6b49a9d0d60acd552. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update post receive worker so it logs a unique JID in sidekiqaiionx/gitlab-shell-aiionx-post_receive_jid | aiionx | 2016-04-19 | 1 | -2/+4 |
| | |||||
* | Remove branch functionality | Robert Schilling | 2016-04-19 | 1 | -15/+0 |
| | |||||
* | Remove rm-tag command | Robert Schilling | 2016-04-18 | 1 | -7/+0 |
| | |||||
* | Remove unused #list_remote_tags | Robert Schilling | 2016-04-16 | 1 | -22/+0 |
| | |||||
* | Revert "Do not prune objects during 'git gc'" | Jacob Vosmaer | 2016-04-06 | 1 | -1/+1 |
| | | | | | | | This reverts commit 1ca8a44f0baa1728650308fe992f42660170ae16. Never pruning loose objects at all is not really a solution for anything, and it causes annoying `git gc --auto` warnings. | ||||
* | Add new command to list tags from a remote repo. | Rubén Dávila | 2016-03-31 | 1 | -1/+24 |
| | | | | | | The output of the `git ls-remote` command is written to the STDOUT so the client can read and parse the list of tags. If there is an error it's also written to STDOUT. | ||||
* | Add the ability to fetch remote repo without tags.gl_ee_issue_116 | Rubén Dávila | 2016-03-30 | 1 | -2/+6 |
| | | | | | | When fetching remote repo with tags the new remote tags are mixed in with the local tags (all tags are saved under refs/tags), this affects the UI of the Project given that we're showing up tags of a remote repo. | ||||
* | Add encoding for the ssh key on the url | Pablo Carranza | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Change use of fingerprint for whole key | Pablo Carranza | 2016-03-24 | 1 | -2/+2 |
| |