Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28[CE] Reduce the diff with EE in spec/helpers/issuables_helper_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31Accept lockVersion as a prop and add to storeFatih Acet
2019-01-28Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher
Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-22Fix review commentsBrett Walker
including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
2019-01-21Enable CommonMark source line position informationBrett Walker
This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
2018-12-20Code style changes and refactorHeinrich Lee Yu
2018-12-19Refactor sidebar to use data from serializerHeinrich Lee Yu
2018-09-08Resolve "Process urls with spaces in all markdown processing"Brett Walker
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-06Use proper markdown rendering for previewsBrett Walker
2018-07-04Move group_dropdown_label to ce helperJarka Kadlecová
2018-04-19Merge branch 'master' into bootstrap4Clement Ho
2018-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-04-16Fix issuables helper specClement Ho
2018-04-03Fixed dashboard filtering testsJan Provaznik
2018-02-26Don't convert issuable_initial_data into JSONJan Provaznik
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
2018-01-19Merge branch '41247-timestamp' into 'master'Robert Speicher
Use last_edited_at instead of updated_at for displaying issuable last change Closes #41247 See merge request gitlab-org/gitlab-ce!16406
2018-01-18Remove unnecessary query from labels filterFelipe Artur
2018-01-18Return last edited time instead of update timeJan Provaznik
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
2017-11-29Backport epic tasklistClement Ho
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-08-31Remove issuable finder count cachingSean McGivern
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.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Cache total issue / MR counts for project by user typeSean McGivern
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.
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-06-02Removed unneeded newline in issuables_helper_spec and removed unneeded ↵Luke "Jared" Bennett
updated_at_by variable in issuable_app_data
2017-05-31Fixed issuables_helper_spec and added a test for issuable_app_dataLuke "Jared" Bennett
2017-05-31Remove EditableHelper and move method to IssuablesHelperLuke "Jared" Bennett
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-01-28Move issuable reference display to a helper methodOswaldo Ferreira
2016-11-28Refactor issuable_filters_present to reduce duplicationsSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23546
2016-09-30Small improvements thanks to Robert's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-30Cache the issuable counters for 2 minutesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-19Changed file namePhil Hughes
Updated spec HAML