~andreserl/maas:chrony_nobody_lp1752616

Last commit made on 2018-03-01
Get this branch:
git clone -b chrony_nobody_lp1752616 https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
chrony_nobody_lp1752616
Repository:
lp:~andreserl/maas

Recent commits

7b6140d... by Andres Rodriguez

LP: #1752616 - Run chrony as the user 'nobody' inside the snap

6a95799... by Alberto Donato

fix macaroonbakery package version

467f6c5... by Alberto Donato

update python3-macaroonbakery dependency

85865c2... by Anthony Dillon

LP: #1751942 - Update the layout to the DHCP section in the VLAN page

6116f68... by Anthony Dillon

LP: #1751906 - Override visited link color

a49640f... by Mike Pontillo

Add webpack integration with babel. Use built JavaScript in MAAS.

 * Add Makefile targets:
   - javascript: Builds JavaScript bundles, if necessary.
   - clean-javascript: Deletes all built JavaScript bundles.
   - force-javascript: Builds JavaScript bundles, even if it looks
     like nothing has changed.
   - force-styles: Builds styles, even if it looks like nothing
     has changed.
 * Change 'styles' target to be consistent with 'javascript' target.
   (Only rebuilt the styles if any of the input files changed.)
 * Serve react and react-dom libraries with MAAS web application.
 * Enable Babel presets for compiling React/JSX code.
 * Generate source maps for built JavaScript.
 * Adds Makefile rules to build JavaScript code.
 * Adds tooling to generate JavaScript on the lander, and check when
   it is necessary to re-run webpack for that purpose.
 * Change combo.py to use compiled JavaScript bundles.
 * Use assume-unchanged git rules to ensure developers do not accidentally
   commit JavaScript bundles.
 * Drive-by fix to domains-list.html for observed traceback.

c2c1acf... by Andres Rodriguez

LP: #1713094 - Add support to configure dns_v4_first for proxy

Setting the prefer_v4_proxy option in the settings will enable dns_v4_first in the proxy configuration. This allows squid to prefer v4 DNS resolution before v6. Add API only for now.

f2d1a1f... by Anthony Dillon

LP: #1751900 - Align the empty pod list

716abca... by Anthony Dillon

LP: #1751898 - Remove max-width on notification content

44f229e... by Anthony Dillon

LP: #1751896 - Improvements to the FUJ