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

JT-50598: Angular template: template reference variable incorrectly reported as unused

$
0
0
Reporter Kees Wiegel (iwantwin) Kees Wiegel (iwantwin)
Created Nov 29, 2018 5:22:04 PM
Updated Nov 29, 2018 5:22:04 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Create any angular component
  2. Add '#example' to any tag in your template, making it a template reference variable
  3. Use @ViewChild('example') to reference said element

What is the expected result?
Not showing a message that the template reference variable is unused.

What happens instead?
The template reference variable is reported as 'unused local variable'

Please provide any additional information below.

Component:

import { Component, ViewChild, ViewContainerRef } from '@angular/core';

@Component( {
  selector: 'some-test',
  templateUrl: './test.component.html',
  styleUrls: []
} )
export class TestComponent {
  @ViewChild( 'example', { read: ViewContainerRef } ) set dynamicRef( example: ViewContainerRef ) {
    console.log( 'example was updated: ', example );
  };

  constructor() {
  }
}

Template:

<div>
  <ng-container *ngIf="true">
    <div #example> <!-- #example is reported as `Unused local variable example` -->
    </div>
  </ng-container>
</div>

It seems to be a quite isolated use case:

  • removing the *ngIf makes it being recognized as 'used'
  • removing the <div>, making the ng-container the root element, makes it being recognized as 'used'

Tested on 29/11/2018:

