- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 11 2018
Oct 11 2018
dereckson added a revision to T1464: Prepare a Node Jenkins agent: D1884: Provide Jenkins slave image for Node.
dereckson committed rAPIREG4cac69996efd: Use released Limiting Factor crate (authored by dereckson).
Use released Limiting Factor crate
$ cargo build Updating crates.io index Downloaded limiting-factor v0.4.0 Compiling limiting-factor v0.4.0 Compiling docker-registry-api v0.1.0 (/home/dereckson/dev/nasqueron/api/docker-registry-api) Finished dev [unoptimized + debuginfo] target(s) in 44.81s
Build 400 and 404 HTTP replies
Remaining tasks:
dereckson committed rAPIREG7e937a338427: Provide README and OpenAPI specification (authored by dereckson).
Provide README and OpenAPI specification
Whiteline issues. Remove 404 for search operations (it returns instead a 200 with an empty array)
Fix whitespaces
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
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator