Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fewer html_safesrename-inline-diff | Douwe Maan | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | Mark inline difference between old and new paths when a file is renamed | Douwe Maan | 2016-01-29 | 4 | -11/+50 |
| | |||||
* | Merge branch 'rs-remove-ip-blocking' into 'master' | Dmitriy Zaporozhets | 2016-01-29 | 4 | -25/+0 |
|\ | | | | | | | | | | | | | | | Partially revert "Add IP check against DNSBLs at account sign-up" This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact. See merge request !2643 | ||||
| * | Partially revert "Add IP check against DNSBLs at account sign-up"rs-remove-ip-blocking | Robert Speicher | 2016-01-28 | 4 | -25/+0 |
| | | | | | | | | | | This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact. | ||||
* | | Merge branch 'hotfix/ruby-21-broken-update' into 'master' | Marin Jankovski | 2016-01-29 | 2 | -2/+2 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix syntax error on 2.1 and rubocop on 2.2 Background: Hashes `{:'key': 'value'}` are not valid in 2.1 but are recommended by Rubocop on 2.2. We only use those when we have a key such as `weird-key`, `weird.key`, etc... We could disable Rubocop but it wouldn't warn us about the recommended syntax since `Ruby 1.9`: `{key: 'value'}`, which is valid for `Ruby 1.9+`. Workaround 1 could be disabling `Style/HashSyntax:` in `rubocop.yml`. Workaround 2 (tried in this MR) is to trick Rubocop using `.to_sym` which is effectively the same as adding the `:`. This would allow to keep the warning in place. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12801 See merge request !2637 | ||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-01-28 | 25 | -29/+194 |
| |\ | | | | | | | | | | hotfix/ruby-21-broken-update | ||||
| * | | trick rubocop and temporarily add ruby 2.1 images for any branch | James Lopez | 2016-01-28 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'mr-merge-base' into 'master' | Robert Speicher | 2016-01-28 | 5 | -21/+22 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Correctly determine MR diff base when MR has merge conflicts Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12779 See merge request !2632 | ||||
| * \ \ | Merge branch 'master' into mr-merge-basemr-merge-base | Douwe Maan | 2016-01-28 | 21 | -36/+39 |
| |\ \ \ | |||||
| * | | | | Fix specs | Douwe Maan | 2016-01-28 | 3 | -3/+6 |
| | | | | | |||||
| * | | | | Correctly determine MR diff base when MR has merge conflicts | Douwe Maan | 2016-01-27 | 4 | -20/+18 |
| | | | | | |||||
* | | | | | Merge branch 'highlight-blame' into 'master' | Robert Speicher | 2016-01-28 | 2 | -29/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix highlighting in blame view. See merge request !2630 | ||||
| * \ \ \ \ | Merge branch 'master' into highlight-blame | Douwe Maan | 2016-01-28 | 21 | -36/+39 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Move blame group logic to dedicated class | Douwe Maan | 2016-01-28 | 2 | -29/+3 |
| | | | | | | |||||
| * | | | | | Fix highlighting in blame view. | Douwe Maan | 2016-01-27 | 2 | -4/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'rs-ldap-user' into 'master' | Robert Speicher | 2016-01-28 | 1 | -7/+8 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Backport LDAP user assignment changes from EE See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/146 See merge request !2641 | ||||
| * | | | | Backport LDAP user assignment changes from EE | Robert Speicher | 2016-01-28 | 1 | -7/+8 |
| | |_|/ | |/| | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/146 | ||||
* | | | | Merge branch 'issue_2406' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 13 | -18/+159 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376 | ||||
| * | | | | Align filter dropdown.issue_2406 | Rubén Dávila | 2016-01-27 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Remove no longer required CSS rule. | Rubén Dávila | 2016-01-20 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | Refactor some CSS rules. | Rubén Dávila | 2016-01-20 | 2 | -6/+17 |
| | | | | | |||||
| * | | | | Some fixes from last code review. | Rubén Dávila | 2016-01-20 | 4 | -5/+5 |
| | | | | | |||||
| * | | | | Some CSS and sorting fixes. | Rubén Dávila | 2016-01-20 | 3 | -19/+30 |
| | | | | | |||||
| * | | | | Add icon for private forks notice. #2406 | Rubén Dávila | 2016-01-20 | 3 | -2/+16 |
| | | | | | |||||
| * | | | | Add ability to sort forks. #2406 | Rubén Dávila | 2016-01-20 | 2 | -4/+7 |
| | | | | | |||||
| * | | | | aligns menu at top on one row | Jacob Schatz | 2016-01-20 | 2 | -10/+26 |
| | | | | | |||||
| * | | | | changing projects css | Jacob Schatz | 2016-01-20 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | WIP: Add sort dropdown. #2406 | Rubén Dávila | 2016-01-20 | 1 | -0/+20 |
| | | | | | |||||
| * | | | | Little update to copy and custom content for empty results. #2406 | Rubén Dávila | 2016-01-20 | 1 | -8/+13 |
| | | | | | |||||
| * | | | | Show last commit as description. #2406 | Rubén Dávila | 2016-01-20 | 3 | -4/+10 |
| | | | | | |||||
| * | | | | Fix broken specs. #2406 | Rubén Dávila | 2016-01-20 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Add ability to filter by namespace. #2406 | Rubén Dávila | 2016-01-20 | 2 | -12/+20 |
| | | | | | |||||
| * | | | | Use adequate icon for Forks link on sidebar. #2406 | Rubén Dávila | 2016-01-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Show forks counter on listing. #2406 | Rubén Dávila | 2016-01-20 | 3 | -2/+10 |
| | | | | | |||||
| * | | | | Add fork button and implement ability to distinguish between public and ↵ | Rubén Dávila | 2016-01-20 | 2 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | protected forks. #2406 | ||||
| * | | | | Use Project creator's avatar in fork listing. #2406 | Rubén Dávila | 2016-01-20 | 5 | -4/+12 |
| | | | | | |||||
| * | | | | Setup new fork link in sidebar and routes. #2406 | Rubén Dávila | 2016-01-20 | 8 | -9/+19 |
| | | | | | |||||
* | | | | | Merge branch 'issue_5546' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 2 | -2/+23 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save list sort in a cookie Closes #5546 See merge request !2537 | ||||
| * | | | | | Make default sorting preference work for Issues and MRs.issue_5546 | Rubén Dávila | 2016-01-22 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into issue_5546 | Rubén Dávila | 2016-01-22 | 93 | -468/+632 |
| |\ \ \ \ \ | |||||
| * | | | | | | Make sorting preference reusable for all projects. | Rubén Dávila | 2016-01-22 | 5 | -14/+15 |
| | | | | | | | |||||
| * | | | | | | Make cookie suffix more simpler. | Rubén Dávila | 2016-01-21 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Little refactor plus some specs. | Rubén Dávila | 2016-01-21 | 1 | -12/+6 |
| | | | | | | | |||||
| * | | | | | | Remember last sort option used. | Rubén Dávila | 2016-01-20 | 5 | -2/+30 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'sort-text-removed-from-sort-dropdown' into 'master' | Jacob Schatz | 2016-01-28 | 7 | -8/+7 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed sorted text from dropdowns  Closes #12796 cc @creamzy @jschatz1 See merge request !2635 | ||||
| * | | | | | | Removed sorted text from dropdowns | Phil Hughes | 2016-01-28 | 7 | -8/+7 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Closes #12796 | ||||
* | | | | | | Merge branch 'numbered-list-rendering-in-comments-cuts-off' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes ol margin big enough for 3 digits. Fixes #7960  See merge request !2608 | ||||
| * | | | | | | Makes ol margin big enough for 3 digits.numbered-list-rendering-in-comments-cuts-off | Jacob Schatz | 2016-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7960 | ||||
* | | | | | | | Merge branch 'feature/jschatz1/instant-issuable-history' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 2 | -0/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds feature: Ajax Close/Open updates discussion automatically Triggers jQuery event <br/> Fixes #5544 See merge request !2610 | ||||
| * | | | | | | Adds comment about event listenerfeature/jschatz1/instant-issuable-history | Jacob Schatz | 2016-01-26 | 1 | -0/+1 |
| | | | | | | |