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,254
08.02.2020 17:47:54
0
099e50d846e1574dff2b28aafd77b7d01c4da955
fix(patients): internationalize No Related Persons warning & loading re
[ { "change_type": "MODIFY", "old_path": "src/locales/en-US/translation.json", "new_path": "src/locales/en-US/translation.json", "diff": "\"relatedPersonRequired\": \"Related Person is required.\",\n\"relationshipTypeRequired\": \"Relationship Type is required.\"\n},\n+ \"warning\": {\n+ \"noRelatedPe...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(patients): internationalize No Related Persons warning & loading re #1789
288,254
09.02.2020 12:24:30
0
e6ce4cb979d3f3cd7c3704490ad4251955f4922f
fix(patients): replace "Loading..." text with Spinner component re
[ { "change_type": "MODIFY", "old_path": "src/locales/en-US/translation.json", "new_path": "src/locales/en-US/translation.json", "diff": "},\n\"states\": {\n\"success\": \"Success!\",\n- \"error\": \"Error!\",\n- \"loading\": \"Loading...\"\n+ \"error\": \"Error!\"\n},\n\"scheduling\": {\n\"label\": \...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(patients): replace "Loading..." text with Spinner component re #1789
288,337
09.02.2020 19:39:13
-3,600
a68ed7e282ec630049671f1f4a292cae6ed91379
feat(breadcrumb): customize breadcrumbs for patients and appointments fix
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -5,7 +5,7 @@ import { Toaster } from '@hospitalrun/components'\nimport Appointments from 'scheduling/appointments/Appointments'\nimport NewAppointment from 'scheduling/appointments/new/NewApp...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): customize breadcrumbs for patients and appointments fix #1770
288,337
09.02.2020 20:12:18
-3,600
63517e8a2a309788f9147107553d8bf1a26b601f
feat(breadcrumb): add a patient to the store in HispitalRun.tests.tsx fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -96,6 +96,7 @@ describe('HospitalRun', () => {\nstore={mockStore({\ntitle: 'test',\nuser: { permissions: [Permissions.WritePatients] },\n+ patient: { patient: {}...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): add a patient to the store in HispitalRun.tests.tsx fix #1770
288,323
09.02.2020 22:58:06
21,600
7f0fe7fa47d0705d585f7ca15d4796e1c90c2f16
feat(env): adds hospitalrun server information
[ { "change_type": "ADD", "old_path": null, "new_path": ".env.example", "diff": "+REACT_APP_HOSPITALRUN_SERVER=http://0.0.0.0:3001\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -27,6 +27,15 @@ Contributi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(env): adds hospitalrun server information
288,328
11.02.2020 19:38:58
21,600
7cbc1576fd5f1d5d983cf243c2c785f7e237144a
test(tests): stopped mocking Date() due to timezone issues
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/GeneralInformation.test.tsx", "new_path": "src/__tests__/patients/GeneralInformation.test.tsx", "diff": "@@ -4,6 +4,7 @@ import { Router } from 'react-router'\nimport { mount, ReactWrapper } from 'enzyme'\nimport GeneralInformation from ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
test(tests): stopped mocking Date() due to timezone issues
288,323
11.02.2020 20:56:27
21,600
cddc812ae5bd1f1b05e7310b5a504b51ecee1981
feat(env): change env variable names
[ { "change_type": "MODIFY", "old_path": ".env.example", "new_path": ".env.example", "diff": "-REACT_APP_HOSPITALRUN_SERVER=http://0.0.0.0:3001\n\\ No newline at end of file\n+REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(env): change env variable names
288,337
12.02.2020 20:22:46
-3,600
a6eaf2a9547875a4a0947f4e9a7e21e41add11c8
feat(breadcrumb): display the breadcrumb in the appointment components fix
[ { "change_type": "MODIFY", "old_path": "src/scheduling/appointments/Appointments.tsx", "new_path": "src/scheduling/appointments/Appointments.tsx", "diff": "@@ -6,6 +6,7 @@ import { useSelector, useDispatch } from 'react-redux'\nimport { RootState } from 'store'\nimport { useHistory } from 'react-rou...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): display the breadcrumb in the appointment components fix #1770
288,337
12.02.2020 20:30:46
-3,600
9bdbb343f3b1a524344b44dd19a85afcff4a36b3
docs(readme): improve 'How to commit' section
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -33,7 +33,7 @@ In order to optimize the workflow and to prevent multiple contributors working o\n## How to commit\n-This repo uses Conventional Commits. Commitizen is mandatory for making proper commits. Once yo...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
docs(readme): improve 'How to commit' section
288,230
12.02.2020 14:35:07
21,600
d20e294340a155cb90138ea9bf5210e6e697ea71
fix(patient-slice.ts): conditionally render family name and suffix fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/patient-slice.test.ts", "new_path": "src/__tests__/patients/patient-slice.test.ts", "diff": "@@ -310,5 +310,29 @@ describe('patients slice', () => {\n`Successfully updated patient ${expectedGivenName} ${expectedFamilyName} ${expectedSuff...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(patient-slice.ts): conditionally render family name and suffix fix #1818
288,230
13.02.2020 09:21:15
21,600
b82c180a6f94c6e07528111b5634ed4c746c55ec
refactor: addressing comment: use patient.fullName
[ { "change_type": "MODIFY", "old_path": "src/patients/patient-slice.ts", "new_path": "src/patients/patient-slice.ts", "diff": "@@ -67,9 +67,7 @@ export const createPatient = (patient: Patient, history: any): AppThunk => async\nToast(\n'success',\nil8n.t('Success!'),\n- `${il8n.t('patients.successfull...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
refactor: addressing comment: use patient.fullName
288,230
13.02.2020 10:02:07
21,600
3bdd62d3361626c7b949b209986ce717791e3d4f
refactor patient-slice tests for Toast message
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/patient-slice.test.ts", "new_path": "src/__tests__/patients/patient-slice.test.ts", "diff": "@@ -161,14 +161,10 @@ describe('patients slice', () => {\nit('should call the Toaster function with the correct data', async () => {\njest.spyOn...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
refactor patient-slice tests for Toast message
288,230
13.02.2020 17:39:10
21,600
deee00e52f2bab2fec8518d4e8cdfa6f67c2cf75
feat(appointmentslist): add an appointments tab to the patient view add an appointments tab to the patient view which shows appointments list for corresponding patient. Uses same layout as patient list view and also implements fuzzy search
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@hospitalrun/components\": \"^0.33.0\",\n+ \"@hospitalrun/components\": \"^0.33.1\",\n\"@reduxjs/toolkit\": \"~1.2.1\",\n\"@types/pouchdb-f...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(appointmentslist): add an appointments tab to the patient view add an appointments tab to the patient view which shows appointments list for corresponding patient. Uses same layout as patient list view and also implements fuzzy search #1769
288,334
14.02.2020 18:32:00
-3,600
72c24f9756faaa223656e51c23f75c72fcd47656
build(docker): improves dockerfile and updates dockerignore
[ { "change_type": "MODIFY", "old_path": ".dockerignore", "new_path": ".dockerignore", "diff": "-node_modules\n+# Items that don't need to be in a Docker image.\n+# Anything not used by the build system should go here.\n+.gitignore\n+*.md\n+*.yml\n+.git\n+*.js\n+azure\n+.editorconfig\n+.github\n+.npmr...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
build(docker): improves dockerfile and updates dockerignore
288,334
15.02.2020 11:04:55
-3,600
d7906d4a4fd710e51b4ec3833bf1010b77ac166c
ci(build): removes azure pipeline and updates github ci
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -9,16 +9,17 @@ jobs:\nstrategy:\nmatrix:\nnode-version: [12.x, 13.x]\n- os: [ubuntu-18.04]\n+ os: [ubuntu-latest, windows-latest, macOS-latest]\n+ exclude:\n+ - os: windows-latest\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
ci(build): removes azure pipeline and updates github ci
288,334
15.02.2020 11:13:14
-3,600
1fbd9658b4869d7f98b4ae918e731012e4b4b9a3
fix(prettier): changes endofline option
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -10,9 +10,9 @@ jobs:\nmatrix:\nnode-version: [12.x, 13.x]\nos: [ubuntu-latest, windows-latest, macOS-latest]\n- exclude:\n- - os: windows-latest\n- node-version: 13.x\n+ # exclude:\...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(prettier): changes endofline option
288,334
15.02.2020 11:29:36
-3,600
8796c7f803663edf36a54a652fb0154e1d37a120
build(build): updates github ci strategy
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -5,7 +5,6 @@ on: [push, pull_request]\njobs:\nnpm:\nruns-on: ${{ matrix.os }}\n-\nstrategy:\nmatrix:\nnode-version: [12.x, 13.x]\n@@ -13,7 +12,6 @@ jobs:\n# exclude:\n# - os: window...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
build(build): updates github ci strategy
288,334
15.02.2020 13:15:57
-3,600
76f57e3d4ddd9328eb849b8f424675bd689b8ff3
ci(azure): adds new azure pipeline yaml
[ { "change_type": "ADD", "old_path": null, "new_path": "azure.yaml", "diff": "+trigger:\n+ branches:\n+ include:\n+ - refs/tags/v*\n+\n+jobs:\n+ - job: npm_job\n+ continueOnError: false\n+ pool:\n+ vmImage: ubuntu-latest\n+ strategy:\n+ matrix:\n+ node_12_x:\n+ node_version: 12.x\n+ maxParallel: 5\n+...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
ci(azure): adds new azure pipeline yaml
288,334
15.02.2020 13:54:44
-3,600
814e712be03fa7ccbe587a9c7ef8b8cda4a12f7f
fix(build): fixes yarn install on github ci
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -51,9 +51,11 @@ jobs:\nuses: actions/setup-node@v1\nwith:\nnode-version: ${{ matrix.node-version }}\n+ - name: Init yarn\n+ run: |\n+ npm install -g yarn\n- name: Install with yarn\...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(build): fixes yarn install on github ci
288,334
15.02.2020 14:06:42
-3,600
eaf28e429e29e2cc79b34b8936e1077d69abb650
build(azure): adds stages on azure pipeline yaml
[ { "change_type": "MODIFY", "old_path": "azure.yaml", "new_path": "azure.yaml", "diff": "@@ -5,6 +5,8 @@ trigger:\npr: none\n+stages:\n+ - stage: Build, lint and test code\njobs:\n- job: npm_job\ncontinueOnError: false\n@@ -28,7 +30,6 @@ jobs:\ndisplayName: 'Build code'\n- bash: npm run test:ci\ndisp...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
build(azure): adds stages on azure pipeline yaml
288,334
15.02.2020 14:10:22
-3,600
eb55decad73ecd0e2afbc2a1049747fbe6074ce1
build(azure): fixes stage name on azure pipeline yaml
[ { "change_type": "MODIFY", "old_path": "azure.yaml", "new_path": "azure.yaml", "diff": "@@ -6,7 +6,7 @@ trigger:\npr: none\nstages:\n- - stage: Build, lint and test code\n+ - stage: Build\njobs:\n- job: npm_job\ncontinueOnError: false\n@@ -53,7 +53,7 @@ stages:\n- bash: yarn test:ci\ndisplayName: 'T...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
build(azure): fixes stage name on azure pipeline yaml
288,334
15.02.2020 14:16:02
-3,600
d57539a5fa2453ec7af7d32edb79c21d4a33c3ac
build(azure): improves azure pipeline stage conditions
[ { "change_type": "MODIFY", "old_path": "azure.yaml", "new_path": "azure.yaml", "diff": "@@ -56,7 +56,8 @@ stages:\n- stage: Docker\njobs:\n- job: docker_job\n- dependsOn: [npm_job, yarn_job]\n+ dependsOn: Build\n+ condition: succeeded('Build')\ncontinueOnError: false\npool:\nvmImage: ubuntu-latest\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
build(azure): improves azure pipeline stage conditions
288,337
15.02.2020 16:25:11
-3,600
a44ac9f9dcc38ff98c1eb85476e25be4cc6598ac
feat(breadcrumb): add Breadcrumbs unit tests (component/slice/hook) fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "new_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "diff": "import '../../__mocks__/matchMediaMock'\n+import React from 'react'\n+import { Provider } from 'react-redux'\n+import { mount } from 'enzyme...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): add Breadcrumbs unit tests (component/slice/hook) fix #1770
288,328
15.02.2020 18:31:55
21,600
0da4043afeb495281e04f4c5c2dcff512d285ea3
feat(view patient): add 'edit' icon to Edit button
[ { "change_type": "MODIFY", "old_path": "src/patients/view/ViewPatient.tsx", "new_path": "src/patients/view/ViewPatient.tsx", "diff": "@@ -68,6 +68,7 @@ const ViewPatient = () => {\n<Button\ncolor=\"success\"\noutlined\n+ icon=\"edit\"\nonClick={() => {\nhistory.push(`/patients/edit/${patient.id}`)\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(view patient): add 'edit' icon to Edit button
288,337
17.02.2020 19:36:10
-3,600
bbb3ca06ec2d3ed4622b79cea81558a87519a8a8
feat(breadcrumb): sort the breadcrumbs in addBreadcrumbs action fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "new_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "diff": "@@ -32,9 +32,9 @@ describe('Breadcrumbs', () => {\nit('should render breadcrumbs items', () => {\nconst breadcrumbs = [\n- { text: 'Edit Pat...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): sort the breadcrumbs in addBreadcrumbs action fix #1770
288,337
17.02.2020 21:37:59
-3,600
492cb37c593f94ad17cce4a26fa527990b1c9639
feat(breadcrumb): use reduxPatient instead of patient for breadcrumbs
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -7,10 +7,12 @@ import { mocked } from 'ts-jest/utils'\nimport thunk from 'redux-thunk'\nimport configureMockStore from 'redux-mock-store'\nimport { Toaster } fro...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): use reduxPatient instead of patient for breadcrumbs
288,337
17.02.2020 21:55:31
-3,600
b5e4c387ed43d1373c43bc5a2a66893c090bad27
feat(breadcrumb): test the dispatch of addBreadcrumbs action
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -27,14 +27,14 @@ describe('HospitalRun', () => {\ndescribe('routing', () => {\ndescribe('/patients/new', () => {\nit('should render the new patient screen when /...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): test the dispatch of addBreadcrumbs action
288,334
18.02.2020 08:15:01
-3,600
38c4b40e9ff7caaefa07df68920eea4c27669d47
fix(ci): removes storybook command
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -65,9 +65,6 @@ jobs:\n- name: Build\nrun: |\nyarn build\n- - name: Storybook build\n- run: |\n- yarn build-storybook\n- name: Run tests\nrun: |\nyarn test:ci\n" } ]
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(ci): removes storybook command
288,323
18.02.2020 18:55:15
21,600
0f061d2bec64883453c7ca283c541db846459f51
fix(test): cleaned up id and fixed test with sequential insert
[ { "change_type": "MODIFY", "old_path": "src/__tests__/clients/db/PatientRepository.test.ts", "new_path": "src/__tests__/clients/db/PatientRepository.test.ts", "diff": "@@ -2,162 +2,160 @@ import { patients } from 'config/pouchdb'\nimport PatientRepository from 'clients/db/PatientRepository'\nimport ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(test): cleaned up id and fixed test with sequential insert
288,323
18.02.2020 22:38:31
21,600
55b5fbd58e47f331731aa611d5c08f38438d8890
fix(test): fix warning about missing key
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/list/Patients.test.tsx", "new_path": "src/__tests__/patients/list/Patients.test.tsx", "diff": "@@ -16,7 +16,7 @@ const middlewares = [thunk]\nconst mockStore = configureStore(middlewares)\ndescribe('Patients', () => {\n- const patients =...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(test): fix warning about missing key
288,323
07.02.2020 17:16:05
21,600
af22ce043a3749db36deb52646cf2530a6662b10
feat(toolbar): basic button toolbar
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -5,6 +5,8 @@ import { Toaster } from '@hospitalrun/components'\nimport Appointments from 'scheduling/appointments/Appointments'\nimport NewAppointment from 'scheduling/appointments/new/NewApp...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(toolbar): basic button toolbar
288,323
17.02.2020 23:42:29
21,600
0e56e3c0398480235cecc226409e83a40ff4b3da
feat(toolbar): add tests for button toolbar
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -5,7 +5,7 @@ import { Toaster } from '@hospitalrun/components'\nimport Appointments from 'scheduling/appointments/Appointments'\nimport NewAppointment from 'scheduling/appointments/new/NewApp...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(toolbar): add tests for button toolbar
288,323
17.02.2020 23:54:40
21,600
450b8cd2f864ce25068f97aef0f6b4616a8b0a2b
feat(toolbar): change edit patient to toolbar button
[ { "change_type": "MODIFY", "old_path": "src/__tests__/page-header/ButtonToolBar.test.tsx", "new_path": "src/__tests__/page-header/ButtonToolBar.test.tsx", "diff": "@@ -12,7 +12,10 @@ describe('Button Tool Bar', () => {\n})\nit('should render the buttons in the provider', () => {\n- const buttons: Re...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(toolbar): change edit patient to toolbar button
288,337
20.02.2020 20:31:55
-3,600
beffc1f059c748e880b9f76766c955d8e5094f08
feat(breadcrumb): add the dashboard breadcrumb item add the dashboard item for all the breacrumbs, don't display the breadcrumb for the Dashboard page
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -47,6 +47,7 @@ describe('HospitalRun', () => {\naddBreadcrumbs([\n{ i18nKey: 'patients.label', location: '/patients' },\n{ i18nKey: 'patients.newPatient', locati...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): add the dashboard breadcrumb item add the dashboard item for all the breacrumbs, don't display the breadcrumb for the Dashboard page
288,337
20.02.2020 20:34:53
-3,600
03174ad959bc8ef6c6e125d09c80cd97ff05aef9
feat(breadcrumb): improve Breadcrumbs tests
[ { "change_type": "MODIFY", "old_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "new_path": "src/__tests__/breadcrumbs/Breadcrumbs.test.tsx", "diff": "@@ -33,10 +33,11 @@ describe('Breadcrumbs', () => {\nreturn wrapper\n}\n- it('should not render the breadcrumb when there is no items in the...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(breadcrumb): improve Breadcrumbs tests
288,328
21.02.2020 17:26:33
21,600
c22d02b15d596289ebd7e71ab7ca8b8cae0d8b26
feat(edit appointment): fix lint errors and typo
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/appointments-slice.test.ts", "new_path": "src/__tests__/scheduling/appointments/appointments-slice.test.ts", "diff": "@@ -73,7 +73,7 @@ describe('appointments slice', () => {\nexpect(dispatch).toHaveBeenCalledWith({ type: ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(edit appointment): fix lint errors and typo
288,328
22.02.2020 14:51:29
21,600
4744152317b7a550d5eeda2ff6959b7fa2c160ee
feat(edit appointment): use button toolbar, address other PR issues
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "new_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "diff": "@@ -5,7 +5,7 @@ import { mount } from 'enzyme'\nimport { mocked } from 'ts-jest/utils'\nimport { act } from 'react-dom/test-utils'\nimpo...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(edit appointment): use button toolbar, address other PR issues
288,328
22.02.2020 22:21:19
21,600
58117b4e245a5fe14bd4e18c44a95e925bcab46f
feat(edit appointment): add tests for Edit Appointment route
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -11,11 +11,14 @@ import { act } from 'react-dom/test-utils'\nimport Dashboard from 'dashboard/Dashboard'\nimport Appointments from 'scheduling/appointments/Appoi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(edit appointment): add tests for Edit Appointment route
288,323
23.02.2020 00:25:57
21,600
dcb46b89acb562e982a99531ca006e976f922d17
feat(delete appointment): adds ability to delete appointment
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/appointment-slice.test.ts", "new_path": "src/__tests__/scheduling/appointments/appointment-slice.test.ts", "diff": "+import '../../../__mocks__/matchMediaMock'\nimport { AnyAction } from 'redux'\nimport Appointment from 'm...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(delete appointment): adds ability to delete appointment
288,323
23.02.2020 21:05:29
21,600
04a21604d449f18351d15ae5c3eafea2e47b7e62
feat(allergies): adds ability to add allergy to appointment
[ { "change_type": "ADD", "old_path": null, "new_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "diff": "+import '../../../__mocks__/matchMediaMock'\n+import React from 'react'\n+import { mount } from 'enzyme'\n+import Allergies from 'patients/allergies/Allergies'\n+import Permissions f...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(allergies): adds ability to add allergy to appointment
288,334
24.02.2020 09:01:05
-3,600
656a03726000d143564744e91e2ccd05799d0bbe
ci(deps): updates checkout action
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -14,7 +14,7 @@ jobs:\n# node-version: 13.x\nsteps:\n- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS\n- - uses...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
ci(deps): updates checkout action
288,381
24.02.2020 14:39:30
-21,600
7b6b2cc5f5135f4b68256985c3056a75c8cdb7d6
fix(newPatient): correct input types of email and phone fields
[ { "change_type": "MODIFY", "old_path": "src/patients/GeneralInformation.tsx", "new_path": "src/patients/GeneralInformation.tsx", "diff": "@@ -205,6 +205,7 @@ const GeneralInformation = (props: Props) => {\nonChange={(event: React.ChangeEvent<HTMLInputElement>) => {\nonInputElementChange(event, 'phon...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(newPatient): correct input types of email and phone fields
288,381
24.02.2020 14:42:17
-21,600
21285004c478e07c590eed5ac2670b4eeec45e20
feat(textInput): add new input type tel
[ { "change_type": "MODIFY", "old_path": "src/components/input/TextInputWithLabelFormGroup.tsx", "new_path": "src/components/input/TextInputWithLabelFormGroup.tsx", "diff": "@@ -6,7 +6,7 @@ interface Props {\nlabel: string\nname: string\nisEditable?: boolean\n- type: 'text' | 'email' | 'number'\n+ typ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(textInput): add new input type tel
288,337
26.02.2020 20:24:12
-3,600
3cee57808d00fc92057ab4cd5df0be4838ff166b
fix(breadcrumb): add the breadcrumb for the edit appointment view fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -327,15 +327,15 @@ describe('HospitalRun', () => {\nmockedAppointmentRepository.find.mockResolvedValue(appointment)\nmockedPatientRepository.find.mockResolvedVal...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(breadcrumb): add the breadcrumb for the edit appointment view fix #1854
288,362
26.02.2020 20:27:19
-3,600
2a8e778a95721102d9b2f65b1ee6cd787be60370
Add CTA slack adding the call to action to join the slack group
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -17,6 +17,7 @@ React frontend for [HospitalRun](http://hospitalrun.io/): free software for deve\n- To contribute, follow the guidelines in the readme or alternatively ask for details on Slack channel [#contribut...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Add CTA slack adding the call to action to join the slack group
288,337
27.02.2020 22:19:13
-3,600
33b4dc31f710af25266dbb786983cb68936ef2f3
fix(breadcrumb): set appointment date precision to minutes in breadcrumb fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/util/scheduling-appointment.util.test.ts", "new_path": "src/__tests__/scheduling/appointments/util/scheduling-appointment.util.test.ts", "diff": "@@ -4,17 +4,24 @@ import { getAppointmentLabel } from '../../../../schedulin...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(breadcrumb): set appointment date precision to minutes in breadcrumb fix #1853
288,337
28.02.2020 20:05:55
-3,600
9b2e721a0d9e7b33cd91fe7da4e110dfc2130ee6
fix(button toolbar): align buttons to the right in the toolbar fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/page-header/ButtonToolBar.test.tsx", "new_path": "src/__tests__/page-header/ButtonToolBar.test.tsx", "diff": "@@ -19,9 +19,18 @@ describe('Button Tool Bar', () => {\njest.spyOn(ButtonBarProvider, 'useButtons')\nmocked(ButtonBarProvider).useButton...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(button toolbar): align buttons to the right in the toolbar fix #1852
288,323
25.02.2020 20:46:55
21,600
bdf7aa1126ffcc453a7c5a5eab9d55a66186c9a0
feat(diagnoses): add diagnoses tab
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "new_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "diff": "@@ -13,6 +13,7 @@ import { createMemoryHistory } from 'history'\nimport RelatedPersonTab from 'patients/related-persons/RelatedPersonTab...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(diagnoses): add diagnoses tab
288,323
01.03.2020 21:11:37
21,600
e1ce6c95451116e966bee58f7c240c4952a84a32
feat(diagnoses): adds ability to add a diagnosis
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "new_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "diff": "@@ -9,7 +9,6 @@ import thunk from 'redux-thunk'\nimport { Router } from 'react-router'\nimport { Provider } from 'react-redux'\nim...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(diagnoses): adds ability to add a diagnosis
288,333
02.03.2020 13:12:45
28,800
c9b1d327fb4af12740ad073be453cff66ffa470a
chore(deps): update react-scripts to version 3.4
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"react-redux\": \"~7.2.0\",\n\"react-router\": \"~5.1.2\",\n\"react-router-dom\": \"~5.1.2\",\n- \"react-scripts\": \"~3.3.0\",\n+ \"react-scripts\": \"3.4.0\",\n\"redux\": \"~4.0.5\",\n\"redux-thunk\": \"~2...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
chore(deps): update react-scripts to version 3.4
288,333
02.03.2020 19:52:40
28,800
0968c2840b2f02288e5ce79103cc227b610932ce
fix(appointments): changed appointment type 'Walk Up' to 'Walk In'
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/AppointmentDetailForm.test.tsx", "new_path": "src/__tests__/scheduling/appointments/AppointmentDetailForm.test.tsx", "diff": "@@ -78,8 +78,8 @@ describe('AppointmentDetailForm', () => {\nexpect(typeSelect.prop('options')[2...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(appointments): changed appointment type 'Walk Up' to 'Walk In'
288,381
03.03.2020 11:33:20
-21,600
c2c491d2083a957c7469d700af79d2b6c94ebc8c
feat(patients): success alert on new related person
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"react-redux\": \"~7.2.0\",\n\"react-router\": \"~5.1.2\",\n\"react-router-dom\": \"~5.1.2\",\n- \"react-scripts\": \"~3.3.0\",\n+ \"react-scripts\": \"~3.4.0\",\n\"redux\": \"~4.0.5\",\n\"redux-thunk\": \"~...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): success alert on new related person
288,323
03.03.2020 20:06:38
21,600
1d6047d536e994618a5e6a18f03bf3c575adffe0
feat(patients): use randomly generated code instead of sequence BREAKING CHANGE: Any patient saved with friendly id will no longer map friendly id to the patient object, thus not displaying it in the UI or have it available for search fix
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"react-scripts\": \"3.4.0\",\n\"redux\": \"~4.0.5\",\n\"redux-thunk\": \"~2.3.0\",\n+ \"shortid\": \"^2.2.15\",\n\"typescript\": \"~3.8.2\"\n},\n\"repository\": {\n\"@types/react-router\": \"~5.1.2\",\n\"@ty...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): use randomly generated code instead of sequence BREAKING CHANGE: Any patient saved with friendly id will no longer map friendly id to the patient object, thus not displaying it in the UI or have it available for search fix #1876
288,323
03.03.2020 20:21:46
21,600
258cab8494ccce2830077fa4f8cfa2bf50ada0b8
fix: use uuidv4 instead of timestamps for autogenerated ids fix
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"redux\": \"~4.0.5\",\n\"redux-thunk\": \"~2.3.0\",\n\"shortid\": \"^2.2.15\",\n- \"typescript\": \"~3.8.2\"\n+ \"typescript\": \"~3.8.2\",\n+ \"uuid\": \"^7.0.1\"\n},\n\"repository\": {\n\"type\": \"git\",\...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: use uuidv4 instead of timestamps for autogenerated ids fix #1877
288,323
03.03.2020 21:07:26
21,600
16ab294a5391406e153532179c2b92fa26a64e57
feat: add created date and last updated date fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/clients/db/AppointmentRepository.test.ts", "new_path": "src/__tests__/clients/db/AppointmentRepository.test.ts", "diff": "import AppointmentRepository from 'clients/db/AppointmentRepository'\nimport { appointments } from 'config/pouchdb'\nimport ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: add created date and last updated date fix #1879
288,323
03.03.2020 21:56:30
21,600
4b94d53bf839ca6b99c71c9009a25edb94bb8522
fix: fix time based test
[ { "change_type": "MODIFY", "old_path": "src/__tests__/clients/db/PatientRepository.test.ts", "new_path": "src/__tests__/clients/db/PatientRepository.test.ts", "diff": "@@ -182,10 +182,9 @@ describe('patient repository', () => {\n})\nit('should update the last updated date', async () => {\n- const ex...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: fix time based test
288,381
04.03.2020 12:44:09
-21,600
bd22057c5b599005da20ba3cc757178ac3a1bb1d
feat(patients): addRealtedPerson function
[ { "change_type": "MODIFY", "old_path": "src/patients/patient-slice.ts", "new_path": "src/patients/patient-slice.ts", "diff": "@@ -71,11 +71,19 @@ export const createPatient = (patient: Patient, history: any): AppThunk => async\n)\n}\n-export const updatePatient = (\n- patient: Patient,\n- history: a...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): addRealtedPerson function
288,323
04.03.2020 19:34:06
21,600
8827df18d7141b9b6f94d00fc99b1bf00fae66dc
feat: change to use standard naming and use iso dates fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/clients/db/AppointmentRepository.test.ts", "new_path": "src/__tests__/clients/db/AppointmentRepository.test.ts", "diff": "import AppointmentRepository from 'clients/db/AppointmentRepository'\nimport { appointments } from 'config/pouchdb'\nimport ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: change to use standard naming and use iso dates fix #1879
288,323
04.03.2020 19:43:39
21,600
a6e97ea019ccb14cf459d7f265fee8bd469ac1f8
fix: use a different style import
[ { "change_type": "MODIFY", "old_path": "src/__tests__/clients/db/PatientRepository.test.ts", "new_path": "src/__tests__/clients/db/PatientRepository.test.ts", "diff": "import { patients } from 'config/pouchdb'\nimport PatientRepository from 'clients/db/PatientRepository'\nimport Patient from 'model/...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: use a different style import
288,323
04.03.2020 21:27:05
21,600
73677e2df83ef0032b9c3f1fe4a9da94d87b1e5b
feat(patients): fixes notifactions for updating/creating patient
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "new_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "diff": "@@ -10,6 +10,7 @@ import { Router } from 'react-router'\nimport { Provider } from 'react-redux'\nimport Patient from 'model/Patien...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): fixes notifactions for updating/creating patient
288,323
04.03.2020 22:08:24
21,600
c077d75eb654747d5c6691369210942184325512
feat(appointments): add callbacks for appointment actions
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/appointment-slice.test.ts", "new_path": "src/__tests__/scheduling/appointments/appointment-slice.test.ts", "diff": "@@ -135,7 +135,7 @@ describe('appointment slice', () => {\nreason: 'reason',\n} as Appointment\n- await cr...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(appointments): add callbacks for appointment actions
288,323
04.03.2020 22:17:17
21,600
e1e1f4c33e984f87a81390cf3399632172cc8c4b
fix: fix multiple imports lint error
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "new_path": "src/__tests__/patients/allergies/Allergies.test.tsx", "diff": "@@ -9,7 +9,6 @@ import thunk from 'redux-thunk'\nimport { Router } from 'react-router'\nimport { Provider } from 'react-redux'\nim...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: fix multiple imports lint error
288,296
06.03.2020 11:52:47
-21,600
168a112802cf07331331364f26e7e13afa881f88
feat: making sidebar collapsible this changes make the sidebar collapsible "fix #1858"
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -23,6 +23,7 @@ import PrivateRoute from './components/PrivateRoute'\nconst HospitalRun = () => {\nconst { title } = useSelector((state: RootState) => state.title)\nconst { permissions } = use...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: making sidebar collapsible this changes make the sidebar collapsible "fix #1858"
288,334
06.03.2020 16:20:33
-3,600
5eeef8928d8716479e9e5bb0dd79d9a0ed3ded95
test(eslintrc): remove createDefaultProgram and update jest config
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "module.exports = {\n+ ignorePatterns: ['commitlint.config.js', 'jest.config.js'],\nenv: {\nbrowser: true,\nes6: true,\n@@ -10,7 +11,7 @@ module.exports = {\n'prettier',\n'prettier/@typescript-eslint',\n'plugi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
test(eslintrc): remove createDefaultProgram and update jest config
288,323
09.03.2020 20:45:56
18,000
008cb5fdf5b89cb9a911a7cfd88ae7086fd61130
feat(i8ln): add missing translations
[ { "change_type": "DELETE", "old_path": "src/locales/en-US/translation.json", "new_path": null, "diff": "-{\n- \"dashboard\": {\n- \"label\": \"Dashboard\"\n- },\n- \"patients\": {\n- \"label\": \"Patients\",\n- \"viewPatients\": \"View Patients\",\n- \"viewPatient\": \"View Patient\",\n- \"newPatien...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(i8ln): add missing translations
288,323
09.03.2020 20:48:47
18,000
3f58dd5253c37c16cb1ea27d6f467ef2d7afb7ea
feat(i8ln): accidently committed deleted file
[ { "change_type": "DELETE", "old_path": "src/__tests__/scheduling/appointments-slice.test.ts", "new_path": null, "diff": "-import { AnyAction } from 'redux'\n-import Appointment from 'model/Appointment'\n-import { createMemoryHistory } from 'history'\n-import AppointmentRepository from 'clients/db/Ap...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(i8ln): accidently committed deleted file
288,323
09.03.2020 21:00:03
18,000
0f0a7c3edc5e2121624d4a1181963ddc7d45c65b
feat(i18n): fix tests
[ { "change_type": "MODIFY", "old_path": "src/__tests__/HospitalRun.test.tsx", "new_path": "src/__tests__/HospitalRun.test.tsx", "diff": "@@ -295,7 +295,7 @@ describe('HospitalRun', () => {\nexpect(store.getActions()).toContainEqual(\naddBreadcrumbs([\n{ i18nKey: 'scheduling.appointments.label', locat...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(i18n): fix tests
288,323
09.03.2020 21:03:12
18,000
697552d6b0331d128fc16d2a7d4ec8262432b24b
feat(i18n): add more missing translations
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Navbar.test.tsx", "new_path": "src/__tests__/components/Navbar.test.tsx", "diff": "@@ -75,7 +75,7 @@ describe('Navbar', () => {\n'scheduling.appointments.label',\n)\nexpect(scheduleLinkList.first().props().children[1].props.children).t...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(i18n): add more missing translations
288,240
11.03.2020 09:09:29
25,200
837987d9a4e848c7d68fb2034954ea151977e28f
fix(./locales/enus/translations/scheduling/index.ts): changed 'Walk Up' scheduling/appointments/AppointmentDetailForm.tsx label for 'walk in' is trying to consume scheduling.appointment.types.walkIn but the translation file lists 'walkUp'. I changed the translation file to reflect the value 'walk in'
[ { "change_type": "MODIFY", "old_path": "src/locales/enUs/translations/scheduling/index.ts", "new_path": "src/locales/enUs/translations/scheduling/index.ts", "diff": "@@ -15,7 +15,7 @@ export default {\nemergency: 'Emergency',\nfollowUp: 'Follow Up',\nroutine: 'Routine',\n- walkUp: 'Walk Up',\n+ walk...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(./locales/enus/translations/scheduling/index.ts): changed 'Walk Up' scheduling/appointments/AppointmentDetailForm.tsx label for 'walk in' is trying to consume scheduling.appointment.types.walkIn but the translation file lists 'walkUp'. I changed the translation file to reflect the value 'walk in'
288,380
12.03.2020 01:08:19
10,800
b43ae1146d5ee9622e57626050fe7f471c29bdb6
feat(notes): add notes to pacient fix
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "new_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "diff": "@@ -14,6 +14,7 @@ import RelatedPersonTab from 'patients/related-persons/RelatedPersonTab'\nimport * as ButtonBarProvider from 'page-hea...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(notes): add notes to pacient fix #1771
288,406
12.03.2020 10:47:49
18,000
4c0b8fec526d8aa3730ca550db70dbdd01d593e3
feat: added successful alert when adding new appointments Added successful alert when adding new appointments. Replicated successful alert from new patients process and added the successful property on the translation file re
[ { "change_type": "MODIFY", "old_path": "src/locales/enUs/translations/scheduling/index.ts", "new_path": "src/locales/enUs/translations/scheduling/index.ts", "diff": "@@ -17,6 +17,7 @@ export default {\nroutine: 'Routine',\nwalkUp: 'Walk Up',\n},\n+ successfullyCreated: 'Appointment successfully crea...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: added successful alert when adding new appointments Added successful alert when adding new appointments. Replicated successful alert from new patients process and added the successful property on the translation file re #1894
288,240
13.03.2020 11:19:09
25,200
91baf9d25dde7c61981ba1c20826d3d98f224f72
fix(schedual button): fixed delete appointment button Delete appointment button no longer displays internationalization keys and instead reads correctly.
[ { "change_type": "MODIFY", "old_path": "src/locales/enUs/translations/scheduling/index.ts", "new_path": "src/locales/enUs/translations/scheduling/index.ts", "diff": "@@ -4,6 +4,7 @@ export default {\nappointments: {\nlabel: 'Appointments',\nnew: 'New Appointment',\n+ deleteAppointment: 'Delete Appoi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(schedual button): fixed delete appointment button Delete appointment button no longer displays internationalization keys and instead reads correctly. #1901
288,329
15.03.2020 13:19:57
-3,600
58f94027db50bcfb4a04170c08b7e9facafaf68b
fix(#1899): added warning messages
[ { "change_type": "MODIFY", "old_path": "src/locales/enUs/translations/patient/index.ts", "new_path": "src/locales/enUs/translations/patient/index.ts", "diff": "@@ -31,6 +31,10 @@ export default {\nlabel: 'Related Persons',\nnew: 'New Related Person',\nrelationshipType: 'Relationship Type',\n+ warnin...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(#1899): added warning messages
288,333
15.03.2020 09:25:32
25,200
89f0bcdeb858635eda4fae4585d95e64281ea49b
fix( fixed button position
[ { "change_type": "MODIFY", "old_path": "src/patients/new/NewPatient.tsx", "new_path": "src/patients/new/NewPatient.tsx", "diff": "@@ -68,7 +68,7 @@ const NewPatient = () => {\nerrorMessage={errorMessage}\n/>\n<div className=\"row float-right\">\n- <div className=\"btn-group btn-group-lg\">\n+ <div c...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix( #1906): fixed button position
288,264
16.03.2020 18:08:34
14,400
b7465be520174327be6775753854fdbf65cca4a4
fix: typo in changelog.md
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -149,7 +149,7 @@ All notable changes to this project will be documented in this file. See [standa\n* **test:** updates coveralls script ([f8844ed](https://github.com/HospitalRun/hospitalrun-frontend/commit...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: typo in changelog.md
288,406
17.03.2020 19:28:38
18,000
d1abb6f6c4976e746cc0aa2496d5ad858774664e
refactor: added test to new appoinment success message Added test for toast when a new appointment is created successfully re
[ { "change_type": "MODIFY", "old_path": "src/__tests__/scheduling/appointments/new/NewAppointment.test.tsx", "new_path": "src/__tests__/scheduling/appointments/new/NewAppointment.test.tsx", "diff": "@@ -4,7 +4,6 @@ import NewAppointment from 'scheduling/appointments/new/NewAppointment'\nimport { Rout...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
refactor: added test to new appoinment success message Added test for toast when a new appointment is created successfully re #1894
288,323
18.03.2020 19:07:53
18,000
392c7cd021b49fa8ada4d27505325cc4f33fd4b4
test: use components library typeahead
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/related-persons/NewRelatedPersonModal.test.tsx", "new_path": "src/__tests__/patients/related-persons/NewRelatedPersonModal.test.tsx", "diff": "import '../../../__mocks__/matchMediaMock'\nimport React from 'react'\nimport { ReactWrapper, ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
test: use components library typeahead
288,323
18.03.2020 19:16:58
18,000
44f05e7573bf79a95d388e874c8b80bf3b32794b
style: makes unused vars error with linting
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "@@ -35,7 +35,7 @@ module.exports = {\n'@typescript-eslint/member-delimiter-style': 'off',\n'@typescript-eslint/explicit-function-return-type': 'off',\n'@typescript-eslint/no-explicit-any': 'off',\n- '@typescr...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
style: makes unused vars error with linting
288,333
19.03.2020 11:36:25
25,200
b43facf64e11e412fd1b4dfb2b872602e5ae0f75
fix(#1915): ark required fields as required for new/edit Patient
[ { "change_type": "MODIFY", "old_path": "src/components/input/TextInputWithLabelFormGroup.tsx", "new_path": "src/components/input/TextInputWithLabelFormGroup.tsx", "diff": "@@ -9,14 +9,15 @@ interface Props {\ntype: 'text' | 'email' | 'number' | 'tel'\nplaceholder?: string\nonChange?: (event: React.C...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(#1915): ark required fields as required for new/edit Patient
288,373
20.03.2020 23:15:04
14,400
735c8f3172d50a5bd0af2405fd1784899ed58492
fix(component): changed Add Diagnoses button to Add Diagnosis for Changed the spelling of the Add Diagnoses Button to Add Diagnosis for Issue Number 1929. fix
[ { "change_type": "MODIFY", "old_path": "src/locales/enUs/translations/patient/index.ts", "new_path": "src/locales/enUs/translations/patient/index.ts", "diff": "@@ -50,7 +50,7 @@ export default {\n},\ndiagnoses: {\nlabel: 'Diagnoses',\n- new: 'Add Diagnoses',\n+ new: 'Add Diagnosis',\ndiagnosisName: ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(component): changed Add Diagnoses button to Add Diagnosis for #1929 Changed the spelling of the Add Diagnoses Button to Add Diagnosis for Issue Number 1929. fix #1929
288,329
21.03.2020 11:25:29
-3,600
47d14a0d1643a77f6b2b21197918d6c6f541f638
fix(patient): mark required fields in New Appointment/Edit Appointment Mark required fields with the *. fix
[ { "change_type": "MODIFY", "old_path": "src/components/input/DateTimePickerWithLabelFormGroup.tsx", "new_path": "src/components/input/DateTimePickerWithLabelFormGroup.tsx", "diff": "@@ -14,7 +14,7 @@ const DateTimePickerWithLabelFormGroup = (props: Props) => {\nconst id = `${name}DateTimePicker`\nre...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(patient): mark required fields in New Appointment/Edit Appointment Mark required fields with the *. fix #1916
288,292
21.03.2020 11:18:20
25,200
b4100f5c692d6a589c90c75246676aa9e4a28b04
fix(adddiagnosismodal and datepickerwithlabelformgroups): required field Added required fields to diagnosis name and date fix
[ { "change_type": "MODIFY", "old_path": "src/components/input/DatePickerWithLabelFormGroup.tsx", "new_path": "src/components/input/DatePickerWithLabelFormGroup.tsx", "diff": "@@ -7,14 +7,15 @@ interface Props {\nvalue: Date | undefined\nisEditable?: boolean\nonChange?: (date: Date) => void\n+ isRequi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(adddiagnosismodal and datepickerwithlabelformgroups): required field Added required fields to diagnosis name and date fix #1926
288,323
21.03.2020 17:08:20
18,000
5c67b72f46f32e177b10b6a30bc2039ca2874514
fix(search): fixes search inputs being too small
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "new_path": "src/__tests__/patients/view/ViewPatient.test.tsx", "diff": "@@ -113,7 +113,6 @@ describe('ViewPatient', () => {\nsetup()\nconst actualButtons: React.ReactNode[] = setButtonToolBarSpy.mock.calls[0]...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix(search): fixes search inputs being too small
288,323
23.03.2020 21:45:00
18,000
4495ab800f28009f8010ac07fa9488c33e99202b
style(eslint): better eslint rules for unused vars
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "@@ -35,7 +35,7 @@ module.exports = {\n'@typescript-eslint/member-delimiter-style': 'off',\n'@typescript-eslint/explicit-function-return-type': 'off',\n'@typescript-eslint/no-explicit-any': 'off',\n- '@typescr...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
style(eslint): better eslint rules for unused vars
288,323
23.03.2020 21:47:57
18,000
490ad87848525fee643a2932e24cc8c49a65cae0
style(eslint): add more recommended plugins
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "@@ -7,7 +7,9 @@ module.exports = {\n},\nextends: [\n'airbnb',\n- 'plugin:@typescript-eslint/recommended',\n+ \"eslint:recommended\",\n+ \"plugin:@typescript-eslint/eslint-recommended\",\n+ \"plugin:@typescrip...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
style(eslint): add more recommended plugins
288,329
24.03.2020 03:55:08
-3,600
37ac2b5aa0574c807e5b222ba5fd139f4f22cb88
feat(patient): provide better feedback on patient form
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/GeneralInformation.test.tsx", "new_path": "src/__tests__/patients/GeneralInformation.test.tsx", "diff": "@@ -17,14 +17,14 @@ describe('Error handling', () => {\n<GeneralInformation\npatient={{} as Patient}\nisEditable\n- errorMessage=\"p...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patient): provide better feedback on patient form (#1938)
288,279
24.03.2020 17:56:41
14,400
b7e7142031b408b7bf8c41abe07d91b347cee0a2
feat(patients): added an asterisk to the Allergy Name field
[ { "change_type": "MODIFY", "old_path": "src/patients/allergies/NewAllergyModal.tsx", "new_path": "src/patients/allergies/NewAllergyModal.tsx", "diff": "@@ -50,6 +50,7 @@ const NewAllergyModal = (props: NewAllergyModalProps) => {\n<form>\n<TextInputWithLabelFormGroup\nname=\"name\"\n+ isRequired\nlab...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): added an asterisk to the Allergy Name field (#1944)
288,265
28.03.2020 21:41:01
14,400
d6904e74e4ec21da57529046243e1166c6287c8f
feat(patients): better form feedback for add allergy
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/allergies/NewAllergyModal.test.tsx", "new_path": "src/__tests__/patients/allergies/NewAllergyModal.test.tsx", "diff": "@@ -84,7 +84,7 @@ describe('New Allergy Modal', () => {\nexpect(wrapper.find(Alert)).toHaveLength(1)\nexpect(wrapper.f...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): better form feedback for add allergy (#1945)
288,313
29.03.2020 13:04:16
25,200
e17dd1db2f33795f7fa6e76b3b4f90d5bdee7e48
feat: indicate required fields in new Related Person Modal
[ { "change_type": "MODIFY", "old_path": "src/patients/related-persons/NewRelatedPersonModal.tsx", "new_path": "src/patients/related-persons/NewRelatedPersonModal.tsx", "diff": "@@ -43,7 +43,7 @@ const NewRelatedPersonModal = (props: Props) => {\n<div className=\"row\">\n<div className=\"col-md-12\">\...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: indicate required fields in new Related Person Modal (#1950)
288,334
27.03.2020 21:05:28
-3,600
a64327419193557d124c1260049fde7270a09e49
chore(lint): linting test files
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Navbar.test.tsx", "new_path": "src/__tests__/components/Navbar.test.tsx", "diff": "@@ -30,10 +30,7 @@ describe('Navbar', () => {\n})\nit('should navigate to / when the header is clicked', () => {\nact(() => {\n- header\n- .first()\n- ....
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
chore(lint): linting test files
288,308
31.03.2020 17:36:49
25,200
0afeee19bc70ac17cd5898baa7f6a8813fa68218
feat(patients): new related person to add related person
[ { "change_type": "RENAME", "old_path": "src/__tests__/patients/related-persons/NewRelatedPersonModal.test.tsx", "new_path": "src/__tests__/patients/related-persons/AddRelatedPersonModal.test.tsx", "diff": "@@ -3,15 +3,15 @@ import React from 'react'\nimport { ReactWrapper, mount } from 'enzyme'\nimp...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): new related person to add related person (#1955)
288,406
02.04.2020 16:12:50
18,000
c74dec0d755ae5a4ac6ac997b6421dac70f336eb
feat: Added new proposed links to the sidebar
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Sidebar.test.tsx", "new_path": "src/__tests__/components/Sidebar.test.tsx", "diff": "@@ -89,6 +89,66 @@ describe('Sidebar', () => {\n})\n})\n+ describe('patients_list link', () => {\n+ it('should render the patients_list link', () => {...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat: Added new proposed links to the sidebar (#1956)
288,323
02.04.2020 20:42:19
18,000
b3ddd24b083a8cfda36bf7c207e3480a78948709
feat(patients): adds tests for new notes modal
[ { "change_type": "MODIFY", "old_path": "src/__tests__/patients/notes/NewNoteModal.test.tsx", "new_path": "src/__tests__/patients/notes/NewNoteModal.test.tsx", "diff": "@@ -2,7 +2,7 @@ import '../../../__mocks__/matchMediaMock'\nimport React from 'react'\nimport NewNoteModal from 'patients/notes/NewN...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patients): adds tests for new notes modal
288,323
02.04.2020 20:58:23
18,000
6edc0ad3ba352c92c8d85ec58148fedb9fc57a98
feat(patient): add notes tab tests
[ { "change_type": "ADD", "old_path": null, "new_path": "src/__tests__/patients/notes/NotesTab.test.tsx", "diff": "+import '../../../__mocks__/matchMediaMock'\n+import React from 'react'\n+import PatientRepository from 'clients/db/PatientRepository'\n+import Note from 'model/Note'\n+import { createMem...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(patient): add notes tab tests
288,323
02.04.2020 22:07:25
18,000
2f15ea9ba17290b8c8076e4e4999c836748be158
style(sidebar): fixes lint errors in test file
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Sidebar.test.tsx", "new_path": "src/__tests__/components/Sidebar.test.tsx", "diff": "@@ -35,7 +35,12 @@ describe('Sidebar', () => {\nconst listItems = wrapper.find(ListItem)\n- expect(listItems.at(1).text().trim()).toEqual('dashboard.l...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
style(sidebar): fixes lint errors in test file
288,323
02.04.2020 23:07:43
18,000
23bbb1bd637e443ba28d688432c741939c67c309
style(navbar): fix lint errors in navbar test
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Navbar.test.tsx", "new_path": "src/__tests__/components/Navbar.test.tsx", "diff": "@@ -30,7 +30,10 @@ describe('Navbar', () => {\n})\nit('should navigate to / when the header is clicked', () => {\nact(() => {\n- header.first().props()....
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
style(navbar): fix lint errors in navbar test
288,323
28.03.2020 21:24:23
18,000
a9c4100f4d70c71d41b890d1bad0fe761fea6ee2
feat(labs): adds labs route
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -9,6 +9,7 @@ import ViewAppointment from 'scheduling/appointments/view/ViewAppointment'\nimport Breadcrumbs from 'breadcrumbs/Breadcrumbs'\nimport { ButtonBarProvider } from 'page-header/Butt...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(labs): adds labs route
288,323
30.03.2020 00:55:07
18,000
efba8349df7c99f5e49ce46d03b26d29e73c2955
feat(labs): adds ability to request and view labs
[ { "change_type": "MODIFY", "old_path": "src/HospitalRun.tsx", "new_path": "src/HospitalRun.tsx", "diff": "@@ -100,7 +100,7 @@ const HospitalRun = () => {\npath=\"/appointments/:id\"\ncomponent={ViewAppointment}\n/>\n- <PrivateRoute isAuthenticated exact path=\"/labs\" component={Labs} />\n+ <Private...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(labs): adds ability to request and view labs
288,323
02.04.2020 21:49:59
18,000
186754354bd8dacc30aa15c32619bd50e237c63f
feat(labs): adds view lab tests
[ { "change_type": "MODIFY", "old_path": "src/__tests__/labs/ViewLab.test.tsx", "new_path": "src/__tests__/labs/ViewLab.test.tsx", "diff": "@@ -13,9 +13,8 @@ import Lab from 'model/Lab'\nimport Patient from 'model/Patient'\nimport * as ButtonBarProvider from 'page-header/ButtonBarProvider'\nimport cre...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(labs): adds view lab tests
288,323
02.04.2020 22:46:37
18,000
691572ba578fffb044c914ec84ca524fde066a59
feat(labs): adds labs sidebar/navbar links
[ { "change_type": "MODIFY", "old_path": "src/__tests__/components/Navbar.test.tsx", "new_path": "src/__tests__/components/Navbar.test.tsx", "diff": "@@ -85,6 +85,36 @@ describe('Navbar', () => {\n})\n})\n+ describe('labs', () => {\n+ const labsLinkList = hospitalRunNavbar.find('.labs-link-list')\n+\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
feat(labs): adds labs sidebar/navbar links