mirror of
https://github.com/ansible/galaxy.git
synced 2026-02-05 09:45:11 +01:00
* fix link to python-semanticversion (#2027) otherwise it's not valid rst and thus not linked by sphinx +label: docsite_pr * Revert "fix link to python-semanticversion (#2027)" (#2041) This reverts commit53cf91ecc4. * [Docs] Point collections info to docs.ansible.com and remove mazer (#2020) * point collections info to docs.ansible.com * Apply suggestions from code review Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> * replace collection docs with links to ansible docs * remove mazer command * Allow leading underscore in name of content (#2036) Signed-off-by: Andrew Crosby <acrosby@redhat.com> * Use relative paths for 'available_versions' paths (#2009) This is to allow the ApiRootView to be somewhere other than /api. * Fix security audit issues (#2034) * Upgrade packages * Fix UI compile error * Fix JS formatting according to prettier * Collection tag format changed to match namespace (#2043) Signed-off-by: Andrew Crosby <acrosby@redhat.com> * Upgrade Karma to latest (#2047) * Fail import if no collection role metadata (#2046) Signed-off-by: Andrew Crosby <acrosby@redhat.com> * Require collection metadata repository be non-null (#2049) Signed-off-by: Andrew Crosby <acrosby@redhat.com> * Revert "Use relative paths for 'available_versions' paths (#2009)" (#2050) This reverts commit6cadfadbe9.6cadfadwas based on assumption that ansible-galaxy 2.9+ would configure v2 galaxy servers with full path to api root view same way as v3 servers. ie, an ansible.cfg like: [galaxy_server.galaxy] url=https://galaxy.ansible.com/api/ But that is incorrect, and ansible-galaxy needs v2 galaxy servers configured like: [galaxy_server.galaxy] url=https://galaxy.ansible.com/ Which means the 'available_versions' for 'v2' servers like galaxy.ansible.com need to include '/api/v2'. ie, the way it was before. Fixes: ansible/ansible#63047 https://github.com/ansible/ansible/issues/63047 * Change installation command to use ansible-galaxy. (#2051)
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "galaxyui",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --prod",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^6.1.1",
|
|
"@angular/common": "^6.1.1",
|
|
"@angular/compiler": "^6.1.1",
|
|
"@angular/core": "^6.1.1",
|
|
"@angular/forms": "^6.1.1",
|
|
"@angular/http": "^6.1.1",
|
|
"@angular/platform-browser": "^6.1.1",
|
|
"@angular/platform-browser-dynamic": "^6.1.1",
|
|
"@angular/router": "^6.1.1",
|
|
"@types/react": "^16.7.18",
|
|
"@types/react-dom": "^16.0.11",
|
|
"core-js": "^2.5.7",
|
|
"karma": "^4.3.0",
|
|
"patternfly": "^3.54.1",
|
|
"patternfly-ng": "4.2.0",
|
|
"patternfly-react": "^2.29.0",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"rxjs": "^6.2.2",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^0.12.1",
|
|
"@angular/cli": "6.1.2",
|
|
"@angular/compiler-cli": "^6.1.1",
|
|
"@angular/language-service": "^6.1.1",
|
|
"@types/jasmine": "~2.8.8",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/node": "~10.5.5",
|
|
"codelyzer": "^4.4.2",
|
|
"jasmine-core": "~3.1.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "^2.0.1",
|
|
"karma-jasmine": "~1.1.2",
|
|
"karma-jasmine-html-reporter": "^1.2.0",
|
|
"prettier": "^1.15.3",
|
|
"protractor": "~5.4.0",
|
|
"ts-node": "~7.0.0",
|
|
"tslint": "~5.11.0",
|
|
"typescript": ">=2.7.2 <2.10.0"
|
|
}
|
|
}
|