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,231 | 29.08.2018 15:46:41 | -7,200 | 350501baeeaca06bfef787357a3547214549702d | updated stylelint-config-concentric to 2.0.2 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"pouchdb-users\": \"^1.0.3\",\n\"qunit-dom\": \"^0.7.0\",\n\"stylelint\": \"~9.4.0\",\n- \"stylelint-config-concentric\": \"^2.0.1\",\n+ \"stylelint-config-concentric\": \"^2.0.2\",\n\"stylelint-declaration-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | updated stylelint-config-concentric to 2.0.2 |
288,280 | 12.09.2018 13:12:10 | 14,400 | 2beb6d27086cf4ec96909a6f12fd393cc9bc8cbc | Vitals fields should not be required. | [
{
"change_type": "MODIFY",
"old_path": "app/models/vital.js",
"new_path": "app/models/vital.js",
"diff": "@@ -14,19 +14,19 @@ export default AbstractModel.extend({\nvalidations: {\ntemperature: {\n- numericality: true\n+ numericality: { allowBlank: true }\n},\nsbp: {\n- numericality: true\n+ numeric... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Vitals fields should not be required. #1509 |
288,328 | 04.10.2018 22:27:24 | 18,000 | f5db265c9413cabe0a0916994542b1d7fbe161d4 | Removed unused lookup lists, fixed pricing/edit controller. | [
{
"change_type": "MODIFY",
"old_path": "app/admin/lookup/controller.js",
"new_path": "app/admin/lookup/controller.js",
"diff": "@@ -112,18 +112,6 @@ export default Controller.extend(BillingCategories, EKMixin,\nmodels: {\ninventory: 'inventoryType'\n}\n- }, {\n- name: this.get('i18n').t('admin.looku... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Removed unused lookup lists, fixed pricing/edit controller. |
288,328 | 07.10.2018 20:06:56 | 18,000 | 61611bac06c42356d578ee6d227940cb44fd9d43 | Finish removing lookup lists, extra code, rename computed property. | [
{
"change_type": "MODIFY",
"old_path": "app/admin/lookup/controller.js",
"new_path": "app/admin/lookup/controller.js",
"diff": "@@ -19,11 +19,6 @@ export default Controller.extend(BillingCategories, EKMixin,\nfileSystem: service('filesystem'),\nlookupLists: service(),\n- canEditValues: computed('mod... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Finish removing lookup lists, extra code, rename computed property. |
288,328 | 11.10.2018 00:21:42 | 18,000 | 6e6737319d7b9607d31a996d3dbce11073f2782b | Better fix for pricing/edit controller. | [
{
"change_type": "MODIFY",
"old_path": "app/pricing/edit/controller.js",
"new_path": "app/pricing/edit/controller.js",
"diff": "@@ -19,6 +19,23 @@ export default AbstractEditController.extend(ReturnTo, {\nthis.send('update', true);\nthis.send('closeModal');\n},\n+ categoryChanged(category) {\n+ let ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Better fix for pricing/edit controller. |
288,323 | 17.10.2018 22:31:39 | 18,000 | 5b3668c23a0dd60e1f670224ae646b9ccfcc1445 | fixes button styling on generate report button (HospitalRun/hospitalrun-frontend/#1527) | [
{
"change_type": "MODIFY",
"old_path": "app/incident/reports/template.hbs",
"new_path": "app/incident/reports/template.hbs",
"diff": "{{/em-form}}\n</div>\n<div class=\"panel-footer\">\n- <button class=\"btn btn-default\" {{action 'generateReport'}}>{{t 'incident.buttons.generateRep'}}</button>\n+ <... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes button styling on generate report button (HospitalRun/hospitalrun-frontend/#1527) |
288,323 | 18.10.2018 22:26:41 | 18,000 | e77684d3e057d19c8794e2b737a50940f9c7fba4 | fixes issue where generating incident report would result in 'Error: Undefined' in the console (HospitalRun/hospitalrun-frontend/#1527) | [
{
"change_type": "MODIFY",
"old_path": "app/incident/reports/controller.js",
"new_path": "app/incident/reports/controller.js",
"diff": "@@ -70,7 +70,7 @@ export default AbstractReportController.extend(UserSession, NumberFormat, {\nlet maxValue = get(this, 'maxValue');\nreturn new RSVP.Promise(functi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue where generating incident report would result in 'Error: Undefined' in the console (HospitalRun/hospitalrun-frontend/#1527) |
288,323 | 18.10.2018 22:28:53 | 18,000 | b7a93e1ea0684729bc705788e67cbffe673fb4ed | fixes button styling on export report button (HospitalRun/hospitalrun-frontend/#1527) | [
{
"change_type": "MODIFY",
"old_path": "app/incident/reports/template.hbs",
"new_path": "app/incident/reports/template.hbs",
"diff": "</table>\n</div>\n<div class=\"panel-footer\">\n- <a href={{csvExport}} target=\"_blank\" download=\"{{reportTitle}}.csv\" class=\"btn btn-default\">{{t 'incident.but... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes button styling on export report button (HospitalRun/hospitalrun-frontend/#1527) |
288,328 | 21.10.2018 01:29:21 | 18,000 | 54306beb4087ca57f35c3edeb35a475dcec3c770 | Update inventory/edit after deleting inv-location. | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/delete/controller.js",
"new_path": "app/inventory/delete/controller.js",
"diff": "import { translationMacro as t } from 'ember-i18n';\n+import { inject as controller } from '@ember/controller';\nimport AbstractDeleteController from 'hospitalrun/c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update inventory/edit after deleting inv-location. |
288,323 | 28.10.2018 21:40:30 | 18,000 | 5c38292f96bf851055d7111570f5f24c3cd375df | fixes styling on patient export report button (changes from btn-default to btn-primary) | [
{
"change_type": "MODIFY",
"old_path": "app/patients/reports/template.hbs",
"new_path": "app/patients/reports/template.hbs",
"diff": "</table>\n</div>\n<div class=\"panel-footer\">\n- <a href={{csvExport}} target=\"_blank\" download=\"{{reportTitle}}.csv\" class=\"btn btn-default\">{{t 'inventory.re... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes styling on patient export report button (changes from btn-default to btn-primary) |
288,328 | 30.10.2018 14:00:46 | 18,000 | c80e9e3462197973ac1cdfe56f65f3428f2bfa7d | Move date validator to single function, test. | [
{
"change_type": "MODIFY",
"old_path": "app/models/appointment.js",
"new_path": "app/models/appointment.js",
"diff": "@@ -5,6 +5,31 @@ import DS from 'ember-data';\nimport moment from 'moment';\nimport PatientValidation from 'hospitalrun/utils/patient-validation';\n+function dateAcceptance(object) {... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Move date validator to single function, test. |
288,328 | 30.10.2018 20:38:31 | 18,000 | 2a52aa831f11389a6ce62434d4b81bf46769b394 | Move to unit test instead of acceptance. | [
{
"change_type": "MODIFY",
"old_path": "tests/acceptance/appointments-test.js",
"new_path": "tests/acceptance/appointments-test.js",
"diff": "@@ -80,31 +80,6 @@ test('Creating a new appointment', function(assert) {\n});\n});\n-test('Verify fix for appointment validation issue #1484', function(assert... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Move to unit test instead of acceptance. |
288,328 | 30.10.2018 21:32:00 | 18,000 | 06a1e15c571e34bba707179aadc822e1ebb15d81 | Fix for ESLint. | [
{
"change_type": "MODIFY",
"old_path": "tests/unit/models/appointment-test.js",
"new_path": "tests/unit/models/appointment-test.js",
"diff": "import { moduleForModel } from 'ember-qunit';\n+import { run } from '@ember/runloop';\nimport moment from 'moment';\nimport {\n@@ -23,30 +24,38 @@ let today =... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix for ESLint. |
288,323 | 30.10.2018 23:24:24 | 18,000 | 3c11109aeeb798cfedf0c53394edaab2e3a30f68 | fixes issue with incident report not having an end date if no end date was selected (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/incident/reports/controller.js",
"new_path": "app/incident/reports/controller.js",
"diff": "@@ -63,21 +63,23 @@ export default AbstractReportController.extend(UserSession, NumberFormat, {\n_findIncidentsByDate() {\nlet filterEndDate = get(this, 'endDate');... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue with incident report not having an end date if no end date was selected (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 30.10.2018 23:25:56 | 18,000 | e8fafb3b1b4a1288118c6029af55e8307404a074 | fixes issue with patient report not having an end date if no end date was selected (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/patients/reports/controller.js",
"new_path": "app/patients/reports/controller.js",
"diff": "@@ -855,6 +855,11 @@ export default AbstractReportController.extend(PatientDiagnosis, PatientVisits,\nactions: {\ngenerateReport() {\n+ if (isEmpty(this.get('endDat... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue with patient report not having an end date if no end date was selected (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 30.10.2018 23:31:12 | 18,000 | ee9bcc0fb3b2c2ae13c3ee90e1c7c937f01ef938 | makes inventory report end date autofill consistent with incident and patient reports (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/reports/controller.js",
"new_path": "app/inventory/reports/controller.js",
"diff": "@@ -1295,6 +1295,11 @@ export default AbstractReportController.extend(LocationName, ModalHelper, Number\nactions: {\ngenerateReport() {\nlet endDate = this.get('e... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | makes inventory report end date autofill consistent with incident and patient reports (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 07.11.2018 22:24:42 | 21,600 | c0f50184c3fb1db6967101d10107f06c8e6da2e9 | adds error message to incident report generation (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/incident/reports/controller.js",
"new_path": "app/incident/reports/controller.js",
"diff": "@@ -72,10 +72,6 @@ export default AbstractReportController.extend(UserSession, NumberFormat, {\nlet maxValue = get(this, 'maxValue');\nreturn new RSVP.Promise(funct... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | adds error message to incident report generation (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 08.11.2018 22:22:05 | 21,600 | 9a4f67f40cbf67b3195328297b04544c1ac7e2cc | adds error message to patient report generation (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/patients/reports/controller.js",
"new_path": "app/patients/reports/controller.js",
"diff": "@@ -838,15 +838,29 @@ export default AbstractReportController.extend(PatientDiagnosis, PatientVisits,\nlet reportType = this.get('reportType');\nlet startDate = thi... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | adds error message to patient report generation (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 08.11.2018 23:10:34 | 21,600 | db8b07cc1af66e85f8f6f09acbd73903f2acf2c1 | adds error message to inventory report generation (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/reports/controller.js",
"new_path": "app/inventory/reports/controller.js",
"diff": "@@ -1292,20 +1292,43 @@ export default AbstractReportController.extend(LocationName, ModalHelper, Number\n}\n},\n- actions: {\n- generateReport() {\n+ _validateDa... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | adds error message to inventory report generation (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 08.11.2018 23:19:58 | 21,600 | 82a1f8b6e738baee3cb364734db32e00514c8da4 | refactors date validations to use the same validation (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/controllers/abstract-report-controller.js",
"new_path": "app/controllers/abstract-report-controller.js",
"diff": "@@ -167,6 +167,34 @@ export default Controller.extend(DateFormat, ModalHelper, NumberFormat, Paginati\n}\n},\n+ _validateDateInputs() {\n+ let... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactors date validations to use the same validation (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 08.11.2018 23:35:32 | 21,600 | 6c54be4f5c02738809164b9d41678d9e5aea42f3 | removes code that is not needed (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/patients/reports/controller.js",
"new_path": "app/patients/reports/controller.js",
"diff": "@@ -832,14 +832,8 @@ export default AbstractReportController.extend(PatientDiagnosis, PatientVisits,\n},\n_validateDates() {\n- let endDate = this.get('endDate');\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | removes code that is not needed (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 09.11.2018 00:21:02 | 21,600 | 9ca022369b18103157ea329189c8d513f77c8f1a | fixes issue with status report showing start and end date in report title if one was selected via another report (HospitalRun/hospitalrun-frontend#1543) | [
{
"change_type": "MODIFY",
"old_path": "app/patients/reports/controller.js",
"new_path": "app/patients/reports/controller.js",
"diff": "@@ -276,7 +276,13 @@ export default AbstractReportController.extend(PatientDiagnosis, PatientVisits,\nisStatusReport: computed('reportType', function() {\nlet repor... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue with status report showing start and end date in report title if one was selected via another report (HospitalRun/hospitalrun-frontend#1543) |
288,323 | 17.11.2018 02:36:24 | 21,600 | 842d0976b57931e96fc895ce58d1387f89602d38 | fixes issue with warning messages rendering with HTML text inside of them instead of styling them properly (HospitalRun/hospitalrun-frontend#1561) | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/edit/template.hbs",
"new_path": "app/inventory/edit/template.hbs",
"diff": "<button type=\"button\" class=\"close\" data-dismiss=\"alert\"><span aria-hidden=\"true\" class=\"octicon octicon-x\"></span><span class=\"sr-only\">{{t 'buttons.close'}}... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue with warning messages rendering with HTML text inside of them instead of styling them properly (HospitalRun/hospitalrun-frontend#1561) |
288,323 | 17.11.2018 02:38:38 | 21,600 | bf90057ee6a363e7af9ad0f0604d6c9dd8867827 | fixes an issue where the test title was not printing the report name | [
{
"change_type": "MODIFY",
"old_path": "tests/acceptance/inventory-test.js",
"new_path": "tests/acceptance/inventory-test.js",
"diff": "@@ -326,7 +326,7 @@ async function generateReport(reportName, startDate, endDate) {\n}\nfunction testReportWithEmptyEndDateBeforeStartDate(reportName) {\n- test('${... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes an issue where the test title was not printing the report name |
288,323 | 18.11.2018 21:37:37 | 21,600 | 5dadaffd50b626b07c8e62cfa862d2cc90b30f75 | fixes issue with welcome message showing HTML in message instead of rendering the format (HospitalRun/hospitalrun-frontend#1561) | [
{
"change_type": "MODIFY",
"old_path": "app/templates/index.hbs",
"new_path": "app/templates/index.hbs",
"diff": "</div>\n{{#if standAlone }}\n<div class=\"panel-body\">\n- {{t \"dashboard.standalone_welcome\" }}\n+ {{t \"dashboard.standalone_welcome\" htmlSafe=true}}\n{{#if needsUserSetup }}\n<p>{{... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixes issue with welcome message showing HTML in message instead of rendering the format (HospitalRun/hospitalrun-frontend#1561) |
288,328 | 05.12.2018 17:47:39 | 21,600 | 9e32c17fdc5ce7ba06c747cc7c727d565b5af54e | More fixes for tests. | [
{
"change_type": "MODIFY",
"old_path": "tests/unit/services/language-preference-test.js",
"new_path": "tests/unit/services/language-preference-test.js",
"diff": "@@ -44,7 +44,7 @@ module('Unit | Service | Language preference', function(hooks) {\nconfigDb.put.reset();\ncurrentUser.reset();\n- // in c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | More fixes for tests. |
288,334 | 06.08.2019 23:23:11 | -7,200 | d07cf6bed51a44fa99270c9ccb8b9fab7f05eae3 | Adds FUNDING and CODE_OF_CONDUCT | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/CODE_OF_CONDUCT.md",
"diff": "+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+In the interest of fostering an open and welcoming environment, we as\n+contributors and maintainers pledge to making participation in our proj... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Adds FUNDING and CODE_OF_CONDUCT |
288,334 | 07.08.2019 22:41:22 | -7,200 | 53776bb20b28743742282abfd53094c2ba9dc945 | Adds new issue templates | [
{
"change_type": "DELETE",
"old_path": ".github/PULL_REQUEST_TEMPLATE.md",
"new_path": null,
"diff": "-Fixes #[replace brackets with the issue number that your pull request addresses].\n-\n-**Changes proposed in this pull request:**\n-- [list out summary of changes here]\n-- [list out summary of cha... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Adds new issue templates |
288,334 | 06.09.2019 18:42:41 | -7,200 | ab508d2a3dc55f7d21a96ae1eec1367ddc1b9052 | docs: adds saucelab credits | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n[](https://img.shields.io/github/release) [ Adds husky and commitizen | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "commitlint.config.js",
"diff": "+module.exports = {\n+ extends: [\"gitmoji\"],\n+ parserPreset: {\n+ parserOpts: {\n+ headerPattern: /^(:\\w*:)(?:\\s)(?:\\((.*?)\\))?\\s((?:.*(?=\\())|.*)(?:\\(#(\\d*)\\))?/,\n+ headerCorrespondence: [\"type\", \... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :sparkles: (lifecycle) Adds husky and commitizen |
288,323 | 08.09.2019 21:23:12 | 18,000 | 7eeff258c8d0187214ca2d1d4fc4b4b32fbfcc33 | wrench: (package) Updates namespace | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n- \"name\": \"hospitalrun-frontend\",\n+ \"name\": \"@hospitalrun-org/frontend\",\n\"version\": \"0.1.0\",\n- \"private\": true,\n+ \"private\": false,\n\"dependencies\": {\n\"@types/jest\": \"24.0.18\",\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :wrench: (package) Updates namespace |
288,323 | 08.09.2019 21:25:53 | 18,000 | c9bfadf6cc756c708f4dfd1d789ef190a189d604 | wrench: (lifecycle) Adds precommit hook | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"start\": \"react-scripts start\",\n\"build\": \"react-scripts build\",\n\"test\": \"react-scripts test\",\n+ \"test:ci\": \"cross-env CI=true react-scripts test\",\n\"eject\": \"react-scripts eject\"\n},\n\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :wrench: (lifecycle) Adds precommit hook |
288,334 | 09.09.2019 12:50:48 | -7,200 | 932ee814c3b4de3178c03de6656576c0046cd15e | chore: updates package.json | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"name\": \"@hospitalrun-org/frontend\",\n\"version\": \"0.1.0\",\n+ \"description\": \"React frontend for HospitalRun\",\n\"private\": false,\n+ \"license\": \"MIT\",\n\"dependencies\": {\n\"@types/jest\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: updates package.json |
288,334 | 09.09.2019 14:57:07 | -7,200 | 3d8a9c61e85b9684fad9ae87388d6903a47678e4 | Create minimum-reviews.yml | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/minimum-reviews.yml",
"diff": "+# Number of reviews required to mark the pull request as valid\n+reviewsUntilReady: 2\n+\n+# Number of changes in the pull request to start enforcing the reviewsUntilReady rule\n+changesThreshold: 100\n+\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Create minimum-reviews.yml |
288,334 | 09.09.2019 14:59:07 | -7,200 | 048d379868921914e5f894cae5c6e987fb63f911 | Delete minimum-reviews.yml | [
{
"change_type": "DELETE",
"old_path": ".github/minimum-reviews.yml",
"new_path": null,
"diff": "-# Number of reviews required to mark the pull request as valid\n-reviewsUntilReady: 2\n-\n-# Number of changes in the pull request to start enforcing the reviewsUntilReady rule\n-changesThreshold: 100\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Delete minimum-reviews.yml |
288,323 | 09.09.2019 22:20:23 | 18,000 | 3e35d33d6dee9d2b755760ba05225bace2f4f94c | chore: updates tsconfig to match components library | [
{
"change_type": "MODIFY",
"old_path": "tsconfig.json",
"new_path": "tsconfig.json",
"diff": "{\n+ \"include\": [\n+ \"src\",\n+ \"types\"\n+ ],\n+ \"exclude\": [\n+ \"node_modules\",\n+ \"dist\"\n+ ],\n\"compilerOptions\": {\n\"target\": \"es5\",\n+ \"module\": \"esnext\",\n\"lib\": [\n\"dom\",\n- ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: updates tsconfig to match components library |
288,323 | 09.09.2019 22:43:33 | 18,000 | d198de23cadbcf9de602147103341d4c6c08ed71 | chore: removes react branding and adds hospital run branding | [
{
"change_type": "MODIFY",
"old_path": "public/favicon.ico",
"new_path": "public/favicon.ico",
"diff": "Binary files a/public/favicon.ico and b/public/favicon.ico differ\n"
},
{
"change_type": "MODIFY",
"old_path": "public/index.html",
"new_path": "public/index.html",
"diff": "<m... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore: removes react branding and adds hospital run branding |
288,360 | 11.09.2019 13:01:13 | 18,000 | 36a4980e505664efc35729e6d8d2ab58c424dcfb | whale: (devops) Adding Basic Dockerfile | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".dockerignore",
"diff": "+node_modules\n"
},
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "+build\n# Logs\nlogs\n*.log\n"
},
{
"change_type": "ADD",
"old_path": null,
... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :whale: (devops) Adding Basic Dockerfile |
288,334 | 12.09.2019 15:14:34 | -7,200 | 57b809f8e8707b21a000970fde7a089c609c59c5 | whale: (devops) Updates Dockerfile
Closes | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "-FROM node:lts-alpine\n+FROM node:10-alpine as build\n+LABEL maintainer=\"Michael Feher, Matteo Vivona, Maksim Sinik\"\n-RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app\n+# set app b... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :whale: (devops) Updates Dockerfile
Closes #1621 |
288,297 | 27.09.2019 12:24:35 | -7,200 | 4b0096b8a25ef800cfa68dfbc66cd0543f88b848 | bug: (dep) Uses ~ for all deps | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".npmrc",
"diff": "+save-prefix='~'\n\\ No newline at end of file\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n- \"name\": \"@hospitalrun-org/frontend\",\n+ \"name\": \"@... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :bug: (dep) Uses ~ for all deps |
288,297 | 27.09.2019 12:28:21 | -7,200 | bd032aa6c22552519bef637cc3d25b9083a36e04 | bug: (dep) Adds commitizen as devDep | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@types/node\": \"~12.7.8\",\n\"@types/react\": \"~16.9.3\",\n\"@types/react-dom\": \"~16.9.1\",\n+ \"commitizen\": \"^4.0.3\",\n\"commitlint-config-gitmoji\": \"~1.0.1\",\n\"cross-env\": \"~5.2.1\",\n\"cz-e... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | :bug: (dep) Adds commitizen as devDep |
288,334 | 27.09.2019 18:11:54 | -7,200 | 27bf0997172347b85fb61c542eb24bdf6b9f2864 | ci(commit): removes gitmoji and adds commitizen plugins
closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".releaserc",
"diff": "+{\n+ \"plugins\": [\n+ \"@semantic-release/commit-analyzer\",\n+ \"@semantic-release/release-notes-generator\",\n+ \"@semantic-release/changelog\",\n+ [\"@semantic-release/git\", {\n+ \"assets\": [\"package.json\", \"CHANG... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | ci(commit): removes gitmoji and adds commitizen plugins
closes #1624 |
288,334 | 15.10.2019 18:04:30 | -7,200 | 8674b843c2efe85ffc037c89b4a223e9c1976fe8 | test(jest): adds jest | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".travis.yml",
"diff": "+language: node_js\n+\n+node_js:\n+ - \"12\"\n+ - \"11\"\n+ - \"10\"\n+\n+branches:\n+ only:\n+ - master\n+\n+install:\n+ - travis_retry npm install\n+\n+before_script:\n+ - npm run lint\n+script:\n+ - npm run build\n+afte... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | test(jest): adds jest |
288,334 | 15.10.2019 18:11:21 | -7,200 | b5184d72fd9d8332a2db265091f7b3ad7684186a | chore(github): updates issue template and add ci action | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/ci.yml",
"diff": "+name: GitHub CI\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ npm:\n+ runs-on: ${{ matrix.os }}\n+\n+ strategy:\n+ matrix:\n+ node-version: [10.x, 12.x]\n+ os: [ubuntu-18.04]\n+\n+ steps:\n+ - uses: actions/che... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(github): updates issue template and add ci action |
288,334 | 15.10.2019 18:29:10 | -7,200 | b942e51dc1b478b7323338d22257e3345f8be450 | chore(github): adds lint and azure ci toolchain | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".editorconfig",
"diff": "+root = true\n+\n+[*]\n+indent_style = space\n+indent_size = 2\n+charset = utf-8\n+trim_trailing_whitespace = true\n+insert_final_newline = true\n+end_of_line = lf\n+# editorconfig-tools is unable to ignore longs strings... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(github): adds lint and azure ci toolchain |
288,334 | 15.10.2019 18:52:00 | -7,200 | c8a227a5495f3e680115c3cd68871ea86bd1a470 | chore(test): updates travis and github yaml | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -30,7 +30,7 @@ jobs:\nnpm run build\n- name: Run tests\nrun: |\n- npm run test\n+ npm run test:ci\nyarn:\nruns-on: ${{ matrix.os }}\n"
},
{
"change_type": "MODIFY",
"old... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(test): updates travis and github yaml |
288,334 | 15.10.2019 19:06:55 | -7,200 | ddc4cdfd674c19b042eeb25456f0b88d69d8d64c | docs(readme): updates badges | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n-[](https://img.shields.io/github/release) [: updates badges |
288,334 | 15.10.2019 19:23:23 | -7,200 | db127b6b3d4587fdb49fe568b74841fbdf3e74f3 | fix(docs): fixes badge url on readme | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n-[](https://img.shields.io/github/release) [: fixes badge url on readme |
288,323 | 23.10.2019 23:32:29 | 18,000 | afb5e3122f7ac5a7ae317b7d241528f01c0efb48 | chore(package): fix broken lint script | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"pretest\": \"npm run lint && npm run build\",\n\"test\": \"react-scripts test\",\n\"test:ci\": \"cross-env CI=true react-scripts test\",\n- \"lint\": \"eslint './src/**/*.{ts,tsx}'\",\n+ \"lint\": \"eslint ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(package): fix broken lint script |
288,334 | 29.10.2019 14:41:34 | -3,600 | 6317d62fe443c595805a8496326baeec200fd85f | chore(slack): updates slacking url | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n[](https://img.shields.io/github/release) [: updates slacking url |
288,399 | 05.11.2019 17:24:43 | -3,600 | 4c2fb5a8aee1845c33d04285e3af972ae53eef6e | chore(deps): adds eslint dev dependency | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"cross-env\": \"~6.0.3\",\n\"cz-conventional-changelog\": \"^3.0.2\",\n\"dateformat\": \"~3.0.3\",\n+ \"eslint\": \"^6.6.0\",\n\"eslint-config-airbnb\": \"^18.0.1\",\n\"eslint-config-prettier\": \"^6.5.0\",\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(deps): adds eslint dev dependency |
288,399 | 05.11.2019 19:00:00 | -3,600 | 75e175665ef744cac1d6ea639e0a732a4c566d7b | fix(lint): fixes eslint | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n+ \"@semantic-release/changelog\": \"~3.0.4\",\n+ \"@semantic-release/git\": \"~7.0.16\",\n+ \"@semantic-release/release-notes-generator\": \"~... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(lint): fixes eslint |
288,334 | 17.11.2019 14:08:10 | -3,600 | 90a116af9e251344e3c758c142e555952e46df2e | docs(readme): updates file structure | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "-<div align=\"center\">\n-\n-\n-\n-</div>\n+# HospitalRun Frontend\n<div align=\"center\">\n</div>\n-<div align=... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | docs(readme): updates file structure |
288,297 | 18.11.2019 16:31:52 | -3,600 | 94499219947bc331cca27d64806c378fb57cb0ed | Updates core-team members | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -41,8 +41,8 @@ Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs][homep\n## Core Team\n<!-- prettier-ignore -->\n-| [<img src=\"https://avatars3.githubusercontent.com/u/25089405?s=460&v=4... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Updates core-team members |
288,334 | 19.11.2019 12:13:34 | -3,600 | bd9a1a1c35b2a7b3f6e31951bbf83e242677f174 | ci(lint): adds new lint stage on pre-commit | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"eslint-plugin-react\": \"^7.16.0\",\n\"eslint-plugin-react-hooks\": \"^2.2.0\",\n\"husky\": \"^3.0.5\",\n+ \"lint-staged\": \"~9.4.3\",\n\"jest\": \"^24.9.0\",\n\"prettier\": \"~1.19.1\",\n\"semantic-releas... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | ci(lint): adds new lint stage on pre-commit |
288,334 | 19.11.2019 14:31:55 | -3,600 | 665a00eb4fd71ddb71e49fcdc79d547294579d94 | chore(deps): updates devdependency | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@types/jest\": \"~24.0.18\",\n\"@types/node\": \"~12.12.9\",\n\"@types/react\": \"~16.9.6\",\n- \"@types/react-dom\": \"~16.9.1\",\n+ \"@types/react-dom\": \"~16.9.4\",\n\"@typescript-eslint/eslint-plugin\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(deps): updates devdependency |
288,323 | 22.10.2019 22:43:20 | 18,000 | c6d712b6bd2fb74adc61d9de88e58673418bdcb4 | feat(init): creates a very simple pouchdb client | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@semantic-release/changelog\": \"~3.0.4\",\n\"@semantic-release/git\": \"~7.0.16\",\n\"@semantic-release/release-notes-generator\": \"~7.3.0\",\n- \"react\": \"~16.12.0\",\n- \"react-dom\": \"~16.12.0\",\n+... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): creates a very simple pouchdb client |
288,323 | 23.10.2019 23:30:15 | 18,000 | c220b9667bf25569a73b9859c622d2cfd39fe5e2 | feat(init): add basic routing | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@semantic-release/git\": \"~7.0.16\",\n\"@semantic-release/release-notes-generator\": \"~7.3.0\",\n\"pouchdb\": \"~7.1.1\",\n+ \"bootstrap\": \"^4.3.1\",\n\"react\": \"~16.10.2\",\n\"react-dom\": \"~16.10.2... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): add basic routing |
288,323 | 29.10.2019 21:55:39 | 18,000 | bb94ef0cf5e4461a4d84515cc695db66fd229fc7 | feat(patients): add very simple create patient page | [
{
"change_type": "RENAME",
"old_path": "src/client/pouchdb.ts",
"new_path": "src/clients/db/patients-db.ts",
"diff": "-import PouchDB from 'pouchdb';\n+import { patients } from '../../config/pouchdb';\n-const db = new PouchDB('hospitalrun');\n+export async function getAll() {\n+ return patients.allD... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): add very simple create patient page |
288,323 | 29.10.2019 22:10:01 | 18,000 | 927b5bc8ea606ad8a70c2603d2afbcae99744643 | feat(patients): add very simple way of displaying all patients | [
{
"change_type": "MODIFY",
"old_path": "src/clients/db/patients-db.ts",
"new_path": "src/clients/db/patients-db.ts",
"diff": "import { patients } from '../../config/pouchdb';\nexport async function getAll() {\n- return patients.allDocs();\n+ return patients.allDocs({ include_docs: true});\n}\nexport... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): add very simple way of displaying all patients |
288,323 | 30.10.2019 22:17:58 | 18,000 | e48e2484633470f5cb52bd7eaee3d7b324df2d92 | feat(patients) seperate containers and components, add edit/view | [
{
"change_type": "MODIFY",
"old_path": "src/clients/db/patients-db.ts",
"new_path": "src/clients/db/patients-db.ts",
"diff": "@@ -14,7 +14,7 @@ export async function deleteDocumentById(id: string, revId: string) {\nexport async function saveOrUpdate(document: any) {\ntry {\n- const existingDocument ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients) seperate containers and components, add edit/view |
288,323 | 18.11.2019 21:22:41 | 21,600 | 273b000537ca45825f7c1c71236431a74c9ad7b6 | feat(init): update to use models | [
{
"change_type": "MODIFY",
"old_path": "src/App.tsx",
"new_path": "src/App.tsx",
"diff": "import React from 'react'\n-import logo from './hospitalrun-icon-transparent.png'\n-import './App.css'\n+import { BrowserRouter } from 'react-router-dom'\n+import HospitalRun from './containers/HospitalRun'\nco... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): update to use models |
288,323 | 19.11.2019 00:37:19 | 21,600 | 183d65cc837e2fb8539564dbf06c474b242cf611 | feat(init): add redux | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.js",
"new_path": ".eslintrc.js",
"diff": "@@ -44,6 +44,8 @@ module.exports = {\n'arrow-body-style': ['warn', 'as-needed'],\n'no-param-reassign': ['error', { props: false }],\n'import/prefer-default-export': 'off',\n+ 'import/no-extraneous-dependencie... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): add redux |
288,297 | 19.11.2019 17:56:57 | -3,600 | fbc748e22494122053e2683e30ab79d1c66b18d2 | chore(deps): updates deps to match components repository | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@reduxjs/toolkit\": \"^1.0.4\",\n+ \"@reduxjs/toolkit\": \"~1.0.4\",\n\"@semantic-release/changelog\": \"~3.0.4\",\n\"@semantic-release/git... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(deps): updates deps to match components repository |
288,297 | 19.11.2019 19:40:00 | -3,600 | d8e7a55b51170ca4484bcc252d7b5177c2a0172d | feat(db): adds remote couchdb | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"husky\": {\n\"hooks\": {\n- \"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\",\n- \"pre-commit\": \"lint-staged\"\n+ \"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\"\n}\n},\n\"config\": {\n"
},
{... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(db): adds remote couchdb |
288,323 | 19.11.2019 22:33:51 | 21,600 | 24940b4e80315f94cb92bfcbf34300cf8ddc30ec | feat(init): creates a generic repository class and refactors patient db | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@semantic-release/changelog\": \"~3.0.4\",\n\"@semantic-release/git\": \"~7.0.16\",\n\"@semantic-release/release-notes-generator\": \"~7.3.0\",\n- \"@types/react-redux\": \"~7.1.5\",\n- \"@types/redux-logge... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): creates a generic repository class and refactors patient db |
288,323 | 19.11.2019 23:12:41 | 21,600 | 1dca9249c1d440cabb79784e8570d21ef106c70c | feat(init): fix warnings comming from manifest | [
{
"change_type": "MODIFY",
"old_path": "public/manifest.json",
"new_path": "public/manifest.json",
"diff": "{\n- \"short_name\": \"React App\",\n- \"name\": \"Create React App Sample\",\n+ \"short_name\": \"HospitalRun\",\n+ \"name\": \"HospitalRun\",\n\"icons\": [\n{\n\"src\": \"favicon.ico\",\n\"t... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): fix warnings comming from manifest |
288,323 | 20.11.2019 21:46:01 | 21,600 | c4ced2c157264089f69c6f53b3f89ced69b50f78 | feat(init): update NewPatient to not use Patient slice | [
{
"change_type": "MODIFY",
"old_path": "src/containers/NewPatient.tsx",
"new_path": "src/containers/NewPatient.tsx",
"diff": "-import React from 'react'\n-import { withRouter, RouteComponentProps, Redirect } from 'react-router-dom'\n-import { useDispatch, useSelector } from 'react-redux'\n-import { ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): update NewPatient to not use Patient slice |
288,323 | 20.11.2019 22:12:35 | 21,600 | d6ab6222395c93fa9cd5db2e483c81110f5d6295 | feat(init): cleans up update patient code | [
{
"change_type": "MODIFY",
"old_path": "src/containers/ViewPatient.tsx",
"new_path": "src/containers/ViewPatient.tsx",
"diff": "import React, { useState, useEffect } from 'react'\nimport { useDispatch, useSelector } from 'react-redux'\n-import { withRouter, RouteComponentProps } from 'react-router-d... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): cleans up update patient code |
288,323 | 20.11.2019 22:16:10 | 21,600 | 2063b20b60b44f42ae9c92a1a17a69d4b94fac26 | feat(init): cleans up interfaces for PatientForm | [
{
"change_type": "MODIFY",
"old_path": "src/components/PatientForm.tsx",
"new_path": "src/components/PatientForm.tsx",
"diff": "@@ -10,9 +10,8 @@ interface Props {\n}\nconst PatientForm: React.FC<Props> = (props: Props) => {\n- const handleChange = (event: any, fieldName: string) => {\n- const htmlI... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): cleans up interfaces for PatientForm |
288,323 | 25.11.2019 21:02:59 | 21,600 | d3835d69e2753eaa539fc61c789b4969178edf23 | feat(init): add dashboard view, and useTitle hook | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/components/Navbar.tsx",
"diff": "+import React from 'react'\n+import { useHistory } from 'react-router'\n+import { Navbar as HospitalRunNavbar } from '@hospitalrun/components'\n+\n+const Navbar = () => {\n+ const history = useHistory()\n+ re... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): add dashboard view, and useTitle hook |
288,323 | 26.11.2019 21:33:54 | 21,600 | 7a19200c2f6640d72737b156e3c994d1595cfdcd | feat(init): add permissions for routes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Permissions.ts",
"diff": "+enum Permissions {\n+ ReadPatients = 'read:patients',\n+ WritePatients = 'write:patients'\n+}\n+\n+export default Permissions\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/compone... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): add permissions for routes |
288,323 | 26.11.2019 22:32:05 | 21,600 | 0f69f8466855ea5435ba31d24a93d7d44c39ea83 | feat(i18n): add internationalization | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@semantic-release/git\": \"~7.0.16\",\n\"@semantic-release/release-notes-generator\": \"~7.3.0\",\n\"bootstrap\": \"~4.3.1\",\n+ \"i18next\": \"^19.0.1\",\n+ \"i18next-browser-languagedetector\": \"^4.0.1\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(i18n): add internationalization |
288,323 | 27.11.2019 06:46:57 | 21,600 | deb075680b55d410e8b6be63c83afafc473f60c7 | style(init): fix lint errors | [
{
"change_type": "MODIFY",
"old_path": "src/App.tsx",
"new_path": "src/App.tsx",
"diff": "import React, { Suspense } from 'react'\nimport { BrowserRouter } from 'react-router-dom'\nimport { Provider } from 'react-redux'\n+import { Spinner } from '@hospitalrun/components'\nimport HospitalRun from './... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | style(init): fix lint errors |
288,323 | 27.11.2019 06:47:23 | 21,600 | 89af6090b4fd4c67659c542faa755b6d8b750adf | docs(readme): add project status | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n-[](https://img.shields.io/github/release) [: add project status |
288,323 | 28.11.2019 10:04:25 | 21,600 | 078dcf9d7b2611fc4ea8546479194664a88c3276 | feat(init): add hospitalrun/components to package.json | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n+ \"@hospitalrun/components\": \"^0.19.0\",\n\"@reduxjs/toolkit\": \"~1.0.4\",\n\"@semantic-release/changelog\": \"~3.0.4\",\n\"@semantic-relea... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): add hospitalrun/components to package.json |
288,323 | 28.11.2019 10:07:29 | 21,600 | 999173022e3b6b55a6a5d670176e19b111888c69 | style(lint): removed unnecessary eslint configurations | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.js",
"new_path": ".eslintrc.js",
"diff": "@@ -44,8 +44,6 @@ module.exports = {\n'arrow-body-style': ['warn', 'as-needed'],\n'no-param-reassign': ['error', { props: false }],\n'import/prefer-default-export': 'off',\n- 'import/no-extraneous-dependencie... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | style(lint): removed unnecessary eslint configurations |
288,323 | 28.11.2019 10:08:51 | 21,600 | cd861e3adb2c15ce53ce3c69676f7e5c0eeff6ec | feat(init): rename store/store.ts to store/index.ts | [
{
"change_type": "MODIFY",
"old_path": "src/App.tsx",
"new_path": "src/App.tsx",
"diff": "@@ -4,7 +4,7 @@ import { Provider } from 'react-redux'\nimport { Spinner } from '@hospitalrun/components'\nimport HospitalRun from './containers/HospitalRun'\n-import store from './store/store'\n+import store f... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): rename store/store.ts to store/index.ts |
288,323 | 28.11.2019 10:25:54 | 21,600 | 500c680795a3b98c7b3e99a3b35058848c8c3a5e | fix(dep): fix missing react-bootstrap dependency | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"i18next-xhr-backend\": \"^3.2.2\",\n\"pouchdb\": \"~7.1.1\",\n\"react\": \"~16.12.0\",\n+ \"react-bootstrap\": \"^1.0.0-beta.16\",\n\"react-dom\": \"~16.12.0\",\n\"react-i18next\": \"^11.2.2\",\n\"react-red... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(dep): fix missing react-bootstrap dependency |
288,323 | 28.11.2019 11:03:06 | 21,600 | 2edfe1b247ec5d0e5d5e372e0facb82be535af3f | fix(tests): fix matchMediaMock issue when running tests | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__mocks__/matchMediaMock.js",
"diff": "+window.matchMedia = jest.fn().mockImplementation((query) => ({\n+ matches: false,\n+ media: query,\n+ onchange: null,\n+ addListener: jest.fn(), // deprecated\n+ removeListener: jest.fn(), // deprecate... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(tests): fix matchMediaMock issue when running tests |
288,323 | 28.11.2019 19:49:22 | 21,600 | 3d7be47d1d691b9ef547937a4391c8da1cc39894 | feat(init): remove warnings in tests | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"react-router-dom\": \"~5.1.2\",\n\"react-scripts\": \"~3.2.0\",\n\"redux\": \"~4.0.4\",\n- \"redux-logger\": \"~3.0.6\",\n\"redux-thunk\": \"~2.3.0\",\n\"typescript\": \"~3.6.3\"\n},\n\"@types/react-redux\"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): remove warnings in tests |
288,323 | 30.11.2019 14:50:34 | 21,600 | 7373e8de447e79d6a8998736436a1c8396241f0b | feat(init): mock pouchdb | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "jest.config.js",
"diff": "+module.exports = {\n+ roots: ['<rootDir>/src'],\n+ testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'],\n+ transform: {\n+ '^.+\\\\.(ts|tsx)$': 'ts-jest',\n+ },\n+}\n"
},
{
"chang... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(init): mock pouchdb |
288,336 | 11.12.2019 01:47:05 | 0 | 595a887ff097320b02c38a0b1e560e44d1f1060e | Add run on repl.it badge to README
This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`.
You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@Kognise/hospitalrun-frontend-5). | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".replit",
"diff": "+language = \"nodejs\"\n+run = \"npm start\"\n"
},
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<div align=\"center\">\n[, or view the Repl [here](https://repl.it/@Kognise/hospitalrun-frontend-5). |
288,326 | 11.12.2019 19:27:10 | 10,800 | 03729e5edd919d1e8e392daac2581d7a4b2c8edb | feat(i18n): add translation resources
Add 8 other most used languages on the internet to static i18n translation resources with initial
rough translations from google tranlsate. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "public/locales/de/translation.json",
"diff": "+{\n+ \"dashboard\": {\n+ \"label\": \"Dashboard\"\n+ },\n+ \"patients\": {\n+ \"label\": \"Patienten\",\n+ \"viewPatients\": \"Patienten anzeigen\",\n+ \"viewPatient\": \"Patient anzeigen\",\n+ \"ne... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(i18n): add translation resources
Add 8 other most used languages on the internet to static i18n translation resources with initial
rough translations from google tranlsate. |
288,326 | 13.12.2019 13:34:02 | 10,800 | b1e830c256a5667e39dd198f6cc09aa9eedcf51b | refactor: improve-translation-resources-structure
fix | [
{
"change_type": "RENAME",
"old_path": "public/locales/ar/translation.json",
"new_path": "public/app-sections/languages/ar/translation.json",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "public/locales/de/translation.json",
"new_path": "public/app-sections/languages/de/trans... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | refactor: improve-translation-resources-structure
fix #1668 |
288,323 | 16.12.2019 22:12:48 | 21,600 | c2ef440425b15baa64a262f64d0d81d355856294 | feat(patients): add tests for patients-slice and move files | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/patients-slice.test.ts",
"diff": "+import * as patientsSlice from '../../patients/patients-slice'\n+import { AnyAction } from 'redux'\n+import { createMemoryHistory } from 'history'\n+import Patient from '../../model/Patie... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): add tests for patients-slice and move files |
288,323 | 16.12.2019 22:35:48 | 21,600 | 66c1f00a704a77f17b83d7f957ac56814cc14150 | style(patients): fix eslint issues | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/new/NewPatientForm.test.tsx",
"new_path": "src/__tests__/patients/new/NewPatientForm.test.tsx",
"diff": "import '../../../__mocks__/matchMediaMock'\nimport React from 'react'\n-import NewPatientForm from \"../../../patients/new/NewPatien... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | style(patients): fix eslint issues |
288,323 | 16.12.2019 22:59:50 | 21,600 | c6159af39afb6aa325191e06229908d5e9479479 | feat(patients): adds functionality to save patient | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/__tests__/patients/new/NewPatient.test.tsx",
"diff": "+import '../../../__mocks__/matchMediaMock'\n+import React from 'react'\n+import { mount } from 'enzyme'\n+import { MemoryRouter } from 'react-router'\n+import { Provider } from 'react-re... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): adds functionality to save patient |
288,323 | 16.12.2019 23:00:38 | 21,600 | e4cf64d44ce1c6b9baabff08cb86d557f7a5688c | fix(navbar): fixes broken link to new patients in navbar | [
{
"change_type": "MODIFY",
"old_path": "src/components/Navbar.tsx",
"new_path": "src/components/Navbar.tsx",
"diff": "@@ -31,7 +31,7 @@ const Navbar = () => {\n{\nlabel: t('actions.new'),\nonClick: () => {\n- history.push('/patients/new')\n+ history.push('/new/patients')\n},\n},\n],\n"
}
] | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(navbar): fixes broken link to new patients in navbar |
288,323 | 16.12.2019 23:12:39 | 21,600 | 8ff0ac913f0cee0f8d738a7cfaee57b2722c350f | fix(patients): fix broken name display in view patient adn lsit patient | [
{
"change_type": "MODIFY",
"old_path": "src/containers/HospitalRun.tsx",
"new_path": "src/containers/HospitalRun.tsx",
"diff": "@@ -4,9 +4,9 @@ import { useSelector } from 'react-redux'\nimport Sidebar from '../components/Sidebar'\nimport Permissions from '../util/Permissions'\nimport Dashboard from... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(patients): fix broken name display in view patient adn lsit patient |
288,323 | 17.12.2019 16:52:42 | 21,600 | 0688530ca6d19e16f590be894f0fda2e6c5a05a6 | Add stories template | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/ISSUE_TEMPLATE/story.md",
"diff": "+---\n+name: Story\n+about: Creates a stubbed story\n+title: ''\n+labels: ''\n+assignees: ''\n+\n+---\n+\n+## Scenario\n+**AS**\n+**SO**\n+**THAT**\n+\n+## Acceptance Criteria\n+**GIVEN**\n+**WHEN**\n+*... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Add stories template |
288,323 | 17.12.2019 21:56:22 | 21,600 | c8eba48017f6dc27de32f3096a45037fa775c046 | feat(patients): adds ability to approximate age when creating patient | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"eslint-plugin-prettier\": \"~3.1.1\",\n\"eslint-plugin-react\": \"~7.17.0\",\n\"eslint-plugin-react-hooks\": \"~2.3.0\",\n+ \"history\": \"~4.10.1\",\n\"husky\": \"~3.1.0\",\n\"jest\": \"~24.9.0\",\n\"lint-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): adds ability to approximate age when creating patient |
288,323 | 17.12.2019 22:50:37 | 21,600 | bf45cce152ec633efcc60bab12cdd46768ef3d99 | feat(patients): move date of birth information up a line | [
{
"change_type": "MODIFY",
"old_path": "src/patients/new/NewPatientForm.tsx",
"new_path": "src/patients/new/NewPatientForm.tsx",
"diff": "@@ -166,30 +166,6 @@ const NewPatientForm = (props: Props) => {\n/>\n</div>\n</div>\n- <div className=\"row\">\n- <div className=\"col-md-6\">\n- <TextInputWithLa... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): move date of birth information up a line |
288,323 | 18.12.2019 21:26:51 | 21,600 | 97589861aa4fc5e98052f7946befcff8b9c718fb | feat(patients): use hospital run date picker | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/components/input/DatePickerWithLabelFormGroup.test.tsx",
"new_path": "src/__tests__/components/input/DatePickerWithLabelFormGroup.test.tsx",
"diff": "import '../../../__mocks__/matchMediaMock'\n-import React from 'react'\n-import { Label } from '... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): use hospital run date picker |
288,323 | 20.12.2019 21:49:39 | 21,600 | 9bc43653ac1526ff7e432bd3d5a99fd1a16107a6 | feat(patients): flatten name object | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/new/NewPatient.test.tsx",
"new_path": "src/__tests__/patients/new/NewPatient.test.tsx",
"diff": "@@ -7,7 +7,6 @@ import NewPatient from '../../../patients/new/NewPatient'\nimport NewPatientForm from '../../../patients/new/NewPatientForm'... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): flatten name object |
288,323 | 20.12.2019 21:53:44 | 21,600 | 9072ac910538c9d7425b4f1a96db8bfd6f17e740 | feat(patients): change the new patients route | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/containers/HospitalRun.test.tsx",
"new_path": "src/__tests__/containers/HospitalRun.test.tsx",
"diff": "@@ -12,7 +12,7 @@ describe('HospitalRun', () => {\nit('should render the new patient screen when /patients/new is accessed', () => {\nconst wr... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): change the new patients route |
288,323 | 20.12.2019 22:45:14 | 21,600 | 97cf2636e987bf219f7a8836aaf04e63c98b59be | feat(patients): use date-fns in favor of luxon | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"@semantic-release/changelog\": \"~3.0.4\",\n\"@semantic-release/git\": \"~7.0.16\",\n\"@semantic-release/release-notes-generator\": \"~7.3.0\",\n- \"@types/luxon\": \"^1.21.0\",\n\"bootstrap\": \"~4.4.1\",\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): use date-fns in favor of luxon |
288,323 | 20.12.2019 22:59:19 | 21,600 | 281674cbb3d9caff84ce17f8992101b7d351ff46 | feat(patients): pass is approximate date of birth flag | [
{
"change_type": "MODIFY",
"old_path": "src/__tests__/patients/new/NewPatientForm.test.tsx",
"new_path": "src/__tests__/patients/new/NewPatientForm.test.tsx",
"diff": "@@ -341,6 +341,7 @@ describe('New Patient Form', () => {\nsuffix: expectedSuffix,\nsex: expectedSex,\ntype: expectedType,\n+ isAppro... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): pass is approximate date of birth flag |
288,323 | 30.12.2019 18:55:11 | 21,600 | d2e65d7397466c6e14edda0b3b74818b9bfd78e2 | chore(deps): bump from 0.22.2 to 0.24.0 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"private\": false,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@hospitalrun/components\": \"^0.22.0\",\n+ \"@hospitalrun/components\": \"^0.24.0\",\n\"@reduxjs/toolkit\": \"~1.2.1\",\n\"@semantic-releas... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(deps): bump @hospitalrun/components from 0.22.2 to 0.24.0 |
288,323 | 01.01.2020 17:40:23 | 21,600 | d23f860ce7e71cf892e7584e2eef6de0d4c79a70 | feat(patients): fix routing after successfully creating new patient | [
{
"change_type": "MODIFY",
"old_path": "src/patients/patients-slice.ts",
"new_path": "src/patients/patients-slice.ts",
"diff": "@@ -44,7 +44,7 @@ export const createPatient = (patient: Patient, history: any): AppThunk => async\ndispatch(createPatientStart())\nconst newPatient = await PatientReposito... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | feat(patients): fix routing after successfully creating new patient |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.