Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |