Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not rely on style class for changing DOM state on "Mark all as done"23634-remove-project-grouping | Oswaldo Ferreira | 2017-01-27 | 2 | -37/+38 |
| | |||||
* | Remove unnecessary extra margin on issues, mr and todo pages | Oswaldo Ferreira | 2017-01-27 | 5 | -47/+40 |
| | |||||
* | Remove border from issues, todos and MR pages | Oswaldo Ferreira | 2017-01-27 | 4 | -3/+7 |
| | |||||
* | Remove bold weight from TODOs action name font | Oswaldo Ferreira | 2017-01-27 | 2 | -1/+8 |
| | |||||
* | Move issuable reference display to a helper method | Oswaldo Ferreira | 2017-01-27 | 4 | -4/+46 |
| | |||||
* | Add commment to Issue, Project and MergeRequest #to_reference | Oswaldo Ferreira | 2017-01-27 | 3 | -0/+3 |
| | |||||
* | Change argument name assuming its always a Project | Oswaldo Ferreira | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | Present TODO's list without grouping by project | Oswaldo Ferreira | 2017-01-27 | 6 | -33/+38 |
| | |||||
* | Present group and dashboard MR list without grouping by project | Oswaldo Ferreira | 2017-01-27 | 8 | -44/+32 |
| | |||||
* | Refactor Project#to_reference and make full_path a keyword argument | Berna Castro | 2017-01-27 | 6 | -42/+124 |
| | | | | | | | | | | | | Refactor overall code and fix failing specs Fix Project#to_reference Fix wrong spaces and update changelog Refactor #to_reference for Project & Issue Fix and improves Project#to_reference | ||||
* | Fix and add specs for Project#to_reference | Berna Castro | 2017-01-27 | 1 | -3/+9 |
| | |||||
* | Fix and add specs for Issue#to_reference | Berna Castro | 2017-01-27 | 1 | -1/+10 |
| | |||||
* | Refactor code when rendering a collection of issues | Berna Castro | 2017-01-27 | 1 | -4/+1 |
| | |||||
* | Add the group path to the issue ID if applicable | Berna Castro | 2017-01-27 | 2 | -5/+13 |
| | |||||
* | Don't group projects on dashboard#issues | Berna Castro | 2017-01-27 | 1 | -11/+5 |
| | |||||
* | Merge branch ↵ | Filipa Lacerda | 2017-01-27 | 3 | -2/+168 |
|\ | | | | | | | | | | | | | | | | | | | '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830 | ||||
| * | Fix filtering with multiple words27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words | Clement Ho | 2017-01-27 | 3 | -2/+168 |
| | | |||||
* | | Merge branch '27280-fix-unititalized-constant' into 'master' | Robert Speicher | 2017-01-27 | 6 | -59/+54 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "NameError: uninitialized constant ApplicationSetting::DEFAULTS" Closes #27280 See merge request !8805 | ||||
| * | | Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/27280-fix-unititalized-constant | Rémy Coutable | 2017-01-27 | 3 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Move ApplicationSetting DEFAULTS to `.defaults` instead | Rémy Coutable | 2017-01-27 | 2 | -46/+50 |
| | | | | | | | | | | | | | | | | | | This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Move a begin/rescue clause to ApplicationSetting.expire | Rémy Coutable | 2017-01-27 | 2 | -7/+4 |
| | | | | | | | | | | | | | | | | | | Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch ↵ | Fatih Acet | 2017-01-27 | 2 | -1/+57 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard' into 'master' Only search commits on input change since last search Closes #26448 See merge request !8488 | ||||
| * | | | Only search commits on input change since last search26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard | Sam Rose | 2017-01-25 | 2 | -1/+57 |
| | | | | |||||
* | | | | Merge branch 'fix-search-bar-search-param' into 'master' | Filipa Lacerda | 2017-01-27 | 3 | -1/+74 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix search bar search param encoding Closes #27398 See merge request !8753 | ||||
| * | | | | Fix search bar search param encodingfix-search-bar-search-param | Clement Ho | 2017-01-27 | 3 | -1/+74 |
| | | | | | |||||
* | | | | | Merge branch 'contribution-calendar-scroll' into 'master' | Clement Ho | 2017-01-27 | 3 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Contribution calendar now scrolls right by default See merge request !6192 | ||||
| * | | | | | Added ltr direction for the calendar contribution month row | Jose Ivan | 2017-01-26 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Reverted the change from .second-block to .calender-block | Jose Ivan | 2017-01-25 | 4 | -2/+6 |
| | | | | | | |||||
| * | | | | | Contribution calendar now scrolls right by default | José Iván | 2017-01-25 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'ui-updates' into 'master' | Fatih Acet | 2017-01-27 | 5 | -8/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI updates See merge request !8669 | ||||
| * | | | | | | Add tooltip to subscribe btnui-updates | Annabel Dunstone Gray | 2017-01-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix subscribe btn test | Annabel Dunstone Gray | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Speed up animation transition; add hover state to top right icons | Annabel Dunstone Gray | 2017-01-24 | 3 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove subscribe text from button | ||||
| * | | | | | | Darken repo links on hover; fix clone input height | Annabel Dunstone Gray | 2017-01-24 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge branch '23034-enable-rspec-profiling' into 'master' | Robert Speicher | 2017-01-27 | 5 | -0/+61 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854 | ||||
| * | | | | | | | Add the rspec_profiling gem and documentation to the GitLab development ↵23034-enable-rspec-profiling | Nick Thomas | 2017-01-27 | 5 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment | ||||
* | | | | | | | | Merge branch 'fix-cancel-integration-settings' into 'master' | Clement Ho | 2017-01-27 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed cancel button in the services form not redirecting back to the integrations settings view Closes #27301 See merge request !8843 | ||||
| * | | | | | | | | Fixed cancel button in the services form not redirecting back to the ↵fix-cancel-integration-settings | Jose Ivan Vargas | 2017-01-27 | 2 | -1/+5 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | integrations settings view | ||||
* | | | | | | | | Merge branch '27259-label-for-references-the-wrong-associated-text-input' ↵ | Annabel Dunstone Gray | 2017-01-27 | 3 | -3/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix project name label's for reference in project settings Closes #27259 See merge request !8795 | ||||
| * | | | | | | | | Fix project name label's for reference in project settings27259-label-for-references-the-wrong-associated-text-input | Clement Ho | 2017-01-27 | 3 | -3/+7 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'rs-issue-27350' into 'master' | Rémy Coutable | 2017-01-27 | 1 | -14/+11 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a transient failure in the `Explore::ProjectsController` spec Closes #27350 See merge request !8847 | ||||
| * | | | | | | | | | Fix a transient failure in the `Explore::ProjectsController` specrs-issue-27350 | Robert Speicher | 2017-01-27 | 1 | -14/+11 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'speed-up-members-dropdown' into 'master' | Douwe Maan | 2017-01-27 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't call `#uniq` on a relation See merge request !8784 | ||||
| * | | | | | | | | | | Don't call `#uniq` on a relation | Sean McGivern | 2017-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there was no project, no search, and no current user or author param, the AutocompleteController would call `#uniq!` on a relation instead of an array. This performed the less-efficient `SELECT DISTINCT` when it wasn't even needed (because the query wouldn't return duplicates anyway - duplicates were only added by putting a user on top of the list). | ||||
* | | | | | | | | | | | Merge branch '26947-build-status-self-link' into 'master' | Kamil Trzciński | 2017-01-27 | 4 | -3/+38 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new partial to render a badge without a link in the builds details. Closes #26947 See merge request !8740 | ||||
| * | | | | | | | | | | | Use badge partial as single source of truth instead of having 2 partials ↵26947-build-status-self-link | Filipa Lacerda | 2017-01-27 | 9 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doing the same Update changelog description Changes after review | ||||
| * | | | | | | | | | | | Changes after review | Filipa Lacerda | 2017-01-27 | 2 | -3/+5 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds tests to build view | Filipa Lacerda | 2017-01-27 | 3 | -3/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CHANGELOG entry | ||||
| * | | | | | | | | | | | Use new partial to render a badge without a link in the builds details. ↵ | Filipa Lacerda | 2017-01-27 | 8 | -14/+23 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preventing from having a link to itself. Adds MR ID to CHANGELOG entry | ||||
* | | | | | | | | | | | Merge branch 'mr-tabs-container-offset' into 'master' | Annabel Dunstone Gray | 2017-01-27 | 4 | -13/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request tabs extra margin Closes #26853 See merge request !8841 |