Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | New Action classes | Ash McKenzie | 2018-08-01 | 5 | -0/+236 | |
| | | | | | | | | | | | | | | * Base - contains all common logic * Gitaly - performs interactions with Gitaly * API2FARecovery - 2FA recovery code generation * GitLFSAuthenticate - git-lfs authentication | |||||
* | | New User class | Ash McKenzie | 2018-07-30 | 1 | -0/+25 | |
| | | ||||||
* | | Move GL_PROTOCOL into GitlabNet | Ash McKenzie | 2018-07-30 | 2 | -3/+3 | |
|/ | ||||||
* | Support HTTP headers and sending JSON | Ash McKenzie | 2018-07-20 | 2 | -11/+17 | |
| | ||||||
* | Rename HTTPHelper#host to #internal_api_endpoint | Ash McKenzie | 2018-07-20 | 2 | -12/+12 | |
| | ||||||
* | Add #base_api_endpoint for re-usability | Ash McKenzie | 2018-07-20 | 1 | -1/+5 | |
| | ||||||
* | Move HTTP logic out into HTTPHelper | Ash McKenzie | 2018-07-20 | 2 | -104/+111 | |
| | ||||||
* | allow long strings to remain intact while parsing broadcast message | Cameron Crockett | 2018-06-01 | 1 | -4/+26 | |
| | | | | | | | | | | | | | | Added fix for msg nil edge case. fixed comment wording code review issues, bumped version and changelog entry Fixed rebase issues Moved strip out of the function Fixes for code review comments Removed trailing whitespaces | |||||
* | Bump version to 7.1.3bvl-display-username-instead-of-fullname | Bob Van Landuyt | 2018-05-24 | 1 | -1/+7 | |
| | ||||||
* | Display the username instead of fullname | Bob Van Landuyt | 2018-05-23 | 1 | -2/+2 | |
| | | | | | | | | When running `ssh git@gitlab.example.com` we used to reply with the full name. But it might actually be more useful to display the username. This is unique and can help support identifying issues. Closes #131 | |||||
* | Add missing GitlabLogger#error method | Jacob Vosmaer (GitLab) | 2018-04-09 | 1 | -1/+6 | |
| | ||||||
* | Flush log file after every write | Jacob Vosmaer (GitLab) | 2018-03-23 | 1 | -0/+6 | |
| | ||||||
* | Add Gitaly git-upload-archive migrated commandgitaly-upload-archive | Alejandro Rodríguez | 2018-03-20 | 1 | -0/+1 | |
| | ||||||
* | Switch to structured logging | Jacob Vosmaer (GitLab) | 2018-03-19 | 6 | -23/+114 | |
| | ||||||
* | Update files to pass modern rubocop checks. Disable some of themdz-update-deps | Dmitriy Zaporozhets | 2018-02-22 | 9 | -55/+58 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Update rubocop and code to pass it | Dmitriy Zaporozhets | 2018-02-22 | 5 | -20/+22 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Print new project information in post receive | Tiago Botelho | 2018-02-06 | 1 | -0/+1 | |
| | ||||||
* | Remove special case treatment of Geo nodes for SSH | Stan Hu | 2018-01-12 | 3 | -16/+5 | |
| | | | | | | | We removed SSH support in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3553, so we no longer need the ability to show all refs for Geo nodes. Closes #115 | |||||
* | Remove direct redis integration | Nick Thomas | 2018-01-12 | 19 | -5482/+0 | |
| | ||||||
* | Remove the GitlabProjects implementation | Nick Thomas | 2018-01-12 | 1 | -518/+0 | |
| | ||||||
* | Merge branch '35385-allow-git-pull-push-on-project-redirects' into 'master' | Douwe Maan | 2017-12-07 | 1 | -1/+1 | |
|\ | | | | | | | | | Prints a message if project was renamed See merge request gitlab-org/gitlab-shell!175 | |||||
| * | Prints a message if project was redirected35385-allow-git-pull-push-on-project-redirects | Mayra Cabrera | 2017-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Use 'git clone --no-local' when creating a fork | Jacob Vosmaer (GitLab) | 2017-12-06 | 1 | -2/+2 | |
| | | ||||||
* | | Add a 'fork-repository' command that works with hashed storage | Nick Thomas | 2017-12-01 | 1 | -0/+31 | |
|/ | | | | | | | The existing 'fork-project' command cannot work with hashed storage as the source project basename differs from the destination repository basename. It is deprecated by the addition of 'fork-repository' and should be removed in the next major version. | |||||
* | Add relative git object dir envvars to check access requestfeature/add-pwd-envvar-to-check-access-request | Ahmad Sherif | 2017-10-10 | 2 | -6/+41 | |
| | ||||||
* | pass gl_username through to hooks | David Turner | 2017-09-28 | 3 | -10/+21 | |
| | ||||||
* | Adds --force option to push branches.add-force-push-option-to-push-branches | Tiago Botelho | 2017-09-19 | 1 | -1/+6 | |
| | ||||||
* | Support new /internal/pre-receive API endpoint for post-receivegitaly-redis-refactor | Alejandro Rodríguez | 2017-09-05 | 1 | -0/+8 | |
| | ||||||
* | Support new /internal/post-receive API endpoint | Alejandro Rodríguez | 2017-08-30 | 2 | -20/+53 | |
| | ||||||
* | Support old versions of ruby without monotonic clock | Gabriel Mazetto | 2017-08-09 | 1 | -1/+5 | |
| | ||||||
* | Fix SSH support for Git for Windows v2.14sh-fix-git-upload-pack | Stan Hu | 2017-08-06 | 1 | -3/+12 | |
| | | | | | | | Git For Windows 2.14 has a patch that changes `git-upload-pack` to `git upload-pack`. To make this work for gitlab-shell, just map this to `git-upload-pack`. Closes gitlab-org/gitlab-ce#36028 | |||||
* | Use git_config_options instead of git_config_parameters for Gitaly requestssh-support-gitaly-upload-pack-unhide-refs | Stan Hu | 2017-08-03 | 1 | -7/+10 | |
| | ||||||
* | Merge branch 'update-redis-rb-3.3.3' into 'master' | Douwe Maan | 2017-08-03 | 5 | -15/+73 | |
|\ | | | | | | | | | Bump redis-rb library to 3.3.3 See merge request !151 | |||||
| * | Bump redis-rb library to 3.3.3update-redis-rb-3.3.3 | Stan Hu | 2017-07-22 | 5 | -15/+73 | |
| | | ||||||
* | | Fix setting permissions of SSH key tempfiles | Nick Thomas | 2017-08-02 | 1 | -5/+8 | |
| | | ||||||
* | | Require tempfile to avoid a missing constant error | Nick Thomas | 2017-08-02 | 1 | -0/+1 | |
| | | ||||||
* | | Implement SSH authentication support in Ruby | Nick Thomas | 2017-07-31 | 1 | -11/+67 | |
| | | ||||||
* | | Merge branch 'sh-defer-reference-counter-load' into 'master' | Robert Speicher | 2017-07-26 | 1 | -2/+6 | |
|\ \ | | | | | | | | | | | | | Optimize gitlab-projects by deferring the loading of gitlab_reference_counter See merge request !149 | |||||
| * | | Optimize gitlab-projects by deferring the loading of gitlab_reference_countersh-defer-reference-counter-load | Stan Hu | 2017-07-21 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | Loading gitlab_reference_counter loads gitlab_net, which adds an additional 100-200 ms of time. That file pulls in a vendored Redis library among other things. | |||||
* | | | Make geo_node a default parametersh-show-all-refs | Stan Hu | 2017-07-24 | 2 | -2/+2 | |
| | | | ||||||
* | | | Support unhiding of all refs for Geo Nodes | Stan Hu | 2017-07-21 | 3 | -5/+16 | |
| |/ |/| | | | | | | | | | By default, we hide certain refs (e.g. keep-around/XXX) to save user download time. We need to preserve these references on secondary Geo nodes to have a true copy. | |||||
* | | Handle internal API errors when getting merge request URLsonly-parse-mr-urls-on-success | Sean McGivern | 2017-07-12 | 1 | -1/+8 | |
|/ | ||||||
* | Merge branch 'gitaly-124-gitaly-ssh' into 'master' | Robert Speicher | 2017-07-07 | 2 | -6/+12 | |
|\ | | | | | | | | | Gitaly SSH Client See merge request !139 | |||||
| * | no more single-value merge | Kim "BKC" Carlbäcker | 2017-07-07 | 1 | -3/+1 | |
| | | ||||||
| * | metrics makes no sense because 'exec' | Kim "BKC" Carlbäcker | 2017-07-07 | 1 | -4/+2 | |
| | | ||||||
| * | hashes have .include? not .has? | Kim "BKC" Carlbäcker | 2017-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | type-o | Kim "BKC" Carlbäcker | 2017-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | We need metrics logging | Kim "BKC" Carlbäcker | 2017-07-06 | 1 | -2/+4 | |
| | | ||||||
| * | no more attrs | Kim "BKC" Carlbäcker | 2017-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | - Update gitaly vendoring | Kim "BKC" Carlbäcker | 2017-07-03 | 2 | -7/+15 | |
| | | | | | | | | | | - Wire up gitaly-*-pack to Gitaly. Don't pass git-*-pack to go - Disable tests for go1.5 & 1.6 |