Граф коммитов

223 Коммитов

Автор SHA1 Сообщение Дата
Mozilla-GitHub-Standards eba7170a5b Add Mozilla Code of Conduct (#263)
* Add Mozilla Code of Conduct file

Fixes #262.

_(Message COC002)_

* Update CODE_OF_CONDUCT.md
2019-03-30 15:57:15 +01:00
Armen Zambrano G 8aff0d4b03 Fix development set up issue
There was an issue when developing locally where the console would show
this error:

> Error: React-Hot-Loader: AppContainer should be patched
2019-01-15 11:23:07 -05:00
Armen Zambrano G e170e8cf58 Upgrade all dependencies 2019-01-02 11:11:50 -05:00
Armen Zambrano G 855b096a5f Few Travis CI changes
This will hopefully clear up some of the linting errors that are only
happening on Travis CI.

Changes:

- Switch to Xenial since it is the latest Ubuntu LTS.
- Add 'lts" as one of the Node versions to test on
- Remove before_install for known old Yarn issue
2019-01-02 09:57:42 -05:00
Akansha f21968d0cd Specify that coverage data comes from Windows too (#235) 2018-10-08 11:18:10 +02:00
Akansha aebe5a65ec Update CONTRIBUTING.md (#234) 2018-10-05 11:39:22 +02:00
Renovate Bot 29e5ec4bf0 chore(deps): update dependency lint-staged to v7.3.0 2018-09-20 08:40:01 -04:00
Renovate Bot 067af3db25 chore(deps): update dependency eslint to v5.6.0 2018-09-15 09:43:24 -04:00
Renovate Bot 18f3f53b67 chore(deps): update dependency eslint to v5.5.0 2018-09-04 08:30:21 -04:00
Renovate Bot aba03f0a2d chore(deps): update dependency eslint to v5.4.0 2018-08-20 09:13:41 -04:00
Renovate Bot 6510625dcc chore(deps): update dependency flow-bin to v0.79.1 2018-08-20 09:13:07 -04:00
Renovate Bot b6e54fbec2 chore(deps): update dependency flow-bin to v0.78.0 2018-08-07 08:30:21 -04:00
Jan Keromnes 11cbd8a881 Refactor FileViewerContainer.parseQueryParameters() away
... by moving `revision` and `path` from state to props.
2018-08-01 18:14:07 +02:00
Renovate Bot 3017ead9b8 chore(deps): update dependency eslint to v5 2018-07-26 17:11:33 +02:00
Renovate Bot 8ddd00c62d fix(deps): update dependency query-string to v6 2018-07-26 14:35:43 +02:00
Renovate Bot 8c739ff290 chore(deps): update neutrino monorepo to v8.3.0 2018-07-26 14:35:06 +02:00
Renovate Bot 16ea3fe581 fix(deps): update dependency react-hot-loader to v4 2018-07-26 13:52:59 +02:00
Renovate Bot b75c942125 chore(deps): update dependency lint-staged to v7.2.0 2018-07-26 13:51:08 +02:00
Renovate Bot 3df5e197c2 chore(deps): update dependency flow-bin to v0.77.0 2018-07-26 13:49:18 +02:00
Renovate Bot 311eaae9ea chore(deps): update dependency eslint to v4.19.1 2018-07-24 16:06:08 +02:00
Renovate Bot 1f27cd31ca chore(deps): update dependency eslint-plugin-import to v2.13.0 2018-07-24 16:05:29 +02:00
Renovate Bot 2bff4128b6 fix(deps): update dependency mdi-react to v4 2018-07-24 16:03:47 +02:00
Renovate Bot 6c27c3e473 chore(deps): pin dependencies 2018-07-24 16:01:37 +02:00
Renovate Bot 3a54f08e67 Add renovate.json 2018-07-24 15:54:48 +02:00
Chiranjeevi a5f48df591 Added re-throwing of errors. 2018-07-17 09:16:46 -04:00
Jan Keromnes dc90315e8b Show patch author in DiffViewer. 2018-07-17 09:13:41 -04:00
Jan Keromnes 6419538ce0 Fix incorrect command in CONTRIBUTING.md. 2018-07-17 09:13:41 -04:00
Jan Keromnes 6870dbb2a1 File viewer: Support 'hashchange' navigation events 2018-07-12 15:54:44 +02:00
Armen Zambrano d6b4df9770
Merge pull request #178 from mozilla/sorted
Issue #57 - Allow sorting of changesets by coverage score & other fixes
2018-06-08 14:39:40 -04:00
Armen Zambrano G 1efbcf3307 Remove arrayToMap 2018-06-08 14:33:05 -04:00
Armen Zambrano G e88ba1dc55 refactor: Clean up some code 2018-06-08 14:33:05 -04:00
Armen Zambrano G 4a0f37b923 Fix filtering 2018-06-08 14:33:05 -04:00
Armen Zambrano G e3accee95c Only show icon to filter changesets when there's data 2018-06-08 14:33:05 -04:00
Armen Zambrano G de02eb6692 Issue #181 - Fix status and error messages on SummaryContainer 2018-06-08 14:33:05 -04:00
Armen Zambrano G b2aa71b744 refactor: Move coverage mocks into its own module 2018-06-08 14:33:05 -04:00
Armen Zambrano G c5e0261d46 Test sorting by coverage score 2018-06-08 14:33:05 -04:00
Armen Zambrano G 627a52f18a Test sorting of changesets by recency 2018-06-08 14:33:05 -04:00
Armen Zambrano G 5c2e9700e2 Issue #57 - Allow sorting changesets per coverage score
Add mdi-react dependency.
2018-06-08 14:31:35 -04:00
Armen Zambrano G d155896245 Initial support for sorting changesets on the main view
For now, this only supports sorting by the recency of the changeset,
however, it has the architecture to enable further sorting methods
(e.g. by coverage score).

Depending on how the data of the changeset is obtained we will use
one of two sorting set of properties (pushId/changesetIndex versus
push timestamp).
2018-06-07 11:25:37 -04:00
Armen Zambrano G 4eb3a5da6d Add daysAgoDate helper function 2018-06-07 11:11:40 -04:00
Armen Zambrano G d5bdf4ff1c refactor: Move routing logic into Routes component 2018-06-07 11:10:16 -04:00
Armen Zambrano G 2695903295 Issue #135 - Handle better the diff viewer not having coverage data
Sometimes, we would need to visit the diff viewer for old changesets.
Unfortunately, the backend would not have data available and the viewer
would fail ungracefully.

Before this, the console would be full of errors even if the UI
would not fail dramatically.
2018-06-06 09:14:20 -04:00
Armen Zambrano 12311fd4a6
Merge pull request #190 from mozilla/error_boundary
Better handle errors and fix some issues
2018-06-05 14:16:08 -04:00
Armen Zambrano G 97df61bd70 refactor: Drop BACKEND entry from settings 2018-06-05 13:51:48 -04:00
Armen Zambrano G 3d44b59beb Only enable Raven if we're in production
There's no need to try to report to sentry.io if we're doing local development.
2018-06-05 13:51:48 -04:00
Armen Zambrano G d6ac66049a Add default error boundary 2018-06-05 13:51:48 -04:00
Armen Zambrano G 464618f755 Issue #188 - TypeError: coverageMap[cset.node] is undefined 2018-06-05 10:13:50 -04:00
Armen Zambrano G 7e0091edf6 Fix regression from 2ef8399d9d 2018-06-05 10:13:46 -04:00
Armen Zambrano G 2ef8399d9d Handle better if the backend is down 2018-06-05 09:18:40 -04:00
Armen Zambrano G 56b7208260 Issue #56 - Allow filtering by changeset's description
This is useful if you want to see changesets associated to the
same bug.
2018-05-25 11:40:37 -04:00