Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'milestones_labels' into 'master' | Marin Jankovski | 2014-11-21 | 7 | -15/+28 |
|\ | |||||
| * | Possibility to create Milestones or Labels when Issues are disabled | Valery Sizov | 2014-11-20 | 7 | -15/+28 |
* | | Fix header and project home ui for mobile | Dmitriy Zaporozhets | 2014-11-19 | 4 | -2/+16 |
* | | Improve dashboard page for mobile | Dmitriy Zaporozhets | 2014-11-19 | 1 | -2/+19 |
* | | Increase md typography font size | Dmitriy Zaporozhets | 2014-11-19 | 2 | -6/+3 |
* | | Hide gpg signature on tags page from tag message | Dmitriy Zaporozhets | 2014-11-18 | 2 | -1/+6 |
|/ | |||||
* | Merge branch 'fork-to-group' into 'master' | Dmitriy Zaporozhets | 2014-11-18 | 13 | -45/+152 |
|\ | |||||
| * | Improve fork to namespaces feature | Dmitriy Zaporozhets | 2014-11-14 | 7 | -15/+78 |
| * | Select namespace where to fork project | Dmitriy Zaporozhets | 2014-11-13 | 7 | -36/+72 |
| * | Refactor project fork service | Dmitriy Zaporozhets | 2014-11-13 | 1 | -3/+6 |
| * | Merge branch 'prepare-fork-to-given-namespace' of https://gitlab.com/bkaindl/... | Dmitriy Zaporozhets | 2014-11-13 | 1 | -7/+12 |
| |\ | |||||
| | * | Prepare ForkService to support forking projects to given namespaces | Bernhard Kaindl | 2014-10-03 | 1 | -7/+12 |
* | | | Merge branch 'sidekiq_gc_start' into 'master' | Dmitriy Zaporozhets | 2014-11-14 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Run 'GC.start' after every EmailsOnPushWorker job | Jacob Vosmaer | 2014-11-14 | 1 | -0/+3 |
* | | | | Merge branch 'author_attributes_clean' into 'master' | Dmitriy Zaporozhets | 2014-11-14 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | Clean the string with commit author and email. | Marin Jankovski | 2014-11-14 | 1 | -2/+6 |
| | |/ / | |/| | | |||||
* | | | | Sanitize branch name and ref name | Marin Jankovski | 2014-11-13 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge branch 'actions_in_the_inbox' into 'master' | Dmitriy Zaporozhets | 2014-11-12 | 3 | -0/+34 |
|\ \ \ | |||||
| * | | | Set action on issue/mr creation mail. | Marin Jankovski | 2014-11-12 | 2 | -12/+24 |
| * | | | Include the helper for mailer, add links to emails. | Marin Jankovski | 2014-11-11 | 2 | -0/+2 |
| * | | | Create emails helper for actions links. | Marin Jankovski | 2014-11-11 | 1 | -0/+20 |
* | | | | Prevent big amount of sql queries for push service | Dmitriy Zaporozhets | 2014-11-12 | 1 | -4/+14 |
* | | | | Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into j... | Dmitriy Zaporozhets | 2014-11-12 | 1 | -3/+17 |
|\ \ \ \ | |||||
| * | | | | Adds comments to commits in the API | Jeroen Jacobs | 2014-09-26 | 1 | -3/+17 |
* | | | | | Merge branch 'add_issue_edited_timestamp' into 'master' | Dmitriy Zaporozhets | 2014-11-12 | 2 | -1/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Add issue edited timestamp | Nikita Verkhovin | 2014-11-08 | 2 | -1/+14 |
* | | | | | | Merge pull request #7617 from pkill/issue-280-commit-note-notifications | Dmitriy Zaporozhets | 2014-11-12 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Issue-280 Send notifications when a note is added to a commit and author is a... | Alex Elman | 2014-11-05 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'fix-deleted-fork' into 'master' | Dmitriy Zaporozhets | 2014-11-11 | 2 | -37/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Refactor merge request refresh logic on push | Dmitriy Zaporozhets | 2014-11-11 | 2 | -37/+69 |
| * | | | | | | Prevent post-receive error when push to project with dead forks | Dmitriy Zaporozhets | 2014-11-11 | 1 | -3/+3 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #7944 from cirosantilli/new-blob-commit-below | Dmitriy Zaporozhets | 2014-11-11 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Move new blob commit message textarea below editor | Ciro Santilli | 2014-10-13 | 1 | -2/+2 |
* | | | | | | Merge branch 'remove_unused_javascript' into 'master' | Dmitriy Zaporozhets | 2014-11-10 | 3 | -7/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remove unused js | skv | 2014-11-06 | 3 | -7/+1 |
* | | | | | | | Merge branch 'better-mr-instructions' into 'master' | Dmitriy Zaporozhets | 2014-11-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Instruct users to fetch merge request branch | Johann MacDonagh | 2014-02-08 | 1 | -3/+3 |
* | | | | | | | | make repo name link to repo homepage | Ben Bodenmiller | 2014-11-09 | 1 | -2/+2 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Fix attachment misaligned in comment | Dmitriy Zaporozhets | 2014-11-07 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge branch 'improve-white-code-highlight' into 'master' | Dmitriy Zaporozhets | 2014-11-06 | 1 | -0/+8 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into improve-white-code-highlight | Dmitriy Zaporozhets | 2014-11-06 | 3 | -6/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Light gray bg for white code scheme if used in comments and wiki | Dmitriy Zaporozhets | 2014-11-05 | 1 | -0/+8 |
* | | | | | | | | Merge branch 'master' into mentioned_inside_mr | Dmitriy Zaporozhets | 2014-11-06 | 24 | -35/+17 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #8258 from cirosantilli/factor-repo-path | Dmitriy Zaporozhets | 2014-11-06 | 2 | -4/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Factor using Repository#path_to_repo | Ciro Santilli | 2014-11-05 | 2 | -4/+2 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'gitlab-ci-parallel' into 'master' | Dmitriy Zaporozhets | 2014-11-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | Update GitLab CI service to work with new GitLab CI | Dmitriy Zaporozhets | 2014-11-05 | 1 | -2/+2 |
| * | | | | | | | Merge branch 'auth_duplication' into 'master' | Dmitriy Zaporozhets | 2014-11-05 | 14 | -15/+0 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | remove auth duplication | Valery Sizov | 2014-11-05 | 14 | -15/+0 |
| * | | | | | | | Merge pull request #8094 from cirosantilli/rm-unused-authenticate_user | Valeriy Sizov | 2014-11-05 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ |