Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yijunyu/demo-concodese


https://github.com/yijunyu/demo-concodese

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# License

[ConCodeSe](http://www.concodese.com) is licensed software. The demo license embedded in the container works till 31.12.2019.
If you need a license, please contact [Dr Tezcan Dilshener](mailto:[email protected]).

# Installation

```bash
./run.sh
```

# Using ConCodeSe

* Browser open the URL: http://localhost:8081/ConCodeSe/

* Enter issue id "SWT-1"

* Enter project name "SWT v3.1"

* Edit bug summary, e.g., "Make default size of empty composites smaller"

* Edit bug description, e.g.,

```
Could the following two constants in Widget.java be changed to something smaller?

```

* Click "Click here to search for relevant code files"

# Using JIRA

* Browser open the URL (in another tab): http://localhost:8080

* Log in as user "yijunyu" using the password `SearchAndRank10`

* Create a new project, e.g., "SWT"

* Create a new issue of "Bug" type

* Enter bug summary, e.g., "Make default size of empty composites smaller"

* Enter bug description, e.g.,
```
Could the following two constants in Widget.java be changed to something smaller?
```

* A comment from "ConCodeSe" will be added whenever an issue is "Created" or "Updated"

## Configuration in JIRA

* Add Issue Type "Bug" through "Settings > System > Webhooks"

* Add the following URL to "Settings > System > Webhooks"

```
http://concodese:8081/ConCodeSe/searchAndRank/${project.id}/${project.key}/${issue.id}/${issue.key}
```

* Add the following Event to "Settings > System > Webhooks"
```
issuetype = Bug AND project = SWT
```

* Tick to check "created" and "updated" events

## More debug information

JIRA Logs
```
/var/atlassian/jira/log/atlassian-jira.log
```

ConCodeSe Logs:
```
/concodese/log/console_output.log
```

# Integration with fast

[![asciicast](https://asciinema.org/a/239275.svg)](https://asciinema.org/a/239275)

## Example C/C++ programs
https://github.com/electricalwind/data7
```
go.sh d1_both.c
```

## Example C# programs

## Example COBOL programs