hexr:trunk

Last commit made on 2020-02-10
Get this branch:
git clone -b trunk https://git.launchpad.net/hexr
Members of HEXR Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
trunk
Repository:
lp:hexr

Recent commits

2c77e34... by PMR <pmr@pmr-lander>

Merge #378810 from ~codersquid/hexr:remove-external-network-access-test

Remove the culprit test that makes external network calls

c057988... by Sheila Miguez

Removes the culprit test who makes external network calls

dca9cc4... by PMR <pmr@pmr-lander>

Merge #378145 from ~codersquid/hexr:partial-maintenance

Add mode for private site maintenance

Rename SITE_MAINTENANCE to SITE_MAINTENANCE_ALL to
indicate that it takes down the entire site.

Add a new setting, SITE_MAINTENANCE_PRIVATE_SITE.
When that is in play, all of the private site will
be down for maintenance, but the public api will
still be enabled.

be3825c... by Sheila Miguez

Add maintenance mode that still serves public api pages

def912e... by PMR <pmr@pmr-lander>

Merge #377520 from ~codersquid/hexr:architecture-unknown-lp1859079

Display empty string for Unknown architectures

Fix LP: #1859079

bfdae2c... by PMR <pmr@pmr-lander>

Merge #376745 from ~codersquid/hexr:api-models-for-devices

Filter for models based on device information

Adds new filters to the certifiedmodels api so that
users can do a query with information about a device
and get all of the systems that were tested with that
device.
* device_identifier
* device_bus (optional)
* device_subsystem (optional)
* device_vendor_id (optional)

For LP: #1842771

336f8f6... by Sheila Miguez

Display empty string for Unknown architectures

Fix LP: #1859079

0d35c59... by Sheila Miguez

Filter for models based on device information

Adds new filters to the certifiedmodels api to
return certifiedmodels that use the device with
these values:
* device_identifier
* device_bus (optional)
* device_subsystem (optional)
* device_vendor_id (optional)

For LP: #1842771

89cc9b9... by PMR <pmr@pmr-lander>

Merge #377211 from ~codersquid/hexr:account-import-keyerror

Use optional dict access syntax when importing accounts

Salesforce seems to have dropped the Fax element from the response in their production instance, though I have no way to be certain. Their staging instance has not. Regardless, this change will make it so that all fields are optional that can be.

140a2da... by Sheila Miguez

Use optional dict element syntax

Fixes LP: #1858511