Quantcast
Channel: YouTrackYouTrack (JT) - Bug and Issue Tracker
Viewing all 74845 articles
Browse latest View live

JT-50791: Sort Gantt chart by Assignee

$
0
0
Reporter Liubov Dievskaia (Liubov.Dievskaia) Liubov Dievskaia (Liubov.Dievskaia)
Created Dec 11, 2018 2:57:43 PM
Updated Dec 18, 2018 9:12:26 PM
State Open
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Gantt Chart
Type Feature
Priority Normal
Fix versions Unscheduled

I would like to be able to sort Gantt chart by Assignee


JT-50774: Implement virtual scroll

$
0
0
Reporter Alexander Anisimov (xi-eye) Alexander Anisimov (xi-eye)
Created Dec 10, 2018 4:25:59 PM
Updated Dec 18, 2018 9:36:41 PM
State Open
Assignee Unassigned
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-50833: `/rest/project/all` returns each project twice

$
0
0
Reporter Mariya Davydova (mary) Mariya Davydova (mary)
Created Dec 13, 2018 5:36:00 PM
Updated Dec 18, 2018 9:55:11 PM
Resolved Dec 14, 2018 4:12:55 PM
State Verified
Assignee Leonid Stryuk (Leonid.Stryuk)
Subsystem Core Functionality
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47965

STR:
Check this endpoint from a user who has "Create Issue" and "Read Issue" in all projects

JT-49518: Client-side rendering is slow despite quick backend response

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Oct 2, 2018 2:36:08 PM
Updated Dec 18, 2018 9:55:25 PM
Resolved Dec 10, 2018 4:11:34 PM
State Duplicate
Assignee Unassigned
Subsystem Issue List
Type Performance Problem
Priority Normal
Browser Chrome, Firefox
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.3.46046

STR: open new issue list with "Everything" set as context on staging/prod
AR: up to 4s to show actual issues
ER: no more than 1500ms

Profiles for Chrome and FF in attach.

JT-50897: Do not show hint with tooltip got the guest user

$
0
0
Reporter Mikhail Kapusta (Mikhail.Kapusta) Mikhail Kapusta (Mikhail.Kapusta)
Created Dec 18, 2018 9:30:56 PM
Updated Dec 18, 2018 10:27:05 PM
Resolved Dec 18, 2018 10:27:05 PM
State Fixed
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem No Subsystem
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Build 48115

  1. Login as guest, click got it for tooltip
  2. Refresh page
    AR: tooltip are shown

JT-50899: Optimize custom field presentation

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 18, 2018 10:09:41 PM
Updated Dec 18, 2018 10:30:00 PM
Resolved Dec 18, 2018 10:30:00 PM
State Fixed
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

guid from mountjs package took too much time [8ms] and call on every digest

https://upsource.jetbrains.com/youtrack/file/102dc830afbd83614cf78b1919c8558878c5667f/charisma/youtrack-frontend/app/components/custom-fields/service/get-custom-field-presentation.js?nav=1849:2072:focused&line=89&preview=false

    function normalize(value) {
      if (!angular.isArray(value)) {
        return [angular.extend(value, {id: guid()})];
      }

      return value.map((it) => {
        it.id = guid();
        return it;
      });
    }

Before:

After:

JT-50901: Update cache after editing operation for issue-stream item

$
0
0
Reporter Ekaterina Zaikina (Ekaterina_Zaikina) Ekaterina Zaikina (Ekaterina_Zaikina)
Created Dec 18, 2018 10:42:40 PM
Updated Dec 18, 2018 10:47:06 PM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

It is needed for getting rid from loosing newly applied changes after updating stream from cache.

View discussion in Upsource for more details

JT-50902: Корректное размещение цен. На сайте http://prestashop.qatestlab.com.ua/ru/7-blouses#/. Цены расположены в неправвильном порядке

$
0
0
Reporter PAPA RIMSKIY (pony1337) PAPA RIMSKIY (pony1337)
Created Dec 18, 2018 10:50:06 PM
Updated Dec 18, 2018 10:50:06 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

1 Открыть сайт по ссылке http://prestashop.qatestlab.com.ua/ru/7-blouses#/
2 Перейти на страницу women- top - blouses
3Нажать sort by Price: highest first
4 Обратитть внимание на цены товаров


JT-50900: Optimize getSingleValuePresentation

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 18, 2018 10:40:21 PM
Updated Dec 18, 2018 10:53:10 PM
Resolved Dec 18, 2018 10:53:09 PM
State Fixed
Assignee Maksim Ryzhikov (maksimrv)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

getSingleValuePresentation took 3.2ms per digest

problem in cropValue parseInt. Babel change standard browser parseInt on own realisation which is slow

Before:

After:

JT-50903: Render issues list optimization

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 18, 2018 11:12:15 PM
Updated Dec 18, 2018 11:14:41 PM
State Open
Assignee Unassigned
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

This issue about performance optimization for rendering issues list , switch between tree and flat view

Now on the test database, it takes around 2sec to render list

JT-50904: Rest should not return numberOfOrdered for Everything (without query)

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 18, 2018 11:17:39 PM
Updated Dec 18, 2018 11:18:19 PM
State Open
Assignee Unassigned
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

Because we don't support order for "Everything" without query

curl 'http://localhost:9090/api/sortedIssues?$top=-1&fields=numberOfOrdered,tree(id,parentId,matches)&flatten=true&query=' -H 'Pragma: no-cache' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.9,ru-RU;q=0.8,ru;q=0.7' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' -H 'Accept: application/json, text/plain, */*' -H 'Referer: http://localhost:9090/v2/issues' -H 'Authorization: Bearer 1545167309958.6b6adb20-e08b-41c1-bbc9-008720a2198a.cc4391dd-33e3-49a7-bce8-90ab33ab3753.6b6adb20-e08b-41c1-bbc9-008720a2198a 0-0-0-0-0;1.MCsCFBDcZApCTDejjLfgAL87JpzvDFKVAhNNYxg+yQfdh4O3Oodj5n31Zb+D' -H 'Cookie: _ga=GA1.1.2109144113.1542117345; YTSESSIONID=1x3092xkisn6r17s2txmclqror' -H 'Connection: keep-alive' -H 'Cache-Control: no-cache' --compressed

