Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Slack service integration. | Federico Ravasio | 2014-03-18 | 3 | -1/+164 |
* | Merge branch 'links_within_same_repo' into 'master' | Dmitriy Zaporozhets | 2014-03-17 | 1 | -4/+3 |
|\ | |||||
| * | Wiki will show relative links related to the wiki gollum repository. | Marin Jankovski | 2014-03-17 | 1 | -2/+1 |
| * | Link to blob instead of linking to wiki. | Marin Jankovski | 2014-03-17 | 1 | -2/+2 |
* | | Default value for Snippet#private | Dmitriy Zaporozhets | 2014-03-17 | 1 | -0/+2 |
* | | Show link to public projects for new users. | Ciro Santillli | 2014-03-17 | 2 | -0/+17 |
|/ | |||||
* | Merge branch 'improve-project-lookup' into 'master' | Dmitriy Zaporozhets | 2014-03-15 | 1 | -9/+7 |
|\ | |||||
| * | Project must have namespace for Project#find_with_namespace | Dmitriy Zaporozhets | 2014-03-14 | 1 | -9/+7 |
* | | Merge branch 'snippets-page' into 'master' | Dmitriy Zaporozhets | 2014-03-14 | 1 | -0/+3 |
|\ \ | |||||
| * | | Render 404 instead of 500 if trying to see snippets of unexisting user | Dmitriy Zaporozhets | 2014-03-14 | 1 | -0/+3 |
| |/ | |||||
* | | Fix commit comment count css | Dmitriy Zaporozhets | 2014-03-14 | 1 | -1/+1 |
|/ | |||||
* | Remove confusing code | Dmitriy Zaporozhets | 2014-03-14 | 1 | -3/+1 |
* | Fix global search | Dmitriy Zaporozhets | 2014-03-14 | 2 | -1/+3 |
* | Ignore newlines per md standard. | Marin Jankovski | 2014-03-14 | 1 | -2/+1 |
* | Fix mr process order on push. | Dmitriy Zaporozhets | 2014-03-14 | 1 | -6/+5 |
* | Merge branch 'ldap_connections' | Dmitriy Zaporozhets | 2014-03-14 | 1 | -9/+11 |
|\ | |||||
| * | Open/close LDAP in ApplicationController | Jacob Vosmaer | 2014-03-14 | 1 | -9/+11 |
* | | Merge branch 'import-timeout' of https://dev.gitlab.org/dzaporozhets/gitlabhq... | Dmitriy Zaporozhets | 2014-03-14 | 9 | -96/+167 |
|\ \ | |/ |/| | |||||
| * | Remove default value for Project#imported | Dmitriy Zaporozhets | 2014-03-13 | 1 | -1/+0 |
| * | Hide retry import form for non masters | Dmitriy Zaporozhets | 2014-03-13 | 1 | -12/+13 |
| * | Redirect to import page from show when import in progress | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+5 |
| * | Add retry feature to project import | Dmitriy Zaporozhets | 2014-03-12 | 3 | -6/+26 |
| * | Project import and retry import scaffold | Dmitriy Zaporozhets | 2014-03-12 | 4 | -55/+89 |
| * | Add project import state machine | Dmitriy Zaporozhets | 2014-03-12 | 2 | -12/+22 |
| * | Move project creation to service | Dmitriy Zaporozhets | 2014-03-12 | 2 | -25/+24 |
| * | Improve import notice | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+1 |
| * | Show import notice in callout block | Dmitriy Zaporozhets | 2014-03-11 | 1 | -1/+1 |
| * | Better explanation for import url | Dmitriy Zaporozhets | 2014-03-11 | 1 | -2/+5 |
* | | Correct BackgroundJobs page for both OSX and linux | Dmitriy Zaporozhets | 2014-03-13 | 1 | -1/+1 |
* | | Merge branch 'toggle_diff_comments' of https://github.com/jacob-carlborg/gitl... | Dmitriy Zaporozhets | 2014-03-13 | 4 | -4/+8 |
|\ \ | |||||
| * | | Add button for toggling inline comments in diff view. | Jacob Carlborg | 2014-02-22 | 5 | -4/+42 |
* | | | Create event and clear cache on new trag push | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+13 |
* | | | Fix BackgroundJobs page | Dmitriy Zaporozhets | 2014-03-13 | 1 | -12/+6 |
* | | | Move images from vendor to app so they are compiled by rails | Dmitriy Zaporozhets | 2014-03-12 | 12 | -0/+0 |
* | | | Correct image path to social icons | Dmitriy Zaporozhets | 2014-03-12 | 1 | -2/+1 |
* | | | Merge pull request #6474 from jvanbaarsen/post-tag-hook | Dmitriy Zaporozhets | 2014-03-12 | 4 | -3/+48 |
|\ \ \ | |||||
| * | | | Renamed oldrev/newrev to before/after | Jeroen van Baarsen | 2014-03-06 | 1 | -2/+2 |
| * | | | Added newrev and oldrev to the hook data | Jeroen van Baarsen | 2014-03-06 | 2 | -4/+6 |
| * | | | Post-receive hook can also fire TagPushService | Jeroen van Baarsen | 2014-03-05 | 1 | -1/+11 |
| * | | | Created a basic Git Tag Push service | Jeroen van Baarsen | 2014-03-05 | 1 | -0/+25 |
| * | | | Added tag_push_events to the web_hooks | Jeroen van Baarsen | 2014-03-05 | 2 | -2/+10 |
* | | | | Fix error with reopened merge request not properly reloading | Daniel Cestari | 2014-03-12 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'fix/social-account-block' into 'master' | Dmitriy Zaporozhets | 2014-03-11 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Check if any social providers are enabled. | Jason Hollingsworth | 2014-03-06 | 1 | -1/+1 |
* | | | | Refactor js behaviours helpers | Dmitriy Zaporozhets | 2014-03-11 | 9 | -147/+155 |
* | | | | SHow group name in access granted email | Dmitriy Zaporozhets | 2014-03-11 | 1 | -0/+2 |
* | | | | Merge branch 'simplify-emails-content' into 'master' | Dmitriy Zaporozhets | 2014-03-11 | 21 | -85/+63 |
|\ \ \ \ | |||||
| * | | | | Make the merge request notification emails more readable | Pierre de La Morinerie | 2014-03-03 | 3 | -18/+8 |
| * | | | | Simplify the default layout of notification emails | Pierre de La Morinerie | 2014-03-03 | 3 | -16/+21 |
| * | | | | Remove the header banner in notification emails | Pierre de La Morinerie | 2014-03-03 | 1 | -6/+0 |