| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Release v5.6.1 | Nick Thomas | 2017-08-02 | 1 | -0/+4 | |
| | | ||||||
| * | Bump version to 5.6.0v5.6.0 | Douwe Maan | 2017-07-31 | 1 | -0/+3 | |
| | | ||||||
| * | Make geo_node a default parametersh-show-all-refs | Stan Hu | 2017-07-24 | 1 | -0/+3 | |
| | | ||||||
| * | Update vendoring for gitalyupdate-gitaly-definition | Kim "BKC" Carlbäcker | 2017-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | Handle internal API errors when getting merge request URLsonly-parse-mr-urls-on-success | Sean McGivern | 2017-07-12 | 1 | -0/+3 | |
| | | ||||||
| * | Update CHANGELOG | Kim Carlbäcker | 2017-07-09 | 1 | -0/+3 | |
| | | ||||||
| * | Add CHANGELOG entry for 5.2.1 | Stan Hu | 2017-07-06 | 1 | -0/+3 | |
| | | ||||||
| * | Disable RubyGems to increase performance | Stan Hu | 2017-07-03 | 1 | -0/+3 | |
| | | | | | | | By default, RubyGems is enabled, which causes the Ruby interpreter to load 600+ additional files at startup when gitlab-shell is designed not to use any external gems. | |||||
| * | Revert "Merge branch ↵revert-gl-repository | Alejandro Rodríguez | 2017-07-03 | 1 | -0/+3 | |
| | | | | | | | | '86-follow-up-from-use-gl_repository-if-present-when-enqueing-sidekiq-postreceive-jobs' into 'master'" This reverts commit fa6343515ba65423e9de4c98c6005facc6059938, reversing changes made to 62af7f6af72728cecb98c5275d8b7aeb3953e564. | |||||
| * | Bump version to v5.1.0add-list-key-ids | Michael Kozono | 2017-06-28 | 1 | -0/+3 | |
| | | ||||||
| * | Bump version to v5.0.6v5.0.6 | Sean McGivern | 2017-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | Remove old `project` parameter, use `gl_repository` instead86-follow-up-from-use-gl_repository-if-present-when-enqueing-sidekiq-postreceive-jobs | Alejandro Rodríguez | 2017-06-20 | 1 | -0/+3 | |
| | | ||||||
| * | Use gl_repository if present when enqueing Sidekiq PostReceive jobs83-follow-up-from-handle-gl_repository-env-variable-and-use-it-in-api-calls | Alejandro Rodríguez | 2017-05-30 | 1 | -0/+3 | |
| | | ||||||
| * | Update changelog for GL_REPOSITORY handlinghandle-gl-project | Alejandro Rodríguez | 2017-05-11 | 1 | -0/+3 | |
| | | ||||||
| * | Use recursive lookup for git repositories in the bin/create-hooks script | Dmitriy Zaporozhets | 2017-04-25 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | adds timeout option to push branches and respective test suite | Tiago Botelho | 2017-03-29 | 1 | -0/+3 | |
| | | ||||||
| * | Update CHANGELOG | Douglas Barbosa Alexandre | 2017-03-27 | 1 | -0/+3 | |
| | | ||||||
| * | Bump version to 5.0.0 and add changelog entry about removing support for ↵1648-remove-git-annex-support | Pawel Chojnacki | 2017-03-03 | 1 | -0/+3 | |
| | | | | | git-annex | |||||
| * | Add CHANGELOG entry.25301-git-2.11-force-push-bug | Timothy Andrew | 2016-12-16 | 1 | -0/+3 | |
| | | ||||||
| * | Make custom hooks dir configurable | Sean McGivern | 2016-12-12 | 1 | -1/+1 | |
| | | | | | | | | | Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks. | |||||
| * | Make merge request text after push clearer | Lisanne Fellinger | 2016-12-08 | 1 | -0/+1 | |
| | | | | | | | Add changelog entry Editing changelog entry version | |||||
| * | changelog spellingglensc/gitlab-shell-pr-245 | Elan Ruusamäe | 2016-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | changelog entry | Elan Ruusamäe | 2016-12-01 | 1 | -0/+4 | |
| | | ||||||
| * | Fetch repositories with --prune option by default.add-prune-option-to-fetch-command | Ruben Davila | 2016-11-29 | 1 | -0/+2 | |
| | | | | | This will allow us to not recreate branches that has been deleted on the upstream and the mirror. | |||||
| * | Fix gitlab_custom_hook dependencies70-push-fails-because-of-missing-dependencies-on-gitlab_custom_hooks | Alejandro Rodríguez | 2016-11-16 | 1 | -0/+3 | |
| | | ||||||
| * | Add a CHANGELOG entry | Ahmad Sherif | 2016-11-16 | 1 | -0/+3 | |
| | | ||||||
| * | Use full repository path for API calls instead of extracting namedz-support-nested-namespaces | Dmitriy Zaporozhets | 2016-10-27 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Re-use the default logger for performance metrics | Yorick Peterse | 2016-10-12 | 1 | -0/+3 | |
| | | | | | | | | This removes the need for configuring anything extra. To make scraping easier each line is prefixed by "metrics:". Fixes #64 | |||||
| * | Instrument GitLab Shell and log metrics data to a file | Paco Guzman | 2016-10-11 | 1 | -0/+1 | |
| | | ||||||
| * | Test against ruby 2.3 | Paco Guzman | 2016-10-10 | 1 | -0/+3 | |
| | | ||||||
| * | Fix rsync with ionice command building | Alejandro Rodríguez | 2016-10-07 | 1 | -0/+1 | |
| | | ||||||
| * | Fix short circuit logic between rsync with and without ionice for | Alejandro Rodríguez | 2016-10-05 | 1 | -0/+3 | |
| | | | | | storage migrations | |||||
| * | added GL_IDadd_gl_id | Valery Sizov | 2016-10-05 | 1 | -0/+3 | |
| | | ||||||
| * | Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the ↵59-git-tracing | Paco Guzman | 2016-09-27 | 1 | -0/+3 | |
| | | | | | | | 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 | -0/+3 | |
| | | ||||||
| * | Bump version to 3.6.0v3.6.0 | Douwe Maan | 2016-09-20 | 1 | -1/+3 | |
| | | ||||||
| * | Added LFS support to SSH | Patricio Cano | 2016-09-06 | 1 | -0/+1 | |
| | | | | | - 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 | 1 | -0/+3 | |
| | | ||||||
| * | Added sentinel to the changelog and version bump (v3.4.0) | Gabriel Mazetto | 2016-08-19 | 1 | -0/+3 | |
| | | ||||||
| * | Bump version to 3.3.3v3.3.3 | Douwe Maan | 2016-08-11 | 1 | -0/+3 | |
| | | ||||||
| * | Bump version to 3.3.2v3.3.2 | Douwe Maan | 2016-08-03 | 1 | -0/+3 | |
| | | ||||||
| * | Bump version to 3.3.1v3.3.1 | Douwe Maan | 2016-08-01 | 1 | -0/+3 | |
| | | ||||||
| * | Track ongoing pushes and reject mv-storage commands if there are push ↵mv-storage | Alejandro Rodríguez | 2016-07-27 | 1 | -0/+1 | |
| | | | | | running (after waiting some time) | |||||
| * | Add command to move repositories between repository storages | Alejandro Rodríguez | 2016-07-27 | 1 | -0/+3 | |
| | | ||||||
| * | Allow gitlab-project's fork-project command to fork projects between ↵ | Alejandro Rodríguez | 2016-07-26 | 1 | -0/+3 | |
| | | | | | different repository storages | |||||
| * | Add an error message when using shell commands with incompatible GitLab versions | Alejandro Rodríguez | 2016-07-06 | 1 | -0/+1 | |
| | | ||||||
| * | Bump VERSION to 3.2.0add-allowed-protocols-support | Patricio Cano | 2016-07-05 | 1 | -1/+3 | |
| | | ||||||
| * | Added CHANGELOG item | Patricio Cano | 2016-07-05 | 1 | -0/+1 | |
| | | ||||||
| * | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro Rodríguez | 2016-06-29 | 1 | -0/+3 | |
| | | ||||||
| * | Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobs | Paco Guzman | 2016-06-23 | 1 | -0/+3 | |
| | | ||||||
