Skip to content

Commit 6e49689

Browse files
committed
Github actions fix to remove multiple node version jobs
1 parent a83882b commit 6e49689

11 files changed

+1802
-15
lines changed

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# Gitconvex
3-
<div align="center">
4-
<div><img src="https://user-images.githubusercontent.com/47709856/86916853-d7749c00-c141-11ea-8d3a-be3e59c77ccf.png" width="350"></div>
5-
<strong>Web application for managing your git repositories </strong>
6-
</div>
3+
4+
![gitconvex_logo](https://user-images.githubusercontent.com/47709856/87170859-8bfff080-c2ef-11ea-9140-b9e5db1c17d8.png)
5+
6+
## Web application for managing your git repositories
77

88
# Download options
99

@@ -21,6 +21,26 @@
2121

2222
`npm i -g @itassistors/gitconvex`
2323

24+
This will install **gitconvex** as a global module and it can be started straight away from the command line with `gitconvex` command
25+
26+
```
27+
$ gitconvex
28+
29+
INFO: Checking for config file
30+
INFO: Config file is present
31+
INFO: Reading from config file /usr/lib/node_modules/@itassistors/gitconvex/env_config.json
32+
GitConvex API connected!
33+
34+
Checking data file availability...
35+
INFO: Data file /usr/lib/node_modules/@itassistors/gitconvex/database/repo-datastore.json is present and it will be used as the active data file!
36+
37+
You can change this under the settings menu
38+
39+
Gitconvex is running on port 9001
40+
41+
Open http://localhost:9001/ to access gitconvex
42+
```
43+
2444
- If you are into **docker**, then there is also a docker image available for gitconvex
2545

2646
`docker pull itassistors/gitconvex`
@@ -55,3 +75,4 @@ Refer the detailed [Documentation](DOCUMENTATION) for how to setup and use the p
5575
# License
5676

5777
See [LICENSE ](LICENSE) info for more
78+

build/asset-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.a4fb5d6c.chunk.css",
4-
"main.js": "/static/js/main.75b60f03.chunk.js",
5-
"main.js.map": "/static/js/main.75b60f03.chunk.js.map",
4+
"main.js": "/static/js/main.09d392a6.chunk.js",
5+
"main.js.map": "/static/js/main.09d392a6.chunk.js.map",
66
"runtime-main.js": "/static/js/runtime-main.901d17b4.js",
77
"runtime-main.js.map": "/static/js/runtime-main.901d17b4.js.map",
8-
"static/js/2.10d15c2f.chunk.js": "/static/js/2.10d15c2f.chunk.js",
9-
"static/js/2.10d15c2f.chunk.js.map": "/static/js/2.10d15c2f.chunk.js.map",
8+
"static/js/2.3b1bb55a.chunk.js": "/static/js/2.3b1bb55a.chunk.js",
9+
"static/js/2.3b1bb55a.chunk.js.map": "/static/js/2.3b1bb55a.chunk.js.map",
1010
"static/js/3.2eab11d6.chunk.js": "/static/js/3.2eab11d6.chunk.js",
1111
"static/js/3.2eab11d6.chunk.js.map": "/static/js/3.2eab11d6.chunk.js.map",
1212
"static/js/4.1e02955e.chunk.js": "/static/js/4.1e02955e.chunk.js",
@@ -848,16 +848,16 @@
848848
"static/js/422.364d5705.chunk.js": "/static/js/422.364d5705.chunk.js",
849849
"static/js/422.364d5705.chunk.js.map": "/static/js/422.364d5705.chunk.js.map",
850850
"index.html": "/index.html",
851-
"precache-manifest.63d2410d34d0ff1dd7806feb213cb8fb.js": "/precache-manifest.63d2410d34d0ff1dd7806feb213cb8fb.js",
851+
"precache-manifest.520a484fc6129be177a193999e178ae2.js": "/precache-manifest.520a484fc6129be177a193999e178ae2.js",
852852
"service-worker.js": "/service-worker.js",
853853
"static/css/main.a4fb5d6c.chunk.css.map": "/static/css/main.a4fb5d6c.chunk.css.map",
854-
"static/js/2.10d15c2f.chunk.js.LICENSE.txt": "/static/js/2.10d15c2f.chunk.js.LICENSE.txt",
854+
"static/js/2.3b1bb55a.chunk.js.LICENSE.txt": "/static/js/2.3b1bb55a.chunk.js.LICENSE.txt",
855855
"static/media/SplashScreen.css": "/static/media/gitconvex.e136c267.png"
856856
},
857857
"entrypoints": [
858858
"static/js/runtime-main.901d17b4.js",
859-
"static/js/2.10d15c2f.chunk.js",
859+
"static/js/2.3b1bb55a.chunk.js",
860860
"static/css/main.a4fb5d6c.chunk.css",
861-
"static/js/main.75b60f03.chunk.js"
861+
"static/js/main.09d392a6.chunk.js"
862862
]
863863
}

build/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)