Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
84afdc97
Commit
84afdc97
authored
May 29, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing files from merge
parent
c2f0e81f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
315 additions
and
0 deletions
+315
-0
config.yml
.circleci/config.yml
+194
-0
.env
.env
+4
-0
.gitignore
.gitignore
+41
-0
README.md
README.md
+76
-0
No files found.
.circleci/config.yml
0 → 100644
View file @
84afdc97
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version
:
2
jobs
:
remix-ide-chrome
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:9.11.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
apps/remix-ide/assets
apps/remix-ide/background.js
apps/remix-ide/build
apps/remix-ide/icon.png
apps/remix-ide/index.html
apps/remix-ide/manifest.json
apps/remix-ide/README.md
apps/remix-ide/soljson.js
apps/remix-ide/package.json"
working_directory
:
~/remix-project
parallelism
:
20
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint && npm run test && npm run make-mock-compiler
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
remix-ide-firefox
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:9.11.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
apps/remix-ide/assets
apps/remix-ide/background.js
apps/remix-ide/build
apps/remix-ide/icon.png
apps/remix-ide/index.html
apps/remix-ide/manifest.json
apps/remix-ide/README.md
apps/remix-ide/soljson.js
apps/remix-ide/package.json"
working_directory
:
~/remix-project
parallelism
:
20
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint && npm run test && npm run make-mock-compiler
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
name
:
Download Latest Firefox
command
:
sudo apt-get purge -y firefox && wget https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
name
:
Install Firefox
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
remix-ide-run-deploy
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:9.11.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
apps/remix-ide/assets
apps/remix-ide/background.js
apps/remix-ide/build
apps/remix-ide/icon.png
apps/remix-ide/index.html
apps/remix-ide/manifest.json
apps/remix-ide/README.md
apps/remix-ide/soljson.js
apps/remix-ide/package.json"
working_directory
:
~/remix-project
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint && npm run test && npm run make-mock-compiler
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
deploy-remix-live
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:9.11.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
apps/remix-ide/assets
apps/remix-ide/background.js
apps/remix-ide/build
apps/remix-ide/icon.png
apps/remix-ide/index.html
apps/remix-ide/manifest.json
apps/remix-ide/README.md
apps/remix-ide/soljson.js
apps/remix-ide/package.json"
working_directory
:
~/remix-project
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint && npm run test && npm run make-mock-compiler
-
run
:
name
:
Deploy
command
:
|
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
fi
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
deploy-remix-alpha
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:9.11.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
resource_class
:
xlarge
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
apps/remix-ide/assets
apps/remix-ide/background.js
apps/remix-ide/build
apps/remix-ide/icon.png
apps/remix-ide/index.html
apps/remix-ide/manifest.json
apps/remix-ide/README.md
apps/remix-ide/soljson.js
apps/remix-ide/package.json"
working_directory
:
~/remix-project
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint && npm run test && npm run make-mock-compiler
-
run
:
name
:
Deploy
command
:
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh;
fi
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
workflows
:
version
:
2
build_all
:
jobs
:
-
remix-ide-chrome
-
remix-ide-firefox
-
remix-ide-run-deploy
-
deploy-remix-live
:
requires
:
-
remix-ide-chrome
-
remix-ide-firefox
-
remix-ide-run-deploy
filters
:
branches
:
only
:
remix_live
-
deploy-remix-alpha
:
requires
:
-
remix-ide-chrome
-
remix-ide-firefox
-
remix-ide-run-deploy
filters
:
branches
:
only
:
master
\ No newline at end of file
.env
0 → 100644
View file @
84afdc97
gist_token = <token>
account_passphrase = <passphrase>
account_password = <password>
\ No newline at end of file
.gitignore
0 → 100644
View file @
84afdc97
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
\ No newline at end of file
README.md
0 → 100644
View file @
84afdc97
# RemixProject
This project was generated using
[
Nx
](
https://nx.dev
)
.
<p
align=
"center"
><img
src=
"https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png"
width=
"450"
></p>
🔎
**Nx is a set of Extensible Dev Tools for Monorepos.**
## Adding capabilities to your workspace
Nx supports many plugins which add capabilities for developing different types of applications and different tools.
These capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.
Below are some plugins which you can add to your workspace:
-
[
React
](
https://reactjs.org
)
-
`npm install --save-dev @nrwl/react`
-
Web (no framework frontends)
-
`npm install --save-dev @nrwl/web`
-
[
Angular
](
https://angular.io
)
-
`npm install --save-dev @nrwl/angular`
-
[
Nest
](
https://nestjs.com
)
-
`npm install --save-dev @nrwl/nest`
-
[
Express
](
https://expressjs.com
)
-
`npm install --save-dev @nrwl/express`
-
[
Node
](
https://nodejs.org
)
-
`npm install --save-dev @nrwl/node`
## Generate an application
Run
`nx g @nrwl/react:app my-app`
to generate an application.
> You can use any of the plugins above to generate applications as well.
When using Nx, you can create multiple applications and libraries in the same workspace.
## Generate a library
Run
`nx g @nrwl/react:lib my-lib`
to generate a library.
> You can also use any of the plugins above to generate libraries as well.
Libraries are sharable across libraries and applications. They can be imported from
`@remix-project/mylib`
.
## Development server
Run
`nx serve my-app`
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run
`nx g @nrwl/react:component my-component --project=my-app`
to generate a new component.
## Build
Run
`nx build my-app`
to build the project. The build artifacts will be stored in the
`dist/`
directory. Use the
`--prod`
flag for a production build.
## Running unit tests
Run
`nx test my-app`
to execute the unit tests via
[
Jest
](
https://jestjs.io
)
.
Run
`nx affected:test`
to execute the unit tests affected by a change.
## Running end-to-end tests
Run
`ng e2e my-app`
to execute the end-to-end tests via
[
Cypress
](
https://www.cypress.io
)
.
Run
`nx affected:e2e`
to execute the end-to-end tests affected by a change.
## Understand your workspace
Run
`nx dep-graph`
to see a diagram of the dependencies of your projects.
## Further help
Visit the
[
Nx Documentation
](
https://nx.dev
)
to learn more.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment