- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 9 2018
Oct 9 2018
dereckson committed rLFfa13c144d97d: Implement ApiJsonResponse for Serialize and Json (authored by dereckson).
Implement ApiJsonResponse for Serialize and Json
OK, but a bump of rLF is needed.
Initialize the microservice
Configure Arcanist
Bump version to 0.2.0
Allow containers to connect to host
dereckson closed T1463: Configure firewalld to allow container to host communication as Resolved by committing rOPSb249d7fa6d1e: Allow containers to connect to host.
Equatower
$ systemctl restart firewalld $ systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2018-10-09 16:10:06 UTC; 3s ago …
Salt master
$ salt equatower state.apply roles/paas-docker/docker/firewall equatower: ---------- ID: /etc/firewalld/zones/public.xml Function: file.managed Result: True Comment: File /etc/firewalld/zones/public.xml updated Started: 16:07:39.382235 Duration: 192.337 ms Changes: ---------- diff: --- +++ @@ -6,8 +6,20 @@ <service name="dhcpv6-client"/> <service name="http"/> <service name="https"/> + <rule family="ipv4"> - <source address="172.16.0.0/12" /> + <source address="172.18.2.0/24" /> <accept /> </rule> + + <rule family="ipv4"> + <source address="172.18.1.0/24" /> + <accept /> + </rule> + + <rule family="ipv4"> + <source address="172.17.0.0/16" /> + <accept /> + </rule> + </zone>
OS family is RedHat, not CentOS
dereckson committed rOPSc98dd3322df7: Allow to get the list of Docker network subnets from pillar config (authored by dereckson).
Allow to get the list of Docker network subnets from pillar config
dereckson requested review of D1864: Allow to get the list of Docker network subnets from pillar config.
Make PostgreSQL integration optional
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings as Resolved by committing rLF19a5ac8cb5ac: Make PostgreSQL integration optional.
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings, a subtask of T1048: Parse names using the rust human-name crate, as Resolved.
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings, a subtask of T1461: Prepare an API to get information about registry, as Resolved.
Restore cargo configuration to use the full profile by default, Fix an eager replace for DefaultApplication → BaseApplication in the documentation.
Add some missing feature gates
Separate concerns for application (CLI runner, with exit codes) and service (run the Rocket server, returns error)
DefaultApplication → BaseApplication ; DefaultApplication as an helper wrapper to force config type, exactly like MinimalApplication.
Could be simplified a lot if we lazy evaluate configuration:
dereckson updated the task description for T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 8 2018
Oct 8 2018
dereckson committed rOPS171fd2a35928: Append a trailing slash to Bugzilla URL (authored by dereckson).
Append a trailing slash to Bugzilla URL
Oct 7 2018
Oct 7 2018
dereckson committed rOPSf95a5134a128: Deploy Bugzilla Docker container for Espace Win (authored by dereckson).
Deploy Bugzilla Docker container for Espace Win
Tweak parameters format
Make init-container executable
Load credentials zr pillar section on Dwellers
Ensure errors are sent to stderr
Fix whitespace issue
dereckson committed rOPSc54dbd58ef47: Ensure a valid id is provided to zr functions (authored by dereckson).
Ensure a valid id is provided to zr functions
dereckson added a revision to T205: Migrate *.espace-win.org: D1857: Deploy Bugzilla Docker container for Espace Win.
dereckson committed rOPSd4cb06d43c8a: Deploy a MySQL 5.7 container for Bugzilla (authored by dereckson).
Deploy a MySQL 5.7 container for Bugzilla
Works fine on Dwellers and is equipotent on Equatower.
Allow numeric versions
Fix Python logic error
dereckson committed rDBUGZ7c7b53056239: Provide a Bugzilla image using Apache 2.4 with mod_perl (authored by dereckson).
Provide a Bugzilla image using Apache 2.4 with mod_perl
Fix spaces
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator