author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
288,323 | 17.06.2020 22:17:39 | 18,000 | 701b03dfb2477b032087ff0ac3823c5601fb282e | docs: add auth docs | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -15,12 +15,41 @@ To contribute,\n## Setting up the Local Development Environment\n+### Get the source code\n1. [Fork](https://help.github.com/en/github/getting-started-with-github/for... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add auth docs |
288,323 | 17.06.2020 22:19:39 | 18,000 | 9e9b1c0dbd9fd2da4d2ec6e743aa7a34b33d1adb | test: fix auth related tests | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/App.test.tsx",
"new_path": "src/__tests__/App.test.tsx",
"diff": "@@ -4,11 +4,8 @@ import { shallow } from 'enzyme'\nimport React from 'react'\nimport App from '../App'\n-import HospitalRun from '../HospitalRun'\n-import Login from '../login/Logi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | test: fix auth related tests |
288,323 | 17.06.2020 22:37:50 | 18,000 | 3cee6cc362aeb29f0d94cd123e5ae02177dcb9fd | docs: add note about configuring node | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -38,8 +38,9 @@ The following directions will be for running CouchDB via Docker Compose.\n6. Navigate to the configuraiton page in Fauxton.\n7. In the CORS tab, enable CORS and allow r... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add note about configuring node |
288,323 | 17.06.2020 23:22:45 | 18,000 | e9f9c5ec1696224955721ebda62f7424c6ff36f2 | doc: fix typo in admin username | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -42,7 +42,7 @@ The following directions will be for running CouchDB via Docker Compose.\n10. Disable default `_users` security: `curl admin:password@localhost:5984/_users/_security -X... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | doc: fix typo in admin username |
288,323 | 17.06.2020 23:24:23 | 18,000 | 828362c15bd9cef786f29b8579715e66e6df6f88 | docs: add note about replacing username | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -40,7 +40,7 @@ The following directions will be for running CouchDB via Docker Compose.\n8. In the Main config tab, set `couchdb -> users_db_security_editable` to true\n9. In the Setu... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add note about replacing username |
288,323 | 17.06.2020 23:29:49 | 18,000 | 110993d6228452b7d4cc2ff4c02e2487136c26e7 | docs: add env config | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -50,7 +50,8 @@ curl -X PUT http://admin:password@localhost:5984/_users/org.couchdb.user:${usern\n### Install dependencies & start the application\n1. Install dependencies: `npm instal... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add env config |
288,323 | 17.06.2020 23:31:45 | 18,000 | 928a8254ad10f532a814a5f2060bb7d648c4bdf4 | docs: clarify config steps | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -37,10 +37,10 @@ The following directions will be for running CouchDB via Docker Compose.\n5. Sign in with the admin credentials.\n6. Navigate to the configuraiton page in Fauxton.\n7... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: clarify config steps |
288,323 | 17.06.2020 23:51:53 | 18,000 | e466339839b167f976764a0f3d8989c58ce660f5 | docs: add db setup step | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -47,6 +47,7 @@ curl -X PUT http://admin:password@localhost:5984/_users/org.couchdb.user:${usern\n-H \"Content-Type: application/json\" \\\n-d '{\"name\": \"${username}\", \"password\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add db setup step |
288,323 | 17.06.2020 23:55:11 | 18,000 | 8a057c5abd61a5ea28d7fe847a53728746e83f89 | docs: add permissions step | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -48,6 +48,7 @@ curl -X PUT http://admin:password@localhost:5984/_users/org.couchdb.user:${usern\n-d '{\"name\": \"${username}\", \"password\": \"password\", \"roles\": [], \"type\": \... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add permissions step |
288,323 | 18.06.2020 00:02:54 | 18,000 | 1f10e26a52036d81409718b889a756d8e983fccc | docs: add metadata | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -40,12 +40,12 @@ The following directions will be for running CouchDB via Docker Compose.\n8. In the Main config tab, set `couchdb -> users_db_security_editable` to true (click on fie... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add metadata |
288,334 | 19.06.2020 20:33:13 | -7,200 | 3552c9c7a929465febc9b3326141deafed7dc110 | perf(docker): improve creation of couchdb database with single command | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -16,12 +16,14 @@ To contribute,\n## Setting up the Local Development Environment\n### Get the source code\n+\n1. [Fork](https://help.github.com/en/github/getting-started-with-github/f... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | perf(docker): improve creation of couchdb database with single command |
288,334 | 19.06.2020 21:54:50 | -7,200 | 7e48227b722607a7a3acbfbf6bec31df08c2e44e | chore(docker): wip new user command | [
{
"change_type": "MODIFY",
"old_path": "couchdb/local.ini",
"new_path": "couchdb/local.ini",
"diff": "@@ -7,3 +7,6 @@ enable_cors = true\n[cors]\norigins = *\n+\n+[chttpd]\n+bind_address = 0.0.0.0\n"
},
{
"change_type": "MODIFY",
"old_path": "docker-compose.yml",
"new_path": "docker-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(docker): wip new user command |
288,334 | 21.06.2020 21:59:33 | -7,200 | 2e4b1c744822ee44da5e88460b8137133dc2fee1 | chore(docker): remove user creation from docker compose | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -34,9 +34,15 @@ The following directions will be for running CouchDB via Docker Compose.\n2. Install [Docker Compose](https://docs.docker.com/compose/install/)\n3. Run `docker-compose... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(docker): remove user creation from docker compose |
288,366 | 22.06.2020 20:37:22 | 18,000 | 34e6041cd051aa8ce98bdf359cc6874da1244096 | fix(patient): make note not required in care plan | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/care-plans/AddCarePlanModal.test.tsx",
"new_path": "src/__tests__/patients/care-plans/AddCarePlanModal.test.tsx",
"diff": "@@ -9,6 +9,7 @@ import { Router } from 'react-router-dom'\nimport createMockStore from 'redux-mock-store'\nimport ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patient): make note not required in care plan (#2158)
Co-authored-by: HospitalRun Bot <bot@hospitalrun.io>
Co-authored-by: Matteo Vivona <matteo.vivona@me.com>
Co-authored-by: Jack Meyer <jackcmeyer@gmail.com> |
288,334 | 23.06.2020 10:29:12 | -7,200 | db0882f4db9b549c89fe7a88914af574de5a35a8 | docs(contributing): add note on PR | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -96,13 +96,14 @@ Before submitting a request, please search for similar ones in the\n## Pull Requests\n-1. Ensure any install or build dependencies are removed before the end of the l... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(contributing): add note on PR |
288,334 | 23.06.2020 20:53:00 | -7,200 | f19d276bff9fa8aaf906cf0b8f1f97dcfa362e4a | fix(eslint): fix pouchdb test error | [
{
"change_type": "MODIFY",
"old_path": "check-translations/.eslintrc.js",
"new_path": "check-translations/.eslintrc.js",
"diff": "module.exports = {\nextends: '../.eslintrc.js',\nrules: {\n- \"import/no-extraneous-dependencies\": [\"error\", {\"devDependencies\": true}]\n- }\n+ 'import/no-extraneous... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(eslint): fix pouchdb test error |
288,334 | 23.06.2020 20:55:46 | -7,200 | 402bea51a4e3312f6838f24e61a2dacf8c9e2433 | chore(git-cz): remove unused flag | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"scripts\": {\n\"analyze\": \"source-map-explorer 'build/static/js/*.js'\",\n- \"commit\": \"npx git-cz --disable-emoji\",\n+ \"commit\": \"npx git-cz\",\n\"start\": \"npm run translation:check && react-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(git-cz): remove unused flag |
288,334 | 23.06.2020 21:10:01 | -7,200 | f0da26a296a777481b111f3671cea44410755007 | chore(deps): readd missing deps | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"node-sass\": \"~4.14.0\",\n\"pouchdb\": \"~7.2.1\",\n\"pouchdb-adapter-memory\": \"~7.2.1\",\n+ \"pouchdb-authentication\": \"~1.1.3\",\n\"pouchdb-find\": \"~7.2.1\",\n\"pouchdb-quick-search\": \"~1.3.0\",\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(deps): readd missing deps |
288,249 | 23.06.2020 16:52:43 | 25,200 | c38004bf9285a6cc53c36150754bd659130e5998 | feat: apply select component changes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@hospitalrun/components\": \"~1.6.0\",\n+ \"@hospitalrun/components\": \"~1.14.1\",\n\"@reduxjs/toolkit\": \"~1.4.0\",\n\"@types/escape-str... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: apply select component changes |
288,249 | 23.06.2020 18:43:51 | 25,200 | b3f024180bfa8398381c0b08bef5f218f8a89016 | test: update tests for select after components update | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/components/Navbar.test.tsx",
"new_path": "src/__tests__/components/Navbar.test.tsx",
"diff": "@@ -61,9 +61,9 @@ describe('Navbar', () => {\nconst hamberger = hospitalRunNavbar.find('.nav-hamberger')\nconst { children } = hamberger.first().props()... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | test: update tests for select after components update |
288,249 | 23.06.2020 19:10:14 | 25,200 | 1cf657516e1249373c3e44247700d435473c7d59 | feat(navbar): add hamberger icon for mobile, and dividers | [
{
"change_type": "MODIFY",
"old_path": "src/components/Navbar.tsx",
"new_path": "src/components/Navbar.tsx",
"diff": "@@ -18,6 +18,14 @@ const Navbar = () => {\nhistory.push(location)\n}\n+ const dividerAboveLabels = [\n+ 'patients.newPatient',\n+ 'scheduling.appointments.new',\n+ 'labs.requests.new... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(navbar): add hamberger icon for mobile, and dividers |
288,323 | 24.06.2020 21:59:05 | 18,000 | e618dcdcffd3ac660791ebe262f046191bdeb10c | chore(lint): turn off | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.js",
"new_path": ".eslintrc.js",
"diff": "@@ -43,6 +43,7 @@ module.exports = {\n'prettier/prettier': 'error',\n'@typescript-eslint/member-delimiter-style': 'off',\n'@typescript-eslint/explicit-function-return-type': 'off',\n+ \"@typescript-eslint/exp... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(lint): turn off @typescript-eslint/explicit-module-boundary-types |
288,249 | 26.06.2020 18:06:21 | 25,200 | 3890912114923b0b256a4337a35710836fd379e3 | docs(readme): reorg readme and contrirubint | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "-# HospitalRun Frontend\n+[Visit this page for general information on the HospitalRun application](https://github.com/HospitalRun/hospitalrun/blob/master/README.md) including:\n-<div align=\"center\">\n-\n-![Status... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(readme): reorg readme and contrirubint |
288,417 | 27.06.2020 15:59:31 | 18,000 | c1ffd82f64eb44400d82815102b2efdbca19b433 | fix(patient): add DOB to add related person search | [
{
"change_type": "MODIFY",
"old_path": "src/patients/related-persons/AddRelatedPersonModal.tsx",
"new_path": "src/patients/related-persons/AddRelatedPersonModal.tsx",
"diff": "import { Modal, Alert, Typeahead, Label } from '@hospitalrun/components'\n+import format from 'date-fns/format'\nimport Reac... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patient): add DOB to add related person search
Co-authored-by: Matteo Vivona <matteo.vivona@me.com> |
288,323 | 28.06.2020 21:43:34 | 18,000 | cbb9487efcd261d96ba8f62ae5025c96651a85d4 | refactor(patients): refactor patient table to use Table component | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/list/ViewPatients.test.tsx",
"new_path": "src/__tests__/patients/list/ViewPatients.test.tsx",
"diff": "-import { TextInput, Spinner } from '@hospitalrun/components'\n-import format from 'date-fns/format'\n+import { TextInput, Spinner, Ta... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(patients): refactor patient table to use Table component |
288,323 | 28.06.2020 22:00:27 | 18,000 | 0c06f609c1ef7c7d1aa2ca841a905035a40bdee0 | refactor(incidents): refactor incidents table to use Table component | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/incidents/list/ViewIncidents.test.tsx",
"new_path": "src/__tests__/incidents/list/ViewIncidents.test.tsx",
"diff": "+import { Table } from '@hospitalrun/components'\nimport { act } from '@testing-library/react'\n-import { mount } from 'enzyme'\n+... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(incidents): refactor incidents table to use Table component |
288,323 | 28.06.2020 22:12:28 | 18,000 | 25504671ef5b0950c29e8759f2d84e048eba5026 | refactor(care plans): refactor care plans table to use Table component | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/care-plans/CarePlanTable.test.tsx",
"new_path": "src/__tests__/patients/care-plans/CarePlanTable.test.tsx",
"diff": "-import { Button } from '@hospitalrun/components'\n-import { mount } from 'enzyme'\n+import { Table } from '@hospitalrun... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(care plans): refactor care plans table to use Table component |
288,323 | 28.06.2020 22:29:54 | 18,000 | 25d0902fa4c7ee89b7e5e02932272ad6a6bd809c | refactor(relatedpersons): refactor to use Table component | [
{
"change_type": "RENAME",
"old_path": "src/__tests__/patients/related-persons/RelatedPersons.test.tsx",
"new_path": "src/__tests__/patients/related-persons/RelatedPersonsTab.test.tsx",
"diff": "import * as components from '@hospitalrun/components'\n+import { Table } from '@hospitalrun/components'\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(relatedpersons): refactor to use Table component |
288,323 | 28.06.2020 22:58:43 | 18,000 | e43c9c7aa13cf1a76986945323379fa909e55e80 | fix(care plans): fix undefined care plans behavior | [
{
"change_type": "MODIFY",
"old_path": "src/patients/care-plans/CarePlanTable.tsx",
"new_path": "src/patients/care-plans/CarePlanTable.tsx",
"diff": "@@ -12,6 +12,7 @@ const CarePlanTable = () => {\nconst { t } = useTranslation()\nconst { patient } = useSelector((state: RootState) => state.patient)\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(care plans): fix undefined care plans behavior |
288,323 | 28.06.2020 22:59:28 | 18,000 | 922d7675bc9c7f51cacd100be0becbd5ee6087e1 | fix: fix find all + sort request behavior | [
{
"change_type": "MODIFY",
"old_path": "src/shared/db/Repository.ts",
"new_path": "src/shared/db/Repository.ts",
"diff": "@@ -31,7 +31,7 @@ export default class Repository<T extends AbstractDBModel> {\n}\nsort.sorts.forEach((s) => {\n- selector[s.field] = { $gt: null }\n+ selector[`data.${s.field}`]... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: fix find all + sort request behavior |
288,323 | 28.06.2020 23:00:27 | 18,000 | 279d64914ca0fab541ade4f64d9569f27000ddae | fix: undefined care plan behavior | [
{
"change_type": "MODIFY",
"old_path": "src/patients/care-plans/CarePlanTable.tsx",
"new_path": "src/patients/care-plans/CarePlanTable.tsx",
"diff": "@@ -12,12 +12,11 @@ const CarePlanTable = () => {\nconst { t } = useTranslation()\nconst { patient } = useSelector((state: RootState) => state.patient... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: undefined care plan behavior |
288,323 | 28.06.2020 23:01:07 | 18,000 | 88a7c0863c0a7752b99683e864d461209fe16b5d | feat(labs): labs tab should use Table component | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/labs/LabsTab.test.tsx",
"new_path": "src/__tests__/patients/labs/LabsTab.test.tsx",
"diff": "import * as components from '@hospitalrun/components'\n-import format from 'date-fns/format'\n+import { Table } from '@hospitalrun/components'\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(labs): labs tab should use Table component |
288,323 | 28.06.2020 23:11:31 | 18,000 | 978788e540db6553fbc5e4fd928b44d47285be01 | refactor(labs): labs should use Table component | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/labs/ViewLabs.test.tsx",
"new_path": "src/__tests__/labs/ViewLabs.test.tsx",
"diff": "-import { TextInput, Select } from '@hospitalrun/components'\n+import { TextInput, Select, Table } from '@hospitalrun/components'\nimport { act } from '@testing... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(labs): labs should use Table component |
288,323 | 28.06.2020 23:17:42 | 18,000 | aabd33e2651246ac8eaadc1c6b260b1f3b6e7591 | fix(incidents): fix find all incidents | [
{
"change_type": "MODIFY",
"old_path": "src/shared/db/IncidentRepository.ts",
"new_path": "src/shared/db/IncidentRepository.ts",
"diff": "@@ -16,7 +16,8 @@ class IncidentRepository extends Repository<Incident> {\n}\nprivate static getSearchCriteria(options: SearchOptions): any {\n- const statusFilte... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(incidents): fix find all incidents |
288,394 | 29.06.2020 03:22:20 | 25,200 | f82e592864570447bab56435ae1a71f9e092267e | docs(readme): restore some sections. update text. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "+# HospitalRun Frontend\n+\n+<div align=\"center\">\n+\n+ []... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(readme): restore some sections. update text. |
288,394 | 29.06.2020 03:25:13 | 25,200 | 8fd337d419886fffb56ef6a23798d14fbc4c079c | docs(contributing): fix text | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -9,11 +9,11 @@ Before contributing, please read the [code of conduct](https://github.com/Hospit\n4. Commit Changes\n5. Submit a Pull Request\n-## 2. After creating a local branch (ste... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(contributing): fix text |
288,249 | 29.06.2020 03:50:37 | 25,200 | 4e10f67b58da830d9f17c2aefa45e13e49ee9b49 | docs(readme): misc | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -14,13 +14,13 @@ React frontend for [HospitalRun](http://hospitalrun.io/): free software for deve\n---\n-# Are you a user? Read this.\n+# Are you a user? If yes...\n[Visit this page for general information on th... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(readme): misc |
288,334 | 29.06.2020 17:18:37 | -7,200 | 0b8d10878b00f9957357988d9b80823d125eef0f | docs(readme): add login indications | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -25,6 +25,10 @@ React frontend for [HospitalRun](http://hospitalrun.io/): free software for deve\n</div>\n+# Staging area\n+\n+You can follow developments by visiting the dedicated [staging environment](https://... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(readme): add login indications |
288,323 | 29.06.2020 16:50:07 | 18,000 | d5505d269d298fc45997f4b7c69fbedf131d50f2 | style: remove unused prop | [
{
"change_type": "MODIFY",
"old_path": "src/shared/components/input/TextFieldWithLabelFormGroup.tsx",
"new_path": "src/shared/components/input/TextFieldWithLabelFormGroup.tsx",
"diff": "@@ -6,7 +6,6 @@ interface Props {\nlabel?: string\nname: string\nisEditable?: boolean\n- placeholder?: string\nonC... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | style: remove unused prop |
288,323 | 29.06.2020 16:51:56 | 18,000 | faea7bae3e00d3c471802a875bcce7e719f9b277 | fix: remove duplicate prop | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/list/ViewIncidents.tsx",
"new_path": "src/incidents/list/ViewIncidents.tsx",
"diff": "@@ -66,7 +66,6 @@ const ViewIncidents = () => {\n</div>\n<div className=\"row\">\n<Table\n- tableClassName=\"table table-hover\"\ngetID={(row) => row.id}\ndata=... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: remove duplicate prop |
288,411 | 29.06.2020 21:44:17 | 14,400 | ccd98ce6004382c5ac75c4aa73e20a107890906c | Update Login.tsx
Update the React-Bootstrap Button component allowing users to click "Enter/Return" on the keyboard to send the login request. | [
{
"change_type": "MODIFY",
"old_path": "src/login/Login.tsx",
"new_path": "src/login/Login.tsx",
"diff": "@@ -77,7 +77,7 @@ const Login = () => {\nvalue={password}\nonChange={onPasswordChange}\n/>\n- <Button block onClick={onSignInClick}>\n+ <Button type=\"submit\" block onClick={onSignInClick}>\nSi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update Login.tsx
Update the React-Bootstrap Button component allowing users to click "Enter/Return" on the keyboard to send the login request. |
288,323 | 30.06.2020 06:01:01 | 18,000 | 10057a8a8f9320bae8ae33529e974960974e52f2 | docs: add note about making hospitalrun a public database | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -36,13 +36,19 @@ The following directions will be for running CouchDB via Docker Compose.\nThis should launch a new CouchDB instance on `http://localhost:5984`, create system database... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs: add note about making hospitalrun a public database |
288,295 | 06.07.2020 16:42:51 | -18,000 | 7fa152bd2367884941e615f02073c0e1f66a4f56 | feat(incidents, scheduling, other): add russian locale | [
{
"change_type": "MODIFY",
"old_path": "src/shared/locales/ru/translations/index.ts",
"new_path": "src/shared/locales/ru/translations/index.ts",
"diff": "import actions from './actions'\nimport dashboard from './dashboard'\n+import incidents from './incidents'\nimport labs from './labs'\n+import net... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(incidents, scheduling, other): add russian locale |
288,295 | 06.07.2020 17:49:05 | -18,000 | 24b73bcad48ea1eed7d9ac7b30d81491f6d8a1d6 | fix: prevent app route always changes to root after refresh | [
{
"change_type": "MODIFY",
"old_path": "src/App.tsx",
"new_path": "src/App.tsx",
"diff": "import { Spinner } from '@hospitalrun/components'\n-import React, { Suspense } from 'react'\n-import { Provider } from 'react-redux'\n+import React, { Suspense, useEffect, useState } from 'react'\n+import { use... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: prevent app route always changes to root after refresh |
288,256 | 07.07.2020 06:54:02 | -19,080 | 01e834301e318553c3c49768c5af5f5c72a40d0b | feat: Added blood type info to patient | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/GeneralInformation.test.tsx",
"new_path": "src/__tests__/patients/GeneralInformation.test.tsx",
"diff": "@@ -67,6 +67,7 @@ describe('General Information, without isEditable', () => {\nsuffix: 'suffix',\nsex: 'male',\ntype: 'charity',\n+ ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: Added blood type info to patient (#2190) |
288,295 | 07.07.2020 06:40:32 | -18,000 | 573df570bc0c8effd45fe232002a47367dcb8076 | fix: update hardcoded text with i18n locales | [
{
"change_type": "MODIFY",
"old_path": "src/labs/ViewLabs.tsx",
"new_path": "src/labs/ViewLabs.tsx",
"diff": "@@ -94,8 +94,8 @@ const ViewLabs = () => {\n<div className=\"col\">\n<TextInputWithLabelFormGroup\nname=\"searchbox\"\n- label=\"Search Labs\"\n- placeholder=\"Search labs by type\"\n+ label... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: update hardcoded text with i18n locales (#2203) |
288,316 | 08.07.2020 04:03:35 | -7,200 | 028daff0648d7758984b04960f24e8bf20002ea4 | fix(login): improved login validation | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/user/user-slice.test.ts",
"new_path": "src/__tests__/user/user-slice.test.ts",
"diff": "@@ -98,7 +98,7 @@ describe('user slice', () => {\n})\nit('should dispatch login error if login was not successful', async () => {\n- jest.spyOn(remoteDb, 'log... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(login): improved login validation
Co-authored-by: Jack Meyer <jackcmeyer@gmail.com> |
288,327 | 09.07.2020 02:57:55 | -19,080 | ebdaef5b8d44d8723c70d6b633c78c3bad612357 | fix(bug) add the translation key for 'logout' | [
{
"change_type": "MODIFY",
"old_path": "src/shared/components/navbar/Navbar.tsx",
"new_path": "src/shared/components/navbar/Navbar.tsx",
"diff": "@@ -107,7 +107,7 @@ const Navbar = () => {\n},\n{\ntype: 'link',\n- label: t('logout'),\n+ label: t('actions.logout'),\nonClick: () => {\ndispatch(logout(... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(bug) add the translation key for 'logout' (#2212) |
288,267 | 09.07.2020 03:15:19 | -7,200 | babc7e3e817ecb20b5a2cf7b3afde99182740b4b | fix(patients): fixes related person search crashing if no DoB | [
{
"change_type": "MODIFY",
"old_path": "src/patients/related-persons/AddRelatedPersonModal.tsx",
"new_path": "src/patients/related-persons/AddRelatedPersonModal.tsx",
"diff": "@@ -48,6 +48,8 @@ const AddRelatedPersonModal = (props: Props) => {\nreturn patients.filter((p: Patient) => p.id !== patient... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patients): fixes related person search crashing if no DoB |
288,295 | 09.07.2020 17:50:23 | -18,000 | 14ef415334354bd61475ead9469b8579dde8bf6c | fix: weird spacing issue in quick add icon | [
{
"change_type": "MODIFY",
"old_path": "src/shared/components/navbar/Navbar.tsx",
"new_path": "src/shared/components/navbar/Navbar.tsx",
"diff": "@@ -19,7 +19,6 @@ const Navbar = () => {\n}\nconst dividerAboveLabels = [\n- 'patients.newPatient',\n'scheduling.appointments.new',\n'labs.requests.new',\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: weird spacing issue in quick add icon |
288,294 | 09.07.2020 19:14:47 | 14,400 | 7e0aba7d1a3fe14db48f55e6250cfbca75ed7ad8 | feat(navbar): add icons to 'quick add' icon in navbar | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"new_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"diff": "@@ -59,9 +59,16 @@ describe('Navbar', () => {\nconst hamberger = hospitalRunNavbar.find('.nav-hamberger')\nconst { children ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(navbar): add icons to 'quick add' icon in navbar (#2220) |
288,323 | 10.07.2020 23:32:05 | 18,000 | d72c4e99cf032eb37e354cdb15abef0a694c38a9 | fix(login): fixes broken login | [
{
"change_type": "MODIFY",
"old_path": "src/login/Login.tsx",
"new_path": "src/login/Login.tsx",
"diff": "@@ -45,7 +45,8 @@ const Login = () => {\nsetPassword(value)\n}\n- const onSignInClick = async () => {\n+ const onSignInClick = async (event: React.MouseEvent<HTMLButtonElement>) => {\n+ event.pr... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(login): fixes broken login |
288,327 | 11.07.2020 10:16:52 | -19,080 | ce1642406e0015ce7c51a182d9db6011ad4aefc3 | feat(patient): put "Unknow" next to date of brith field | [
{
"change_type": "MODIFY",
"old_path": "src/patients/GeneralInformation.tsx",
"new_path": "src/patients/GeneralInformation.tsx",
"diff": "@@ -169,7 +169,7 @@ const GeneralInformation = (props: Props): ReactElement => {\n</div>\n</div>\n<div className=\"row\">\n- <div className=\"col\">\n+ <div class... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patient): put "Unknow" next to date of brith field (#2217) |
288,322 | 11.07.2020 09:55:19 | -3,600 | 1bf7b48d99f10dffd36fb5e4297dad670f35047a | build: add curl command to create a new DB user in the docker-compose
In the docker-compose file, add a fourth curl command to create a new DB user
2148 | [
{
"change_type": "MODIFY",
"old_path": "docker-compose.yml",
"new_path": "docker-compose.yml",
"diff": "@@ -21,4 +21,6 @@ services:\n\"sleep 5s &&\ncurl -X PUT http://admin:password@couchdb:5984/_global_changes &&\ncurl -X PUT http://admin:password@couchdb:5984/_users/_security -d '{}' &&\n- curl -X... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | build: add curl command to create a new DB user in the docker-compose
In the docker-compose file, add a fourth curl command to create a new DB user
2148 |
288,267 | 12.07.2020 03:01:01 | -7,200 | 5e95a9ccf15d094174be817ce2d18f70cb13a485 | feat(incidents): add ability to resolve incidents | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/incidents/incident-slice.test.ts",
"new_path": "src/__tests__/incidents/incident-slice.test.ts",
"diff": "@@ -12,6 +12,9 @@ import incident, {\nfetchIncidentStart,\nfetchIncidentSuccess,\nfetchIncident,\n+ resolveIncident,\n+ resolveIncidentStart... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(incidents): add ability to resolve incidents (#2222) |
288,385 | 13.07.2020 01:39:57 | -14,400 | 071508c358befcf16973af41fcfc4bceba3a8feb | feat(allergies): ability to click on allergy and view an allergy | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/allergies/Allergies.test.tsx",
"new_path": "src/__tests__/patients/allergies/Allergies.test.tsx",
"diff": "@@ -9,8 +9,8 @@ import createMockStore from 'redux-mock-store'\nimport thunk from 'redux-thunk'\nimport Allergies from '../../../p... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(allergies): ability to click on allergy and view an allergy (#2224) |
288,411 | 16.07.2020 19:36:12 | 14,400 | 0c85e2450acad2dbf7addb0b657a037e2cf397b7 | feat(Navbar): remove search from navbar | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"new_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"diff": "@@ -122,26 +122,6 @@ describe('Navbar', () => {\n})\n})\n- describe('search', () => {\n- it('should render Search as the sea... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(Navbar): remove search from navbar (#2237) |
288,294 | 18.07.2020 01:10:39 | 14,400 | 5a4bfa54af9d30d9b6b26416f06a5e3325699551 | feat(navbar): display currently logged in user name | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"new_path": "src/__tests__/shared/components/navbar/Navbar.test.tsx",
"diff": "@@ -11,6 +11,7 @@ import thunk from 'redux-thunk'\nimport Navbar from '../../../../shared/components/navbar/Navbar'\nimport ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(navbar): display currently logged in user name |
288,334 | 19.07.2020 11:15:53 | -7,200 | 641c77522ae323764ef338596ec4e5a0c1b321fb | perf(couchdb): add all couchdb init command on docker-compose | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "Before contributing, please read the [code of conduct](https://github.com/HospitalRun/hospitalrun/blob/master/.github/CODE_OF_CONDUCT.md).\n## 1. Check out the [HospitalRun General Contr... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | perf(couchdb): add all couchdb init command on docker-compose |
288,271 | 28.07.2020 16:17:33 | 14,400 | 5d08ccf84b48e503b8a907c829c80b2ad72349f3 | feat(viewlab.tsx): added success toast for updated/completed labs | [
{
"change_type": "MODIFY",
"old_path": "src/labs/ViewLab.tsx",
"new_path": "src/labs/ViewLab.tsx",
"diff": "-import { Row, Column, Badge, Button, Alert } from '@hospitalrun/components'\n+import { Row, Column, Badge, Button, Alert, Toast } from '@hospitalrun/components'\nimport format from 'date-fns/... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(viewlab.tsx): added success toast for updated/completed labs |
288,286 | 30.07.2020 22:28:58 | 14,400 | f49831cd11b67a8f28071a05dbc832891c5b4bf5 | feat(new): warn about potential duplicate patient | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/new/DuplicateNewPatientModal.test.tsx",
"diff": "+import { Modal } from '@hospitalrun/components'\n+import { act } from '@testing-library/react'\n+import { mount, ReactWrapper } from 'enzyme'\n+import React from 'react'\n+... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(new): warn about potential duplicate patient (#2187) (#2240) |
288,268 | 05.08.2020 12:16:06 | -36,000 | aa8e2ed5f1c49d37fff0e6e8f928814e23cd359d | fix: reset lab state when navigation from lab form | [
{
"change_type": "MODIFY",
"old_path": "src/labs/lab-slice.ts",
"new_path": "src/labs/lab-slice.ts",
"diff": "@@ -126,6 +126,12 @@ export const requestLab = (newLab: Lab, onSuccess?: (lab: Lab) => void): AppThun\n}\n}\n+export const resetLab = (): AppThunk => async (dispatch) => {\n+ const labReques... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: reset lab state when navigation from lab form (#2268) |
288,286 | 04.08.2020 22:36:09 | 14,400 | a7b844183b1db9d9e6daf1e144170dc5d3dd6921 | feat(appointments): provide more information on listed appointments | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/appointments/AppointmentsList.test.tsx",
"new_path": "src/__tests__/patients/appointments/AppointmentsList.test.tsx",
"diff": "import * as components from '@hospitalrun/components'\n-import { mount, ReactWrapper } from 'enzyme'\n+import ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(appointments): provide more information on listed appointments
Co-authored-by: Matteo Vivona <matteo.vivona@me.com>
Co-authored-by: Jack Meyer <jackcmeyer@gmail.com> |
288,415 | 05.08.2020 04:45:09 | -7,200 | 886163aafe30de2c66d41e0491600f00749ca682 | feat(patients): add no patients exist | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/list/ViewPatients.test.tsx",
"new_path": "src/__tests__/patients/list/ViewPatients.test.tsx",
"diff": "@@ -11,6 +11,7 @@ import { mocked } from 'ts-jest/utils'\nimport * as ButtonBarProvider from '../../../page-header/button-toolbar/Butt... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): add no patients exist (#2235) |
288,323 | 30.07.2020 23:47:35 | 18,000 | 9ee2ed83b664657934b1c0f3e837bc7d823dcfdb | chore: add tests for new incident hooks | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/incidents/hooks/useIncident.test.tsx",
"diff": "+import { renderHook, act } from '@testing-library/react-hooks'\n+\n+import useIncident from '../../../incidents/hooks/useIncident'\n+import IncidentRepository from '../../../shared/d... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add tests for new incident hooks |
288,323 | 09.08.2020 16:14:55 | 18,000 | c70614320c4f02751bedee684199eebf72ec0a34 | chore: add usePatientRelatedPersons hook | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/hooks/usePatientRelatedPersons.test.tsx",
"diff": "+import { act, renderHook } from '@testing-library/react-hooks'\n+\n+import usePatientRelatedPersons from '../../../patients/hooks/usePatientRelatedPersons'\n+import Patie... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add usePatientRelatedPersons hook |
288,323 | 09.08.2020 16:23:09 | 18,000 | c4f1e09fb9f8cb52fb526eb9f15106d090c4a35e | chore: add user query test util | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"react-bootstrap-typeahead\": \"~5.1.0\",\n\"react-dom\": \"~16.13.0\",\n\"react-i18next\": \"~11.7.0\",\n- \"react-query\": \"~2.5.6\",\n+ \"react-query\": \"~2.5.13\",\n\"react-query-devtools\": \"~2.3.2\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add user query test util |
288,323 | 09.08.2020 16:30:15 | 18,000 | 32e4322f6aa414e2aea3e07e412826bfef687b18 | chore: add tests for use patient | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/hooks/usePatient.test.tsx",
"diff": "+import usePatient from '../../../patients/hooks/usePatient'\n+import PatientRepository from '../../../shared/db/PatientRepository'\n+import Patient from '../../../shared/model/Patient'... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add tests for use patient |
288,323 | 09.08.2020 16:30:34 | 18,000 | 5e8284fa0ad1f34db46870c9554594d1f8ed5fb9 | chore: add tests for use patients | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/hooks/usePatients.test.tsx",
"diff": "+import usePatients from '../../../patients/hooks/usePatients'\n+import PatientSearchRequest from '../../../patients/models/PatientSearchRequest'\n+import PatientRepository from '../..... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add tests for use patients |
288,323 | 09.08.2020 16:31:43 | 18,000 | 1d13532b689cc1b70ce8f76736f65107fb3eb451 | chore: add hooks for use patient and use patients | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/patients/hooks/usePatient.tsx",
"diff": "+import { useQuery } from 'react-query'\n+\n+import PatientRepository from '../../shared/db/PatientRepository'\n+import Patient from '../../shared/model/Patient'\n+\n+function fetchPatient(_: any, id:... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: add hooks for use patient and use patients |
288,323 | 09.08.2020 17:22:26 | 18,000 | 24c45bc4919e4c0c088f38f744a0bd03014b7d3a | feat(loading): add shared loading component | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/shared/components/Loading.tsx",
"diff": "+import { Spinner } from '@hospitalrun/components'\n+import React from 'react'\n+\n+const Loading = () => <Spinner color=\"blue\" loading size={20} type=\"BeatLoader\" />\n+\n+export default Loading\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(loading): add shared loading component |
288,271 | 10.08.2020 03:39:49 | 14,400 | 9b34904252c8ccbc479abbdecd6f3f0ba40bcbd3 | fix(use effect line to newlabrequest.tsx): added use effect | [
{
"change_type": "MODIFY",
"old_path": "src/labs/requests/NewLabRequest.tsx",
"new_path": "src/labs/requests/NewLabRequest.tsx",
"diff": "-\nimport { Typeahead, Label, Button, Alert, Toast } from '@hospitalrun/components'\n-import React, { useState } from 'react'\n+import React, { useState, useEffec... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(use effect line to newlabrequest.tsx): added use effect |
288,323 | 10.08.2020 17:36:39 | 18,000 | c4c2631ec0816b66069f2d0509c6b89e1b076104 | chore: ignore test utils | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"build\": \"react-scripts build\",\n\"update\": \"npx npm-check -u\",\n\"prepublishOnly\": \"npm run build\",\n- \"test\": \"npm run translation:check && react-scripts test --detectOpenHandles\",\n- \"test:c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: ignore test utils |
288,323 | 10.08.2020 18:59:52 | 18,000 | fddd63a991db4a18ff57970a4bf56ee6c0a86678 | chore(allergies): add hook for getting patient allergies | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/hooks/usePatientAllergies.test.tsx",
"diff": "+import usePatientAllergies from '../../../patients/hooks/usePatientAllergies'\n+import PatientRepository from '../../../shared/db/PatientRepository'\n+import Patient from '../... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(allergies): add hook for getting patient allergies |
288,323 | 10.08.2020 20:03:00 | 18,000 | 08fff6f9e345368c166adb578b19e2a1b801f3b7 | fix(patients): fix infinite loop in patients search | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/search/PatientSearchInput.test.tsx",
"new_path": "src/__tests__/patients/search/PatientSearchInput.test.tsx",
"diff": "@@ -7,35 +7,27 @@ import PatientSearchRequest from '../../../patients/models/PatientSearchRequest'\nimport PatientSear... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patients): fix infinite loop in patients search |
288,323 | 11.08.2020 00:22:29 | 18,000 | aba1a8360b8629dbea8386bb796137d23680ea38 | chore(allergies): refactor allergy data fetch to use react-query | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/allergies/Allergies.test.tsx",
"new_path": "src/__tests__/patients/allergies/Allergies.test.tsx",
"diff": "import * as components from '@hospitalrun/components'\n-import { act } from '@testing-library/react'\nimport { mount } from 'enzym... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(allergies): refactor allergy data fetch to use react-query |
288,323 | 11.08.2020 00:24:04 | 18,000 | 364481148902ea21b6cf410874fdea52e29d0fe4 | chore(incidents): refactor report incident mutation to use test util | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/incidents/hooks/useReportIncident.test.tsx",
"new_path": "src/__tests__/incidents/hooks/useReportIncident.test.tsx",
"diff": "-import { act, renderHook } from '@testing-library/react-hooks'\nimport { subDays } from 'date-fns'\nimport shortid from... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(incidents): refactor report incident mutation to use test util |
288,323 | 11.08.2020 18:08:00 | 18,000 | d12d789cb63458377c9ce61c5ed0eb7d78963e6b | chore(care-plans): add hook for getting patient care plans | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/hooks/usePatientCarePlan.test.tsx",
"diff": "+import usePatientCarePlans from '../../../patients/hooks/usePatientCarePlans'\n+import PatientRepository from '../../../shared/db/PatientRepository'\n+import CarePlan, { CarePl... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(care-plans): add hook for getting patient care plans |
288,334 | 12.08.2020 09:34:49 | -7,200 | c601262e55c52c6f4c3594ae9ac60cbf95584433 | ci(github): remove if always | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -23,11 +23,9 @@ jobs:\nrun: |\nnpm run lint\n- name: Build\n- if: always()\nrun: |\nnpm run build\n- name: Run tests\n- if: always()\nrun: |\nnpm run coveralls\n- name: Coveralls\n"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | ci(github): remove if always |
288,407 | 12.08.2020 13:22:13 | 14,400 | 68d6297735b13783212a1c3787d8b3a00b8aa446 | feat: added permission for viewing widgets to Permissions model | [
{
"change_type": "MODIFY",
"old_path": "src/shared/model/Permissions.ts",
"new_path": "src/shared/model/Permissions.ts",
"diff": "@@ -21,6 +21,7 @@ enum Permissions {\nReadVisits = 'read:visit',\nRequestImaging = 'write:imaging',\nViewImagings = 'read:imagings',\n+ ViewIncidentWidgets = 'read:incide... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: added permission for viewing widgets to Permissions model |
288,407 | 12.08.2020 13:27:20 | 14,400 | e23c913ab0a6f68aaa86e74142a25c5448878694 | feat: added an entry in pageMap for incident infographic | [
{
"change_type": "MODIFY",
"old_path": "src/shared/components/navbar/pageMap.tsx",
"new_path": "src/shared/components/navbar/pageMap.tsx",
"diff": "@@ -59,6 +59,12 @@ const pageMap: {\npath: '/incidents',\nicon: 'incident',\n},\n+ viewIncidentWidgets: {\n+ permission: Permissions.ViewIncidentWidgets... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: added an entry in pageMap for incident infographic |
288,407 | 12.08.2020 13:39:23 | 14,400 | d73a3e7109a5923eccebc79f768fc09958e2746c | feat: added ListItem component to incidents in Sidebar for visualize tab | [
{
"change_type": "MODIFY",
"old_path": "src/shared/components/Sidebar.tsx",
"new_path": "src/shared/components/Sidebar.tsx",
"diff": "@@ -294,6 +294,17 @@ const Sidebar = () => {\n{!sidebarCollapsed && t('incidents.reports.label')}\n</ListItem>\n)}\n+ {permissions.includes(Permissions.ViewIncidentWi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: added ListItem component to incidents in Sidebar for visualize tab |
288,407 | 12.08.2020 13:51:33 | 14,400 | a10574874fa673fd2414234d61079e16a13a7050 | test: implemented unit tests for visualize tab | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/shared/components/Sidebar.test.tsx",
"new_path": "src/__tests__/shared/components/Sidebar.test.tsx",
"diff": "@@ -31,6 +31,7 @@ describe('Sidebar', () => {\nPermissions.ViewLabs,\nPermissions.ViewIncidents,\nPermissions.ViewIncident,\n+ Permissio... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | test: implemented unit tests for visualize tab |
288,407 | 12.08.2020 14:11:27 | 14,400 | 9dc78558affd1419801a91e060d0b412b4c09072 | feat: added route for visualize component and performed sanity check | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/Incidents.tsx",
"new_path": "src/incidents/Incidents.tsx",
"diff": "@@ -9,6 +9,7 @@ import { RootState } from '../shared/store'\nimport ViewIncidents from './list/ViewIncidents'\nimport ReportIncident from './report/ReportIncident'\nimport ViewIn... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: added route for visualize component and performed sanity check |
288,407 | 12.08.2020 14:30:28 | 14,400 | c6f17b3b1b98b80aae7eb805fb2f2571c2b850b9 | feat: added test cases for visualize route | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/incidents/Incidents.test.tsx",
"new_path": "src/__tests__/incidents/Incidents.test.tsx",
"diff": "@@ -9,6 +9,7 @@ import thunk from 'redux-thunk'\nimport Incidents from '../../incidents/Incidents'\nimport ReportIncident from '../../incidents/repo... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: added test cases for visualize route |
288,407 | 12.08.2020 15:58:35 | 14,400 | 8d04353bfe0ef3a89d6d93e8dfedcbd928376a8e | feat: implemented use of hook to retrieve reported incidents | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"new_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"diff": "-import {} from '@hospitalrun/components'\n+import { Spinner } from '@hospitalrun/components'\nimport React from 'react'\n-// import { useDi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: implemented use of hook to retrieve reported incidents |
288,366 | 13.08.2020 12:15:58 | -28,800 | 2532435feea8066588694a965aa15fc942b2ef19 | feat(diagnosis): adds new diagnosis fields | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/care-plans/CarePlanForm.test.tsx",
"new_path": "src/__tests__/patients/care-plans/CarePlanForm.test.tsx",
"diff": "@@ -6,7 +6,7 @@ import { act } from 'react-dom/test-utils'\nimport CarePlanForm from '../../../patients/care-plans/CarePla... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(diagnosis): adds new diagnosis fields (#2276) |
288,286 | 13.08.2020 01:02:57 | 14,400 | 7ca79bcda2d40ecd95fc8ed6ceffefac85249725 | fix(patient): successfully updated message should show actual text | [
{
"change_type": "MODIFY",
"old_path": "src/shared/locales/enUs/translations/patients/index.ts",
"new_path": "src/shared/locales/enUs/translations/patients/index.ts",
"diff": "@@ -11,6 +11,7 @@ export default {\nsuccessfullyCreated: 'Successfully created patient',\nsuccessfullyAddedNote: 'Successful... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patient): successfully updated message should show actual text |
288,286 | 13.08.2020 01:54:05 | 14,400 | fe3a71a0d1169071117adaf529aa5ff6a0a891ef | fix: remove console.log from tests output | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/incidents/hooks/useReportIncident.test.tsx",
"new_path": "src/__tests__/incidents/hooks/useReportIncident.test.tsx",
"diff": "@@ -11,6 +11,7 @@ import executeMutation from '../../test-utils/use-mutation.util'\ndescribe('useReportIncident', () => ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: remove console.log from tests output |
288,323 | 13.08.2020 19:05:23 | 18,000 | 0818c115d08c8edb58f0b10b0b4df7d4a1ab2626 | fix(incidents): fix search incidents query not working | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/hooks/useIncidents.tsx",
"new_path": "src/incidents/hooks/useIncidents.tsx",
"diff": "-import { useQuery } from 'react-query'\n+import { QueryKey, useQuery } from 'react-query'\nimport IncidentRepository from '../../shared/db/IncidentRepository'\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(incidents): fix search incidents query not working |
288,323 | 13.08.2020 19:56:42 | 18,000 | ab6f3cc9590e9399220890a939e6e569032d1185 | fix: search should only pull back relevant document types | [
{
"change_type": "MODIFY",
"old_path": "src/shared/db/Repository.ts",
"new_path": "src/shared/db/Repository.ts",
"diff": "@@ -62,83 +62,24 @@ export default class Repository<T extends AbstractDBModel> {\nreturn relDocs[this.pluralType]\n}\n- // async findAllPaged(sort = Unsorted, pageRequest: PageRe... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: search should only pull back relevant document types |
288,294 | 13.08.2020 23:24:20 | 14,400 | 546666afbb4856d95542580ec04b3e214238f027 | refactor(lab): rename lab request related buttons | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/labs/requests/NewLabRequest.test.tsx",
"new_path": "src/__tests__/labs/requests/NewLabRequest.test.tsx",
"diff": "@@ -97,7 +97,7 @@ describe('New Lab Request', () => {\nit('should render a save button', () => {\nconst saveButton = wrapper.find(Bu... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor(lab): rename lab request related buttons (#2301) |
288,366 | 16.08.2020 14:01:01 | -28,800 | 6575a7403bcc920b56ae6903232cf3ee8d09952b | feat(download csv of incident table): uses json2csv. filters data
updates package.json
re | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@hospitalrun/components\": \"~1.16.0\",\n\"@reduxjs/toolkit\": \"~1.4.0\",\n\"@types/escape-string-regexp\": \"~2.0.1\",\n+ \"@types/json2csv\": \"~5.0.1\",\n\"@types/pouchdb-find\": \"~6.3.4\",\n\"bootstra... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(download csv of incident table): uses json2csv. filters data
updates package.json
re #2292 |
288,407 | 16.08.2020 12:44:33 | 14,400 | 7cc66ebe530e2449e6ae6e733a600d5b6881d2a7 | feat: imported LineGraph component and rendered it with dumby data | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"new_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"diff": "-import { Spinner } from '@hospitalrun/components'\n+import { Spinner, LineGraph } from '@hospitalrun/components'\nimport React from 'react'... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: imported LineGraph component and rendered it with dumby data |
288,407 | 16.08.2020 12:51:03 | 14,400 | 88bf19ba01edd47b0de7f60a8125e378645f258f | style: made the graph look better | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"new_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"diff": "@@ -24,7 +24,7 @@ const VisualizeIncidents = () => {\ndatasets={[\n{\nbackgroundColor: 'blue',\n- borderColor: 'red',\n+ borderColor: 'black... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | style: made the graph look better |
288,366 | 17.08.2020 19:06:26 | -28,800 | fd2ec6961f51dc7259b2c8872e60461a4eb1ae38 | fix(typo): fixed typo and used locale
re | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/list/ViewIncidentsTable.tsx",
"new_path": "src/incidents/list/ViewIncidentsTable.tsx",
"diff": "@@ -51,7 +51,9 @@ function ViewIncidentsTable(props: Props) {\nconst csv = parser.parse(exportData)\nconsole.log(csv)\n- const filename = 'IncidenntsC... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(typo): fixed typo and used locale
re #2292 |
288,267 | 17.08.2020 15:20:58 | -7,200 | a8d34e14ab89447bd2753248038907c89801f327 | fix(shared): pouchdb auth - add skip_setup flag
fix | [
{
"change_type": "MODIFY",
"old_path": "src/shared/config/pouchdb.ts",
"new_path": "src/shared/config/pouchdb.ts",
"diff": "@@ -18,14 +18,14 @@ let serverDb\nlet localDb\nif (process.env.NODE_ENV === 'test') {\n- serverDb = new PouchDB('hospitalrun', { adapter: 'memory' })\n- localDb = new PouchDB('... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(shared): pouchdb auth - add skip_setup flag
fix #2256 |
288,268 | 18.08.2020 11:13:00 | -36,000 | 6434fd07784b4cddc886c5759b34dbbdab273006 | fix: react-hooks/exhaustive-deps warnings do not appear when running | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.js",
"new_path": ".eslintrc.js",
"diff": "@@ -6,6 +6,7 @@ module.exports = {\n'jest/globals': true,\n},\nextends: [\n+ 'react-app',\n'airbnb',\n'eslint:recommended',\n'plugin:@typescript-eslint/eslint-recommended',\n"
},
{
"change_type": "MOD... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix: react-hooks/exhaustive-deps warnings do not appear when running
Co-authored-by: Matteo Vivona <matteo.vivona@me.com> |
288,407 | 17.08.2020 22:42:07 | 14,400 | 29a603e0db5df1a94aece929a2314cc812bf6dca | feat: partial implementation of useEffect hook | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"new_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"diff": "-import { Spinner, LineGraph } from '@hospitalrun/components'\n-import React from 'react'\n+import { LineGraph } from '@hospitalrun/componen... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: partial implementation of useEffect hook |
288,407 | 17.08.2020 23:15:40 | 14,400 | 699be8c436122de63972db3bd4d9e90ebbfc06aa | feat: triggers a re-render on useEffect when data loads | [
{
"change_type": "MODIFY",
"old_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"new_path": "src/incidents/visualize/VisualizeIncidents.tsx",
"diff": "@@ -46,6 +46,7 @@ const VisualizeIncidents = () => {\nif (data === undefined || isLoading) {\nconsole.log('data is undefined')\n} else {\n+ ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat: triggers a re-render on useEffect when data loads |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.