Skip to content

Commit 14cb535

Browse files
authored
Merge for v1.1.3
Merging PR for v1.1.3 release ## New Features - #4 - #19 - Loading animations included in the UI - Minor UI tweaks for better UX ## Bug fixes - https://github.com/neel1996/gitconvex-server/issues/32
2 parents b38fe1a + dcde847 commit 14cb535

File tree

933 files changed

+28367
-942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

933 files changed

+28367
-942
lines changed

API/fetchRepoApi.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const fs = require("fs");
2-
const dotnev = require("dotenv").config();
32
const path = require("path");
43

54
function getEnvData() {

API/settingsApi.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ const fetchRepoDetails = async () => {
5757
});
5858
};
5959

60-
const deleteRepo = async (repoId) => {
61-
return await fs.promises.readFile(getEnvData().DATABASE_FILE).then((res) => {
62-
console.log(res);
63-
});
64-
};
65-
6660
const updateDbFile = async (newFileName) => {
6761
console.log("FILE NAME : ", newFileName);
6862

@@ -132,6 +126,5 @@ const updatePortDetails = async (newPort) => {
132126
module.exports.updateDbFile = updateDbFile;
133127
module.exports.fetchDatabaseFile = fetchDatabaseFile;
134128
module.exports.fetchRepoDetails = fetchRepoDetails;
135-
module.exports.deleteRepo = deleteRepo;
136129
module.exports.updatePortDetails = updatePortDetails;
137130
module.exports.getPortDetails = getPortDetails;

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55

66
## Web application for managing your git repositories
77

8-
![open issues](https://badgen.net/github/open-issues/neel1996/gitconvex-package)
9-
![Gitconvex UI pipeline](https://github.com/neel1996/gitconvex/workflows/Gitconvex%20UI%20pipeline/badge.svg)
10-
![Gitconvex Server pipeline](https://github.com/neel1996/gitconvex-server/workflows/Gitconvex%20Server%20pipeline/badge.svg)
8+
![open issues](https://img.shields.io/github/issues/neel1996/gitconvex?color=orange&style=for-the-badge)
9+
![Gitconvex UI pipeline](https://img.shields.io/github/workflow/status/neel1996/gitconvex-ui/Gitconvex%20UI%20pipeline/master?label=gitconvex%20ui%20build&logo=github&style=for-the-badge)
10+
![Gitconvex Server pipeline](https://img.shields.io/github/workflow/status/neel1996/gitconvex-server/Gitconvex%20Server%20pipeline/master?label=gitconvex%20server%20build&logo=github&style=for-the-badge)
1111

1212
# Download options
1313

1414
> Use any of the below options to get gitconvex for your system
1515
16-
[![gitconvex npm package](https://badgen.net/badge/gitconvex/v1.1.2/green?icon=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
17-
[![github release](https://badgen.net/badge/gitconvex/v1.1.2/blue?icon=github)](https://github.com/neel1996/gitconvex-package/releases)
18-
[![docker image](https://badgen.net/badge/gitconvex/v1.1.2/cyan?icon=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
19-
20-
[![License](https://badgen.net/github/license/neel1996/gitconvex-package)](LICENSE)
16+
[![gitconvex npm package](https://img.shields.io/static/v1?label=gitconvex&message=v1.1.2&color=red&style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
17+
[![github release](https://img.shields.io/static/v1?label=gitconvex&message=v1.1.2&color=green&style=for-the-badge&logo=github)](https://github.com/neel1996/gitconvex-package/releases)
18+
[![docker image](https://img.shields.io/static/v1?label=gitconvex&message=v1.1.2&color=blue&style=for-the-badge&logo=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
19+
[![License](https://img.shields.io/static/v1?label=LICENSE&message=Apache-2.0&color=yellow&style=for-the-badge)](LICENSE)
2120

2221
- **Option - 1** Cloning repo from **github**
2322

@@ -92,5 +91,3 @@ Refer the detailed [Documentation](DOCUMENTATION.md) for how to setup and use th
9291
# License
9392

9493
See [LICENSE ](LICENSE) info for more
95-
96-

build/asset-manifest.json

Lines changed: 854 additions & 854 deletions
Large diffs are not rendered by default.

build/index.html

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

0 commit comments

Comments
 (0)