David Pordomingo

Results 54 issues of David Pordomingo

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

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

url needs to be manually changed because there is no a listing for experiments to review Considering this comment https://github.com/src-d/code-annotation/issues/208#issuecomment-372333117 it could be added a new `review` link in the...

enhancement
feature-request
v1

PostgreSQL was not fully tested, so it should be considered a full review to ensure it is fully supported to be an internal Database

enhancement
feature-request

There is an unhandled error when creating new experiments in PostgreSQL. If the page is reloaded, the experiment is (magically) there... ```shell INFO[2018-03-22 16:58:46] request started http_method=POST http_proto=HTTP/1.1 http_scheme=http remote_addr="127.0.0.1:46892"...

bug

Reported by @bzz via Slack: >_For some reason, CAT build on master is failing https://travis-ci.org/src-d/code-annotation_ >```shell >package github.com/golang/lint/golint >imports golang.org/x/lint: unrecognized import path "golang.org/x/lint" (https fetch: Get https://golang.org/x/lint?go-get=1: net/http: TLS...

bug
feature-request

Heisenbug with LocalStorageTemp in Travis (ie https://travis-ci.org/src-d/code-annotation/jobs/349738180) Frequency not calculated, but can be around 1/10 If the build is restarted, it **_can_** dissappear. ```js make test-frontend [...] react-app-rewired test --env=jsdom...

bug

As described by https://github.com/src-d/code-annotation/pull/53#discussion_r165371511 we could reconsider simplifying our color palette. When I reviewed the PR #53 we had 18 different colors. Here are the colors I found in our...

feature-request
v1