Build #IU-183.4284.148, built on November 21, 2018
JRE: 1.8.0_152-release-1343-b15 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0```

JT-50476: Проблема с настройкой почтовых уведомлений. Ошибка "Client was not authenticated"

$
0
0
Reporter Bogatov Dmitriy (bogatovd) Bogatov Dmitriy (bogatovd)
Created Nov 26, 2018 12:16:47 PM
Updated Nov 29, 2018 6:31:43 PM
State Open
Assignee Liubov Dievskaia (Liubov.Dievskaia)
Subsystem Notifications
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47247

What steps will reproduce the problem?

  1. Есть приложение JetBrains YouTrack работающее по адресу http://eaist.pm.mos.ru:8080.
    Настроено уведомление о событиях с помощью почтового сообщения. При отправке тестового сообщения получаем ошибку "Client was not authenticated"
    Скриншот с настройками и ошибкой 23.11.png

2.Лог почтового сервера.
2018-11-23T10:40:30.770Z,+,,
2018-11-23T10:40:30.770Z,,None,Set Session Permissions
2018-11-23T10:40:30.770Z,>,"220 NG-EdgeIS-01.mos.ru Microsoft ESMTP MAIL Service ready at Fri, 23 Nov 2018 13:40:30 +0300",
2018-11-23T10:40:30.772Z,<,EHLO CS-ISUP.localhost,
2018-11-23T10:40:30.773Z,
,None,Set Session Permissions
2018-11-23T10:40:30.773Z,>,250-NG-EdgeIS-01.mos.ru Hello [10.89.89.61],
2018-11-23T10:40:30.773Z,>,250-SIZE 5242880,
2018-11-23T10:40:30.773Z,>,250-PIPELINING,
2018-11-23T10:40:30.773Z,>,250-DSN,
2018-11-23T10:40:30.773Z,>,250-ENHANCEDSTATUSCODES,
2018-11-23T10:40:30.773Z,>,250-STARTTLS,
2018-11-23T10:40:30.773Z,>,250-8BITMIME,
2018-11-23T10:40:30.773Z,>,250-BINARYMIME,
2018-11-23T10:40:30.773Z,>,250 CHUNKING,
2018-11-23T10:40:30.782Z,<,MAIL FROM:ISUPEAIST@it.mos.ru,
2018-11-23T10:40:30.783Z,*,Tarpit for '0.00:00:05' due to '530 5.7.1 Client was not authenticated',
2018-11-23T10:40:35.796Z,>,530 5.7.1 Client was not authenticated,
2018-11-23T10:40:35.796Z,-,,Local.

Не видно, проходит ли YouTrack процедуру аутентификации и поэтому получаемая ошибка вполне ожидаема.

  1. Есть тестовый скрипт, который отрабатывает без ошибки
    Лог успешной отправки без ютрек:

[root@CS-ISUP ~]# openssl s_client -debug -starttls smtp -crlf -connect 10.89.65.20:25
CONNECTED(00000003)

250 CHUNKING

HELO
250 NG-EdgeIS-06.mos.ru Hello [10.89.89.61]
AUTH LOGIN

334 VXNlcm5hbWU6
SVNVUEVBSVNU

334 UGFzc3dvcmQ6
cGlNY0doVmdwMEU3

235 2.7.0 Authentication successful

mail from:ISUPEAIST@it.mos.ru
250 2.1.0 Sender OK

rcpt to:bdvGZ@systematic.ru
250 2.1.5 Recipient OK

data

354 Start mail input; end with <CRLF>.<CRLF>
Subject:Test Message from CS-ISUP-R

<h1>Тестовое письмо</h1>

.

250 2.6.0 224622007a3d4e66a7fffb279b41ab4a@NG-EdgeIS-06.mos.ru [InternalId=61267708479129, Hostname=NG-EdgeIS-06.mos.ru] Queued mail for delivery

Подскажите, что можно предпринять в данной ситуации?

JT-46693: Due Date is picked incorrectly in GMT+12 time zone

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Apr 10, 2018 6:37:25 PM
Updated Nov 29, 2018 6:47:44 PM
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.1.40341
STR:
1. YouTrack is in GMT+12 time zone
2. Go to issue page (issue creation, issue edit page)
3. Pick the date in Due Date field

ER: The picked date is selected
AR: The next to the picked date is selected (see attached)

JT-50582: Wording review

$
0
0
Reporter Andrey Skladchikov (Andrey.Skladchikov) Andrey Skladchikov (Andrey.Skladchikov)
Created Nov 23, 2018 1:40:18 PM
Updated Nov 29, 2018 7:19:58 PM
State In Progress
Assignee Scott Adams (Scott.Adams)
Subsystem Integrations
Type Task
Priority Normal
Fix versions Unscheduled

JT-50601: Investigate various errors (something went wrong, cannot connect to server) on standalone instance

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Nov 29, 2018 8:57:37 PM
Updated Nov 29, 2018 8:58:19 PM
State Open
Assignee Unassigned
Subsystem Core Functionality
Type Task
Priority Normal
Fix versions Unscheduled

JT-50550: Implement design improvements

$
0
0
Reporter Andrey Skladchikov (Andrey.Skladchikov) Andrey Skladchikov (Andrey.Skladchikov)
Created Nov 27, 2018 6:18:10 PM
Updated Nov 29, 2018 9:05:01 PM
Resolved Nov 28, 2018 3:08:33 PM
State Verified
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

Design described in JT-50457

JT-50394: Can't read "url" field of changesProcessors

$
0
0
Reporter Andrey Skladchikov (Andrey.Skladchikov) Andrey Skladchikov (Andrey.Skladchikov)
Created Nov 20, 2018 10:56:20 PM
Updated Nov 29, 2018 9:05:39 PM
Resolved Nov 21, 2018 2:00:26 PM
State Verified
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
22:53:04,772 ERROR [@p1067938912-117] [JsonMappingExceptionMapper    ] [root@192.168.88.217] Cannot map JSON at GET /api/admin/integrations/vcsHostingServers requested by Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
com.fasterxml.jackson.databind.JsonMappingException: Property url should be initialized before get (through reference chain: java.util.ArrayList[2]->jetbrains.youtrack.integration.github.rest.github.GitHubServer["changesProcessors"]->java.util.ArrayList[0]->jetbrains.youtrack.integration.github.rest.github.GitHubChangesProcessor["url"])
	at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:394) ~[jackson-databind-2.9.7.jar:2.9.7]
	at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:353) ~[jackson-databind-2.9.7.jar:2.9.7]
	at com.fasterxml.jackson.databind.ser.std.StdSerializer.wrapAndThrow(StdSerializer.java:316) ~[jackson-databind-2.9.7.jar:2.9.7]

JT-50390: Update VCS configuration sidebar to match new scheme

$
0
0
Reporter Andrey Skladchikov (Andrey.Skladchikov) Andrey Skladchikov (Andrey.Skladchikov)
Created Nov 20, 2018 8:08:48 PM
Updated Nov 29, 2018 9:17:28 PM
Resolved Nov 21, 2018 3:56:23 PM
State Verified
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50469: All Users group is not displayed in project team after migrating to external Hub

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Nov 23, 2018 7:45:01 PM
Updated Nov 29, 2018 9:17:44 PM
State Open
Assignee Maxim Mazin (mazine)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47373

STR:

  1. Start YT with embedded Hub
  2. Add group All Users to some project's team
  3. Migrate to external Hub
  4. Open team tab (no matter, in Hub or in YT)

AR:
"By group" view: group "All Users" is absent

"Users" view: all users from this group are shown with label "Member of" (instead of "Member of All Users")

JT-50410: Details sidebar collapses on switching between "By Group" and "Users" view

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Nov 21, 2018 5:12:33 PM
Updated Nov 29, 2018 9:17:59 PM
Resolved Nov 27, 2018 6:54:36 PM
State Fixed
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47298

STR:

  1. Open new team tab in some project
  2. Expand "Details"
  3. Switch view from "By group" to "Users"

AR:
"Details" are collapsed again

JT-50415: Incorrect links to groups and roles from project team tab

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Nov 21, 2018 7:35:40 PM
Updated Nov 29, 2018 9:18:08 PM
Resolved Nov 27, 2018 6:54:39 PM
State Fixed
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47298

STR:

  1. Go to new project team tab
  2. Find or add some group to team
  3. Click on the group name

AR:
404 error, because URL is incorrect: /groups/%group_name%
ER:
URL should be /admin/hub/groups/%group_name% (or /hub/groups/%group_name% for external hub)

The same for links to Roles in Details.

JT-50444: Only roles in Global project are shown in Details

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Nov 22, 2018 8:23:55 PM
Updated Nov 29, 2018 9:18:13 PM
Resolved Nov 27, 2018 6:54:42 PM
State Fixed
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 47359

STR:
Choose any user on new team tab and open Details

AR:
Only roles in Global project are shown
ER:
There should be also roles in current project (as on corresponding tab in Hub proejcts)

JT-50457: Create design for 'Advanced options' or similar to replace current 'Add server' behaviour

$
0
0
Reporter Alexander Volfman (Alexander.Volfman) Alexander Volfman (Alexander.Volfman)
Created Nov 23, 2018 2:45:57 PM
Updated Nov 29, 2018 9:33:10 PM
Resolved Nov 27, 2018 6:28:15 PM
State Verified
Assignee Nastya Berezinskaya (Nastya.Berezinskaya)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50603: Wildcard as upper/lower boundary doesn't work with 'created:' or 'updated:' searches

$
0
0
Reporter Bob Williams (bobw) Bob Williams (bobw)
Created Nov 29, 2018 10:45:54 PM
Updated Nov 29, 2018 10:46:08 PM
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Search
Type Bug
Priority Normal
Browser Safari
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

What steps will reproduce the problem?

  1. Run an issue search for created: * .. today

What is the expected result?
A list of all issues created through today

What happens instead?
A list of issues created just today

Another one:

What steps will reproduce the problem?

  1. Run an issue search for created: 2018-09-01 .. *

What is the expected result?
A list of all issues created on or after 2018-09-01

What happens instead?
A list of issues created on 2018-09-01

I'm seeing this behavior whether using created: or updated:, on either the upper or lower boundary, and with actual dates or date tokens. In all cases, the range is effectively ignored, and the only issues returned are those that were created/updated on the boundary that was specified.

JT-48991: Pressing on "edit issue" on agile boards can make the summary multi-line

$
0
0
Reporter Pavel Nikitin (pavel.nikitin) Pavel Nikitin (pavel.nikitin)
Created Sep 4, 2018 11:19:55 AM
Updated Nov 29, 2018 11:39:40 PM
Resolved Nov 29, 2018 11:39:40 PM
State Duplicate
Assignee Unassigned
Subsystem Core Functionality
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-49640: Pressing Enter in the issue summary field creates a new line and then removes it

$
0
0
Reporter Andrey Breslav (Andrey.Breslav) Andrey Breslav (Andrey.Breslav)
Created Oct 10, 2018 1:40:00 PM
Updated Nov 29, 2018 11:39:40 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Issue Creation
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
  • Create new issue
  • In the summary field enter some text
  • Place cursor in the middle of the text
  • Press Enter

Expected behavior: nothing happens or issue submitted
Actual behavior:
  • newline inserted
  • then replaced with a space
  • cursor placed at the end of the text

JT-50512: Replace YT-special vars with matching vars from themes

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 26, 2018 5:09:42 PM
Updated Nov 30, 2018 12:14:28 AM
State In Progress
Assignee Max Maximov (Maxim.Maximov)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50604: Sometimes frontend doesn't set context from profile

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Nov 30, 2018 12:07:31 AM
Updated Nov 30, 2018 12:18:13 AM
State Open
Assignee Unassigned
Subsystem Issue List
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

STR:

  • Open new issues list
  • Set a context
  • Try to refresh the page several times

Looks like a concrency on frontend

JT-47921: Hangs with large number of browser tabs open

$
0
0
Reporter Ian Reay (Ian_Reay) Ian Reay (Ian_Reay)
Created Jun 27, 2018 5:44:15 PM
Updated Nov 30, 2018 12:27:02 AM
State Open
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem Installer
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Open 6+ tabs in chrome or firefox
  2. Use the tabs

What is the expected result?
The tabs should remain responsive and functional.

What happens instead?
After a certain number are opened the browser hangs for people. Often they mistake the problem as the server is down whereas they have exhausted their browser connections to the server.

Right now we have many employees encountering this. Some are adjusting their browser connections to a server from 6 to something higher like 10 or 20.

Does jetbrains have a recommended way of handling this?

JT-50566: Crowdin sync may fail due to export operation conflict

$
0
0
Reporter Evgeny Naumenko (jk) Evgeny Naumenko (jk)
Created Nov 28, 2018 5:24:21 PM
Updated Nov 30, 2018 1:15:55 AM
Resolved Nov 30, 2018 1:15:55 AM
State Fixed
Assignee Evgeny Naumenko (jk)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Viewing all 74845 articles
Browse latest View live




Latest Images