code-annotation icon indicating copy to clipboard operation
code-annotation copied to clipboard

🐈 Code Annotation Tool

Results 39 code-annotation issues
Sort by recently updated
recently updated
newest added

Missing CAT_OAUTH_CLIENT_ID leads to GitHub 404 error on login. Which is quite reasonable, but earlier error or CLI warning would be good.

enhancement

In some cases, the diff algorithm doesn't work well and doesn't align files well. One cannot then see the relevant sections of the files together and compare them easily without...

Sometimes looking at the code without highlighting one can miss the fact, that some portions of the snippet are commented out. This can cause troubles during the annotation and introduce...

Sometimes while annotating files we find a pair that we think is broken/we want to add some comments to the annotation made. It would be very helpful to be able...

If the default env variables are used, then: `CAT_HOST` = `0.0.0.0` `CAT_PORT` = `8080` `CAT_SERVER_URL` = `:` `CAT_UI_DOMAIN` = `:` With these default values, after a login the browser will...

bug

As discussed we need to: - [ ] Make sure, right log-level is used through the app. - `Critical`, when service went down, - `Error`, when the request could not...

enhancement

As soon as there is a - [ ] REST API for feature extraction https://github.com/src-d/backlog/issues/1202 - [x] UASTs are stored in DB ~https://github.com/src-d/code-annotation/issues/197~ → https://github.com/src-d/code-annotation/issues/214 we would need to call...

feature-request
blocked

can be considered with https://github.com/src-d/code-annotation/issues/219 The upload status icon changes to green regardless the import process fails. ![image](https://user-images.githubusercontent.com/2437584/37641400-e3ff54f2-2c19-11e8-829f-4f5ceae32826.png)

bug
enhancement
v1

I'll summarize here the UX problems that I spotted at https://github.com/src-d/code-annotation/pull/195#pullrequestreview-103892878 They're based on my personal opinions, so they should be validated or discarded by @ricardobaeta The current behavior is:...

enhancement
v1

When a database that is being imported into a PostgreSQL internal database contains weird content, the whole import process fails. This database [error-weird-content.db.zip](https://github.com/src-d/code-annotation/files/1838287/error-weird-content.db.zip) contains a FilePair that cannot be imported...

bug