Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve "Improve tooltips of collapsed sidebars" | Dennis Tang | 2018-04-19 | 1 | -2/+6 |
| | |||||
* | Fixed dashboard filtering tests | Jan Provaznik | 2018-04-03 | 1 | -25/+4 |
| | |||||
* | Don't convert issuable_initial_data into JSONjprovazn-issuable-data | Jan Provaznik | 2018-02-26 | 1 | -16/+16 |
| | | | | | | | | | | Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json | ||||
* | Merge branch '41247-timestamp' into 'master' | Robert Speicher | 2018-01-18 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | Use last_edited_at instead of updated_at for displaying issuable last change Closes #41247 See merge request gitlab-org/gitlab-ce!16406 | ||||
| * | Return last edited time instead of update time41247-timestamp | Jan Provaznik | 2018-01-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247 | ||||
* | | Remove unnecessary query from labels filter | Felipe Artur | 2018-01-18 | 1 | -0/+29 |
|/ | |||||
* | Backport epic tasklist | Clement Ho | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | CE port of code changed for epicsjk-epic-changes-ce-port | Jarka Kadlecova | 2017-11-02 | 1 | -0/+32 |
| | |||||
* | Remove issuable finder count caching | Sean McGivern | 2017-08-31 | 1 | -106/+0 |
| | | | | | | | We're going to cache the total open count separately, and then just perform these counts on the list. We already do that to get the pagination information, through Kaminari, and a future change will make Kaminari reuse the query results from earlier in the request. | ||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | Use Ghost user when edited_by, merged_by deleted34930-fix-edited-by | Jarka Kadlecova | 2017-07-19 | 1 | -0/+20 |
| | |||||
* | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Make finders responsible for counter cache keys | Sean McGivern | 2017-06-30 | 1 | -24/+22 |
| | |||||
* | Cache total issue / MR counts for project by user type | Sean McGivern | 2017-06-30 | 1 | -6/+43 |
| | | | | | | This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes. | ||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -20/+20 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ↵ | Luke "Jared" Bennett | 2017-06-02 | 1 | -27/+2 |
|\ | | | | | | | fix-realtime-edited-text-for-issues-9-3 | ||||
* | | Removed unneeded newline in issuables_helper_spec and removed unneeded ↵ | Luke "Jared" Bennett | 2017-06-02 | 1 | -1/+0 |
| | | | | | | | | updated_at_by variable in issuable_app_data | ||||
* | | Fixed issuables_helper_spec and added a test for issuable_app_data | Luke "Jared" Bennett | 2017-05-31 | 1 | -0/+26 |
| | | |||||
* | | Remove EditableHelper and move method to IssuablesHelper | Luke "Jared" Bennett | 2017-05-31 | 1 | -0/+18 |
|/ | |||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -0/+17 |
| | |||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -20/+20 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -20/+20 |
| | |||||
* | Move issuable reference display to a helper method | Oswaldo Ferreira | 2017-01-27 | 1 | -0/+40 |
| | |||||
* | Refactor issuable_filters_present to reduce duplications | Semyon Pupkov | 2016-11-28 | 1 | -0/+21 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23546 | ||||
* | Small improvements thanks to Robert's feedback | Rémy Coutable | 2016-09-30 | 1 | -26/+34 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Cache the issuable counters for 2 minutes | Rémy Coutable | 2016-09-30 | 1 | -2/+95 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Changed file name | Phil Hughes | 2016-08-19 | 1 | -0/+16 |
Updated spec HAML |