Ariejan de Vroom
edab46e9fa
Added web hooks functionality
...
This commit includes:
* Projects can have zero or more WebHooks.
* The PostReceive job will ask a project to execute any web hooks defined for that project.
* WebHook has a URL, we post Github-compatible JSON to that URL.
* Failure to execute a WebHook will be silently ignored.
2011-12-14 17:38:52 +01:00
Ariejan de Vroom
56fc53e8d8
Automatically write hooks when updating a repository.
2011-12-13 20:39:02 +01:00
Ariejan de Vroom
bc0155fbaa
First attempt at a post-receive hook that posts directly to Resque
2011-12-13 01:03:26 +01:00
Dmitriy Zaporozhets
23a1ba7362
Fix different styles/button positions
2011-12-08 01:35:57 +02:00
Dmitriy Zaporozhets
d68ec5e0fb
default_branch for project & fixed project destroy
2011-12-07 23:56:57 +02:00
Dmitriy Zaporozhets
68154e8fe9
spec fix
2011-12-07 09:48:44 +02:00
Dmitriy Zaporozhets
cb021e5831
repo & project access separated. critical gitolite bugfix
2011-12-07 01:27:07 +02:00
Dmitriy Zaporozhets
bdc658095c
refcatoring. cleaning after gitosis
2011-12-05 09:43:53 +02:00
Dmitriy Zaporozhets
8134fe0efe
git host fixed
2011-12-05 09:23:53 +02:00
Dmitriy Zaporozhets
8f4a0bd174
fix filters & seeds
2011-12-04 22:34:39 +02:00
Dmitriy Zaporozhets
03e51c3058
fixtures added
2011-12-04 22:19:49 +02:00
Dmitriy Zaporozhets
9e089efe5a
gitolite & gitosis support
2011-12-04 01:44:59 +02:00
gitlabhq
6a2c7d80cb
fixed image preview
2011-12-01 09:16:53 -05:00
Dmitriy Zaporozhets
79b64ef4ac
fixed merge request diff
2011-11-29 20:06:37 +02:00
Dmitriy Zaporozhets
958497fecb
fix issue count
2011-11-28 23:34:24 +02:00
Dmitriy Zaporozhets
22ac0cc7eb
Merge branch 'feature/merge_requests'
2011-11-28 22:43:42 +02:00
Saito
46cbe54189
fix the issue on github #157 .
...
directly force_encoding is wrong,
must detect the file string's encoding.
then force_encoding the string to it's encoding.
last convert it to utf-8.
2011-11-28 17:46:41 +08:00
Dmitriy Zaporozhets
6d460aa2d6
merge request entity
2011-11-28 09:39:43 +02:00
Dmitriy Zaporozhets
a031813887
Commit, network graph refactoring
2011-11-27 17:35:49 +02:00
Dmitriy Zaporozhets
8ad1f8a474
activities page caching
2011-11-27 14:53:12 +02:00
gitlabhq
ee2d3de1a6
ability to attach branch to issue
2011-11-24 08:08:20 -05:00
Valery Sizov
540d0aa406
fixd key length
2011-11-22 21:56:22 +02:00
gitlabhq
3f0d807955
file name overflow fixed
2011-11-22 07:50:47 -05:00
gitlabhq
3f35cccfbd
ref controller refactored
2011-11-21 01:16:10 -05:00
Dmitriy Zaporozhets
4bf4efe712
decorators & tree model
2011-11-20 22:32:12 +02:00
gitlabhq
ccefc95e12
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2011-11-18 04:18:26 -05:00
Drew
91d5a906f9
Resolved issue #235
2011-11-18 01:52:13 -05:00
Drew
15016ae68d
resolved issue 244 and updated test
2011-11-18 01:32:22 -05:00
Nihad Abbasov
c4a575b70b
Merge pull request #105 from SaitoWu/annotate
...
annotate models
2011-11-16 09:50:05 -08:00
Saito
7b5fd14515
annotate models
2011-11-16 16:32:35 +08:00
gitlabhq
af08ed6b66
refactoring
2011-11-16 08:38:53 +03:00
gitlabhq
12782adf03
Merge branch 'master' of dev.gitlabhq.com:gitlabhq
2011-11-15 04:09:13 -05:00
gitlabhq
6b9f221a27
perfomance fix
2011-11-15 04:09:07 -05:00
Nihad Abbasov
368deb5992
clean up whitespace from project
2011-11-15 12:34:30 +04:00
Nihad Abbasov
7b36b8d130
access project feeds via private token
2011-11-15 11:25:26 +04:00
Nihad Abbasov
003bf61258
add auth token for users
2011-11-15 11:08:05 +04:00
Dmitriy Zaporozhets
4dd5d9c8cc
Issue #185 – Show branch name for commits on activities & dashboard pages
2011-11-12 15:18:56 +02:00
lukasberns
a1fff682de
Add support for custom SSH ports
2011-11-12 08:30:42 +09:00
Dmitriy Zaporozhets
d730e3ef8b
refactoring project, commits controllers
2011-11-11 01:28:26 +02:00
Dmitriy Zaporozhets
dab072c1ab
refactor code: repository.rb
2011-11-11 00:51:33 +02:00
Dmitriy Zaporozhets
4ecf17cf9a
annotated
2011-11-11 00:08:20 +02:00
Dmitriy Zaporozhets
9a5f328313
notes should depends on user when destroy
2011-11-10 09:46:04 +02:00
Dmitriy Zaporozhets
b4868a8972
Improved commit author detection
2011-11-06 22:38:08 +02:00
Aleksei Kvitinskii
6977150f04
integrate tags plugins
2011-11-04 09:44:43 +02:00
Aleksei Kvitinskii
5d526717d6
increase max size of public to 1600 bytes
2011-11-04 01:16:12 +02:00
gitlabhq
3abd977822
fixed error with ascii error for dashboard
2011-11-03 06:56:26 -04:00
gitlabhq
020e1a8eee
dashboard
2011-11-02 22:14:03 +02:00
gitlabhq
485c5199b7
user dashboard
2011-10-31 22:57:16 +02:00
gitlabhq
3fa770dd10
Merge branch 'new_issue' into dev
2011-10-28 12:26:25 +03:00
Nihad Abbasov
89fa800e28
Merge branch 'refs/heads/snippets_expiration' into dev
...
Conflicts:
db/schema.rb
2011-10-28 00:28:37 +05:00