drupal_social icon indicating copy to clipboard operation
drupal_social copied to clipboard

Replace the asset-packagist repository with custom defined packages

Open tbsiqueira opened this issue 2 years ago • 1 comments

Problem

Unfortunately https://asset-packagist.org/ is not longer working, and because of it we can't install/update or test Open Social.

Solution

We need to replace https://asset-packagist.org/ by custom packages to be able to download the necessary libs

Issue tracker

https://www.drupal.org/project/social/issues/3275931

Theme issue tracker

N/A

How to test

  • [ ] One should be able to install this repository using composer;

Definition of done

Before merge

  • [ ] Code/peer review is completed
  • [ ] All commit messages are clear and clean. If applicable a rebase was performed
  • [ ] All automated tests are green
  • [ ] Functional/manual tests of the acceptance criteria are approved
  • [ ] All acceptance criteria were met
  • [ ] If applicable (I.E. new hook_updates) the update path from previous versions (major and minor versions) are tested
  • [ ] This pull request has all required labels (team/type/priority)
  • [ ] This pull request has a milestone
  • [ ] This pull request has an assignee (if applicable)
  • [ ] Any front end changes are tested on all major browsers
  • [ ] New UI elements, or changes on UI elements are approved by the design team
  • [ ] New features, or feature changes are approved by the product owner

After merge

  • [ ] Code is tested on all branches that it has been cherry-picked
  • [ ] Update hook number might need adjustment, make sure they have the correct order
  • [ ] The Drupal.org ticket(s) are updated according to this pull request status

Screenshots

N/A

Release notes

N/A

Change Record

N/A

Translations

N/A

tbsiqueira avatar Apr 19 '22 11:04 tbsiqueira

@tbsiqueira I believe this resolved itself so we can close this?

Kingdutch avatar Sep 14 '22 08:09 Kingdutch

Asset Packagist has since resolved compatibility with Composer 2

Kingdutch avatar Mar 19 '24 12:03 Kingdutch