Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `CommitRange#sha_from_as_param` to `#suffixed_sha_from`rs-refactor-reference-extractor | Robert Speicher | 2015-04-25 | 1 | -4/+4 |
| | |||||
* | Rename `CommitRange#inclusive?` to `#exclude_start?` | Robert Speicher | 2015-04-25 | 2 | -17/+15 |
| | |||||
* | Add CommitRange directly to results Hash | Robert Speicher | 2015-04-25 | 2 | -5/+5 |
| | |||||
* | Remove CommitRange#to_a | Robert Speicher | 2015-04-25 | 2 | -40/+0 |
| | |||||
* | DRY up ReferenceExtractor | Robert Speicher | 2015-04-25 | 1 | -9/+11 |
| | |||||
* | Don't allow nil references to get added to results | Robert Speicher | 2015-04-25 | 1 | -0/+2 |
| | |||||
* | Include caret in CommitRange#reference_title | Robert Speicher | 2015-04-25 | 2 | -2/+6 |
| | |||||
* | Remove param from CommitRange#to_s | Robert Speicher | 2015-04-25 | 2 | -22/+6 |
| | |||||
* | CommitRange improvements | Robert Speicher | 2015-04-25 | 2 | -16/+13 |
| | |||||
* | Update CommitRangeReferenceFilter to use CommitRange class | Robert Speicher | 2015-04-25 | 2 | -37/+20 |
| | | | | | Also matches CommitReferenceFilter's new behavior of always using short SHAs in the link text. | ||||
* | Add CommitRange class | Robert Speicher | 2015-04-25 | 2 | -0/+283 |
| | |||||
* | Always use short SHAs as commit reference link text | Robert Speicher | 2015-04-25 | 2 | -5/+15 |
| | | | | | | Now when a user pastes a full SHA like `d7f61affaf845f44b4cc995e34eb1606c47c8eff`, its link text will only show `d7f61aff` for brevity. | ||||
* | Add to_param to mentionable spec's mock | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Refactor ReferenceExtractor to use pipeline filters | Robert Speicher | 2015-04-25 | 2 | -193/+36 |
| | |||||
* | Add results to reference filters | Robert Speicher | 2015-04-25 | 14 | -18/+129 |
| | |||||
* | Add `pipeline_result` to ReferenceFilterSpecHelper | Robert Speicher | 2015-04-25 | 1 | -0/+14 |
| | |||||
* | Initialize the references result Hash in ReferenceFilter | Robert Speicher | 2015-04-25 | 1 | -0/+16 |
| | |||||
* | Merge branch 'fix-slack-channel-in-admin-settings' into 'master' | Douwe Maan | 2015-04-24 | 5 | -22/+26 |
|\ | | | | | | | | | | | | | | | | | | | | | Fix bug where Slack service channel was not saved in admin template settings Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181 Closes #1501 See merge request !574 | ||||
| * | Fix bug where Slack service channel was not saved in admin template settings. | Stan Hu | 2015-04-24 | 5 | -22/+26 |
| | | | | | | | | | | | | Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181 | ||||
* | | Merge branch 'rs-simplify-uploads-controller' into 'master' | Robert Speicher | 2015-04-24 | 1 | -5/+2 |
|\ \ | | | | | | | | | | | | | | | | Simplify the `skip_before_action` logic for UploadsController See merge request !547 | ||||
| * | | Simplify the `skip_before_filter` logic for UploadsControllerrs-simplify-uploads-controller | Robert Speicher | 2015-04-23 | 1 | -5/+2 |
| | | | |||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-04-24 | 5 | -32/+68 |
|\ \ \ | |||||
| * \ \ | Merge branch 'mobile-ui-improvements' into 'master' | Dmitriy Zaporozhets | 2015-04-24 | 5 | -32/+68 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve mobile UI for dashboard and project pages Some love for mobile UI :smiley: ## Before - - -   ## After - - -   Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !573 | ||||
| | * | | Improve mobile UI for dashboard and project pages | Dmitriy Zaporozhets | 2015-04-24 | 5 | -32/+68 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Merge branch 'username-period-again' into 'master' | Douwe Maan | 2015-04-24 | 5 | -4/+102 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't allow username to end in period. Fixes #2174 and #2249. cc @jacobvosmaer Please review and test with the GitLab.com dump. See merge request !1786 | ||||
| * | | | Revert "Rename namespace_regex to namespace_path_regex." | Douwe Maan | 2015-04-24 | 7 | -13/+13 |
| | | | | | | | | | | | | | | | | This reverts commit c0116926c743818b2593474946abb40b56d8fefa. | ||||
| * | | | Explain namespace clearn regex. | Douwe Maan | 2015-04-24 | 2 | -0/+10 |
| | | | | |||||
| * | | | Update schema. | Douwe Maan | 2015-04-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Don't attempt to move if original path only contains periods. | Douwe Maan | 2015-04-24 | 1 | -0/+3 |
| | | | | |||||
| * | | | Change migration timestamp. | Douwe Maan | 2015-04-24 | 1 | -0/+0 |
| | | | | |||||
| * | | | Properly migrate users with usernames like "." or "..". | Douwe Maan | 2015-04-24 | 2 | -1/+9 |
| | | | | |||||
| * | | | Rename namespace_regex to namespace_path_regex. | Douwe Maan | 2015-04-24 | 7 | -13/+13 |
| | | | | |||||
| * | | | Move changelog item tot 7.11. | Douwe Maan | 2015-04-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Revert "Revert disallowing usernames to end in period." | Douwe Maan | 2015-04-24 | 3 | -2/+79 |
| |/ / | | | | | | | | | | This reverts commit c75c6b840ba9ed82bb01eca52e968c2b0ec985e6. | ||||
* | | | Merge branch 'add_count_to_state_filters' into 'master' | Marin Jankovski | 2015-04-24 | 2 | -3/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add issue and merge request count for state filters. Related to issue #2170 Changes relate to project issues and merge request pages, dashboard and group pages remain the same. See merge request !1747 | ||||
| * | | | Check if project before calling count on issuable. | Marin Jankovski | 2015-04-24 | 1 | -1/+3 |
| | | | | |||||
| * | | | Add issue and merge request count for state filters. | Marin Jankovski | 2015-04-24 | 2 | -3/+15 |
| | | | | |||||
* | | | | Merge branch 'canonical-source' into 'master' | Dmitriy Zaporozhets | 2015-04-24 | 1 | -4/+4 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | Make source code on GitLab more prominent. See merge request !1741 | ||||
| * | | | Make source code on GitLab more prominent. | Sytse Sijbrandij | 2015-03-25 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge branch 'commit-project' into 'master' | Douwe Maan | 2015-04-24 | 54 | -205/+218 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link cross-project cross-reference notes to correct project. - Fixes #1431: Don't crash when an MR from a fork has a cross-reference comment from the target project on of its commits. - Include commit comments in MR from a forked project. To accomplish this, the Commit model needs to know about its project. Adding this attribute also simplifies a bunch of other methods that deal with a note's target, that previously had to have special logic for when it belonged to a commit. See merge request !554 | ||||
| * | | | | Fix tests.commit-project | Douwe Maan | 2015-04-24 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Explain purpose and usage. | Douwe Maan | 2015-04-24 | 1 | -0/+24 |
| | | | | | |||||
| * | | | | Fix behavior for Enumerable-like ActiveRecord relations. | Douwe Maan | 2015-04-24 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Fix small issues. | Douwe Maan | 2015-04-24 | 2 | -6/+7 |
| | | | | | |||||
| * | | | | Satisfy Rubocop. | Douwe Maan | 2015-04-24 | 1 | -11/+12 |
| | | | | | |||||
| * | | | | Fix errors. | Douwe Maan | 2015-04-24 | 2 | -3/+2 |
| | | | | | |||||
| * | | | | Update changelog. | Douwe Maan | 2015-04-24 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Select MR commit notes from source project. | Douwe Maan | 2015-04-24 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Move participants method to shared Participable concern. | Douwe Maan | 2015-04-24 | 5 | -43/+51 |
| | | | | | |||||
| * | | | | Link cross-project cross-reference notes to correct project. | Douwe Maan | 2015-04-24 | 9 | -61/+36 |
| | | | | |