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,299 | 01.10.2017 17:00:02 | -3,600 | 753af25d5f720ad9e81368da0fa702fa86c0fdff | Updated the custom form test suit | [
{
"change_type": "MODIFY",
"old_path": "tests/acceptance/custom-forms-test.js",
"new_path": "tests/acceptance/custom-forms-test.js",
"diff": "@@ -16,7 +16,7 @@ test('crud operations on custom-forms', function(assert) {\nlet crusts = ['Thin', 'Deep Dish', 'Flatbread'];\nlet desserts = ['Ice Cream', '... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Updated the custom form test suit |
288,250 | 03.10.2017 22:30:09 | -10,800 | df12e29fda003d4d39ab4853a632c1576521876f | Add fix for bower install when root to README | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -37,6 +37,7 @@ 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 | Add fix for bower install when root to README |
288,250 | 06.10.2017 23:50:17 | -10,800 | 55970aeca52472b381646e05b9c3e47bb60714cb | Reduce number of notes in README | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -37,12 +37,11 @@ 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-c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Reduce number of notes in README |
288,299 | 14.10.2017 11:56:40 | -3,600 | 0ec1d03ab2bcc8e618bcc798fe20082f41a25044 | 333-inventory-let the user to adjust the location/ archive a location | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/edit/template.hbs",
"new_path": "app/inventory/edit/template.hbs",
"diff": "{{/if}}\n</tr>\n{{#each model.locations as |location|}}\n- {{#if location.quantity}}\n+ {{#unless location.archived}}\n<tr>\n<td>{{location.location}}</td>\n<td>{{locatio... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | 333-inventory-let the user to adjust the location/ archive a location |
288,266 | 17.10.2017 00:00:43 | 18,000 | ca655172ae960d224b88aa37be72668b2aefd794 | need to use UTC in dob-days to pass tests in different timezones | [
{
"change_type": "MODIFY",
"old_path": "app/mixins/dob-days.js",
"new_path": "app/mixins/dob-days.js",
"diff": "@@ -37,7 +37,7 @@ export default Ember.Mixin.create({\n}\nif (birthDate.getDate) {\n- days = today.getDate() - birthDate.getDate();\n+ days = today.getUTCDate() - birthDate.getUTCDate();\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | #1268 need to use UTC in dob-days to pass tests in different timezones |
288,358 | 20.10.2017 17:57:13 | 25,200 | de18ee98ddd3f4733bb4cfabbeb5759b23622eb2 | Fix missing language error for language dropdown menu in navigation bar
Fix missing language error for language dropdown menu in navigation bar | [
{
"change_type": "MODIFY",
"old_path": "app/locales/en/translations.js",
"new_path": "app/locales/en/translations.js",
"diff": "@@ -916,7 +916,7 @@ export default {\n'pt-br': 'Portuguese (Brazilian)',\ntr: 'Turkish',\nur: 'Urdu',\n- hndi: 'Hindi'\n+ hindi: 'Hindi'\n},\nloading: {\nmessages: {\n"
}... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix missing language error for language dropdown menu in navigation bar
Fix missing language error for language dropdown menu in navigation bar |
288,358 | 22.10.2017 13:05:08 | 25,200 | 9f95180c2388f13d17b0fb6e78e714691bef8fe3 | Rename the hindi locale to hi to be consistent with teh rest of the locales
Rename the hindi locale to hi to be consistent with the rest of the locales | [
{
"change_type": "MODIFY",
"old_path": "app/locales/en/translations.js",
"new_path": "app/locales/en/translations.js",
"diff": "@@ -916,7 +916,7 @@ export default {\n'pt-br': 'Portuguese (Brazilian)',\ntr: 'Turkish',\nur: 'Urdu',\n- hindi: 'Hindi'\n+ hi: 'Hindi'\n},\nloading: {\nmessages: {\n"
},
... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Rename the hindi locale to hi to be consistent with teh rest of the locales
Rename the hindi locale to hi to be consistent with the rest of the locales |
288,250 | 23.10.2017 15:05:41 | -10,800 | f1803b58689e400561dd2a7618073aeb08234312 | Make language names in dropdown the same regardless of locale | [
{
"change_type": "MODIFY",
"old_path": "app/components/language-select.js",
"new_path": "app/components/language-select.js",
"diff": "@@ -6,12 +6,18 @@ export default Ember.Component.extend({\nlanguageOptions: function() {\nlet i18n = this.get('i18n');\n- return i18n.get('locales').map((item) => {\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Make language names in dropdown the same regardless of locale |
288,358 | 27.10.2017 11:27:59 | 25,200 | 9565b691fcc6416a68247a17e9673c0eaae81bdb | Implement translation for '+ inventory received' button text | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/route.js",
"new_path": "app/inventory/route.js",
"diff": "@@ -8,7 +8,7 @@ export default AbstractModuleRoute.extend(FulfillRequest, InventoryId, Inventory\nif (this.currentUserCan(this.get('addCapability'))) {\nreturn [{\nbuttonAction: 'newInvent... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Implement translation for '+ inventory received' button text |
288,339 | 03.11.2017 18:13:46 | -46,800 | 538dda67f468222e8dcc1751b33f46f1e64cfb57 | Update appointment coding style for computed proerties. | [
{
"change_type": "MODIFY",
"old_path": "app/models/appointment.js",
"new_path": "app/models/appointment.js",
"diff": "@@ -30,18 +30,18 @@ export default AbstractModel.extend({\nreturn `${formattedStart} - ${formattedEnd}`;\n},\n- appointmentDate: function() {\n+ appointmentDate: computed('startDate'... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update appointment coding style for computed proerties. |
288,339 | 04.11.2017 13:06:16 | -46,800 | 4b313efaaad545e611728859ae37f29d6f418d2d | 4 other models updated | [
{
"change_type": "MODIFY",
"old_path": "app/models/billing-line-item.js",
"new_path": "app/models/billing-line-item.js",
"diff": "@@ -3,6 +3,8 @@ import DS from 'ember-data';\nimport Ember from 'ember';\nimport NumberFormat from 'hospitalrun/mixins/number-format';\n+const { computed } = Ember;\n+\ne... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | 4 other models updated |
288,358 | 04.11.2017 09:40:53 | 25,200 | ed4e9523878a894a7ee216c1fa9b3c7be5aeb8af | Update stylelint to 8.2.x | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"pouchdb-adapter-memory\": \"6.3.4\",\n\"pouchdb-list\": \"^1.1.0\",\n\"pouchdb-users\": \"^1.0.3\",\n- \"stylelint\": \"~8.0.0\",\n+ \"stylelint\": \"~8.2.0\",\n\"stylelint-config-concentric\": \"1.0.8\",\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update stylelint to 8.2.x |
288,358 | 04.11.2017 10:25:40 | 25,200 | e9457523ba68c760386c6a0de48a318c26986eb8 | Update stylelint-config-standard & stylelint-config-concentric & stylelint | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"pouchdb-list\": \"^1.1.0\",\n\"pouchdb-users\": \"^1.0.3\",\n\"stylelint\": \"~8.2.0\",\n- \"stylelint-config-concentric\": \"1.0.8\",\n+ \"stylelint-config-concentric\": \"2.0.0\",\n\"stylelint-declaration... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update stylelint-config-standard & stylelint-config-concentric & stylelint |
288,358 | 04.11.2017 10:43:11 | 25,200 | 93f28f06e2c4109ef20528e9e834ca3d7270fc52 | Rollback Stylelint | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"pouchdb-adapter-memory\": \"6.3.4\",\n\"pouchdb-list\": \"^1.1.0\",\n\"pouchdb-users\": \"^1.0.3\",\n- \"stylelint\": \"~8.2.0\",\n- \"stylelint-config-concentric\": \"2.0.0\",\n+ \"stylelint\": \"~8.0.0\",... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Rollback Stylelint |
288,358 | 04.11.2017 13:00:40 | 25,200 | 602ca977c6c851cb0b90ae488e57102d44f4fcfe | Modify inventory-test to reflect for '+ inventory received' button text | [
{
"change_type": "MODIFY",
"old_path": "tests/acceptance/inventory-test.js",
"new_path": "tests/acceptance/inventory-test.js",
"diff": "@@ -21,7 +21,7 @@ test('visiting /inventory', function(assert) {\nandThen(function() {\nassert.equal(currentURL(), '/inventory');\nfindWithAssert('button:contains(n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Modify inventory-test to reflect for '+ inventory received' button text |
288,245 | 18.10.2017 22:00:41 | -7,200 | b85cae99a17b2647587b77a83f8f0be4b59575bf | More german translations.
Also a little fix for the english translation. | [
{
"change_type": "MODIFY",
"old_path": "app/locales/en/translations.js",
"new_path": "app/locales/en/translations.js",
"diff": "@@ -509,10 +509,10 @@ export default {\nedit: 'Edit',\n'export': 'Export Report',\ngenerateRep: 'Generate Report',\n- newAttachment: '+ New Attachment',\n+ newAttachment: '... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | More german translations.
Also a little fix for the english translation. |
288,231 | 15.11.2017 16:24:51 | -3,600 | e7438cbb40123cc8e3150b008430d92867703919 | address
fix DOB unit tests | [
{
"change_type": "MODIFY",
"old_path": "app/mixins/dob-days.js",
"new_path": "app/mixins/dob-days.js",
"diff": "@@ -9,8 +9,12 @@ export default Ember.Mixin.create({\nif (birthDate) {\nif (birthDate.getFullYear === undefined) {\n- birthDate = moment(birthDate, 'l').toDate();\n+ birthDate = moment(bir... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | address #1294
fix DOB unit tests |
288,389 | 18.11.2017 10:31:51 | -3,600 | d0cc3142162b5efaef5551a87ad76721f814d161 | Fix markdown highlighting in REAMDE | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -86,7 +86,7 @@ To run HospitalRun with [Docker](https://www.docker.com/) please do the followin\n### Running with Docker Compose\nTo run HospitalRun with Docker-compose please do the following:\n- Go to [https:/... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix markdown highlighting in REAMDE |
288,269 | 19.11.2017 23:21:03 | -7,200 | f30aefac57bece65c3f107f13e5dadbd7d1369b0 | Fixed script name
Added sleep time after couchdb configuration
Simplified script/bootstrap commands
Added comments
Opted out the npm start command | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "script/initcloud9",
"diff": "+#!/bin/sh\n+# Usage: source ./script/initcloud9\n+# Sets up the development environment on a cloud9 workspace\n+\n+printf \"\\nInstalling ember-cli...\\n\"\n+npm install -g ember-cli@latest\n+\n+printf \"Installing ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | - Fixed script name
- Added sleep time after couchdb configuration
- Simplified script/bootstrap commands
- Added comments
- Opted out the npm start command |
288,317 | 20.11.2017 16:09:12 | 18,000 | d1ac88288e9fe403f4210c3027791797a6e9dee1 | Change to selector-max-id | [
{
"change_type": "MODIFY",
"old_path": ".stylelintrc",
"new_path": ".stylelintrc",
"diff": "\"selector-max-compound-selectors\": 4,\n\"selector-pseudo-element-colon-notation\": \"double\",\n\"selector-list-comma-newline-after\": \"always-multi-line\",\n- \"selector-no-id\": true,\n+ \"selector-max-i... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Change to selector-max-id |
288,231 | 22.11.2017 10:57:40 | -3,600 | a547e39d3d7770378b85783a306ac0782440522b | Help greenkeeper to update ember-cli-babel
Closes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-cli-eslint\": \"3.0.3\",\n\"ember-cli-fake-server\": \"0.3.2\",\n\"ember-cli-htmlbars\": \"^2.0.0\",\n- \"ember-cli-htmlbars-inline-precompile\": \"^0.3.3\",\n+ \"ember-cli-htmlbars-inline-precompile\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Help greenkeeper to update ember-cli-babel
Closes #1291 |
288,231 | 23.11.2017 13:08:30 | -3,600 | b5095cfd84c3130b6abbb55c294cf8c9a5443fb2 | Help greenkeeper to update ember-cli-eslint to the latest version
Closes | [
{
"change_type": "MODIFY",
"old_path": "app/services/database.js",
"new_path": "app/services/database.js",
"diff": "@@ -219,8 +219,7 @@ export default Service.extend(OAuthHeaders, PouchFindIndexes, {\nif (permissionResult) {\npermissionResult.then(resolve, reject);\n}\n- })\n- .then((permissionResul... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Help greenkeeper to update ember-cli-eslint to the latest version
Closes #1256 |
288,231 | 24.11.2017 03:16:58 | -3,600 | 8213b6f38ee6a75e5094382661a33edac68779a6 | Greenkeeper/ember electron 2.7.2
* chore(package): update ember-electron to version 2.7.2
Closes
* - re-run blueprint generator
update tests/ember-electron/main.js
Closes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"license\": \"GPL-3.0\",\n\"devDependencies\": {\n\"babel-plugin-transform-async-to-generator\": \"^6.24.1\",\n- \"babel-preset-env\": \"^1.3.3\",\n+ \"babel-preset-env\": \"^1.6.1\",\n\"babel-preset-es2015\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Greenkeeper/ember electron 2.7.2 (#1304)
* chore(package): update ember-electron to version 2.7.2
Closes #1258
* - re-run blueprint generator
- update tests/ember-electron/main.js
Closes #1258 |
288,317 | 24.11.2017 19:30:52 | 18,000 | b5ba2018a87cbbaa1b8a7d093b5f36654bfd55ef | Update Docker Compose and Dockerfile | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "-FROM ubuntu:14.04\n+FROM node:6-alpine\n-# install couchdb\n-RUN apt-get update && apt-get install curl sudo git wget -y\n+# install script dependencies\n+RUN apk update && apk add sudo curl git wget\n-# install... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update Docker Compose and Dockerfile (#1300) |
288,231 | 29.11.2017 15:11:44 | -3,600 | 655cf406e0eae020dd45ff533e6cdde33015257d | Fix stylelint issues
Closes | [
{
"change_type": "DELETE",
"old_path": ".stylelintignore",
"new_path": null,
"diff": "-/app/styles/basscss/\n"
},
{
"change_type": "MODIFY",
"old_path": ".stylelintrc",
"new_path": ".stylelintrc",
"diff": "],\n\"rules\":{\n\"sh-waqar/declaration-use-variable\": \"color\",\n- \"sc... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix stylelint issues (#1308)
Closes #1307 |
288,231 | 29.11.2017 16:41:21 | -3,600 | 58a98e31e3ba10245851e523c0b8cd4fcc36f439 | chore(package): update pouchdb to version 6.3.4
Closes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"loader.js\": \"^4.0.11\",\n\"minimatch\": \"^3.0.2\",\n\"nano\": \"6.3.0\",\n- \"pouchdb\": \"6.2.0\",\n+ \"pouchdb\": \"6.3.4\",\n\"pouchdb-adapter-memory\": \"6.3.4\",\n\"pouchdb-list\": \"^1.1.0\",\n\"po... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(package): update pouchdb to version 6.3.4 (#1311)
Closes #1125 |
288,231 | 28.11.2017 15:49:18 | -3,600 | b18b8c2e0ef21029a9bd73778b0ab09f4b59454d | fix docker after migrating to alpine | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "FROM node:6-alpine\n# install script dependencies\n-RUN apk update && apk add sudo curl git wget\n+RUN apk update && apk add \\\n+ bash \\\n+ curl \\\n+ g++ \\\n+ git \\\n+ make \\\n+ python \\\n+ sudo \\\n+ wget... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix docker after migrating to alpine |
288,269 | 29.11.2017 19:29:48 | 0 | e76fcabec280cea33e7d488db4ed646a145c0f5f | Fixes the deprecation message: DEPRECATION: Putting the "includePolyfill" option in "babel" is deprecated, please put it in "ember-cli-babel" instead | [
{
"change_type": "MODIFY",
"old_path": "ember-cli-build.js",
"new_path": "ember-cli-build.js",
"diff": "@@ -5,7 +5,9 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');\nmodule.exports = function(defaults) {\nvar app = new EmberApp(defaults, {\nbabel: {\n- optional: ['es6.spec.symbols'],\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fixes the deprecation message: DEPRECATION: Putting the "includePolyfill" option in "babel" is deprecated, please put it in "ember-cli-babel" instead |
288,231 | 30.11.2017 10:50:41 | -3,600 | 28ddf1019f80d7abcb7485d753ab8a1973c25276 | enable autoreloading in docker-compose.yml | [
{
"change_type": "MODIFY",
"old_path": "docker-compose.yml",
"new_path": "docker-compose.yml",
"diff": "@@ -4,9 +4,12 @@ services:\nbuild: .\nports:\n- \"4200:4200\"\n+ - \"7020:7020\"\ndepends_on:\ncouchdb:\ncondition: \"service_healthy\"\n+ volumes:\n+ - ./app:/usr/src/app/app\ncouchdb:\nimage: \"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | enable autoreloading in docker-compose.yml |
288,231 | 10.01.2018 13:54:31 | -3,600 | 538991e92f47b0bccf921d50e552af25fc425c39 | use recommended travis settings | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -25,12 +25,12 @@ before_install:\n- npm config set spin false\n- npm install -g bower\n- bower --version\n+ - \"/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --back... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | use recommended travis settings |
288,231 | 10.01.2018 17:21:01 | -3,600 | d46d1d032be5ee097ee1c8952c071ea96161b53a | one more test fixed | [
{
"change_type": "MODIFY",
"old_path": "app/templates/components/select-or-typeahead.hbs",
"new_path": "app/templates/components/select-or-typeahead.hbs",
"diff": "{{else}}\n{{em-select class=(concat 'form-input-group ' className) label=label\nproperty=property content=content\n- optionValuePath=opt... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | one more test fixed |
288,231 | 11.01.2018 08:47:52 | -3,600 | 54d806dabc85929743681a9b8f27da1af57d3b14 | rollback ember-data | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-cli-test-loader\": \"^2.0.0\",\n\"ember-concurrency\": \"0.8.11\",\n\"ember-concurrency-test-waiter\": \"0.3.1\",\n- \"ember-data\": \"2.17.0\",\n+ \"ember-data\": \"^2.10.0\",\n\"ember-electron\": \"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | rollback ember-data |
288,231 | 11.01.2018 09:43:32 | -3,600 | 8827b3412794486bb75508130f4ae413023814ce | strict version for ember-data | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-cli-test-loader\": \"^2.0.0\",\n\"ember-concurrency\": \"0.8.11\",\n\"ember-concurrency-test-waiter\": \"0.3.1\",\n- \"ember-data\": \"^2.10.0\",\n+ \"ember-data\": \"2.10.0\",\n\"ember-electron\": \"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | strict version for ember-data |
288,231 | 11.01.2018 10:25:20 | -3,600 | 1e8e1e183b54b232fb8fceb08cd447b2e12ab4e7 | remove mentions of phantomjs | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -11,7 +11,7 @@ clean:\n@echo 'Nothing to do yet!'\n.PHONY: test\n-test: install node_modules/phantomjs\n+test:\n@./script/test\n.PHONY: build\n"
},
{
"change_type": "MODIFY",
"old_path": "README.md",
... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | remove mentions of phantomjs |
288,231 | 12.01.2018 09:13:36 | -3,600 | aecca100ee01d8d645c9453993410ad39c16bcbc | remove duplicated package | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"devtron\": \"^1.4.0\",\n\"electron-forge\": \"^4.1.3\",\n\"electron-prebuilt-compile\": \"1.7.9\",\n- \"electron-protocol-serve\": \"^1.3.0\",\n\"electron-rebuild\": \"^1.5.7\",\n\"ember-ajax\": \"^3.0.0\",... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | remove duplicated package |
288,405 | 29.09.2017 19:23:52 | 14,400 | 78b300238db0f91d85ee41e7128e9d9080b5dece | Working version of i18n preference toggle, where individual user preferences persist to preferences DB (instead of all users sharing the same i18n preference) | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "app/components/language-dropdown.js",
"diff": "+import Ember from 'ember';\n+\n+export default Ember.Component.extend({\n+ i18n: Ember.inject.service(),\n+ languagePreference: Ember.inject.service(),\n+ selectedLanguage: Ember.computed.alias('i1... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Working version of i18n preference toggle, where individual user preferences persist to preferences DB (instead of all users sharing the same i18n preference) |
288,231 | 09.12.2017 10:55:56 | -3,600 | fac0d4dd42378a7027cef678b89302f7f74ca433 | Fix implementation and unit tests for language preference feature | [
{
"change_type": "MODIFY",
"old_path": "app/authenticators/custom.js",
"new_path": "app/authenticators/custom.js",
"diff": "@@ -40,9 +40,7 @@ export default BaseAuthenticator.extend(MapOauthParams, OAuthHeaders, {\n},\n_finishAuth(user, oauthConfigs) {\n- let config = this.get('config');\nlet databa... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix implementation and unit tests for language preference feature |
288,231 | 17.01.2018 14:25:47 | -3,600 | 730137c9424ee92d73dfc687ce02231253e9b61f | fixed "unhandled" promise rejection | [
{
"change_type": "MODIFY",
"old_path": "tests/unit/services/language-preference-test.js",
"new_path": "tests/unit/services/language-preference-test.js",
"diff": "@@ -75,7 +75,7 @@ test('loadUserLanguagePreference should return default language if there are no\n});\ntest('loadUserLanguagePreference s... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixed "unhandled" promise rejection |
288,231 | 19.01.2018 15:10:03 | -3,600 | 94bb5287b6bf28cee5b4403a8e3835bfc713b577 | fixed language-select-test.js for electron | [
{
"change_type": "MODIFY",
"old_path": "tests/.eslintrc.js",
"new_path": "tests/.eslintrc.js",
"diff": "@@ -10,6 +10,7 @@ module.exports = {\nglobals: {\n'$': true,\n+ 'addOfflineUsersForElectron': true,\n'authenticateUser': true,\n'invalidateSession': true,\n'require': true,\n"
},
{
"change... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fixed language-select-test.js for electron |
288,231 | 20.01.2018 17:01:28 | -3,600 | f3acd50a7dec2b41ab0f83d217b4ef4c0a0b1743 | fix strange run-loop test error | [
{
"change_type": "MODIFY",
"old_path": "app/controllers/index.js",
"new_path": "app/controllers/index.js",
"diff": "@@ -5,9 +5,9 @@ const {\nalias\n},\ninject,\n- get,\n- set\n+ get\n} = Ember;\n+\nexport default Ember.Controller.extend(UserSession, {\nconfig: inject.service(),\ndatabase: inject.ser... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix strange run-loop test error |
288,231 | 26.01.2018 12:13:52 | -3,600 | 29ef456cbfe9e45e126d733a4b7ad7b4f5369886 | remove redundant space from templates | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/batch/template.hbs",
"new_path": "app/inventory/batch/template.hbs",
"diff": "</div>\n</td>\n<td class=\"col-sm-2\">\n- {{date-picker model=model property=\"expirationDate\" minDate=\"now\" model=invoiceItem }}\n+ {{date-picker property=\"expirat... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | remove redundant space from templates |
288,231 | 26.01.2018 14:39:47 | -3,600 | 396c34330600c24af85a7a36302662911a602e82 | fix action handler for the date picker | [
{
"change_type": "MODIFY",
"old_path": "app/components/date-picker.js",
"new_path": "app/components/date-picker.js",
"diff": "import Ember from 'ember';\nexport default Ember.Component.extend({\n+ actions: {\n+ dateSetActionWrapper(newDate) {\n+ if (!Ember.isEmpty(this.get('dateSetAction'))) {\n+ th... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix action handler for the date picker |
288,388 | 18.02.2018 00:35:55 | 10,800 | 5191f6b6e39f3d895b34add73a50190c52b37d75 | Change the execution
Improves the
Improve the execution of the applications (ember test, ember build and ember serve), using sync process and redirected the output to the process. | [
{
"change_type": "MODIFY",
"old_path": "script/build.js",
"new_path": "script/build.js",
"diff": "'use strict';\nconst child = require('child_process');\n+const proc = require('process');\n-console.log('Running ember build.');\n-child.exec('ember build', (error, stdout, stderr) => {\n- if (error) {\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Change the execution
Improves the #1373
- Improve the execution of the applications (ember test, ember build and ember serve), using sync process and redirected the output to the process. |
288,378 | 18.02.2018 15:39:09 | 18,000 | b1ede0e18c31c2f3abdb6730e5be0aaf5c72089d | 496 : add "clickable" css class to editable objects
upadated the following areas of the app:
patient tabs
appointments
imaging
invoices
labs
medication
visits | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "# See http://help.github.com/ignore-files/ for more about ignoring files.\n/.idea\n+/.vscode\n# compiled output\n/dist\n"
},
{
"change_type": "MODIFY",
"old_path": "app/appointments/edit/template.hbs"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | 496 : add "clickable" css class to editable objects
upadated the following areas of the app:
- patient tabs
- appointments
- imaging
- invoices
- labs
- medication
- visits |
288,388 | 19.02.2018 00:21:07 | 10,800 | 3a182a14cae1e83abc8cb8474e95f1fd877f3763 | Update the package.json
Rolling back some mistakes, as correctly appointed by
after running the buils and test on my environment, the result of calling directly the ember for build and test, is the same as running inside an script. Change for the suggestion. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"prod\"\n],\n\"scripts\": {\n- \"build\": \"node script/build.js \",\n+ \"build\": \"ember build\",\n\"start\": \"node script/server.js\",\n- \"test\": \"node script/test.js\",\n+ \"test\": \"ember test\",\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update the package.json
Rolling back some mistakes, as correctly appointed by @stukalin.
@stukalin after running the buils and test on my environment, the result of calling directly the ember for build and test, is the same as running inside an script. Change for the suggestion. |
288,231 | 24.02.2018 15:41:59 | -3,600 | dfe2de939f6e843cddb5a19ee6308c7fbde67dc9 | fix docker for windows | [
{
"change_type": "MODIFY",
"old_path": "Dockerfile",
"new_path": "Dockerfile",
"diff": "@@ -34,7 +34,7 @@ COPY ./server/config-example.js ./server/config.js\n# define settings\nRUN sed -i -e 's/URL=\"localhost\"/URL=\"couchdb\"/g' ./script/initcouch.sh\nRUN sed -i -e \"s/couchDbServer: 'localhost'/c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix docker for windows |
288,237 | 27.02.2018 14:32:24 | 18,000 | d1b4a5d7a6aa46191a2029d3a8839609f4fff797 | address ember-metal.binding deprecations | [
{
"change_type": "MODIFY",
"old_path": "app/components/date-input.js",
"new_path": "app/components/date-input.js",
"diff": "@@ -53,6 +53,6 @@ export default EmInput.extend(PikadayComponent, {\nlet displayPropertyName = `display_${dateProperty}`;\nthis.currentDate = Ember.computed.alias(`model.${date... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | address ember-metal.binding deprecations |
288,237 | 28.02.2018 10:09:42 | 18,000 | 6fa668787cb159668422f5d54e7720f14b26f3cb | update ember-sinon-qunit to 1.x latest, fix deprecations | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-source\": \"2.11.0\",\n\"ember-select-list\": \"0.9.5\",\n\"ember-simple-auth\": \"^1.5.1\",\n- \"ember-sinon-qunit\": \"^1.4.0\",\n+ \"ember-sinon-qunit\": \"1.6.0\",\n\"ember-truth-helpers\": \"2.0.... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | update ember-sinon-qunit to 1.x latest, fix deprecations |
288,237 | 28.02.2018 10:11:42 | 18,000 | b8816f1eb313bc39791f8ced80bdca8d4554307d | update worker-pouch to 2.1.0 to address pouchdb db.type() deprecations | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"stylelint-scss\": \"2.3.0\",\n\"tosource-polyfill\": \"^0.3.1\",\n\"uuid\": \"^3.0.0\",\n- \"worker-pouch\": \"git+https://github.com/jkleinsc/worker-pouch.git\"\n+ \"worker-pouch\": \"2.1.0\"\n},\n\"depend... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | update worker-pouch to 2.1.0 to address pouchdb db.type() deprecations |
288,285 | 07.03.2018 13:42:01 | -7,200 | 1db4dc8ce9f982d4c9fc20fe362cf70a1155d3d5 | Add RTL as style preference | [
{
"change_type": "MODIFY",
"old_path": "app/services/language-preference.js",
"new_path": "app/services/language-preference.js",
"diff": "import Ember from 'ember';\nimport config from '../config/environment';\n+import { walkConfigs, setRTL } from '../utils/locale-utils';\nexport const DEFAULT_LANGU... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Add RTL as style preference |
288,285 | 07.03.2018 15:12:32 | -7,200 | cbc9b64361ecbdeee81279d9e16a0dbbf697f366 | fix scss problems | [
{
"change_type": "MODIFY",
"old_path": "app/styles/_base.scss",
"new_path": "app/styles/_base.scss",
"diff": "@@ -5,15 +5,13 @@ body {\npadding-left: 275px; // to accomodate for .sidebar-nav\n}\n- &.rtl {\n- &.ember-application {/* stylelint-disable-line selector-no-qualifying-type */\n- padding-lef... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix scss problems |
288,237 | 12.03.2018 10:21:59 | 14,400 | 093180e5495ab817e1f95ba3e10ee7f4c9d8dee2 | Remove ds.serializer.private-should-serialize-has-many and ember-metal.binding from the deprecation-workflow config | [
{
"change_type": "MODIFY",
"old_path": "config/deprecation-workflow.js",
"new_path": "config/deprecation-workflow.js",
"diff": "@@ -2,8 +2,6 @@ window.deprecationWorkflow = window.deprecationWorkflow || {};\nwindow.deprecationWorkflow.config = {\nworkflow: [\n{ handler: 'silence', matchId: 'ember-ge... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Remove ds.serializer.private-should-serialize-has-many and ember-metal.binding from the deprecation-workflow config |
288,401 | 19.03.2018 08:28:51 | -7,200 | e70886340d1fef7d05ffbcc87027b489c61cb0dc | Create sidebare-nav component | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "app/components/sidebar-nav/component.js",
"diff": "+import Ember from 'ember';\n+import HospitalRunVersion from 'hospitalrun/mixins/hospitalrun-version';\n+import ModalHelper from 'hospitalrun/mixins/modal-helper';\n+import ProgressDialog from '... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Create sidebare-nav component |
288,401 | 19.03.2018 08:30:36 | -7,200 | a1cd108b17552a028144c4456af764d168bd8e9f | Replace navigation controller with sidebar-nav component | [
{
"change_type": "MODIFY",
"old_path": "app/templates/application.hbs",
"new_path": "app/templates/application.hbs",
"diff": "{{#if session.isAuthenticated}}\n- {{render \"navigation\"}}\n+ {{!--{{render 'navigation'}}--}}\n+ {{sidebar-nav\n+ allowSearch=(readonly allowSearch)\n+ currentSearchText=(... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Replace navigation controller with sidebar-nav component |
288,401 | 19.03.2018 08:32:41 | -7,200 | ca321096a423d998c068d77c4cfbd4c37fb5ef8e | Replace search manibulation through navigation ctrl to application ctrl | [
{
"change_type": "MODIFY",
"old_path": "app/controllers/application.js",
"new_path": "app/controllers/application.js",
"diff": "@@ -2,8 +2,18 @@ import Ember from 'ember';\nexport default Ember.Controller.extend({\nfilesystem: Ember.inject.service(),\nsession: Ember.inject.service(),\n+\n+ allowSear... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Replace search manibulation through navigation ctrl to application ctrl |
288,401 | 19.03.2018 08:34:06 | -7,200 | 338feb686fa38e8a7cdc756a982c4c21b90b00e8 | Fix navAction action usage | [
{
"change_type": "MODIFY",
"old_path": "app/components/nav-menu.js",
"new_path": "app/components/nav-menu.js",
"diff": "@@ -9,7 +9,6 @@ const {\nexport default Ember.Component.extend(UserSession, {\ncallCloseSettings: 'closeSettings',\n- callNavAction: 'navAction',\nclassNames: ['primary-nav-item'],... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix navAction action usage |
288,231 | 20.03.2018 12:38:38 | -3,600 | bb151956a327376d6dc71f3bfac1650ea2ebbb9d | fix info button | [
{
"change_type": "MODIFY",
"old_path": "app/mixins/modal-helper.js",
"new_path": "app/mixins/modal-helper.js",
"diff": "@@ -13,7 +13,8 @@ export default Ember.Mixin.create({\nlet modalOptions = Ember.Object.extend({\nupdateButtonText: i18n.t('buttons.ok')\n});\n- this.send('openModal', 'dialog', mod... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix info button |
288,231 | 20.03.2018 13:49:19 | -3,600 | e198f8e18490e36d7aae0ce1f456fd2656b9e936 | fix search modal | [
{
"change_type": "MODIFY",
"old_path": "app/components/nav-menu.js",
"new_path": "app/components/nav-menu.js",
"diff": "@@ -9,6 +9,7 @@ const {\nexport default Ember.Component.extend(UserSession, {\ncallCloseSettings: 'closeSettings',\n+ callNavAction: 'navAction',\nclassNames: ['primary-nav-item'],... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix search modal |
288,231 | 20.03.2018 14:51:23 | -3,600 | b33df3516588b572760990f9bbac5fee9cee86a7 | fix integration test and rerun blueprints | [
{
"change_type": "RENAME",
"old_path": "app/components/sidebar-nav/component.js",
"new_path": "app/components/sidebar-nav.js",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "app/components/sidebar-nav/template.hbs",
"new_path": "app/templates/components/sidebar-nav.hbs",
"... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix integration test and rerun blueprints |
288,231 | 20.03.2018 15:04:17 | -3,600 | f5a3993013f593be3794125e6af19331b8e9d689 | acceptance test for the about dialog | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/acceptance/navigation-test.js",
"diff": "+import Ember from 'ember';\n+import { module, test } from 'qunit';\n+import startApp from 'hospitalrun/tests/helpers/start-app';\n+import FakeServer, { stubRequest } from 'ember-cli-fake-server';\n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | acceptance test for the about dialog |
288,284 | 22.03.2018 09:46:54 | 14,400 | bfd4718f84478ca9d13d5653f70bed2d061e41ef | chore(package): update electron-prebuilt-compile to version 1.8.4
Closes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"csv-parse\": \"^1.2.0\",\n\"devtron\": \"^1.4.0\",\n\"electron-forge\": \"^5.1.1\",\n- \"electron-prebuilt-compile\": \"1.8.2-beta.3\",\n+ \"electron-prebuilt-compile\": \"1.8.4\",\n\"electron-protocol-serv... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | chore(package): update electron-prebuilt-compile to version 1.8.4 (#1398)
Closes #1362 |
288,372 | 26.03.2018 19:46:52 | -7,200 | 1cfba70a937ae0eced0baec836ac52cfb4373a76 | fix(locales/de): languageName | [
{
"change_type": "MODIFY",
"old_path": "app/locales/de/translations.js",
"new_path": "app/locales/de/translations.js",
"diff": "export default {\n- languageName: 'Deutsche',\n+ languageName: 'Deutsch',\nadmin: {\naddress: {\naddress1Label: 'Adresse 1 Kennzeichen',\n"
},
{
"change_type": "MOD... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(locales/de): languageName |
288,372 | 26.03.2018 22:25:41 | -7,200 | 357e4b5679096ed53a628c8cc7b60e1b90196b78 | fix(nav-sidebar): current route highlighting | [
{
"change_type": "MODIFY",
"old_path": "app/mixins/navigation.js",
"new_path": "app/mixins/navigation.js",
"diff": "@@ -12,7 +12,7 @@ export default Ember.Mixin.create({\n{\ntitle: 'Inventory',\niconClass: 'octicon-package',\n- route: 'inventory.index',\n+ route: 'inventory',\ncapability: 'inventory... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix(nav-sidebar): current route highlighting |
288,231 | 29.03.2018 16:08:45 | -7,200 | 8e49239281f06dbed1c008071d2f0a280696de5a | fix language-preference-test.js test | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"stylelint-config-concentric\": \"^2.0.0\",\n\"stylelint-declaration-use-variable\": \"1.6.1\",\n\"stylelint-scss\": \"2.5.0\",\n+ \"tosource-polyfill\": \"^0.3.1\",\n\"uuid\": \"^3.0.0\",\n\"worker-pouch\":... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix language-preference-test.js test |
288,328 | 02.04.2018 19:56:33 | 18,000 | 333f6212119a58e342d8e752911e3372978702ca | Added acceptance tests for behavior of searchText field. | [
{
"change_type": "MODIFY",
"old_path": "tests/acceptance/navigation-test.js",
"new_path": "tests/acceptance/navigation-test.js",
"diff": "@@ -35,3 +35,35 @@ test('about dialog', function(assert) {\n});\n});\n});\n+\n+test('search text clears after search', function(assert) {\n+ runWithPouchDump('def... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Added acceptance tests for behavior of searchText field. |
288,328 | 07.04.2018 18:09:54 | 18,000 | f8984b2e32cf410e651a79332902fcf8d12a556d | Move reset/clear of searchText into sidebar-nav component instead of application controller. | [
{
"change_type": "MODIFY",
"old_path": "app/components/sidebar-nav.js",
"new_path": "app/components/sidebar-nav.js",
"diff": "@@ -41,6 +41,7 @@ export default Ember.Component.extend(HospitalRunVersion, ModalHelper, UserSessi\nsearch() {\nthis.sendAction('search', this.get('searchText'));\n+ this.set... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Move reset/clear of searchText into sidebar-nav component instead of application controller. |
288,328 | 03.05.2018 13:09:50 | 18,000 | 1543e88443a31ea9dc6236d49fe1c30d9001377f | Target new ember-rapid-forms version.
ember-rapid-forms 1.2.5 was released, now the tests for this PR should all pass. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-load-initializers\": \"^1.0.0\",\n\"ember-pouch\": \"4.3.0\",\n\"ember-radio-buttons\": \"^4.0.1\",\n- \"ember-rapid-forms\": \"^1.2.4\",\n+ \"ember-rapid-forms\": \"^1.2.5\",\n\"ember-resolver\": \"^... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Target new ember-rapid-forms version.
ember-rapid-forms 1.2.5 was released, now the tests for this PR should all pass. |
288,328 | 06.05.2018 12:42:55 | 18,000 | 7e4245a3ce6897b45eca57e10e115a4e497b52b1 | Replace with native HTML select | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/edit/template.hbs",
"new_path": "app/invoices/edit/template.hbs",
"diff": "</div>\n</td>\n<td class=\"col-xs-1\">\n- {{#em-form model=detail submitButton=false as |form|}}\n- {{form.select\n- class='form-input-group'\n- content=expenseAccountList\... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Replace with native HTML select |
288,328 | 07.05.2018 06:37:44 | 18,000 | c0c925a32212768ff0fb5f3b31290181b423a8e0 | Removed computed property. | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/edit/controller.js",
"new_path": "app/invoices/edit/controller.js",
"diff": "import { merge } from '@ember/polyfills';\n-import EmberObject, { set, computed } from '@ember/object';\n+import EmberObject, { set } from '@ember/object';\nimport {\nall... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Removed computed property. |
288,328 | 08.05.2018 20:01:19 | 18,000 | 8e21498a70e682422555acd5f89246217a709a19 | Fix form within form issues. | [
{
"change_type": "MODIFY",
"old_path": "app/incident/attachment/template.hbs",
"new_path": "app/incident/attachment/template.hbs",
"diff": "{{form.input property=\"title\" label=(t 'incident.labels.title') class=\"attachment-title\"}}\n{{#if model.isNew}}\n{{take-photo\n+ form=form\ndefaultPhotoSour... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix form within form issues. |
288,328 | 11.05.2018 02:36:27 | 18,000 | f5300087db03a411b3a446ee95912d0f742b65f9 | Removed from deprecation-workflow. | [
{
"change_type": "MODIFY",
"old_path": "config/deprecation-workflow.js",
"new_path": "config/deprecation-workflow.js",
"diff": "window.deprecationWorkflow = window.deprecationWorkflow || {};\nwindow.deprecationWorkflow.config = {\nworkflow: [\n- { handler: 'silence', matchId: 'ember-getowner-polyfil... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Removed from deprecation-workflow. |
288,361 | 17.05.2018 15:41:27 | -43,200 | e8e1de1ea89170ac075de40c1e104a89a66be27d | Turn search feature off | [
{
"change_type": "MODIFY",
"old_path": "app/incident/route.js",
"new_path": "app/incident/route.js",
"diff": "@@ -10,6 +10,10 @@ export default AbstractModuleRoute.extend({\nname: 'incidentCategoryList',\nfindArgs: ['inc-category']\n}],\n+ allowSearch: false,\n+ currentScreenTitle: t('incidents.titl... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Turn search feature off |
288,361 | 17.05.2018 17:53:42 | -43,200 | 2de101e88756a062c7310fe98d67f11deda50809 | remove title for current screen.... | [
{
"change_type": "MODIFY",
"old_path": "app/incident/route.js",
"new_path": "app/incident/route.js",
"diff": "@@ -11,7 +11,6 @@ export default AbstractModuleRoute.extend({\nfindArgs: ['inc-category']\n}],\nallowSearch: false,\n- currentScreenTitle: t('incidents.titles.incidents'),\neditTitle: t('inc... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | remove title for current screen.... |
288,328 | 21.05.2018 18:54:29 | 18,000 | 9124f3c8765f2c3a5d0ef058e7cdee8df62543d8 | Changed amountOwedChanged backt observer. | [
{
"change_type": "MODIFY",
"old_path": "app/models/billing-line-item.js",
"new_path": "app/models/billing-line-item.js",
"diff": "@@ -18,7 +18,7 @@ export default AbstractModel.extend(NumberFormat, {\n/* The individual objects that make up this line item. */\ndetails: DS.hasMany('line-item-detail', ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Changed amountOwedChanged backt observer. |
288,328 | 21.05.2018 22:05:34 | 18,000 | 0fa2a89ad0b2a7509e60c0cda23171c2cbd218fd | Fix Delete invoice item button. | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/edit/controller.js",
"new_path": "app/invoices/edit/controller.js",
"diff": "@@ -133,7 +133,7 @@ export default AbstractEditController.extend(NumberFormat, PatientSubmodule, Pub\n},\nshowDeleteItem(itemToDelete, deleteFrom) {\n- this.showDeleteMod... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix Delete invoice item button. |
288,328 | 24.05.2018 03:52:03 | 18,000 | f14aae1897bed4242aaa44957b77dc712dc70c50 | Acceptance tests for invoice fixes. | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/edit/template.hbs",
"new_path": "app/invoices/edit/template.hbs",
"diff": "{{if item.showDetails 'glyphicon-minus' 'glyphicon-plus'}}\"\n{{action \"toggleDetails\" item bubbles=false }}>\n</span>\n- <strong>{{input class=\"form-control\" value=ite... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Acceptance tests for invoice fixes. |
288,328 | 11.06.2018 00:58:26 | 18,000 | 466725caacee191daed58741a0fc1be51417220d | Fix issue with saving notes on different visits. | [
{
"change_type": "MODIFY",
"old_path": "app/patients/notes/template.hbs",
"new_path": "app/patients/notes/template.hbs",
"diff": "updateButtonText=updateButtonText }}\n{{#em-form model=model submitButton=false as |form|}}\n{{expand-text label=(t 'labels.note') property=\"content\" rows=3 class=\"tes... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix issue with saving notes on different visits. |
288,328 | 14.06.2018 10:18:56 | 18,000 | 7bc5e0f5505129763616af71e0bf28dac9105417 | Remove visit select when already inside a visit. | [
{
"change_type": "MODIFY",
"old_path": "app/patients/notes/controller.js",
"new_path": "app/patients/notes/controller.js",
"diff": "import { Promise as EmberPromise } from 'rsvp';\nimport { alias } from '@ember/object/computed';\nimport { inject as controller } from '@ember/controller';\n+import { c... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Remove visit select when already inside a visit. |
288,244 | 17.07.2018 15:24:59 | -3,600 | fa6cb13455a4deab26ed6c31c2fc93d9a317c359 | Use translation file for '+ new item' in pricing | [
{
"change_type": "MODIFY",
"old_path": "app/pricing/route.js",
"new_path": "app/pricing/route.js",
"diff": "import AbstractModuleRoute from 'hospitalrun/routes/abstract-module-route';\n+import { translationMacro as t } from 'ember-i18n';\n+\nexport default AbstractModuleRoute.extend({\naddCapability... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Use translation file for '+ new item' in pricing |
288,244 | 17.07.2018 17:00:29 | -3,600 | a2483b81fc25f91b8e8dde943d8915ac4f1efc9c | Use translation strings for pricing/route.js | [
{
"change_type": "MODIFY",
"old_path": "app/locales/en/translations.js",
"new_path": "app/locales/en/translations.js",
"diff": "@@ -1314,10 +1314,19 @@ export default {\n}\n},\npricing: {\n+ sectionTitle: \"Pricing\",\nlabels: {\ndiscountAmount: 'Discount Amount',\ndiscountPercentage: 'Discount Perc... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Use translation strings for pricing/route.js |
288,244 | 18.07.2018 09:38:35 | -3,600 | 9f91e81bf131cc5b6eaccf9ab3613452afdf8554 | Use translation strings for invoices route | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/route.js",
"new_path": "app/invoices/route.js",
"diff": "import AbstractModuleRoute from 'hospitalrun/routes/abstract-module-route';\nimport ModalHelper from 'hospitalrun/mixins/modal-helper';\nimport PatientListRoute from 'hospitalrun/mixins/pati... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Use translation strings for invoices route |
288,244 | 18.07.2018 09:38:53 | -3,600 | f7bd3e183f99ba1324e5af25e91a13926fb39a57 | Synchronize translations | [
{
"change_type": "MODIFY",
"old_path": "app/locales/en/translations.js",
"new_path": "app/locales/en/translations.js",
"diff": "@@ -302,15 +302,14 @@ export default {\nnoPricingItems: 'No pricing items found.',\nnoPricingProfiles: 'No pricing profiles found.'\n},\n- editInvoice: 'Edit Invoice',\n- n... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Synchronize translations |
288,244 | 18.07.2018 09:55:09 | -3,600 | 4f5bc8870e5bc3a73129747aa6512b322b748b82 | Fix linting issues in invoices and pricing routes | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/route.js",
"new_path": "app/invoices/route.js",
"diff": "import AbstractModuleRoute from 'hospitalrun/routes/abstract-module-route';\nimport ModalHelper from 'hospitalrun/mixins/modal-helper';\nimport PatientListRoute from 'hospitalrun/mixins/pati... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix linting issues in invoices and pricing routes |
288,244 | 18.07.2018 11:08:15 | -3,600 | 51f892666c515721768a6da5ae69655f202fddd6 | Regress using translation string for currentScreenTitle in invoices to fix failing test | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/route.js",
"new_path": "app/invoices/route.js",
"diff": "@@ -6,7 +6,7 @@ import { translationMacro as t } from 'ember-i18n';\nexport default AbstractModuleRoute.extend(ModalHelper, PatientListRoute, {\naddCapability: 'add_invoice',\n- currentScree... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Regress using translation string for currentScreenTitle in invoices to fix failing test |
288,244 | 18.07.2018 11:34:25 | -3,600 | a31ff417917e188afeb33fc980bd22621d9a1d70 | Use translation string for currentScreenTitle in invoices/route.js | [
{
"change_type": "MODIFY",
"old_path": "app/invoices/route.js",
"new_path": "app/invoices/route.js",
"diff": "@@ -6,7 +6,7 @@ import { translationMacro as t } from 'ember-i18n';\nexport default AbstractModuleRoute.extend(ModalHelper, PatientListRoute, {\naddCapability: 'add_invoice',\n- currentScree... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Use translation string for currentScreenTitle in invoices/route.js |
288,244 | 18.07.2018 16:52:02 | -3,600 | 809973bab6c7c202ad31387aa10997a5135538f4 | Upgrade ember-i18n and use default fallback option | [
{
"change_type": "MODIFY",
"old_path": "config/environment.js",
"new_path": "config/environment.js",
"diff": "@@ -53,7 +53,8 @@ module.exports = function(environment) {\n}\nENV.i18n = {\n- defaultLocale: 'en'\n+ defaultLocale: 'en',\n+ defaultFallback: true\n};\nENV.manifest = {\n"
},
{
"cha... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Upgrade ember-i18n and use default fallback option |
288,244 | 18.07.2018 16:53:09 | -3,600 | 8041921e782d2301c348d6f66521568986fc9853 | Use undefined rather than empty string during translation sync and add missing message behaviour to lookup translation in default language | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "app/utils/i18n/missing-message.js",
"diff": "+import Ember from 'ember';\n+import Locale from 'ember-i18n/utils/locale';\n+import config from '../../config/environment';\n+\n+const DEFAULT_LOCALE = config.i18n.defaultLocale;\n+\n+let missingMess... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Use undefined rather than empty string during translation sync and add missing message behaviour to lookup translation in default language |
288,244 | 18.07.2018 16:57:10 | -3,600 | 5d7866930a492909ea703ba5343b8f028a5763b5 | Tidy up missing message util linting issues | [
{
"change_type": "MODIFY",
"old_path": "app/utils/i18n/missing-message.js",
"new_path": "app/utils/i18n/missing-message.js",
"diff": "@@ -5,23 +5,20 @@ import config from '../../config/environment';\nconst DEFAULT_LOCALE = config.i18n.defaultLocale;\nlet missingMessage = function(locale, key, data) ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Tidy up missing message util linting issues |
288,244 | 18.07.2018 17:13:26 | -3,600 | 56a005eab55d991bf9335900b5710160ea1a6f6b | Update contribution guidelines for translations | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -176,12 +176,12 @@ If you know a language other than English and would like to help translate this\n### Run script to populate missing translation terms\n```npm run translation-sync``... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Update contribution guidelines for translations |
288,328 | 14.08.2018 22:58:18 | 18,000 | 1c6016e1254d1ba2156819b503583b8249e0330b | Test for adding inv purchase. | [
{
"change_type": "MODIFY",
"old_path": "app/inventory/edit/template.hbs",
"new_path": "app/inventory/edit/template.hbs",
"diff": "<tr>\n<td>{{location.location}}</td>\n<td>{{location.aisleLocation}}</td>\n- <td>{{location.quantity}}</td>\n+ <td class=\"test-location-quantity\">{{location.quantity}}<... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Test for adding inv purchase. |
288,290 | 18.08.2018 08:37:48 | 25,200 | a8db38c6bc41eade86c671534ee9e841b5ae28b2 | Fix CONTRIBUTEING.md pods link
is dead. is a pretty good explanation. | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "@@ -78,7 +78,7 @@ In addition, these are descriptions of some extra folders and files in use in th\n### Pod directories\n-This project uses a folder structure called [Pods](http://cball.... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix CONTRIBUTEING.md pods link
http://cball.me/organize-your-ember-app-with-pods/ is dead. https://www.programwitherik.com/ember-pods/ is a pretty good explanation. |
288,330 | 22.08.2018 10:16:03 | 14,400 | 0ee7343448e68c48b004ed5dcee2c15c6a659c92 | Fix issue - Appointment can be created with start date later than end date. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "app/.vs/ProjectSettings.json",
"diff": "+{\n+ \"CurrentProjectSetting\": null\n+}\n\\ No newline at end of file\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "app/.vs/VSWorkspaceState.json",
"diff": "+{\n+ \"Exp... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Fix issue #1484 - Appointment can be created with start date later than end date. |
288,330 | 22.08.2018 10:17:48 | 14,400 | 0b838b66a1ef447900599e948abf4aab7c94f590 | Delete workspace-specific files | [
{
"change_type": "DELETE",
"old_path": "app/.vs/ProjectSettings.json",
"new_path": null,
"diff": "-{\n- \"CurrentProjectSetting\": null\n-}\n\\ No newline at end of file\n"
},
{
"change_type": "DELETE",
"old_path": "app/.vs/VSWorkspaceState.json",
"new_path": null,
"diff": "-{\n-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Delete workspace-specific files |
288,231 | 22.08.2018 17:37:08 | -7,200 | ff842d4ab245c005f1f78192c2ba2127862284e0 | fix wrong tagging in package.json; fixes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"ember-sinon-qunit\": \"3.2.0\",\n\"ember-source\": \"2.18.2\",\n\"ember-truth-helpers\": \"2.0.0\",\n- \"ember-validations\": \"HospitalRun/ember-validations#2.0.0\",\n+ \"ember-validations\": \"HospitalRun... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | fix wrong tagging in package.json; fixes #1487 |
288,231 | 17.02.2018 09:02:48 | -3,600 | 191a177484614b44d5e204a37109609b23f0edef | analytics draft | [
{
"change_type": "MODIFY",
"old_path": "app/router.js",
"new_path": "app/router.js",
"diff": "import EmberRouter from '@ember/routing/router';\nimport config from './config/environment';\n+import { get } from '@ember/object';\n+import { inject as service } from '@ember/service';\n+import { scheduleO... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | analytics draft |
288,231 | 19.02.2018 16:49:40 | -3,600 | 29341d917a0807e824794b88c0c2d902e73fe5dc | analytics for offline mode | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.js",
"new_path": ".eslintrc.js",
"diff": "@@ -20,6 +20,7 @@ module.exports = {\n'Bloodhound': true,\n'dymo': true,\n'Filer': true,\n+ 'goog': true,\n'logDebug': true,\n'Pikaday': true,\n'PouchDB': true,\n"
},
{
"change_type": "ADD",
"old_... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | analytics for offline mode |
288,231 | 28.02.2018 15:01:02 | -3,600 | c6b9d3c7c25fa05893f97ee50446c3ac942b396e | remove IDs and search terms from the URLs | [
{
"change_type": "MODIFY",
"old_path": "app/router.js",
"new_path": "app/router.js",
"diff": "@@ -4,6 +4,9 @@ import { get } from '@ember/object';\nimport { inject as service } from '@ember/service';\nimport { scheduleOnce } from '@ember/runloop';\n+const REGEX_UUID_URL_PART = /\\/[0-9a-fA-F]{8}-[0-... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | remove IDs and search terms from the URLs |
288,231 | 22.08.2018 22:59:37 | -7,200 | a223596f6ef9c2bd0b4b15f25ba8d8baa85f0848 | finally got the UA code | [
{
"change_type": "MODIFY",
"old_path": "config/environment.js",
"new_path": "config/environment.js",
"diff": "@@ -11,7 +11,7 @@ module.exports = function(environment) {\nname: 'GoogleAnalytics',\nenvironments: ['development', 'production'],\nconfig: {\n- id: 'UA-TODO-HOSPITAL-RUN',\n+ id: 'UA-982655... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | finally got the UA code |
288,368 | 28.08.2018 03:35:19 | 25,200 | d6558d06de96d8c290fe82b2745de29163866793 | Add solution for "python2: command not found" in troubleshooting section | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -115,6 +115,17 @@ Is your server (still) running? Is CouchDB running? If not, that's probably the\nTry a browser refresh `cmd + r`.\n+**ERR! stack python2: command not found**\n+\n+`npm install` requires Python ... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | Add solution for "python2: command not found" in troubleshooting section |
288,231 | 29.08.2018 08:40:36 | -7,200 | af4419834a068ec3e8ecb0b709718016a2d282cb | yarn.lock was updated; added some ignores for the greenkeeper till | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"config\": {\n\"forge\": \"./ember-electron/electron-forge-config.js\"\n+ },\n+ \"greenkeeper\": {\n+ \"ignore\": [\n+ \"ember-data\",\n+ \"ember-source\",\n+ \"ember-cli\"\n+ ]\n}\n}\n"
},
{
"ch... | TypeScript | MIT License | hospitalrun/hospitalrun-frontend | yarn.lock was updated; added some ignores for the greenkeeper till |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.