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
616da5a8
Commit
616da5a8
authored
Sep 09, 2021
by
bunsenstraat
Committed by
davidzagi93@gmail.com
Sep 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm unneeded function
parent
4b4d9daf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
17 deletions
+1
-17
dgitProvider.js
apps/remix-ide/src/app/files/dgitProvider.js
+1
-11
remixAppManager.js
apps/remix-ide/src/remixAppManager.js
+0
-1
replacemodules.sh
replacemodules.sh
+0
-5
No files found.
apps/remix-ide/src/app/files/dgitProvider.js
View file @
616da5a8
...
...
@@ -21,7 +21,7 @@ const profile = {
description
:
''
,
icon
:
'assets/img/fileManager.webp'
,
version
:
'0.0.1'
,
methods
:
[
'
delay'
,
'
init'
,
'localStorageUsed'
,
'addremote'
,
'delremote'
,
'remotes'
,
'fetch'
,
'clone'
,
'export'
,
'import'
,
'status'
,
'log'
,
'commit'
,
'add'
,
'remove'
,
'rm'
,
'lsfiles'
,
'readblob'
,
'resolveref'
,
'branches'
,
'branch'
,
'checkout'
,
'currentbranch'
,
'push'
,
'pin'
,
'pull'
,
'pinList'
,
'unPin'
,
'setIpfsConfig'
,
'zip'
,
'setItem'
,
'getItem'
],
methods
:
[
'init'
,
'localStorageUsed'
,
'addremote'
,
'delremote'
,
'remotes'
,
'fetch'
,
'clone'
,
'export'
,
'import'
,
'status'
,
'log'
,
'commit'
,
'add'
,
'remove'
,
'rm'
,
'lsfiles'
,
'readblob'
,
'resolveref'
,
'branches'
,
'branch'
,
'checkout'
,
'currentbranch'
,
'push'
,
'pin'
,
'pull'
,
'pinList'
,
'unPin'
,
'setIpfsConfig'
,
'zip'
,
'setItem'
,
'getItem'
],
kind
:
'file-system'
}
class
DGitProvider
extends
Plugin
{
...
...
@@ -70,16 +70,6 @@ class DGitProvider extends Plugin {
}
}
async
delay
(
num
)
{
console
.
log
(
'delay called'
,
num
)
return
new
Promise
((
resolve
,
reject
)
=>
{
setTimeout
(()
=>
{
console
.
log
(
'delay resolved'
,
num
)
resolve
(
true
)
},
10000
)
})
}
async
init
(
input
)
{
await
git
.
init
({
...
await
this
.
getGitConfig
(),
...
...
apps/remix-ide/src/remixAppManager.js
View file @
616da5a8
...
...
@@ -117,7 +117,6 @@ export class RemixAppManager extends PluginManager {
}
return
true
})
localStorage
.
setItem
(
'plugins-directory'
,
JSON
.
stringify
(
plugins
))
}
catch
(
e
)
{
console
.
log
(
'getting plugins list from localstorage...'
)
...
...
replacemodules.sh
deleted
100644 → 0
View file @
4b4d9daf
cp
-R
/Volumes/butbut/code/testp/remix-plugin/dist/packages/engine/core/lib/
*
./node_modules/@remixproject/engine/lib/
cp
-R
/Volumes/butbut/code/testp/remix-plugin/dist/packages/utils/lib/
*
./node_modules/@remixproject/plugin-utils/lib/
cp
-R
/Volumes/butbut/code/testp/remix-plugin/dist/packages/utils/index
*
./node_modules/@remixproject/plugin-utils/
cp
-R
/Volumes/butbut/code/testp/remix-plugin/dist/packages/plugin/core/lib/
*
./node_modules/@remixproject/plugin/lib/
\ No newline at end of file
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