Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
af1ecfa
local studio
deliciousmonster Nov 16, 2023
8e97aa4
Create running.html
deliciousmonster Nov 16, 2023
9ad4919
Delete publish-local.yaml
deliciousmonster Nov 16, 2023
b2a8319
Update running.html
deliciousmonster Nov 16, 2023
5868d74
Update Details.js
deliciousmonster Nov 16, 2023
019e914
to lowercase to integration tests
deliciousmonster Nov 16, 2023
bbff1fa
lint
deliciousmonster Nov 16, 2023
b2faaaa
cleaned up the file browser
deliciousmonster Nov 16, 2023
e662c48
back to root
deliciousmonster Nov 16, 2023
27aa779
linter
deliciousmonster Nov 16, 2023
7530928
Update _web-ide.scss
deliciousmonster Nov 16, 2023
b05697c
config updates
deliciousmonster Nov 16, 2023
f8ff1c7
application editor tuning
Nov 16, 2023
9fac878
clean up theme, app
deliciousmonster Nov 16, 2023
cec54e6
Merge branch 'STUDIO-65-LOCAL' of https://github.com/HarperDB/hdbms i…
deliciousmonster Nov 16, 2023
fcecf7c
application editor fixed.
deliciousmonster Nov 17, 2023
3b3ca27
lots of cleanup for themes
deliciousmonster Nov 17, 2023
ec8382f
delete package window update
deliciousmonster Nov 20, 2023
8999356
fixed local subnav dropdown for narrow window
deliciousmonster Nov 20, 2023
b48fdcc
padding
deliciousmonster Nov 20, 2023
03bae4b
handle local studio package install
deliciousmonster Nov 20, 2023
8607967
clean up new app flow
deliciousmonster Nov 20, 2023
841f81a
small UI tweaks
deliciousmonster Nov 22, 2023
0f9d21d
package updates
deliciousmonster Nov 22, 2023
581e6b8
Merge pull request #360 from HarperDB/STUDIO-65-LOCAL
deliciousmonster Nov 22, 2023
525d625
safer fileTree.entries check.
Nov 29, 2023
4f0aa80
Merge branch 'stage' into handle-get_components-failure-gracefully
foundling Nov 29, 2023
24e48f5
Merge pull request #361 from HarperDB/handle-get_components-failure-g…
foundling Nov 29, 2023
61d8e5b
reorganize application and functions editors
deliciousmonster Nov 30, 2023
abeca26
remove extraneous files and folders
deliciousmonster Nov 30, 2023
ad38b01
Update Deploy.js
deliciousmonster Nov 30, 2023
99391ee
keep build-local folder
deliciousmonster Nov 30, 2023
d1a0f22
remove build-local
deliciousmonster Nov 30, 2023
2a3cd86
v4.3.7
deliciousmonster Dec 3, 2023
437e612
Update _akamai.scss
deliciousmonster Dec 4, 2023
73f14cb
css
deliciousmonster Dec 5, 2023
dbb5636
Update _light.scss
deliciousmonster Dec 5, 2023
d4669ed
fix coupon error
deliciousmonster Dec 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/publish-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,16 @@ jobs:
stripe_public_key: '${{secrets.STRIPE_PUBLIC_KEY}}',
lms_api_url: 'https://dev.harperdbcloudservices.com/',
google_analytics_code: '${{secrets.GOOGLE_ANALYTICS_CODE}}',
youtube_api_key: '${{secrets.YOUTUBE_API_KEY}}',
postman_collection_url: 'https://www.postman.com/collections/7046690-5a70b340-8fe1-4487-88bd-ffac077c3df8',
tc_version: '2020-01-01',
check_version_interval: 300000,
refresh_content_interval: 15000,
total_cloud_instance_limit: 10,
free_cloud_instance_limit: 1,
total_local_instance_limit: false,
free_local_instance_limit: false,
max_file_upload_size: 10380902,
studio_version:'$PACKAGE_VERSION',
user_guide_id: 16032,
alarm_badge_threshold: 86400,
maintenance: 0,
errortest: 0
errortest: 0,
is_local_studio: false,
};
EOF
- name: Write manifest file
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/publish-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,16 @@ jobs:
stripe_public_key: '${{secrets.STRIPE_PUBLIC_KEY_PROD}}',
lms_api_url: 'https://prod.harperdbcloudservices.com/',
google_analytics_code: '${{secrets.GOOGLE_ANALYTICS_CODE_PROD}}',
youtube_api_key: '${{secrets.YOUTUBE_API_KEY}}',
postman_collection_url: 'https://www.postman.com/collections/7046690-5a70b340-8fe1-4487-88bd-ffac077c3df8',
tc_version: '2020-01-01',
check_version_interval: 300000,
refresh_content_interval: 15000,
total_cloud_instance_limit: 10,
free_cloud_instance_limit: 1,
total_local_instance_limit: false,
free_local_instance_limit: false,
max_file_upload_size: 10380902,
studio_version:'$PACKAGE_VERSION',
user_guide_id: 16032,
alarm_badge_threshold: 86400,
maintenance: 0,
errortest: 0
errortest: 0,
is_local_studio: false,
};
EOF
- name: Write manifest file
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/publish-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,16 @@ jobs:
stripe_public_key: '${{secrets.STRIPE_PUBLIC_KEY}}',
lms_api_url: 'https://dev.harperdbcloudservices.com/',
google_analytics_code: '${{secrets.GOOGLE_ANALYTICS_CODE}}',
youtube_api_key: '${{secrets.YOUTUBE_API_KEY}}',
postman_collection_url: 'https://www.postman.com/collections/7046690-5a70b340-8fe1-4487-88bd-ffac077c3df8',
tc_version: '2020-01-01',
check_version_interval: 300000,
refresh_content_interval: 15000,
total_cloud_instance_limit: 10,
free_cloud_instance_limit: 1,
total_local_instance_limit: false,
free_local_instance_limit: false,
max_file_upload_size: 10380902,
studio_version:'$PACKAGE_VERSION',
user_guide_id: 16032,
alarm_badge_threshold: 86400,
maintenance: 0,
errortest: 0
errortest: 0,
is_local_studio: false,
};
EOF
- name: Write manifest file
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# production
/build
/build-local

