Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not exit(0) if everything is fine from the pre-receive hook | Johan Sørensen | 2009-07-27 | 1 | -2/+3 |
| | | | | We may be fed even more refs so just let it run and exit cleanly when done. | ||||
* | Deletion of merge requests in Git should be allowed for local connections. | Marius Mathiesen | 2009-07-16 | 2 | -1/+5 |
| | | | | | Also added support for deleting the merge request ref in the target repository. This will be done before the merge request is deleted. | ||||
* | Prevent deletion of merge-request refs | Johan Sørensen | 2009-07-15 | 2 | -6/+24 |
| | |||||
* | Force pushes are ok for merge-request updates | Johan Sørensen | 2009-07-13 | 1 | -1/+6 |
| | |||||
* | Move the pre-receive force-push/delete-ref checking into the #allow_push? ↵ | Johan Sørensen | 2009-07-13 | 1 | -19/+20 |
| | | | | conditional | ||||
* | Be able to turn on denying of delete-refs and non-fast-forwards | Johan Sørensen | 2009-07-10 | 2 | -15/+41 |
| | | | | | This adds a deny_force_pushing? to Repository and makes the pre-receive hook acts accordingly to that setting | ||||
* | Handle ECONNREFUSED gracefully when querying for push permissions | Johan Sørensen | 2009-06-29 | 1 | -11/+16 |
| | |||||
* | make sure we log to an existing log dir when there's no BASE_PATH in the ↵ | Johan Sørensen | 2009-06-29 | 1 | -2/+5 |
| | | | | pre-receive hook | ||||
* | Log what's happening from the PreReceiveGuard | Johan Sørensen | 2009-06-29 | 2 | -1/+10 |
| | |||||
* | Print out more easily identifyable error messages if pushing fails | Johan Sørensen | 2009-06-29 | 2 | -2/+10 |
| | |||||
* | Render a waiting message when viewing a merge request without a backend branch. | Marius Mathiesen | 2009-06-24 | 1 | -0/+1 |
| | | | | | | - Giving MergeRequest a ready? method for determining whether the backend branch has been created or not - Setting refresh header&use render_if_ready | ||||
* | Allow local pushes to refs/merge-requests | Marius Mathiesen | 2009-06-24 | 2 | -4/+10 |
| | | | | | - For local connections (without SSH; no SSH_ORIGINAL_COMMAND environment var) we'll allow pushes to the branch | ||||
* | Moved the authentication logic from SSH Client to pre-receive: | Marius Mathiesen | 2009-06-24 | 2 | -1/+79 |
| | | | | | | | | | | - script/gitorious only checks whether the repo exists, and sets an environment var for the URL for auth checking - hooks/pre-receive performs the access control, as before Currently, users should be allowed to push normally, like before. In addition to that, owners of merge requests are allowed to push to the special ref for the merge request in the target repository | ||||
* | Make the post-receive messaging compatible with the "old-style paths" | Johan Sørensen | 2009-05-09 | 1 | -1/+4 |
| | |||||
* | The post receive hook now supports overriding the hostname/ip and port for ↵ | Marius Mathiesen | 2009-05-08 | 1 | -1/+11 |
| | | | | | | | | the Stomp MQ server: - stomp_server_address is the hostname of the server to receive messages - stomp_server_port is the port number RAILS_ENV=production is assumed, and defaults are provided ("localhost" and 61613, respectively) | ||||
* | Make sure we submit the correct hashed path to the PushEventProcessor | Johan Sørensen | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Updated GeoIP database file | Johan Sørensen | 2009-04-22 | 1 | -0/+0 |
| | |||||
* | Add sample EULA license for production environment | Tor Arne Vestbø | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Adding a dedicated file for each env removed the need for quite a bit of mocking | Marius Mathiesen | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Adding before_filter that requires the user to accept the current EULA | Marius Mathiesen | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | The license file should depend on the current Rails.env | Marius Mathiesen | 2009-04-22 | 1 | -0/+1 |
| | | | | Adding a controller for accepting the current EULA | ||||
* | Adding missing template for MergeRequests#edit | Marius Mathiesen | 2009-04-22 | 1 | -1/+2 |
| | |||||
* | Special handling of creation/deletion of tags. | Marius Mathiesen | 2009-04-22 | 2 | -128/+34 |
| | | | | No longer require grit in the post-receive hook | ||||
* | Event processing kind of working, will start refactoring | Marius Mathiesen | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Working on porting the post commit hook to MQ model | Marius Mathiesen | 2009-04-22 | 2 | -124/+150 |
| | |||||
* | Make the post-receive hook understand the new committers model | Johan Sørensen | 2009-04-22 | 2 | -1/+3 |
| | |||||
* | data/hooks: use the dashless form of git commands for 1.6.x | David Aguilar | 2008-12-29 | 4 | -13/+13 |
| | | | | Signed-off-by: David Aguilar <davvid@gmail.com> | ||||
* | Only save commit events for repository committers | David A. Cuadrado | 2008-05-19 | 1 | -23/+5 |
| | | | | | | | | | | This commmit should avoid events like: johan committed 5e61707e to gitorious/patcitos-clone-latest since johan is not actually a committer of gitorious/patcitos-clone-latest Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | Use only the master"s commits to create events | David A. Cuadrado | 2008-05-01 | 1 | -7/+12 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | use the commit date | David A. Cuadrado | 2008-05-01 | 1 | -3/+3 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | keep all commit events on git-push | David A. Cuadrado | 2008-05-01 | 1 | -67/+85 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | "Trees" context link renamed to "source tree" under repositories | Johan Sørensen | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | Print less from *-receive hooks | Johan Sørensen | 2008-04-28 | 3 | -4/+3 |
| | |||||
* | Added sidebar, start on repository tree and add a rebuild_events script | Johan Sørensen | 2008-04-25 | 1 | -1/+2 |
| | |||||
* | Moved events to be primarily pivoting around the project. | Johan Sørensen | 2008-04-21 | 1 | -3/+4 |
| | |||||
* | events.date => events.created_at and other Event related fixes | Johan Sørensen | 2008-04-20 | 1 | -0/+1 |
| | |||||
* | Merge commit 'krawek/events' into project-events | Johan Sørensen | 2008-04-19 | 13 | -0/+519 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'krawek/events': Fixed spec Removed actions from the database refactoring to use polymorphic associations (USER does ACTION on X) warn if the email does not match Renamed migrates: actions and events optimizations Performance improvements hooks: enable post-updateand added pre-receive Handle create and delete tag Fixed event: delete branch Script to setup the hooks Added avatar to events Implemented user event system Clone projects using gitorious hooks Load rails environment Create projects using gitorious hooks Added git template for new repositories Conflicts: app/models/project.rb app/models/repository.rb config/routes.rb | ||||
| * | Removed actions from the database | David A. Cuadrado | 2008-04-16 | 1 | -11/+11 |
| | | | | | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
| * | refactoring to use polymorphic associations (USER does ACTION on X) | David A. Cuadrado | 2008-04-07 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
| * | warn if the email does not match | David A. Cuadrado | 2008-04-04 | 1 | -1/+4 |
| | | |||||
| * | hooks: enable post-updateand added pre-receive | David A. Cuadrado | 2008-03-20 | 2 | -0/+4 |
| | | |||||
| * | Handle create and delete tag | David A. Cuadrado | 2008-03-20 | 1 | -9/+15 |
| | | |||||
| * | Fixed event: delete branch | David A. Cuadrado | 2008-03-20 | 1 | -0/+3 |
| | | |||||
| * | Implemented user event system | David A. Cuadrado | 2008-03-20 | 1 | -2/+56 |
| | | |||||
| * | Load rails environment | David A. Cuadrado | 2008-03-20 | 3 | -81/+16 |
| | | |||||
| * | Create projects using gitorious hooks | David A. Cuadrado | 2008-03-20 | 10 | -0/+0 |
| | | |||||
| * | Added git template for new repositories | David A. Cuadrado | 2008-03-20 | 12 | -0/+515 |
| | |||||
* | count how many times a repository has been cloned from ip/country | David A. Cuadrado | 2008-04-14 | 1 | -0/+0 |
Signed-off-by: David A. Cuadrado <krawek@gmail.com> |