Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix labels showing if issue closed on search results page | Dmitriy Zaporozhets | 2014-07-03 | 2 | -3/+5 |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-07-03 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #7250 from ahmyi/patch-1 | Dmitriy Zaporozhets | 2014-07-03 | 1 | -0/+1 |
| |\ | |||||
| | * | Archive with content-length header | ahmyi | 2014-07-03 | 1 | -1/+1 |
| | * | Content-length defined in header response | ahmyi | 2014-07-03 | 1 | -0/+1 |
* | | | Merge branch 'no_notification_for_merger' into 'master' | Dmitriy Zaporozhets | 2014-07-03 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Don't notify the user that triggered the mr notification. | Marin Jankovski | 2014-07-03 | 1 | -1/+1 |
| * | | | Remove new lines. | Marin Jankovski | 2014-07-02 | 1 | -2/+0 |
| * | | | Do not notify person who merged the MR. | Marin Jankovski | 2014-07-02 | 1 | -0/+3 |
* | | | | Do not notify project owner on project creation. | Marin Jankovski | 2014-07-03 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Reopen/close buttons | Dmitriy Zaporozhets | 2014-07-03 | 2 | -4/+4 |
* | | | Merge branch 'contributors-api' into 'master' | Dmitriy Zaporozhets | 2014-07-03 | 1 | -0/+21 |
|\ \ \ | |||||
| * | | | Use Contributor class instead of hash | Dmitriy Zaporozhets | 2014-07-02 | 1 | -15/+10 |
| * | | | Move API contributors logic to repository model | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+26 |
* | | | | Merge branch 'fix-snippet-comments' into 'master' | Dmitriy Zaporozhets | 2014-07-03 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix project snippet comments loading | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+1 |
* | | | | Better UI for closed/reopen buttons | Dmitriy Zaporozhets | 2014-07-02 | 4 | -9/+9 |
|/ / / | |||||
* | | | Merge branch 'assignement_change_notifications' into 'master' | Dmitriy Zaporozhets | 2014-07-02 | 3 | -4/+17 |
|\ \ \ | |||||
| * | | | Remove unecessary return. | Marin Jankovski | 2014-07-02 | 1 | -2/+1 |
| * | | | When assigning an unassigned issue send notification with the correct text. | Marin Jankovski | 2014-07-02 | 3 | -4/+18 |
| | |/ | |/| | |||||
* | | | Merge branch 'reference_merge_request_in_commit_message' into 'master' | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add a mention of the merge request into its default commit message. | Christian Taedcke | 2014-07-01 | 1 | -0/+2 |
* | | | Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master' | Dmitriy Zaporozhets | 2014-07-02 | 6 | -2/+15 |
|\ \ \ | |||||
| * | | | Updated ATOM feed partials to use markdown instead of simple_format. | Kyle Fazzari | 2014-07-01 | 4 | -4/+4 |
| * | | | Add summaries for notes and merge requests to dashboard feed. | Kyle Fazzari | 2014-05-29 | 4 | -0/+13 |
* | | | | Merge pull request #7204 from cirosantilli/user-validation-msg | Dmitriy Zaporozhets | 2014-07-02 | 4 | -6/+9 |
|\ \ \ \ | |||||
| * | | | | Fix username validation message to match regexp. | Ciro Santilli | 2014-06-26 | 4 | -6/+9 |
* | | | | | Merge pull request #6629 from sykano/fix-project-limit-for-groups | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | fix for project creation: group projects don't count towards user's project l... | Steffen Knoth | 2014-04-09 | 1 | -1/+1 |
* | | | | | Merge branch 'issue_strong_param' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Create required issue param for new action. | Marin Jankovski | 2014-07-01 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2014-07-01 | 5 | -3/+23 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'mail_template' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 2 | -2/+8 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add the http(s) command lines in the mails for the new origin when a project ... | Mathieu Schroeter | 2014-05-21 | 2 | -2/+8 |
| * | | | | | | Merge branch 'images-in-emails' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Limit the width of images in emails | Pierre de La Morinerie | 2014-05-26 | 1 | -0/+4 |
| * | | | | | | | Merge branch 'bugfix/304/dashboard_feed_note_urls' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Update events helper to remove wall-related sections. | Kyle Fazzari | 2014-06-25 | 1 | -2/+0 |
| | * | | | | | | | Update events helper to also return a URL for notes. | Kyle Fazzari | 2014-05-29 | 1 | -1/+12 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'css-fix' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| | * | | | | | | CSS fix | Max Ebersbacher | 2014-06-24 | 1 | -0/+1 |
* | | | | | | | | Add title html option to issue and mr links in milestones to show title on ho... | Marin Jankovski | 2014-07-01 | 4 | -4/+4 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'group_milestones' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 13 | -0/+362 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add feature tests for group milestone. | Marin Jankovski | 2014-06-30 | 4 | -9/+9 |
| * | | | | | | | Fix styling issues. | Marin Jankovski | 2014-06-30 | 5 | -20/+13 |
| * | | | | | | | Show all issues and merge requests that could be considered opened or closed,... | Marin Jankovski | 2014-06-30 | 4 | -9/+23 |
| * | | | | | | | Correct authorization for group milestones. | Marin Jankovski | 2014-06-30 | 4 | -45/+18 |
| * | | | | | | | Move milestone link in group head, 2 column milestone for MR and issues. | Marin Jankovski | 2014-06-30 | 9 | -33/+44 |
| * | | | | | | | Start building group milestone show page. | Marin Jankovski | 2014-06-30 | 9 | -13/+190 |
| * | | | | | | | Get one group milestone based on milestone title. | Marin Jankovski | 2014-06-30 | 3 | -10/+22 |