# misc
.DS_Store
Expand All @@ -28,4 +29,3 @@ yarn-debug.log*
yarn-error.log*

.eslintcache

4 changes: 2 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"declarations"
],
"order/properties-alphabetical-order": true,
"max-nesting-depth": 6,
"max-nesting-depth": 9,
"selector-max-id": 3,
"selector-max-compound-selectors": 6,
"selector-max-compound-selectors": 9,
"selector-class-pattern": null,
"selector-no-qualifying-type": [
true,
Expand Down
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "harperdb-studio",
"version": "4.3.5",
"version": "4.3.7",
"description": "A UI for HarperDB",
"deploymentUrl": "studio.harperdb.io",
"private": true,
"author": "harperdb",
"license": "UNLICENSED",
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem react-scripts start",
"start:local": "REACT_APP_LOCALSTUDIO=true HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem react-scripts start",
"build:dev": "PUBLIC_URL=https://d2uv4fa0aeja0t.cloudfront.net react-scripts build",
"build:stage": "GENERATE_SOURCEMAP=false PUBLIC_URL=https://dbjxbnqel2bw9.cloudfront.net react-scripts build",
"build:prod": "GENERATE_SOURCEMAP=false PUBLIC_URL=https://ds5zz9rfvzuta.cloudfront.net react-scripts build",
"build:local": "BUILD_PATH=./build-local GENERATE_SOURCEMAP=false REACT_APP_LOCALSTUDIO=true react-scripts build",
"lint-dev": "eslint --fix src && npx stylelint --fix \"src/**/*.scss\"",
"lint-prod": "eslint --fix src"
},
"dependencies": {
"@monaco-editor/react": "^4.2.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.15.0",
"@stripe/stripe-js": "^2.1.11",
"apexcharts": "^3.27.1",
"bootstrap-scss": "^5.0.1",
"classnames": "^2.3.2",
"deepmerge": "^4.2.2",
"lolight": "^1.4.0",
"pullstate": "^1.22.1",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-alert": "^7.0.3",
"react-apexcharts": "^1.3.9",
"react-card-flip": "^1.1.1",
"react-country-region-selector": "^3.4.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
Expand All @@ -37,17 +37,15 @@
"react-json-editor-ajrm": "^2.5.11",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
"react-router-ga": "^1.2.3",
"react-scripts": "^5.0.0",
"react-select": "^5.0.0",
"react-table": "^7.7.0",
"react-toggle": "^4.1.2",
"reactstrap": "^9.0.0",
"use-async-effect": "^2.2.3",
"use-debounce": "^9.0.4",
"use-debounce": "^10.0.0",
"use-interval": "^1.3.0",
"use-persisted-state": "^0.3.3",
"uuid": "^9.0.0",
"whatwg-fetch": "^3.6.2"
},
"engines": {
Expand All @@ -69,15 +67,15 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^5.0.1",
"postcss-custom-properties": "^13.0.0",
"prettier": "^2.8.3",
"prettier": "^3.1.0",
"sass": "^1.46.0",
"stylelint": "^15.10.1",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.1",
"stylelint-scss": "^5.0.0"
}
Expand Down
Binary file added public/fontawesome/fa-brands-400.eot
Binary file not shown.
Loading