Fix whitespaces
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 11 2018
Oct 11 2018
Oct 10 2018
Oct 10 2018
dereckson committed rAPIREGb7927f6e3017: Don't accept initial / as container name (authored by dereckson).
Don't accept initial / as container name
Fix path
dereckson committed rAPIa428a3b23610: Set Nasqueron logo as API domain favicon (authored by dereckson).
Set Nasqueron logo as API domain favicon
dereckson committed rAPIREG16138497d33a: Tweak path to mount the microservice at an API end point (authored by dereckson).
Tweak path to mount the microservice at an API end point
dereckson committed rAPIREG47cda28e4ef8: Find repositories by layer or image (authored by dereckson).
Find repositories by layer or image
Validate hashes
List all repositories
dereckson added a revision to T1461: Prepare an API to get information about registry: D1874: List all repositories.
Remove extern crate calls
Provide repository information
Remove extern crate
Provide a script to delete a pad
Oct 9 2018
Oct 9 2018
Bump to 0.3.0
dereckson committed rAPIREGb58a7a6050ea: Provide statistics information about the registry (authored by dereckson).
Provide statistics information about the registry
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.
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator