Commit graph

4364 commits

Author SHA1 Message Date
jart
5b80d74988 Make external dependencies importable
This will make it easier for Donuts to do loose coupling of
repositories. Without this change, they would have to copy everything
from our WORKSPACE file by hand.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116674743
2016-03-08 14:18:03 -05:00
mcilwain
bee7f114fc Switch Google Groups to registry.google domain
Note that there is some configuration work necessary pre-push before this change will work.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116660866
2016-03-08 14:16:56 -05:00
mountford
7005a37b62 DNS Update: Change production cron job definition file to invoke the new readDnsQueue action
The new code pulls all pending update tasks, groups by TLD, and invokes PublishDnsUpdates for each group. It is running in Sandbox successfully, so we're going to try to move it to production. Both the old and new code have been in production for a while, so if there's a problem, we can revert just this CL to go back.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116546323
2016-03-08 14:13:26 -05:00
Wolfgang Meyers
cfe153e735 Make additional targets publicly visible
The admin console needs public visibility for additional targets.

//java/com/google/domain/registry/tools/params
 - Needed for the Whois test server
//java/com/google/domain/registry/whois
 - Needed for reusing WhoisHttpServer in the whois appengine module
//javatests/com/google/domain/registry/server
 - Needed for the Whois test server
2016-03-08 11:12:25 -08:00
jart
a063508b5b Make bazel build fully hermetic
We no longer reference @bazel_tools//third_party. All of our transitive
dependencies are now specified explicitly in our WORKSPACE file.

I also fixed the way that jar dependencies are exported, so we don't
break strict dependency checking.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116421176
2016-03-04 21:13:06 -05:00
mountford
ab26b288c1 RDAP: Add boilerplate entries required by ICANN RDAP Profile
The ICANN RDAP Profile (dated 3 December 2015) requires certain boilerplate entries at the top level of the JSON object. Specifically:

1.4.4. The terms of service of the RDAP service MUST be specified in the
notices object in the topmost JSON object of the response. The notices
object MUST contain a links object [RFC7483]. The links object MUST
contain an URL of the contracted party providing the RDAP service.

1.4.10. An RDAP response MUST contain a remarks member with a description
containing the string “This response conforms to the RDAP Operational
Profile for gTLD Registries and Registrars version 1.0”.

1.5.18. A domain name RDAP response MUST contain a remarks member with
a title “EPP Status Codes”, a description containing the string “For
more information on domain status codes, please visit
https://icann.org/epp” and a links member with the
https://icann.org/epp URL.

1.5.20. A domain name RDAP response MUST contain a remarks member with
a title “Whois Inaccuracy Complaint Form”, a description containing
the string “URL of the ICANN Whois Inaccuracy Complaint Form:
https://www.icann.org/wicf” and a links member with the
https://www.icann.org/wicf URL.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116389950
2016-03-04 16:25:25 -05:00
mcilwain
363c812d10 Change all uses of legacy sharedFields to use EppResource fields
This is the penultimate step of migrating away from sharedFields. The next step is to remove them entirely.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116364048
2016-03-04 16:24:19 -05:00
jart
675ec8f086 Remove repeated maven_jar()
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116210057
2016-03-04 16:22:05 -05:00
jart
ddd45b22fb Give core registry libraries public visibility
This is so Donuts can create entirely separate Bazel repositories that
link against the Domain Registry codebase.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116182448
2016-03-04 16:20:50 -05:00
Justine Tunney
689c673a7c Add a 1-hour expiration to all Objectify memcache uses
This protects us from the edge case of potentially stale
memcache data due to a DeadlineExceededExeption, or possibly
from MemcacheServiceException. If memcache gets stale and
misses a write that went to Datastore, it will catch up in
at most one hour.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116174023
2016-03-04 16:19:40 -05:00
ctingue
8a68acb84d Fix style in DnsRefreshForHostRenameAction.java
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116165799
2016-03-04 16:18:25 -05:00
jart
6c6f70c24f Remove google_java_format dependency
This dependency is only needed by the internal version of Dagger, which
hasn't been rolled out to the public yet.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116097182
2016-03-04 16:13:57 -05:00
jakubvrana
1ecf3db5fc Use goog.dom.safeHtmlToNode instead of deprecated htmlToDocumentFragment.
goog.dom.htmlToDocumentFragment is going to be removed in [] It is removed because its usage can cause XSS.

More information: []

Tested:
    TAP --sample for global presubmit queue
    []
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116081948
2016-03-04 16:12:49 -05:00
Justine Tunney
0ef0c933d2 Import code from internal repository to git 2016-03-01 17:59:16 -05:00