This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
Jamie Snape (51):
- Fix style and update more composer dependencies (48b2593)
- Move all settings to database and ensure settings are cast to the correct type (494120b)
- Fix style (1871984)
- Fix login before upgrade (e339363)
- Fix typo in Midas_Mail_Transport_Service constructor (fe37dcc)
- Various small fixes (7663c78)
- Fix style (90c6026)
- Update composer dependencies (25b25cc)
- Remove unsupported REST formats (740fb79)
- Remove "example" module (7dca72e)
- Add more comments and fix issue downloading images from an App Engine instance (329e231)
- Exclude some more files from App Engine (b9c981c)
- Fix upgrade tab (cf7a114)
- Fix module upgrade component (cf20d35)
- Fix test database setup (86fe1e8)
- Another fix (8e78cef)
- Update composer.json (ddbb8b0)
- Enable scss-lint for Code Climate (28995e3)
- Tweak .codeclimate.yml (b99a72f)
- Disable CSSLint per Code Climate support request (0d8d52e)
- Fix broken App Engine mail and corrupt message body in SendMail (6afd416)
- Remove PHP 7 from allowed failures (a309faa)
- Add ESLint configuration (19655c2)
- Fix various ESLint errors (02e0bbb)
- Add scss-lint configuration (25c4c00)
- Fix various scss-lint errors (5d7844a)
- Add updated CSS files (71a038c)
- Update favicons (ee06ca4)
- Fix checked resource submenu (9d31df4)
- Update composer dependences and add google/apiclient (0d4bfd9)
- Refactor Google Authentication module (f87ec17)
- Refactor cookie creation (7275b57)
- Directly add a user to a community/group (2183d53)
- Fix YAML style (b142116)
- Restore 5.3 compatibility as much as possible (e852490)
- Fix legacy API help page (8a875b5)
- Always use fileinfo as it is now available on App Engine (e65c0ed)
- Applied fixes from StyleCI (2a54a8a)
- Move cache initialization to bootstrap (198a048)
- Remove some more calls to time() (df91ec8)
- Tweak .gitignore (a4e0f03)
- Update composer dependencies (19a96ce)
- Update Bootstrap.php (9190dbe)
- Enable fileinfo dynamic extension for App Engine (c942db9)
- Update .eslintrc (6884cba)
- Fix thumbnailer (again) (a208c95)
- Do not set values in database.ini that are likely to be real (7c4239d)
- Remove batchmake (50a13f0)
- Remove demo (2d36ccc)
- Update composer.json (dcb21ef)
- Update .coveralls.yml (3a5bdef)
Patrick Reynolds (32):
- Adding selectors for feed and users menu items. (5b5ec23)
- Add selectors for user deletion action (1845f4a)
- Adding the model and upgrade script for key metrics. (4113be6)
- Adding UI for setting and unsetting key metrics. (fa571f4)
- Finishing the addition of key metrics. (be16def)
- Try not changing version. (aae95b8)
- Satisfy StyleCI. (4805203)
- Removing the example module. (2b01824)
- Don't fail upgrade due to integrity constraint violation. (5df41a5)
- Satisfy StyleCI. (2e6c85e)
- Responding to review and fixing failing tests. (3bd3f65)
- Fix nits. (fede6a3)
- Fixing issues from review. (4674a1b)
- Fix Style-CI. (a180d73)
- Fixing final nits. (2c2dab6)
- Add a mechanism to get the scalars of only key metrics. (e31e99b)
- Applied fixes from StyleCI (afdd9bd)
- Applied fixes from StyleCI (f02b109)
- Update jqplot. (512b8da)
- Move legend below plot and allow plot resize. (7eae9a9)
- Fit select to width and add fullscreen support to the trend plot. (1f6729e)
- Adding reproduction command to tracker scalars. (3783a6d)
- Fix SQL file versions in tracker. (04ffca9)
- Make administrative user creation UI more consistent. (8a58157)
- Adding some utility functions to Tracker submission model. (2d811d9)
- Applied fixes from StyleCI (3b2380f)
- Clarify documentation and fix expectation when using current day in Tracker Submission Model API. (3f38056)
- Applied fixes from StyleCI (42641ce)
- Fixing some more documentation issues. (c24a7c3)
- More docs. (9b08849)
- More doc fixes 🐫 🐪. (9adaf4a)
- Applied fixes from StyleCI (34f21eb)
Michael Grauer (28):
- Cleave tracker_scalar param to tracker_param (be8693f)
- Add tracker_scalar model test (b96d04f)
- Adapt tracker scalar rest PUT to cloven params (36d04fa)
- Test tracker scalar API endpoints for cloven params (19c5ce2)
- Update tracker db sql scripts 1.2.2 (1083ca8)
- Style compliance (8c8bd18)
- Fixed update of tracker dbs to 1.2.2 (81c975a)
- Address QA Feedback (6c0f3e1)
- Correct comment paramtype in tracker scalar details (b8ee193)
- Test null tracker_param value (97fbd6e)
- Correct quoting on tracker upgrade 1.2.2 (c4763cc)
- Tracker GUI takes params from tracker_param (8a9fe14)
- Consistent db scripts for tracker 1.2.2 (7dc34cd)
- Migrate tracker scalar params in 1.2.2 upgrade (b47ea69)
- Add null to return types of getParamValue (1c6f5da)
- Style consistency (3daa7bc)
- Filter tracker trend data when Y axis limits change (3a3862f)
- Tracker plot checks for zoom before resetting (b323f44)
- Add item rest addmetadata endpoint and initial test (b83988a)
- Style compliance (fd566cb)
- Return item from item addmetadata PUT rest endpoint (db95271)
- Correct addmetadata item PUT rest endpoint for header 'content-type: application/json' (e3277af)
- Require 'metadata' param in addmetadata item PUT docs (14d2dc0)
- Correct model field in tracker notification (9d381a1)
- Add details & Gmail view action to threshold notification (97529ad)
- Correct gmail action from tracker notification (52776c1)
- Specify Directory AllowOverride in docs (287d736)
- Update install docs with Options FollowSymLinks (5b161e2)
Graham Campbell (2):