Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #264 from flixflax/remove_issue_fix | Dmitriy Zaporozhets | 2012-01-06 | 1 | -0/+1 |
|\ | |||||
| * | Redirect to issues list after deleting an issue in edit view | Felix Richter | 2012-01-04 | 1 | -0/+1 |
* | | Merge branch 'project_activities' | Dmitriy Zaporozhets | 2012-01-05 | 5 | -22/+96 |
|\ \ | |||||
| * | | Project activities restyled | Dmitriy Zaporozhets | 2012-01-04 | 5 | -22/+96 |
* | | | Merge remote-tracking branch 'origin/bug_322' | VSizov | 2012-01-05 | 2 | -0/+17 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix bug #322 | Valery Sizov | 2012-01-03 | 2 | -0/+17 |
| |/ | |||||
* | | removed tags from repo activities | Dmitriy Zaporozhets | 2012-01-04 | 2 | -2/+2 |
* | | Project activities perfomance increased. Cache for project activitites disabl... | Dmitriy Zaporozhets | 2012-01-04 | 10 | -4/+64 |
|/ | |||||
* | Note on merge request open/close | Dmitriy Zaporozhets | 2012-01-03 | 1 | -46/+53 |
* | Merge pull request #256 from shtirlic/delete_dot_directory_files | Dmitriy Zaporozhets | 2012-01-03 | 1 | -4/+0 |
|\ | |||||
| * | Delete .directory files | shtirlic | 2012-01-01 | 1 | -4/+0 |
* | | Merge pull request #252 from CedricGatay/feature/note_on_issue_status_changed | Dmitriy Zaporozhets | 2012-01-03 | 1 | -1/+7 |
|\ \ | |/ |/| | |||||
| * | Added note when issue status changed (closed / reopened) | Cedric Gatay | 2011-12-29 | 1 | -1/+7 |
* | | Merge branch 'feature/repository_tab' | Dmitriy Zaporozhets | 2011-12-31 | 8 | -0/+76 |
|\ \ | |||||
| * | | repo branches and tags | Dmitriy Zaporozhets | 2011-12-31 | 5 | -4/+33 |
| * | | repositories tab specs | Dmitriy Zaporozhets | 2011-12-31 | 1 | -1/+1 |
| * | | repo tab added. activities page for repo | Dmitriy Zaporozhets | 2011-12-30 | 5 | -0/+47 |
* | | | Merge branch 'grit_ext' | Dmitriy Zaporozhets | 2011-12-30 | 4 | -8/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | remove charencode. | Saito | 2011-12-30 | 4 | -8/+6 |
| |/ | |||||
* | | code cleanin | Dmitriy Zaporozhets | 2011-12-30 | 5 | -22/+33 |
* | | Project tab r1 is finished | Dmitriy Zaporozhets | 2011-12-30 | 14 | -49/+126 |
* | | Project tab added. activities, team, snippets moved to project tab | Dmitriy Zaporozhets | 2011-12-28 | 11 | -27/+76 |
|/ | |||||
* | favicon updated | Dmitriy Zaporozhets | 2011-12-28 | 5 | -0/+4 |
* | temp fix for project hooks | Dmitriy Zaporozhets | 2011-12-28 | 1 | -1/+1 |
* | small redesign of controls of notes | Valery Sizov | 2011-12-28 | 2 | -6/+16 |
* | commit helper refactoring | Valery Sizov | 2011-12-28 | 1 | -2/+1 |
* | Merge pull request #237 from CedricGatay/feature/expand_issues_ref_in_commit | Valeriy Sizov | 2011-12-27 | 2 | -2/+21 |
|\ | |||||
| * | I have to domesticate RubyMine, keymapping is not the same as IntelliJ and I ... | Cedric Gatay | 2011-12-27 | 1 | -1/+1 |
| * | 1/ rspec'ed | Cedric Gatay | 2011-12-27 | 2 | -10/+11 |
| * | Follow up of my pull request, damn last time refactor ! | Cedric Gatay | 2011-12-26 | 1 | -1/+1 |
| * | Autolinks to issues in commit message (see #155) | Cedric Gatay | 2011-12-26 | 2 | -2/+20 |
* | | Merge pull request #203 from mlitwiniuk/top_nav_fix | Valeriy Sizov | 2011-12-27 | 2 | -7/+12 |
|\ \ | |||||
| * | | hide admin menu for non-admins | Maciej Litwiniuk | 2011-12-15 | 2 | -7/+12 |
* | | | Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ariejan-... | Valery Sizov | 2011-12-27 | 4 | -0/+97 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Use URI::regexp for validating WebHook urls | Ariejan de Vroom | 2011-12-26 | 1 | -1/+1 |
| * | | Added specs for special cases | Ariejan de Vroom | 2011-12-15 | 1 | -0/+5 |
| * | | Added web hooks functionality | Ariejan de Vroom | 2011-12-14 | 4 | -2/+71 |
| * | | Automatically write hooks when updating a repository. | Ariejan de Vroom | 2011-12-13 | 1 | -2/+9 |
| * | | First attempt at a post-receive hook that posts directly to Resque | Ariejan de Vroom | 2011-12-13 | 2 | -0/+16 |
* | | | Merge pull request #231 from CedricGatay/feature/commit_author_mail_for_note | Dmitriy Zaporozhets | 2011-12-25 | 5 | -2/+13 |
|\ \ \ | |||||
| * | | | Alert commit author on note | Cedric Gatay | 2011-12-24 | 5 | -2/+13 |
* | | | | Merge pull request #215 from mutewinter/missing_favicon_link | Dmitriy Zaporozhets | 2011-12-25 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Added missing link to favicon | Jeremy Mack | 2011-12-16 | 1 | -0/+1 |
* | | | | Solved issue #188 | Gamaliel A. Toro Herrera | 2011-12-22 | 1 | -1/+1 |
* | | | | fixed activities date output for projects page | Dmitriy Zaporozhets | 2011-12-21 | 1 | -1/+1 |
* | | | | Design tab for profile. Colorscheme as db valuev2.0.0 | Dmitriy Zaporozhets | 2011-12-20 | 12 | -64/+79 |
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2011-12-20 | 1 | -8/+2 |
|\ \ \ \ | |||||
| * | | | | Fixes timeout when adding an SSH key | Jeremy Mack | 2011-12-20 | 1 | -8/+2 |
* | | | | | play with tree view | Dmitriy Zaporozhets | 2011-12-20 | 4 | -5/+18 |
* | | | | | Revert "Handle back & forward events" | Dmitriy Zaporozhets | 2011-12-20 | 4 | -13/+16 |