Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove hooks, they belong to Gitaly now | Jacob Vosmaer | 2019-04-03 | 1 | -125/+0 |
| | |||||
* | Rename print_broadbast method to be genericdisplay-post-receive-warnings | Luke Duncalfe | 2019-04-01 | 1 | -3/+3 |
| | | | | | | print_warnings is now using that method in order to print a large formatted warning message, so renaming the method to be less tied to the broadcast message functionality. | ||||
* | Allow GitlabPostReceive to print warnings | Luke Duncalfe | 2019-03-28 | 1 | -0/+6 |
| | | | | | | Warnings are printed using the same method that prints broadcast messages. This ensures that whatever warnings are returned will be displayed correctly. | ||||
* | Use 'push_options' everywhere instead of 'push_opts' | Jonathon Reinhart | 2018-12-13 | 1 | -3/+3 |
| | |||||
* | Pass push options to GitLab /internal/post_receive API | Jonathon Reinhart | 2018-12-13 | 1 | -2/+3 |
| | | | | | | | | | | push_opts[] is named as such so that it becomes an array in the GitLab internal Grape::API params hash. If it were named push_opts, only the final (scalar) push_opts parameter would be present. Also update specs to include push_opts parameter: - gitlab_post_receive_spec - gitlab_net_spec for the internal API change | ||||
* | Remove unused lib/names_helper.rb | Jonathon Reinhart | 2018-12-13 | 1 | -2/+0 |
| | | | | As of 7eb45672b7, NamesHelper is no longer used. | ||||
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 1 | -10/+8 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Use actor when we don't know if it's a Key or User | Ash McKenzie | 2018-08-01 | 1 | -8/+10 |
| | | | | | | * Use gl_id when we don't know if it's a key-X or user-X * Use Actor.new_from(gl_id) which will figure out if it's a Key or User * Use key_str when we're referring to key-X as key_id is confusing | ||||
* | 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 | ||||
* | Update files to pass modern rubocop checks. Disable some of themdz-update-deps | Dmitriy Zaporozhets | 2018-02-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update rubocop and code to pass it | Dmitriy Zaporozhets | 2018-02-22 | 1 | -7/+9 |
| | | | | 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 direct redis integration | Nick Thomas | 2018-01-12 | 1 | -54/+0 |
| | |||||
* | Prints a message if project was redirected35385-allow-git-pull-push-on-project-redirects | Mayra Cabrera | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Support new /internal/post-receive API endpoint | Alejandro Rodríguez | 2017-08-30 | 1 | -20/+39 |
| | |||||
* | Revert "Merge branch ↵revert-gl-repository | Alejandro Rodríguez | 2017-07-03 | 1 | -3/+6 |
| | | | | | | | '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. | ||||
* | 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 | -6/+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 | -2/+2 |
| | |||||
* | Setup use of gl-repository to enqueue PostReceive sidekiq jobs | Alejandro Rodríguez | 2017-05-11 | 1 | -1/+4 |
| | |||||
* | Handle GL_REPOSITORY env variable and use it in api calls | Alejandro Rodríguez | 2017-05-11 | 1 | -4/+5 |
| | |||||
* | Add gitaly notification on post-receive hook | Alejandro Rodríguez | 2017-02-07 | 1 | -0/+2 |
| | |||||
* | Make merge request text after push clearer | Lisanne Fellinger | 2016-12-08 | 1 | -1/+1 |
| | | | | | | Add changelog entry Editing changelog entry version | ||||
* | Add instrumentation to push hooksmore-instrumentation-down-the-pipeline | Ahmad Sherif | 2016-11-16 | 1 | -2/+7 |
| | | | | Related to #22053 | ||||
* | Use full repository path for API calls instead of extracting namedz-support-nested-namespaces | Dmitriy Zaporozhets | 2016-10-27 | 1 | -2/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | print new merge request urls after push received | Scott Le | 2016-08-12 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | update spec different text for new and existing merge request update spec fix style switch order of messages enhance message appearance remove extra spaces | ||||
* | Track ongoing pushes and reject mv-storage commands if there are push ↵mv-storage | Alejandro Rodríguez | 2016-07-27 | 1 | -1/+2 |
| | | | | running (after waiting some time) | ||||
* | use STDERR to output error messages | Valery Sizov | 2016-07-05 | 1 | -3/+3 |
| | |||||
* | Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobs | Paco Guzman | 2016-06-23 | 1 | -1/+6 |
| | |||||
* | Add redis-rb as a vendored library | Stan Hu | 2016-05-12 | 1 | -1/+0 |
| | | | | `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 | 1 | -4/+6 |
| | | | | Closes gitlab-org/gitlab-ce#17329 | ||||
* | 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 |
| | |||||
* | Move setting/unsetting of GL_ID from lib to executables. | Douwe Maan | 2015-04-06 | 1 | -4/+0 |
| | |||||
* | Prevent character encoding issues by sending received changes as raw data. | Douwe Maan | 2015-03-15 | 1 | -1/+5 |
| | |||||
* | Fix post-receive broadcast message | Dmitriy Zaporozhets | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Enable rubocop rule | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Add tests. | Douwe Maan | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | Return true from GitlabPostReceive to ensure custom hooks run. | Douwe Maan | 2015-02-23 | 1 | -1/+3 |
| | |||||
* | Improve broadcast message logicv2.5.1 | Dmitriy Zaporozhets | 2015-02-18 | 1 | -1/+3 |
| | | | | | Expect broadcast message API endpoint to return 200 with empty JSON if no broadcast messages available | ||||
* | Make fixes to pass rubocop | Dmitriy Zaporozhets | 2015-02-16 | 1 | -7/+7 |
| | |||||
* | Show nice error message when internal API is unreachable. | Douwe Maan | 2015-02-11 | 1 | -3/+7 |
| | |||||
* | Print broadcast message if one is available. | Douwe Maan | 2015-02-09 | 1 | -0/+41 |
| | |||||
* | Support for custom hooks | Drew Blessing | 2014-11-05 | 1 | -2/+5 |
| | |||||
* | Fix bug when changes to post-receive worker was not dumped properlyv2.0.1 | Dmitriy Zaporozhets | 2014-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | GitlabAccess and GitlabPostReceive classes added | Dmitriy Zaporozhets | 2014-09-01 | 1 | -0/+31 |
Gitlab Access handles security check. GitlabPostReceive creates a sidekiq job Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |