-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
27,636 additions
and
11,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ name: Publish CI | |
|
||
on: | ||
push: | ||
branches: main | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
.idea | ||
.DS_Store | ||
dist | ||
node_modules | ||
build | ||
npm-debug.log | ||
yarn-error.log | ||
aoe_technology_radar.iml | ||
build | ||
techradar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18.14.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
{ | ||
"name": "rmr-tech-radar", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "REACT_APP_RADAR_NAME='RMR Technology Radar' aoe_technology_radar-buildRadar", | ||
"build-static": "aoe_technology_radar-createStaticFiles", | ||
"generate-json": "aoe_technology_radar-generateJson", | ||
"start": "python -m http.server 8080", | ||
"newReleaseFolder": "./script/create_new_release_folder.sh" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RedMadRobot/techradar-android" | ||
}, | ||
"keywords": [ | ||
"tech-radar", | ||
"rmr" | ||
], | ||
"license": "MIT", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"aoe_technology_radar": "3.1.2" | ||
} | ||
} | ||
"name": "rmr-tech-radar", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "REACT_APP_RADAR_NAME='RMR Technology Radar' npx aoe_technology_radar-buildRadar", | ||
"build-static": "aoe_technology_radar-createStaticFiles", | ||
"generate-json": "aoe_technology_radar-generateJson", | ||
"start": "python -m http.server 8080", | ||
"newReleaseFolder": "./script/create_new_release_folder.sh" | ||
}, | ||
"dependencies": { | ||
"aoe_technology_radar": "3.5.0" | ||
}, | ||
"overrides": { | ||
"@svgr/webpack": "6.5.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RedMadRobot/techradar-android" | ||
}, | ||
"keywords": [ | ||
"tech-radar", | ||
"rmr" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,63 @@ | ||
{ | ||
"quadrants": { | ||
"libraries-and-frameworks": "Libraries & Frameworks", | ||
"methods-and-patterns": "Methods & Patterns", | ||
"languages": "Languages", | ||
"utilities": "Utilities" | ||
}, | ||
"rings": ["all", "adopt", "trial", "assess", "hold"], | ||
"editLink": { | ||
"radarLink": "https://github.com/RedMadRobot/techradar-android/edit/main/radar", | ||
"title": "Edit" | ||
} | ||
} | ||
"quadrants": { | ||
"libraries-and-frameworks": "Libraries & Frameworks", | ||
"methods-and-patterns": "Methods & Patterns", | ||
"languages": "Languages", | ||
"utilities": "Utilities" | ||
}, | ||
"rings": ["adopt", "trial", "assess", "hold"], | ||
"showEmptyRings": false, | ||
"homepageContent": "both", | ||
"quadrantsMap": { | ||
"libraries-and-frameworks": { | ||
"colour": "#84BFA4", | ||
"txtColour": "#444444", | ||
"position": 1, | ||
"description": "Сюда попадают библиотеки и фреймворки, полезные для реализации ПО." | ||
}, | ||
"methods-and-patterns": { | ||
"colour": "#248EA6", | ||
"txtColour": "white", | ||
"position": 2, | ||
"description": "Паттерны и подходы очень важны, т.к. многие из них оказывают большее и продолжительное влияние на проекты. В эту категорию попадает информация о методах и паттернах, касающихся разработки, сontinuous X, тестировании, организации, архитектуре и т.д." | ||
}, | ||
"languages": { | ||
"colour": "#F25244", | ||
"txtColour": "#444444", | ||
"position": 3, | ||
"description": "Языки на которых пишут роботы." | ||
}, | ||
"utilities": { | ||
"colour": "#F2A25C", | ||
"txtColour": "white", | ||
"position": 4, | ||
"description": "Здесь мы размещаем различные программные инструменты - от небольших утилит до более крупных программных проектов." | ||
} | ||
}, | ||
"chartConfig": { | ||
"size": 800, | ||
"scale": [ | ||
-16, | ||
16 | ||
], | ||
"blipSize": 12, | ||
"ringsAttributes": [{ | ||
"radius": 8, | ||
"arcWidth": 6 | ||
}, | ||
{ | ||
"radius": 11, | ||
"arcWidth": 4 | ||
}, | ||
{ | ||
"radius": 14, | ||
"arcWidth": 2 | ||
}, | ||
{ | ||
"radius": 16, | ||
"arcWidth": 2 | ||
} | ||
] | ||
}, | ||
"dateFormat": "MMMM YYYY" | ||
} |
Oops, something went wrong.