-
Notifications
You must be signed in to change notification settings - Fork 7
feat(app-hub): use the app-hub directly #88
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it locally against staging app hub and looks like its working fine to me, we need to change that dhis2Version querystring parameter in app hub backend to be "dhis_version" instead as its whats being used here. Or change this querystring to dhis2Version whichever naming convention we'd prefer and which in project to fix it.. Because of that the dhis2 version filter does not work and it will show incompatible versions, but that's really something unrelated to this PR
Added a PR for this here: dhis2/app-hub#244
the PR in app-hub for renaming the querystring filter param is now merged |
# [28.2.0](v28.1.4...v28.2.0) (2020-11-30) ### Bug Fixes * **translations:** sync translations from transifex (master) ([9f02cbd](9f02cbd)) * **translations:** sync translations from transifex (master) ([4e66e91](4e66e91)) * **translations:** sync translations from transifex (master) ([70f17c1](70f17c1)) * **translations:** sync translations from transifex (master) ([bc54a78](bc54a78)) * **translations:** sync translations from transifex (master) ([61ea206](61ea206)) * **translations:** sync translations from transifex (master) ([6d665a1](6d665a1)) * **translations:** sync translations from transifex (master) ([1435171](1435171)) * remove deploy-build dep ([83919ff](83919ff)) * update travis.yaml ([60fdc4b](60fdc4b)) * use core AppHub proxy instead of apps.dhis2.org ([#137](#137)) ([#138](#138)) ([3eee6c6](3eee6c6)) * **translations:** sync translations from transifex (master) ([ee159fa](ee159fa)) * **translations:** sync translations from transifex (master) ([7e5574b](7e5574b)) * **translations:** sync translations from transifex (master) ([6e6aee1](6e6aee1)) * add favicon path to avoid 404 error ([8da3f98](8da3f98)) * remove trailing slash on baseUrl before /api ([9065fd5](9065fd5)) * use unversioned endpoint for backwards compat ([358a92a](358a92a)) * **DHIS2-4788:** replaced folderName with key to fix icon URL. ([#38](#38)) ([3ecfa8a](3ecfa8a)) ### Features * support self-updates and label core apps in list ([#122](#122)) ([2868355](2868355)) * **app-hub:** use the app-hub directly ([#88](#88)) ([18d2154](18d2154)) * load apps directly from app store backend ([74192b5](74192b5))
🎉 This PR is included in version 28.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Depends on: