Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Management #8957

Closed
wants to merge 2 commits into from
Closed

Conversation

LorbusChris
Copy link
Contributor

@LorbusChris LorbusChris commented Mar 22, 2018

Related to #8555

Signed-off-by: Christian Glombek christian.glombek@rwth-aachen.de

@codecov
Copy link

codecov bot commented Mar 22, 2018

Codecov Report

Merging #8957 into master will decrease coverage by 0.46%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##             master    #8957      +/-   ##
============================================
- Coverage     51.88%   51.42%   -0.47%     
  Complexity    25270    25270              
============================================
  Files          1603     1537      -66     
  Lines         94878    86977    -7901     
  Branches       1388        0    -1388     
============================================
- Hits          49228    44726    -4502     
+ Misses        45650    42251    -3399
Impacted Files Coverage Δ Complexity Δ
apps/files_external/appinfo/app.php 0% <0%> (ø) 0 <0> (ø) ⬇️
apps/user_ldap/templates/settings.php 0% <0%> (ø) 0 <0> (ø) ⬇️
apps/theming/templates/settings-admin.php 0% <0%> (ø) 0 <0> (ø) ⬇️
core/js/shareconfigmodel.js
apps/comments/js/commentcollection.js
...mments/js/vendor/Caret.js/dist/jquery.caret.min.js
apps/comments/js/filesplugin.js
apps/files_sharing/js/sharedfilelist.js
apps/systemtags/js/app.js
apps/files_sharing/js/app.js
... and 60 more

Move bundled PHP libraries from
`apps/files_external/3rdparty` to `apps/files_external/vendor`

Move bundled JS dependencies from:
`core/vendor` to `core/js/vendor`
`apps/theming/js/3rdparty` to `apps/theming/js/vendor`
`apps/user_ldap/vendor` to `apps/user_ldap/js/vendor`

Signed-off-by: Christian Glombek christian.glombek@rwth-aachen.de
@nickvergessen
Copy link
Member

Fine by me, I think it's good to have a collection somewhere.
The question is if we should ensure that the list is always updated?

@LorbusChris
Copy link
Contributor Author

@nickvergessen I think we should try to ensure it, i.e. each time a dependency is updated or changed the files needs to be updated also. Can this be made a general rule?

@MorrisJobke MorrisJobke added the stale Ticket or PR with no recent activity label Jun 19, 2018
@MorrisJobke
Copy link
Member

@nickvergessen @icewind1991 @rullzer What is your opinion on this one?

@nextcloud-bot nextcloud-bot removed the stale Ticket or PR with no recent activity label Jul 25, 2018
@icewind1991
Copy link
Member

As I've said before, I don't think a separate file duplicating the info from vendor.json/package.json is very useful and it bound to get out of date eventually.

@MorrisJobke
Copy link
Member

See #8555 (comment)

@MorrisJobke MorrisJobke closed this Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants