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,376
17.03.2017 14:09:50
14,400
0a3b1f679c39354e2e9be94b1d9980dffb4c74f5
Step 1 in entity setup Remove the defaultRoute for SysAdmin
[ { "change_type": "MODIFY", "old_path": "app/mixins/user-roles.js", "new_path": "app/mixins/user-roles.js", "diff": "@@ -15,7 +15,7 @@ export const PREDEFINED_USER_ROLES = [\n{ name: 'Patient Administration', roles: ['Patient Administration', 'user'], defaultRoute: 'patients' },\n{ name: 'Pharmacist'...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Step 1 in entity setup Remove the defaultRoute for SysAdmin
288,284
17.03.2017 14:46:58
14,400
9cdf477b8f40be42c11cabae1d136f8c943e7096
Update user adapter for use with pouchdb-users
[ { "change_type": "MODIFY", "old_path": "app/adapters/application.js", "new_path": "app/adapters/application.js", "diff": "+import CheckForErrors from 'hospitalrun/mixins/check-for-errors';\nimport Ember from 'ember';\n-import { Adapter } from 'ember-pouch';\nimport uuid from 'npm:uuid';\n+import { A...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Update user adapter for use with pouchdb-users
288,376
19.03.2017 15:08:17
14,400
9937f90da95ae904bebe9e8db1d1cb158d39c85f
increment work on initial user creation for empty set
[ { "change_type": "MODIFY", "old_path": "app/controllers/index.js", "new_path": "app/controllers/index.js", "diff": "import Ember from 'ember';\nimport UserSession from 'hospitalrun/mixins/user-session';\nexport default Ember.Controller.extend(UserSession, {\n- indexLinks: [\n- 'Appointments',\n- 'La...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
increment work on initial user creation for empty set
288,392
20.03.2017 07:59:10
25,200
88808cf0c56829dbcc4b976fe521e9e2e7bd1ca7
add admitted patient test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/patients-test.js", "new_path": "tests/acceptance/patients-test.js", "diff": "@@ -76,6 +76,35 @@ test('View reports tab | Patient Status', function(assert) {\n});\n});\n+test('Testing admitted patient', function(assert) {\n+ runWithPouchDump('p...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
add admitted patient test (#993)
288,392
21.03.2017 05:33:47
25,200
324154437ae2ed3ad412b52f3d869343ebcb5f5f
add medication completed test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/medication-test.js", "new_path": "tests/acceptance/medication-test.js", "diff": "@@ -92,6 +92,35 @@ test('fulfilling a medication request', function(assert) {\n});\n});\n+test('complete a medication request', function(assert) {\n+ runWithPouch...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
add medication completed test (#1008)
288,376
21.03.2017 13:14:28
25,200
26718e26e2038671d31e246653f43799890ec493
configure the electron build better
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"stylelint-scss\": \"1.4.1\",\n\"uuid\": \"^3.0.0\"\n},\n+ \"dependencies\": {\n+ \"ember-electron\": \"1.12.7\"\n+ },\n\"ember-addon\": {\n\"paths\": [\n\"lib/pouch-fixtures\"\n\"electron.js\",\n\"package.j...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
configure the electron build better
288,392
22.03.2017 06:40:04
25,200
35e77cdedc59e6d0603e27b201957ceddf167382
add appointment today test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/appointments-test.js", "new_path": "tests/acceptance/appointments-test.js", "diff": "@@ -49,6 +49,28 @@ test('visiting /appointments/missed', function(assert) {\n});\n});\n+test('test appointment for today', function(assert) {\n+ runWithPouchD...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
add appointment today test (#1012)
288,235
23.03.2017 19:28:34
-19,080
7af8df17f221f061143383a067d2cc9b320181c0
Add docker-compose.yml Fixes
[ { "change_type": "ADD", "old_path": null, "new_path": ".dockerignore", "diff": "+dist\n+tmp\n+node_modules\n+bower_components\n+.git\n+\n" }, { "change_type": "ADD", "old_path": null, "new_path": "docker-compose.yml", "diff": "+version: '2'\n+services:\n+ web:\n+ build: .\n+ port...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Add docker-compose.yml (#1015) Fixes #980
288,284
23.03.2017 16:46:31
14,400
3acc5a676092ecba83812af80c76a2db28b26663
Upgrading to hospitalrun-server-routes 0.9.11 Fixes Fixes Work in process for
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"express\": \"^4.8.5\",\n\"glob\": \"^7.1.0\",\n\"hospitalrun-dblisteners\": \"0.9.6\",\n- \"hospitalrun-server-routes\": \"0.9.10\",\n+ \"hospitalrun-server-routes\": \"0.9.11\",\n\"loader.js\": \"^4.0.11\"...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Upgrading to hospitalrun-server-routes 0.9.11 Fixes #153 Fixes #1011 Work in process for #631
288,284
24.03.2017 16:58:11
14,400
65a749da488fe94dba4aec63be7bb594507dc288
Got search working Using pouchdb-find to perform search.
[ { "change_type": "MODIFY", "old_path": "app/adapters/application.js", "new_path": "app/adapters/application.js", "diff": "@@ -4,6 +4,9 @@ import uuid from 'npm:uuid';\nimport { Adapter } from 'ember-pouch';\nconst {\n+ computed: {\n+ reads\n+ },\nget,\nrun: {\nbind\n@@ -11,8 +14,10 @@ const {\n} = E...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Got search working Using pouchdb-find to perform search.
288,325
27.03.2017 15:45:51
-3,600
db469da9a5eed20f74e7f139ab0b785a2af55abb
fix: fixed edit operative plan title bug
[ { "change_type": "MODIFY", "old_path": "app/patients/operative-plan/controller.js", "new_path": "app/patients/operative-plan/controller.js", "diff": "@@ -66,7 +66,12 @@ export default AbstractEditController.extend(OperativePlanStatuses, PatientSubmo\nlet newPlan = get(this, 'newPlan');\nif (newPlan)...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: fixed edit operative plan title bug
288,325
27.03.2017 15:58:42
-3,600
51a6c3ecca1b80edecd5d5b887abc60885cf6c35
fix: fixed edit operative plan title test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/operative-test.js", "new_path": "tests/acceptance/operative-test.js", "diff": "@@ -77,6 +77,7 @@ test('Plan and report creation', function(assert) {\nclick('.modal-footer button:contains(Ok)');\n});\nandThen(() => {\n+ assert.equal(find('.view...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix: fixed edit operative plan title test
288,343
27.03.2017 12:28:44
14,400
164f78cf8be5f629022cdbdc39f171aad6773884
add clarification for clone vs fork
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -22,7 +22,7 @@ To install the frontend please do the following:\n3. Install [ember-cli latest](https://www.npmjs.org/package/ember-cli): `npm install -g ember-cli@latest`.\nDepending on your [npm permissions](ht...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
add clarification for clone vs fork
288,343
27.03.2017 12:34:20
14,400
2878d63493f13cebc5929750e49afa5511d70ab0
moar formatting...
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -23,8 +23,8 @@ To install the frontend please do the following:\nDepending on your [npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) you might need root access to install ember-cli...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
moar formatting...
288,376
22.03.2017 22:12:41
25,200
9fab9a495c8d8bb93c895d89cb8db9739e315b51
The label for pricing was confusing Listed as department when it is really the lookup list of departments / categories to assign an expense.
[ { "change_type": "MODIFY", "old_path": "app/pricing/edit/template.hbs", "new_path": "app/pricing/edit/template.hbs", "diff": "{{em-input label=(t 'labels.name') property=\"name\" class=\"required price-name\"}}\n<div class=\"row\">\n{{number-input label=(t 'labels.price') property=\"price\" class=\"...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
The label for pricing was confusing Listed as department when it is really the lookup list of departments / categories to assign an expense.
288,376
27.03.2017 09:38:22
25,200
b308dbdca39ff2e09d94acc9fd42b0cfd97c1e12
resize the window and look to the website for an update file.
[ { "change_type": "MODIFY", "old_path": "electron.js", "new_path": "electron.js", "diff": "/* eslint-env node */\n'use strict';\n+const updater = require('electron-simple-updater');\n+updater.init('http://hospitalrun.io/releases/updates.js');\n+\nconst electron = require('electron');\nconst path = re...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
resize the window and look to the website for an update file.
288,343
27.03.2017 12:42:10
14,400
48af93a099f0cdc3c8fc4955beee332baa344793
one p too many
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -11,7 +11,7 @@ To run the development environment for this frontend you will need to have [Git]\n- [Contributing](#contributing)\n- [Installation](#installation)\n-- [Running the appplication](#running-the-appli...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
one p too many
288,343
27.03.2017 12:43:52
14,400
1715aae7c16c8e33b31692942417d5eaa4cbb726
builds on one line
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -3,9 +3,7 @@ HospitalRun frontend\n_Ember frontend for HospitalRun_\n-[![Build Status](https://travis-ci.org/HospitalRun/hospitalrun-frontend.svg?branch=master)](https://travis-ci.org/HospitalRun/hospitalrun-fro...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
builds on one line
288,343
27.03.2017 12:44:47
14,400
8db6a94bcc3f902a3bc085fc37341dc919f9bba0
a heading is helpful...
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -7,6 +7,8 @@ _Ember frontend for HospitalRun_\nTo run the development environment for this frontend you will need to have [Git](https://git-scm.com/), [Node.js](https://nodejs.org), [Ember CLI](http://ember-cli....
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
a heading is helpful...
288,275
29.03.2017 15:05:10
-3,600
2ea2fe245c45dccfd7fa4034ebc93c64995355ed
Display Vitals Taken By on visit page Fixes
[ { "change_type": "MODIFY", "old_path": "app/locales/en/translations.js", "new_path": "app/locales/en/translations.js", "diff": "@@ -370,6 +370,7 @@ export default {\nprescriber: 'Prescriber',\nquantity: 'Quantity',\nrequestedOn: 'Requested On',\n+ takenBy: 'Taken By',\ndate: 'Date',\ndateOfBirth: 'D...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Display Vitals Taken By on visit page Fixes #1016
288,284
31.03.2017 14:37:12
14,400
6918824f75d9a736ce5dcf5b0e01ac4a00899dab
Fix user listing screen for Electron
[ { "change_type": "MODIFY", "old_path": "app/adapters/user.js", "new_path": "app/adapters/user.js", "diff": "@@ -135,7 +135,7 @@ export default RESTAdapter.extend(CheckForErrors, UserSession, {\n}\n};\nif (get(this, 'standAlone') === true) {\n- return this._offlineFindAll(ajaxData);\n+ return this._o...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix user listing screen for Electron
288,275
31.03.2017 21:21:57
-3,600
7d961ec153c0df3d8200c9918e2b04a891325f1b
Fix allergies bug
[ { "change_type": "ADD", "old_path": null, "new_path": "app/allergy/edit/controller.js", "diff": "+import Ember from 'ember';\n+import AbstractEditController from 'hospitalrun/controllers/abstract-edit-controller';\n+\n+const {\n+ computed,\n+ computed: {\n+ alias\n+ },\n+ get,\n+ inject,\n+ set\n+} ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix allergies bug (#1040)
288,275
03.04.2017 15:45:19
-3,600
507c8211a8025d8ed86e3f5325d147111657f744
Fix 1023
[ { "change_type": "MODIFY", "old_path": "app/admin/print-header/template.hbs", "new_path": "app/admin/print-header/template.hbs", "diff": "<div class=\"panel-body\">\n{{#em-form model=model submitButton=false }}\n{{em-input label=(t 'admin.header.facilityName') property=\"value.facilityName\"}}\n- {{...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix 1023 (#1039)
288,284
03.04.2017 10:53:07
14,400
1d1bf2d54d579f2e5dc0150a24b36305f5cfc199
Removed unused labels Cleanup for
[ { "change_type": "MODIFY", "old_path": "app/locales/en/translations.js", "new_path": "app/locales/en/translations.js", "diff": "@@ -70,11 +70,6 @@ export default {\nheaderLine1: 'Header Line 1',\nheaderLine2: 'Header Line 2',\nheaderLine3: 'Header Line 3',\n- includeFacilityName: 'Include Facility N...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Removed unused labels Cleanup for #1039
288,284
03.04.2017 10:54:21
14,400
cbc07fd698ff2f0beee4f74cde8b3eea279aadd4
Fixes Ember Inspector error See for more details
[ { "change_type": "MODIFY", "old_path": "app/routes/application.js", "new_path": "app/routes/application.js", "diff": "@@ -16,9 +16,9 @@ let ApplicationRoute = Route.extend(ApplicationRouteMixin, ModalHelper, SetupUse\nactions: {\ncloseModal() {\n- this.disconnectOutlet({\n- parentView: 'application'...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixes Ember Inspector error See https://github.com/emberjs/ember-inspector/issues/625 for more details
288,284
03.04.2017 11:16:02
14,400
aebd7f4d52865ff11b9c89df1e7840855f7f3ef4
Make sure config db is read only
[ { "change_type": "MODIFY", "old_path": "script/initcouch.sh", "new_path": "script/initcouch.sh", "diff": "@@ -13,6 +13,7 @@ fi\ncurl -X PUT $SECUREHOST/_users/_security -d '{ \"admins\": { \"names\": [], \"roles\": [\"admin\"]}, \"members\": { \"names\": [], \"roles\": []}}'\ncurl -X PUT $SECUREHOST...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure config db is read only
288,284
03.04.2017 13:46:19
14,400
5b068caaed2b76e1980b5d7420d7981b7c94b022
Updated to use Node.js 6.x
[ { "change_type": "MODIFY", "old_path": "Dockerfile", "new_path": "Dockerfile", "diff": "@@ -4,7 +4,7 @@ FROM ubuntu:14.04\nRUN apt-get update && apt-get install curl sudo git wget -y\n# install hospital run\n-RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -\n+RUN curl -sL https://d...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated to use Node.js 6.x
288,284
04.04.2017 11:49:03
14,400
43c150bb2f00b8250e323b3d5ccc5c007121e479
Hardening security for couchdb
[ { "change_type": "MODIFY", "old_path": "script/initcouch.sh", "new_path": "script/initcouch.sh", "diff": "@@ -10,12 +10,13 @@ if [ -z \"${1}\" ] || [ -z \"${2}\" ]; then\nelse\nSECUREHOST=\"http://$1:$2@$URL:$PORT\"\nfi\n-curl -X PUT $SECUREHOST/_users/_security -d '{ \"admins\": { \"names\": [], \"...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Hardening security for couchdb
288,284
04.04.2017 16:59:18
14,400
2b2d50dddbde71c9906c27e81b30beedc9277db7
Updated to use ember-concurrency for edit updates.
[ { "change_type": "MODIFY", "old_path": "app/controllers/abstract-edit-controller.js", "new_path": "app/controllers/abstract-edit-controller.js", "diff": "@@ -2,6 +2,7 @@ import Ember from 'ember';\nimport EditPanelProps from 'hospitalrun/mixins/edit-panel-props';\nimport IsUpdateDisabled from 'hospi...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated to use ember-concurrency for edit updates.
288,284
04.04.2017 16:59:34
14,400
a2a619bb46c1a18ca5364bddf9fe99fc76d62b66
Make sure deletes are allowed.
[ { "change_type": "MODIFY", "old_path": "script/initcouch.sh", "new_path": "script/initcouch.sh", "diff": "@@ -16,7 +16,7 @@ curl -X PUT $SECUREHOST/config/_security -d '{ \"admins\": { \"names\": [], \"roles\":\ncurl -X PUT $SECUREHOST/config/_design/auth -d \"{ \\\"validate_doc_update\\\": \\\"func...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure deletes are allowed.
288,235
05.04.2017 20:12:07
-19,080
9f8e96e458c87bc56648aed25fa71a510effa615
Documents for Docker-compose
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -68,6 +68,8 @@ To start the frontend please do the following:\n- Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`.\n## Running with Docker...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Documents for Docker-compose (#1043)
288,284
05.04.2017 13:18:42
14,400
3e0b0cbbcf6130b0b147fd19ed5bc14c30cf2c0b
Fix for system admin role test that was failing.
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/role-test.js", "new_path": "tests/acceptance/role-test.js", "diff": "@@ -57,7 +57,7 @@ test('visiting /admin/roles', function(assert) {\n});\nPREDEFINED_USER_ROLES.forEach((role) => {\n- if (role.name !== 'User Administrator') {\n+ if (role.de...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix for system admin role test that was failing.
288,376
06.04.2017 16:37:23
14,400
b2387b26ac0416bd79819f5fb5dec956c21c0824
Change the dashboard to include a special welcome for electron app
[ { "change_type": "MODIFY", "old_path": "app/controllers/index.js", "new_path": "app/controllers/index.js", "diff": "import Ember from 'ember';\nimport UserSession from 'hospitalrun/mixins/user-session';\n+\n+const {\n+ computed,\n+ computed: {\n+ alias\n+ },\n+ get,\n+ inject\n+} = Ember;\nexport de...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Change the dashboard to include a special welcome for electron app
288,376
07.04.2017 12:03:07
14,400
7378b739e24718ff5d52664a01115eaa0de53eb9
simplifying the controller
[ { "change_type": "MODIFY", "old_path": "app/controllers/index.js", "new_path": "app/controllers/index.js", "diff": "@@ -2,20 +2,15 @@ import Ember from 'ember';\nimport UserSession from 'hospitalrun/mixins/user-session';\nconst {\n- computed,\ncomputed: {\nalias\n},\n- get,\ninject\n} = Ember;\nexpo...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
simplifying the controller
288,376
07.04.2017 13:44:21
14,400
d31c164945520576281b9dcf6e6f18f6a8bc95ca
simplifying the route
[ { "change_type": "MODIFY", "old_path": "app/users/index/route.js", "new_path": "app/users/index/route.js", "diff": "import AbstractIndexRoute from 'hospitalrun/routes/abstract-index-route';\nimport UserSession from 'hospitalrun/mixins/user-session';\nimport { translationMacro as t } from 'ember-i18n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
simplifying the route
288,376
07.04.2017 13:44:36
14,400
ca94cab666c3080a7b39a940bdb395e15aac6147
simplify the controller
[ { "change_type": "MODIFY", "old_path": "app/users/index/controller.js", "new_path": "app/users/index/controller.js", "diff": "@@ -3,13 +3,6 @@ import UserSession from 'hospitalrun/mixins/user-session';\nimport Ember from 'ember';\nexport default AbstractPagedController.extend(UserSession, {\naddPerm...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
simplify the controller
288,376
07.04.2017 13:45:00
14,400
fc596d74051e20f509ca952660f87002678c460a
markUserSetupComplete on save
[ { "change_type": "MODIFY", "old_path": "app/users/edit/controller.js", "new_path": "app/users/edit/controller.js", "diff": "@@ -44,12 +44,13 @@ export default AbstractEditController.extend(UserRoles, {\nupdateModel.set('userPrefix', prefix);\n}\nupdateModel.save().then(() => {\n- this.get('config')....
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
markUserSetupComplete on save
288,376
07.04.2017 13:45:28
14,400
b84929c476549809c09abcadf131357244f5d73c
move the logic for needsUserSetup into the config load process
[ { "change_type": "MODIFY", "old_path": "app/services/config.js", "new_path": "app/services/config.js", "diff": "@@ -8,10 +8,9 @@ export default Ember.Service.extend({\nsession: inject.service(),\nsessionData: Ember.computed.alias('session.data'),\nstandAlone: false,\n- needsUserSetup() {\n- return t...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
move the logic for needsUserSetup into the config load process
288,284
07.04.2017 14:52:20
14,400
0dc0c2dd406883253f4c1f1c8343196eccec9127
Removed nitrous file since that is no longer available
[ { "change_type": "DELETE", "old_path": "nitrous.json", "new_path": null, "diff": "-{\n- \"template\": \"ruby\",\n- \"ports\": [4200],\n- \"name\": \"HospitalRun\",\n- \"description\": \"Ember front end for HospitalRun\",\n- \"scripts\": {\n- \"post-create\": \"sudo apt-get install -y couchdb && echo...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Removed nitrous file since that is no longer available
288,284
07.04.2017 15:00:04
14,400
a90c2d062489cd549694ea6a11a67b7d431610c6
Updated references to Node 6.x and CouchDB 2.x
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -3,7 +3,7 @@ HospitalRun frontend\n_Ember frontend for HospitalRun_\n-[![Build Status](https://travis-ci.org/HospitalRun/hospitalrun-frontend.svg?branch=master)](https://travis-ci.org/HospitalRun/hospitalrun-fro...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated references to Node 6.x and CouchDB 2.x
288,376
07.04.2017 16:20:51
14,400
13d9b40ef5265a341e3b08f1077750b006bef0d0
Getting the config user setup logic working
[ { "change_type": "MODIFY", "old_path": "app/services/config.js", "new_path": "app/services/config.js", "diff": "import Ember from 'ember';\n-const { inject, run } = Ember;\n+const { inject, run, get, set } = Ember;\nexport default Ember.Service.extend({\nconfigDB: null,\n@@ -10,7 +10,8 @@ export def...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Getting the config user setup logic working
288,376
07.04.2017 16:39:19
14,400
fae8ea2b0f0fb2c1bdb1d6326bcf84dca3b65620
getting autoupdated stubbed out
[ { "change_type": "MODIFY", "old_path": "app/controllers/index.js", "new_path": "app/controllers/index.js", "diff": "import Ember from 'ember';\nimport UserSession from 'hospitalrun/mixins/user-session';\n-\nconst {\ncomputed: {\nalias\n},\n- inject\n+ inject,\n+ get,\n+ set\n} = Ember;\nexport defau...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
getting autoupdated stubbed out
288,376
07.04.2017 23:06:16
14,400
e45b558f044c952f58bdb55950ace91203d684a9
electron build auto-updater
[ { "change_type": "MODIFY", "old_path": "electron.js", "new_path": "electron.js", "diff": "@@ -7,7 +7,7 @@ const path = require('path');\nconst { app, BrowserWindow } = electron;\nconst dirname = __dirname || path.resolve(path.dirname());\nconst emberAppLocation = `file://${dirname}/dist/index.html`;...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
electron build auto-updater
288,376
08.04.2017 11:45:13
14,400
251ba966c51d0900417201684553c6a50071393c
updated listing rules you cool with these?
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "@@ -29,8 +29,12 @@ module.exports = {\nrules: {\n'camelcase': 0,\n+ \"brace-style\": [ \"warn\", \"1tbs\", { \"allowSingleLine\": true } ],\n'ember-suave/no-direct-property-access': 0,\n'ember-suave/require-a...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
updated listing rules @jkleinsc you cool with these?
288,376
08.04.2017 13:27:39
14,400
6d57fe08bb78aa7b6afce9df9aaaaec1f4774d5c
listing corrections in the auto update code
[ { "change_type": "MODIFY", "old_path": "auto-updater.js", "new_path": "auto-updater.js", "diff": "-const app = require('electron').app;\n-const autoUpdater = require('electron').autoUpdater;\n+/* global exports, process, require */\n+/* env: \"node\" */\n+const electron = require('electron');\nconst...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
listing corrections in the auto update code
288,376
09.04.2017 21:23:05
14,400
c4e70bdaddb2304e4294b67d51606c4dad9079fc
using grunt to build the installers
[ { "change_type": "ADD", "old_path": null, "new_path": "Gruntfile.js", "diff": "+/* global module */\n+module.exports = function(grunt) {\n+ grunt.initConfig({\n+ pkg: grunt.file.readJSON('package.json'),\n+ appdmg: {\n+ options: {\n+ basepath: './electron-builds/HospitalRun-darwin-x64',\n+ title: 'H...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
using grunt to build the installers
288,376
09.04.2017 21:43:05
14,400
27c82d2090c9764a786ee3a21ddf918f5cdc2674
write grunt output to installers directory
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "/dist\n/tmp\n/electron-builds\n+/installers\n# dependencies\n/node_modules\n" }, { "change_type": "MODIFY", "old_path": "Gruntfile.js", "new_path": "Gruntfile.js", "diff": "/* global module */...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
write grunt output to installers directory
288,376
09.04.2017 21:47:42
14,400
31618b15b8fd7a60c3fdd69e8208753741a9ac87
by default, build only the mac installer
[ { "change_type": "MODIFY", "old_path": "Gruntfile.js", "new_path": "Gruntfile.js", "diff": "@@ -39,5 +39,5 @@ module.exports = function(grunt) {\n});\ngrunt.loadNpmTasks('grunt-appdmg');\ngrunt.loadNpmTasks('grunt-electron-installer');\n- grunt.registerTask('default', ['appdmg', 'create-windows-inst...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
by default, build only the mac installer
288,376
09.04.2017 22:26:03
14,400
c0ad9f0c7d3e434539957e468eb7609220b322bf
adding platform intelligence into the update request
[ { "change_type": "MODIFY", "old_path": "auto-updater.js", "new_path": "auto-updater.js", "diff": "@@ -36,7 +36,16 @@ exports.initialize = function() {\n});\n// autoUpdater.setFeedURL(`https://release.hospitalrun.io/updates?version=${app.getVersion()}`);\n- autoUpdater.setFeedURL(`https://releases.ho...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
adding platform intelligence into the update request
288,376
09.04.2017 23:24:04
14,400
264960d28495bced460ab6d567827557d35d0a08
check for ember test
[ { "change_type": "MODIFY", "old_path": "auto-updater.js", "new_path": "auto-updater.js", "diff": "/* global exports, process, require */\n/* env: \"node\" */\n-const electron = require('electron');\nconst ChildProcess = require('child_process');\nconst path = require('path');\n-const { app, Menu, au...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
check for ember test
288,376
09.04.2017 23:24:33
14,400
d360251e6e2e93a640aeeb39e86122d1b9fd837a
pairing down the file If we need that other stuff, we can add it back later
[ { "change_type": "MODIFY", "old_path": "electron.js", "new_path": "electron.js", "diff": "/* eslint-env node */\n'use strict';\n-const electron = require('electron');\n-const path = require('path');\n-const { app, BrowserWindow } = electron;\n-const dirname = __dirname || path.resolve(path.dirname()...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
pairing down the file If we need that other stuff, we can add it back later
288,318
10.04.2017 12:12:12
14,400
cdb7040a5a7de7d18a127a9d1af101ca51367d70
Update readme to allow windows user run bootstrap script * Update readme for windows script Add a note to ensure windows user run the shell script correctly * Fix typo on README.md
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -36,6 +36,10 @@ To install the frontend please do the following:\nDepending on your [npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) you might need root access to install ember-cl...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Update readme to allow windows user run bootstrap script (#1051) * Update readme for windows script Add a note to ensure windows user run the shell script correctly Signed-off-by: ssh24 <sshasan10@hotmail.com> * Fix typo on README.md
288,284
11.04.2017 13:07:31
14,400
279abd765e2c0f2e50e510d04ff64c8119b0848b
Fix patient deletion Fixes
[ { "change_type": "MODIFY", "old_path": "app/patients/delete/controller.js", "new_path": "app/patients/delete/controller.js", "diff": "@@ -8,8 +8,6 @@ import Ember from 'ember';\nimport { translationMacro as t } from 'ember-i18n';\nimport { task, taskGroup, all } from 'ember-concurrency';\n-const MAX...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix patient deletion Fixes #1049
288,284
11.04.2017 13:08:21
14,400
400314f2e582e785c6229f7b4a7d879363b07746
Fix navigation errors during testing Resolves issue encountered in during testing.
[ { "change_type": "MODIFY", "old_path": "app/components/nav-menu.js", "new_path": "app/components/nav-menu.js", "diff": "import Ember from 'ember';\nimport UserSession from 'hospitalrun/mixins/user-session';\n+const {\n+ computed,\n+ get,\n+ set\n+} = Ember;\n+\nexport default Ember.Component.extend(...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix navigation errors during testing Resolves issue encountered in #1027 during testing.
288,376
11.04.2017 16:51:25
14,400
7ec760bc1986aa80630ea93c1a949021cf358d86
rolling back eslint changes
[ { "change_type": "MODIFY", "old_path": ".eslintrc.js", "new_path": ".eslintrc.js", "diff": "@@ -29,12 +29,8 @@ module.exports = {\nrules: {\n'camelcase': 0,\n- \"brace-style\": [ \"warn\", \"1tbs\", { \"allowSingleLine\": true } ],\n'ember-suave/no-direct-property-access': 0,\n'ember-suave/require-a...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
rolling back eslint changes
288,376
12.04.2017 22:27:29
14,400
1f56db53e000cb4fcc420a05ab8e0b16a6a7df7d
fixing the upgrade path for ember-electron in devDependencies
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"ember-concurrency\": \"0.8.1\",\n\"ember-concurrency-test-waiter\": \"0.2.0\",\n\"ember-data\": \"^2.10.0\",\n- \"ember-electron\": \"2.0.1\",\n+ \"ember-electron\": \"^2.0.1\",\n\"ember-export-application-...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fixing the upgrade path for ember-electron in devDependencies
288,376
18.04.2017 15:26:47
14,400
928d4353590e78496891f28f14aae6cc89af46b4
remove extra commas from electron test
[ { "change_type": "MODIFY", "old_path": "tests/ember-electron/main.js", "new_path": "tests/ember-electron/main.js", "diff": "@@ -12,7 +12,7 @@ let mainWindow = null;\nconst [, , indexUrl] = process.argv;\nconst {\npathname: indexPath,\n- search: indexQuery,\n+ search: indexQuery\n} = url.parse(indexU...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
remove extra commas from electron test
288,284
19.04.2017 15:53:30
14,400
03541e105e69f292f0da278d3856cbf228e621b0
Fix error when running tests with PhantomJS
[ { "change_type": "MODIFY", "old_path": "app/services/config.js", "new_path": "app/services/config.js", "diff": "import Ember from 'ember';\n-const { inject, run, get, set } = Ember;\n+const {\n+ RSVP,\n+ get,\n+ inject,\n+ run,\n+ set\n+} = Ember;\nexport default Ember.Service.extend({\nconfigDB: nu...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix error when running tests with PhantomJS
288,284
19.04.2017 15:53:46
14,400
3fdf8f9655c1119c599508421706bb48ea8dfbb3
Snyk updates
[ { "change_type": "MODIFY", "old_path": ".snyk", "new_path": ".snyk", "diff": "-version: v1.5.2\n+# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.\n+version: v1.7.0\nfailThreshold: high\n-ignore: {}\n+# ignores vulnerabilities until expiry date; change duration by modif...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Snyk updates
288,284
19.04.2017 15:54:19
14,400
6f8ff872a37090f770f80cf473cf5c6fa493c89f
Make sure login displays error message on incorrect credentials
[ { "change_type": "MODIFY", "old_path": "app/authenticators/custom.js", "new_path": "app/authenticators/custom.js", "diff": "@@ -169,7 +169,7 @@ export default BaseAuthenticator.extend({\nuser.role = this._getPrimaryRole(user);\nresolve(user);\n});\n- });\n+ }, reject);\n});\n},\n" }, { "chan...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure login displays error message on incorrect credentials
288,284
19.04.2017 15:54:38
14,400
1ed3a7d1463435f5f3c5aaedbed43d92777306eb
Close app when all windows are closed even on Mac
[ { "change_type": "MODIFY", "old_path": "ember-electron/main.js", "new_path": "ember-electron/main.js", "diff": "@@ -72,9 +72,7 @@ function initialize() {\n}\napp.on('window-all-closed', () => {\n- if (process.platform !== 'darwin') {\napp.quit();\n- }\nelectronLocalshortcut.unregisterAll(mainWindow)...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Close app when all windows are closed even on Mac
288,284
19.04.2017 15:55:20
14,400
8ef311fd2c5c179f51fb8bd4d1a81da1148cff9e
Get ember electron:test passing
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/login-test.js", "new_path": "tests/acceptance/login-test.js", "diff": "@@ -15,7 +15,6 @@ module('Acceptance | login', {\n}\n});\n-if (!window.ELECTRON) {\ntest('visiting / redirects user to login', function(assert) {\nassert.expect(1);\nrunWit...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Get ember electron:test passing
288,284
19.04.2017 16:16:48
14,400
d811d685afa6923747fe723dd5cc955231c024ba
Add Travis testing for Electron.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -13,9 +13,9 @@ sudo: required\naddons:\napt:\nsources:\n- - google-chrome\n+ - ubuntu-toolchain-r-test\npackages:\n- - google-chrome-stable\n+ - g++-4.8\ncache:\ndirectories:\n@@ -23,18 +23,22 @@ cache:\n- $...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Add Travis testing for Electron.
288,284
19.04.2017 16:27:55
14,400
932875b799417538fe8259a39f2dec6e5a7178f3
Resolve deprecations.
[ { "change_type": "MODIFY", "old_path": "app/components/expand-text.js", "new_path": "app/components/expand-text.js", "diff": "import Ember from 'ember';\nimport textExpansion from '../utils/text-expansion';\n-export default Ember.Component.extend({\n- i18n: Ember.inject.service(),\n- store: Ember.in...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Resolve deprecations.
288,376
19.04.2017 21:46:36
14,400
86c0b3862355206e9e99968d45d500417e2f5a82
updated yarn file
[ { "change_type": "MODIFY", "old_path": "yarn.lock", "new_path": "yarn.lock", "diff": "@@ -113,7 +113,7 @@ after@0.8.1:\nversion \"0.8.1\"\nresolved \"https://registry.yarnpkg.com/after/-/after-0.8.1.tgz#ab5d4fb883f596816d3515f8f791c0af486dd627\"\n-after@0.8.2, after@~0.8.1:\n+after@~0.8.1:\nversion ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
updated yarn file
288,235
20.04.2017 16:35:53
-19,080
94fe540db5f3f9aaf1bf7c4c3fe5107c397aa5a9
changes per requested
[ { "change_type": "MODIFY", "old_path": "app/inventory/listing/template.hbs", "new_path": "app/inventory/listing/template.hbs", "diff": "{{#if canDeleteItem}}\n<button class=\"btn btn-default warning\" {{action 'deleteItem' inventory bubbles=false }}><span class=\"octicon octicon-x\"></span> {{t 'but...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
changes per requested
288,284
20.04.2017 10:06:39
14,400
889a5a55898b56e2719f62dbd9e909b4bfe82f0f
Fixed error testing in PhantomJS
[ { "change_type": "MODIFY", "old_path": "ember-cli-build.js", "new_path": "ember-cli-build.js", "diff": "@@ -4,7 +4,10 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');\nmodule.exports = function(defaults) {\nvar app = new EmberApp(defaults, {\n- // Add options here\n+ babel: {\n+ option...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed error testing in PhantomJS
288,335
24.04.2017 08:07:15
25,200
9f2ea761a4c139e693232e2fb65ab9d6de4c2736
fix translation-sync instruction and script
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -163,7 +163,7 @@ New test should be added for any new features or views in the app. For more info\nIf you know a language other than English and would like to help translate this app,...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fix translation-sync instruction and script (#1067)
288,284
27.04.2017 09:51:34
14,400
457c1d5d4d776b6bdbc22ba8e7333a3140e3cf22
Upgrade to Pikaday 1.5.1 Resolves
[ { "change_type": "MODIFY", "old_path": "bower.json", "new_path": "bower.json", "diff": "\"filer.js\": \"https://github.com/ebidel/filer.js.git#~0.4.3\",\n\"idb.filesystem\": \"https://github.com/ebidel/idb.filesystem.js.git#~0.0.6\",\n\"octicons\": \"~2.4.1\",\n- \"pikaday\": \"https://github.com/ow...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Upgrade to Pikaday 1.5.1 Resolves #1054
288,284
10.05.2017 13:16:37
14,400
def70414a150d6a473eb7b5d1809b259f6fd3490
Lock down ember-data and ember-electron Fixes tests failing
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"ember-cli-uglify\": \"^1.2.0\",\n\"ember-concurrency\": \"0.8.1\",\n\"ember-concurrency-test-waiter\": \"0.2.0\",\n- \"ember-data\": \"^2.10.0\",\n- \"ember-electron\": \"^2.1.0\",\n+ \"ember-data\": \"2.10...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Lock down ember-data and ember-electron Fixes tests failing
288,284
11.05.2017 14:51:20
14,400
db49ee69b386d37d9f81ceac86ec9ec1d8f403d4
Lock down pbkdf2 This was causing tests to fail with pbkdf2 3.0.11
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"pouchdb-adapter-memory\": \"6.1.2\",\n\"pouchdb-list\": \"^1.1.0\",\n\"pouchdb-users\": \"^1.0.3\",\n+ \"pbkdf2\": \"3.0.9\",\n\"stylelint\": \"~7.7.1\",\n\"stylelint-config-concentric\": \"1.0.7\",\n\"styl...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Lock down pbkdf2 This was causing tests to fail with pbkdf2 3.0.11
288,253
19.05.2017 21:11:56
-3,600
53315a9df6459f3605ae8151430f292071a97972
Normalize line endings Previously, lines were ended in a variety of ways. Most significantly, the use of periods and blanks was mixed. I've added periods and colons to all appropriate locations.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -30,11 +30,11 @@ Contributions are welcome via pull requests and issues. Please see our [contrib\n## Installation\nTo install the frontend please do the following:\n-1. Make sure you have installed [Git](https:/...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Normalize line endings Previously, lines were ended in a variety of ways. Most significantly, the use of periods and blanks was mixed. I've added periods and colons to all appropriate locations.
288,276
20.05.2017 01:27:52
0
7658ec57f7655dd43d4a92bdaa599aa3b027be9d
added setup for cloud9
[ { "change_type": "ADD", "old_path": null, "new_path": "script/setupcloud9", "diff": "+#!/bin/sh\n+\n+sudo mkdir -p /var/run/couchdb\n+sudo chown couchdb:couchdb /var/run/couchdb\n+\n+nvm install 6\n+nvm use 6\n+nvm alias default 6\n+\n+npm install -g npm #optional\n+npm cache clean -f #optional\n+np...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
added setup for cloud9
288,276
20.05.2017 02:26:15
0
aa63f416022c428a8311948c879e4dcf8f78b748
cleanup setupcloud9 shell script
[ { "change_type": "MODIFY", "old_path": "script/setupcloud9", "new_path": "script/setupcloud9", "diff": "#!/bin/sh\n+# Usage: source ./script/setupcloud9\n+# Sets up the development environment on a cloud9 workspace and runs the tests to verify.\n+\nsudo mkdir -p /var/run/couchdb\nsudo chown couchdb:...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
cleanup setupcloud9 shell script
288,276
21.05.2017 02:11:24
0
333fa66aff963d5783076c9c2ba15893eea010bf
Detect if cloud9 setup script is running in the proper context
[ { "change_type": "MODIFY", "old_path": "script/setupcloud9", "new_path": "script/setupcloud9", "diff": "# Sets up the development environment on a cloud9 workspace and runs the tests to verify.\n-sudo mkdir -p /var/run/couchdb\n-sudo chown couchdb:couchdb /var/run/couchdb\n+if nvm > /dev/null 2>&1; ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Detect if cloud9 setup script is running in the proper context
288,376
22.05.2017 13:26:13
14,400
30ccd2055bb3940c1df228def86dfbfea085f5d6
moved electron-protocol-serve to dependencies The electron build was failing on build. Corrected now.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"csv-parse\": \"^1.2.0\",\n\"devtron\": \"1.4.0\",\n\"electron-prebuilt-compile\": \"1.6.2\",\n- \"electron-protocol-serve\": \"1.3.0\",\n\"electron-rebuild\": \"^1.5.7\",\n\"ember-ajax\": \"^3.0.0\",\n\"emb...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
moved electron-protocol-serve to dependencies The electron build was failing on build. Corrected now.
288,395
23.05.2017 00:52:40
18,000
cbaba2518dd87bc636bad7b7878cfd66733448a3
updated winstaller config icon path for error free windows build
[ { "change_type": "MODIFY", "old_path": "ember-electron/electron-forge-config.js", "new_path": "ember-electron/electron-forge-config.js", "diff": "@@ -40,7 +40,7 @@ module.exports = {\nicon: 'assets/icons/favicon',\nname: 'HospitalRun',\nnoMSI: true,\n- setupIcon: path.join(__dirname, '../../../asset...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
updated winstaller config icon path for error free windows build
288,405
20.06.2017 10:49:11
14,400
564b1a342846fd70a52ea80cec20d087fca0a88d
First working acceptance test for appointments/search path; ensures only the correct appointment is displayed based on its start date
[ { "change_type": "MODIFY", "old_path": "app/appointments/search/template.hbs", "new_path": "app/appointments/search/template.hbs", "diff": "+\n{{#item-listing paginationProps=paginationProps }}\n<div class=\"panel panel-info\">\n<div class=\"panel-body\">\n{{#em-form model=model submitButton=false }...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
First working acceptance test for appointments/search path; ensures only the correct appointment is displayed based on its start date (#1100)
288,321
20.06.2017 15:43:32
18,000
3270cc9b337b80b879d627be70eb0e797f4b74d3
updated initcouch2.sh script with missing double quotes around an admin value _users/_security json
[ { "change_type": "MODIFY", "old_path": "script/initcouch2.sh", "new_path": "script/initcouch2.sh", "diff": "@@ -14,7 +14,7 @@ else\nfi\necho \"Setting up security on _users db\"\n-curl -X PUT $SECUREHOST/_users/_security -d '{ \"admins\": { \"names\": [], \"roles\": [\"admin\"]}, \"members\": { \"na...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
updated initcouch2.sh script with missing double quotes around an admin value _users/_security json (#1098)
288,284
20.06.2017 17:01:00
14,400
6067889a80d1f7d159f1c4c506b4af8bf1185f9a
Make initcouch and initcouch2 consistent.
[ { "change_type": "MODIFY", "old_path": "script/initcouch.sh", "new_path": "script/initcouch.sh", "diff": "@@ -10,13 +10,19 @@ if [ -z \"${1}\" ] || [ -z \"${2}\" ]; then\nelse\nSECUREHOST=\"http://$1:$2@$URL:$PORT\"\nfi\n-curl -X PUT $SECUREHOST/_users/_security -d '{ \"admins\": { \"names\": [], \"...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make initcouch and initcouch2 consistent.
288,342
27.06.2017 01:16:36
-36,000
64c219c786a19671a2a809a7914302195b5c672f
Update links to 2.10 ember docs Minor, but thought it'd be appropriate since HospitalRun is now using ember 2.10
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -40,7 +40,7 @@ This section is designed to help developers start coding in the project and unde\n### Ember\n-To understand the project you'll have to understand [Ember](http://emberjs...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Update links to 2.10 ember docs (#1105) Minor, but thought it'd be appropriate since HospitalRun is now using ember 2.10
288,343
28.06.2017 13:28:56
14,400
47adb29064b426479bea2e2689ee732b96f8e8d7
Improve contributing doc
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -4,7 +4,11 @@ Contributions are welcome via pull requests and issues. Before submitting a pull\n## Slack / Communication\n-Project communication occurs primarily and intentionally via...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Improve contributing doc (#1114)
288,383
03.07.2017 16:08:46
-3,600
f18dee4b052d0af5f729062119c4cfd18fdb009c
Readme: Add HospitalRun link and brief description Makes it easier for people arriving to this repository without context to understand what they're looking at.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "HospitalRun frontend\n========\n-_Ember frontend for HospitalRun_\n+_Ember frontend for [HospitalRun](http://hospitalrun.io/): free software for developing world hospitals_\n[![Build Status](https://travis-ci.org/H...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Readme: Add HospitalRun link and brief description (#1112) Makes it easier for people arriving to this repository without context to understand what they're looking at.
288,278
24.08.2017 20:37:18
-36,000
8bff07b4036605a73975a076c23db2c1fa2fd5bc
fixed max date property on total patient day reports
[ { "change_type": "MODIFY", "old_path": "app/patients/reports/template.hbs", "new_path": "app/patients/reports/template.hbs", "diff": "{{else}}\n<div class=\"row\">\n<div data-test-selector=\"select-report-start-date\">\n- {{date-picker property=\"startDate\" label=\"Start Date\" class=\"col-sm-4\"}}...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
fixed max date property on total patient day reports
288,278
24.08.2017 23:34:19
-36,000
31ddf7b0455aecff7f06c80b6ed771fc084e0b70
form clearance after adding a contact
[ { "change_type": "MODIFY", "old_path": "app/patients/add-contact/controller.js", "new_path": "app/patients/add-contact/controller.js", "diff": "@@ -18,6 +18,7 @@ export default Ember.Controller.extend(IsUpdateDisabled, {\nadd() {\nlet newContact = this.getProperties('name', 'phone', 'email', 'relati...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
form clearance after adding a contact
288,273
26.08.2017 13:30:39
-19,080
7010f53765684e81d73d7b3010f438f33f1cde36
Fixed the issue of number of patients under Reports not showing as whole number.
[ { "change_type": "MODIFY", "old_path": "app/patients/reports/controller.js", "new_path": "app/patients/reports/controller.js", "diff": "@@ -660,16 +660,16 @@ export default AbstractReportController.extend(PatientDiagnosis, PatientVisits,\npatientName: visit.get('patient.displayName'),\nadmissionDate...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
#1146 - Fixed the issue of number of patients under Reports not showing as whole number.
288,238
04.09.2017 18:54:10
-7,200
0f6d58ef5fe26b68422bb4c4ca20f61a43b2c1c1
Remove deprecated npm crypto module dependency. Close
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"broccoli-asset-rev\": \"^2.4.5\",\n\"broccoli-export-text\": \"0.0.2\",\n\"broccoli-serviceworker\": \"0.1.6\",\n- \"crypto\": \"1.0.0\",\n\"csv-parse\": \"^1.2.0\",\n\"devtron\": \"1.4.0\",\n\"electron-pre...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Remove deprecated npm crypto module dependency. Close #1155
288,379
07.09.2017 03:50:00
0
c601f69618710cbc54338e238d8035a40d97724e
update minimatch to 3.0.2 on the package.json file
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"hospitalrun-dblisteners\": \"1.0.0-beta\",\n\"hospitalrun-server-routes\": \"1.0.0-beta\",\n\"loader.js\": \"^4.0.11\",\n+ \"minimatch\": \"^3.0.2\",\n\"nano\": \"6.3.0\",\n\"pouchdb\": \"6.2.0\",\n\"pouchd...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
update minimatch to 3.0.2 on the package.json file
288,339
14.09.2017 15:37:04
-43,200
7964a9d5a35c4350eb7f59d8b23b7440bb936bbc
added inventory-search test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/inventory-test.js", "new_path": "tests/acceptance/inventory-test.js", "diff": "@@ -283,6 +283,34 @@ test('Receiving inventory', function(assert) {\n});\n});\n+test('Searching inventory', function(assert) {\n+ runWithPouchDump('inventory', func...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
added inventory-search test
288,339
14.09.2017 16:10:02
-43,200
904bb64a14b6fcd71c05a2d00b538bf55bc417c1
added patients-search test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/patients-test.js", "new_path": "tests/acceptance/patients-test.js", "diff": "@@ -84,7 +84,6 @@ test('Testing admitted patient', function(assert) {\nassert.equal(currentURL(), '/patients/admitted');\nassert.equal(find('.clickable').length, 1, '...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
added patients-search test
288,339
14.09.2017 16:37:28
-43,200
c0338fa7641b1fd44be46b9a2235f2d4bcd3de1a
added invoices-search test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/invoices-test.js", "new_path": "tests/acceptance/invoices-test.js", "diff": "@@ -210,3 +210,33 @@ test('cashier role', function(assert) {\n});\n});\n});\n+\n+test('Searching invoices', function(assert) {\n+ runWithPouchDump('billing', function...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
added invoices-search test
288,339
14.09.2017 17:40:18
-43,200
da56752b9df83cf94abcf1a9bcce6258205da864
corrected invoices-search test - lint issue
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/invoices-test.js", "new_path": "tests/acceptance/invoices-test.js", "diff": "@@ -227,7 +227,7 @@ test('Searching invoices', function(assert) {\nfillIn('[role=\"search\"] div input', 'joe');\nclick('.glyphicon-search');\n- andThen(() => {'[role...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
corrected invoices-search test - lint issue
288,393
15.09.2017 15:54:59
-3,600
4bd7c74778ad98abab6f5da5533501f0fd2de888
Change Slack etiquette section I think that `@here` isn't as bad as `@everyone` or `@channel` since `@here` only notifies people currently active on the Slack as per
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -8,7 +8,7 @@ Project communication occurs primarily and intentionally via our project [Slack]\nHowever, before you ask in Slack \"what can I contribute to\", be sure to keep reading t...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Change Slack etiquette section I think that `@here` isn't as bad as `@everyone` or `@channel` since `@here` only notifies people currently active on the Slack as per https://get.slack.help/hc/en-us/articles/202009646-Make-an-announcement
288,393
15.09.2017 16:08:39
-3,600
d754fe125089c3582d3d0a43397053aedbf69349
Added changes suggested
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -10,6 +10,10 @@ However, before you ask in Slack \"what can I contribute to\", be sure to keep rea\nAlso, please avoid use of the `@everyone` and `@channel` commands in Slack, as you ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Added changes suggested
288,243
17.09.2017 03:56:29
-32,400
48adfb3948abd4a633dcb7630ac2023a636c6787
Update the path of translations.json The character string enclosed with <> was not displayed.
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -179,7 +179,7 @@ If you know a language other than English and would like to help translate this\nAfter this step, you may see some file changes due to mismatches in translations of d...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Update the path of translations.json The character string enclosed with <> was not displayed.
288,243
17.09.2017 09:27:38
-32,400
4104a6986edd59caec3287479c1d66acb2e61d99
Add a description about recommended version of Node.js Prevent warnings displayed when installing current version
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -32,7 +32,7 @@ Contributions are welcome via pull requests and issues. Please see our [contrib\nTo install the frontend please do the following:\n1. Make sure you have installed [Git](https://git-scm.com/book/en...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Add a description about recommended version of Node.js Prevent warnings displayed when installing current version
288,339
20.09.2017 17:41:24
-43,200
c49f7b180bbdc3934f9f66e13a9715a923aaba06
Add medicationTitle and requestedBy fields for searching and added a related test.
[ { "change_type": "MODIFY", "old_path": "app/medication/search/route.js", "new_path": "app/medication/search/route.js", "diff": "@@ -2,8 +2,14 @@ import AbstractSearchRoute from 'hospitalrun/routes/abstract-search-route';\nexport default AbstractSearchRoute.extend({\nmoduleName: 'medication',\nsearch...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Add medicationTitle and requestedBy fields for searching and added a related test.
288,339
22.09.2017 18:47:47
-43,200
525407f4302cab41abda239908966f1d3a8e92fd
Corrected pricing/search/route.js, added 2 missing labels to locales/en/translations.js, added pricing search test on name field only
[ { "change_type": "MODIFY", "old_path": "app/locales/en/translations.js", "new_path": "app/locales/en/translations.js", "diff": "@@ -782,6 +782,7 @@ export default {\naddress: 'Address',\nage: 'Age',\nallDay: 'All Day',\n+ allItems: 'All items',\namount: 'Amount',\nanesthesia: 'Anesthesia',\nassistin...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Corrected pricing/search/route.js, added 2 missing labels to locales/en/translations.js, added pricing search test on name field only
288,339
28.09.2017 19:07:38
-46,800
e64008919ee674fba166bd63e631eb3436f30557
added 2 appointment tests and 2 test-attributes to template
[ { "change_type": "MODIFY", "old_path": "app/patients/edit/template.hbs", "new_path": "app/patients/edit/template.hbs", "diff": "{{#if canAddAppointment}}\n<div class=\"panel-heading\">\n<div class=\"right\">\n- <button type=\"button\" class=\"btn btn-primary\" {{action \"newAppointment\" bubbles=fal...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
added 2 appointment tests and 2 test-attributes to template
288,299
01.10.2017 12:38:44
-3,600
ef07a851e775f438ea747fb6ad8f1a002c02ab02
Added in Header type value in Custom Forms
[ { "change_type": "MODIFY", "old_path": "app/admin/custom-forms/field-edit/controller.js", "new_path": "app/admin/custom-forms/field-edit/controller.js", "diff": "@@ -14,12 +14,15 @@ export default AbstractEditController.extend({\nactions: {\naddValue() {\nlet fieldValues = this.get('model.values');\...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Added in Header type value in Custom Forms