[jira] [Created] (ATLAS-4820) Atlas UI: Change the alignment of the Download Search button on the Classic UI search page.

2023-12-12 Thread Prasad P. Pawar (Jira)
Prasad P. Pawar created ATLAS-4820:
--

 Summary: Atlas UI: Change the alignment of the Download Search 
button on the Classic UI search page.
 Key: ATLAS-4820
 URL: https://issues.apache.org/jira/browse/ATLAS-4820
 Project: Atlas
  Issue Type: Bug
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Bump xml2js from 0.4.19 to 0.5.0 in /docs [atlas]

2023-12-12 Thread via GitHub


smileyboy2019 commented on PR #238:
URL: https://github.com/apache/atlas/pull/238#issuecomment-1853211646

   Unable to download
   Installing npm version 6.13.7
   [INFO] Downloading https://registry.npmjs.org/npm/-/npm-6.13.7.tgz to 
/root/.m2/repository/com/github/eirslett/npm/6.13.7/npm-6.13.7.tar.gz


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump tough-cookie and node-sass in /dashboardv2 [atlas]

2023-12-12 Thread via GitHub


smileyboy2019 commented on PR #235:
URL: https://github.com/apache/atlas/pull/235#issuecomment-1853211304

Unable to download
   Installing npm version 6.13.7
   [INFO] Downloading https://registry.npmjs.org/npm/-/npm-6.13.7.tgz to 
/root/.m2/repository/com/github/eirslett/npm/6.13.7/npm-6.13.7.tar.gz


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump tough-cookie and node-sass in /dashboardv3 [atlas]

2023-12-12 Thread via GitHub


smileyboy2019 commented on PR #236:
URL: https://github.com/apache/atlas/pull/236#issuecomment-1853192176

   When will a new version be released? Compilation often reports errors, NPM 
downloads cannot find packages, and various other issues. Has the latest 
version been released?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump tough-cookie and node-sass in /dashboardv3 [atlas]

2023-12-12 Thread via GitHub


smileyboy2019 commented on PR #236:
URL: https://github.com/apache/atlas/pull/236#issuecomment-1853191210

   com.github.eirslett:frontend-maven-plugin:1.4:npm


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Review Request 74783: ATLAS-4819 Get default relationship-type of an entity-type which has relationships with different entity-types on same attribute

2023-12-12 Thread Mandar Ambawane

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74783/
---

Review request for atlas, Jayendra Parab, Paresh Devalia, Pinal Shah, and 
Sheetal Shah.


Bugs: ATLAS-4819
https://issues.apache.org/jira/browse/ATLAS-4819


Repository: atlas


Description
---

When an entity-type has relationships with other entity-types on same attribute 
and when the relationship type information is not provided.

This might result in Atlas picking the random relationship-type for the current 
entity type.

Which may lead to "Invalid relationshipDef" exceptions while creating entities 
/ updating entities / migration import.

This patch allows user to provide the default value for the relationship-type 
for particular entity-type.


Diffs
-

  distro/src/conf/atlas-application.properties b5734d7a8 
  intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 60e57a379 
  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 


Diff: https://reviews.apache.org/r/74783/diff/1/


Testing
---


Thanks,

Mandar Ambawane



[jira] [Created] (ATLAS-4819) Get default relationship-type of an entity-type which has relationships with different entity-types on same attribute

2023-12-12 Thread Mandar Ambawane (Jira)
Mandar Ambawane created ATLAS-4819:
--

 Summary: Get default relationship-type of an entity-type which has 
relationships with different entity-types on same attribute
 Key: ATLAS-4819
 URL: https://issues.apache.org/jira/browse/ATLAS-4819
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core, atlas-intg
Reporter: Mandar Ambawane
Assignee: Mandar Ambawane


When an entity-type has relationships with other entity-types on same attribute 
and when the relationship type information is not provided.

This might result in Atlas picking the random relationship-type for the current 
entity type.

Which may lead to "Invalid relationshipDef" exceptions while creating entities 
/ updating entities / migration import.

This patch allows user to provide the default value for the relationship-type 
for particular entity-type.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4818) Full update entity is not work

2023-12-12 Thread zhengli (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhengli updated ATLAS-4818:
---
   Language: update
Description: 
version: 2.3.0

entity full update not support null attribute?

eg:

i have create a entity with three attribute.

{

  "name": "a",

  "age": 18,

  "city": "c"

}

then i want to update this entity with two attribute,

{

   "name": "a",

   "age": 18

}

however, the city attribute should be null, but is  "c" actually

 

 

  was:
version: 2.3.0

entity full update not support null attribute?


> Full update entity is not work
> --
>
> Key: ATLAS-4818
> URL: https://issues.apache.org/jira/browse/ATLAS-4818
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.3.0
>Reporter: zhengli
>Priority: Major
>
> version: 2.3.0
> entity full update not support null attribute?
> eg:
> i have create a entity with three attribute.
> {
>   "name": "a",
>   "age": 18,
>   "city": "c"
> }
> then i want to update this entity with two attribute,
> {
>    "name": "a",
>    "age": 18
> }
> however, the city attribute should be null, but is  "c" actually
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4818) Full update entity is not work

2023-12-12 Thread zhengli (Jira)
zhengli created ATLAS-4818:
--

 Summary: Full update entity is not work
 Key: ATLAS-4818
 URL: https://issues.apache.org/jira/browse/ATLAS-4818
 Project: Atlas
  Issue Type: Bug
Affects Versions: 2.3.0
Reporter: zhengli


version: 2.3.0

entity full update not support null attribute?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)