JT-50638: Polish paddings

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 3, 2018 9:05:11 AM
Updated Dec 18, 2018 11:54:15 PM
Resolved Dec 7, 2018 12:41:02 PM
State Fixed
Assignee Alexander Anisimov (xi-eye)
Subsystem Issue List
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
  1. Too big leading padding for draggable issues
  2. Too big leading padding for issues with subtasks even on [Everything] context

https://app.zeplin.io/project/5ad07a2c3a01537b6a2a9758/screen/5ba3b3bf033ea379694a8f58


JT-50905: Broken layout for issues list with expand/collapse

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 18, 2018 11:50:44 PM
Updated Dec 19, 2018 12:18:54 AM
State Open
Assignee Unassigned
Subsystem Issue List
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
📊🎄📍📊⭐⭐📍📊⭐📍⭐📍🎄📊⭐📍🎄
Flat
Tree

📊 - Custom order
⭐ - Favorite
📍- Drag icon
🎄- Expand/Collapse icon

JT-50667: Project list requests all existing teams before rendering

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Dec 4, 2018 6:25:26 PM
Updated Dec 18, 2018 1:38:08 PM
Resolved Dec 17, 2018 10:45:36 PM
State Verified
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.3.47752 (hub 2018.3.11014)

STR:

  1. Launch youtrack with built-in hub on DB with several hundred projects
  2. Turn on network monitor
  3. Open /projects
  4. Press Show more projects several times

AR: for every existing project (even for the ones are hidden under "show more"), a request to /hub/api/rest/projects/{id}/team?... on page load as well as on every click on "show more"
ER: no redundant requests (i.e. we request only what we need to show)
Note: this does not happen on /hub/projects, since .../team is not requested from there at all

JT-50747: Rethink link issue interface

$
0
0
Reporter Alexander Zolotov (zolotov) Alexander Zolotov (zolotov)
Created Dec 9, 2018 2:27:07 AM
Updated Dec 19, 2018 11:28:33 AM
State Open
Assignee Dmitry Gizatov (mitya)
Subsystem No Subsystem
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

The new interface makes the most common scenario for me impossible to perform.
Usually, it took couple clicks (four steps overall) to me to mark some issue as a duplicate:

  1. click link icon
  2. choose "duplicate"
  3. paste issue number
  4. press enter

Now it's a ridiculously long way to do the same:

  1. click link icon
  2. wait until popup is loaded (3 sec)
  3. click "relates to" link
  4. choose "duplicate" link
  5. wait until search is performed
  6. paste issue number
  7. press enter
  8. wait until search is performed
  9. select the issue from the list (might be a lot of issues there)
  10. click Link button

I know I can use Commands for this, still, it looks like a huge regression. Are you sure it would be more convenient for users? What problems were actually solved with the new interface?


JT-50906: Improve /api/sortedIssues performance

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Dec 19, 2018 11:39:39 AM
Updated Dec 19, 2018 11:41:01 AM
State Open
Assignee Unassigned
Subsystem Issue List
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.3.48115

STR: open new issue list for Everything
AR: /api/sortedIssues takes 1500+ms to execute (1000+ms for guest), returning 10000 issues in response.

AR: no more than 300ms (hard limit), since we need to pull /api/issuesGetter afterwards, which greatly decreases overall performance.

JT-50197: Performance testing

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 7, 2018 12:43:41 PM
Updated Dec 19, 2018 11:41:49 AM
Resolved Dec 19, 2018 11:41:49 AM
State Fixed
Assignee Roman Kolobov (rekolobov)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-47673: Wrap embedded GIFs into a player with timeline, pause, full-screen view

$
0
0
Reporter Jura Gorohovsky (gorohoroh) Jura Gorohovsky (gorohoroh)
Created Jun 14, 2018 11:58:11 PM
Updated Dec 19, 2018 11:44:20 AM
State Open
Assignee Unassigned
Subsystem No Subsystem
Type Feature
Priority Normal
Fix versions Unscheduled
Issues are quite often reported as GIFs, such as RSRP-470140. This can be useful but reproducing problems reported this way can be a problem as most GIFs are displayed in infinite cycles. This means:
  • You can't step back a second or two if you didn't realize straight away what was shown at any particular timeframe - you have to wait until it's cycled and start watching over (or F5 the page)
  • You can't pause playback
  • If a GIF doesn't contain an explicit fadeout or another way of designating the end of recording, it can be really hard to understand when exactly it cycles back to the beginning

All these problems can be solved if you just wrap any GIF embedded into an issue with a GIF player like the one that gfycat uses, with all the necessary controls: timeline, pause, play, watch in fullscreen mode etc.

JT-50907: A dropdown icon overlaps long text in the context button

$
0
0
Reporter Alexander Anisimov (xi-eye) Alexander Anisimov (xi-eye)
Created Dec 19, 2018 12:46:57 PM
Updated Dec 19, 2018 12:46:57 PM
State In Progress
Assignee Alexander Anisimov (xi-eye)
Subsystem No Subsystem
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-50510: Test manually

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 26, 2018 5:08:55 PM
Updated Dec 19, 2018 1:10:07 PM
State Open
Assignee Ekaterina Alekseeva (Ekaterina.Alekseeva)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Viewing all 74845 articles
Browse latest View live




Latest Images