1
0
mirror of https://github.com/google/nomulus synced 2026-04-24 02:00:50 +00:00

Commit Graph

  • f9df4cf3f1 Revert unintentional no-op log handler attachment nickfelt 2017-04-28 17:21:27 -07:00
  • 876552f1ce Add more EPP metric lifecycle tests mcilwain 2017-04-28 12:33:17 -07:00
  • 44546a3480 Throw error in get_history_entries if the specified ID is invalid mountford 2017-04-28 11:44:03 -07:00
  • 2569d62b0a Reduce maximum number of service instances for sandbox and alpha mcilwain 2017-04-28 07:30:27 -07:00
  • 62c05c112d Make TRID field in async host/contact deletion non-optional larryruili 2017-04-27 15:19:29 -07:00
  • d4d02f8977 Add a test for Registrar.loadByClientId not being enrolled in a transaction cgoldfeder 2017-04-27 14:30:09 -07:00
  • 8025c7547b Add flow-level EPP metric tests mcilwain 2017-04-27 12:53:01 -07:00
  • f1129ea2b1 Make DomainInfoFlow (and application info) explicitly hit memcache cgoldfeder 2017-04-27 12:49:16 -07:00
  • e96b999a83 Fix incorrect header name in TlsCredentials javadoc nickfelt 2017-04-27 12:47:02 -07:00
  • 0267214841 Replace some unnecessary uses of "real" ofy() with Ofy. cgoldfeder 2017-04-27 12:40:36 -07:00
  • 927eb43cbc Un-Ignore a test in DomainApplicationCreateFlowTest cgoldfeder 2017-04-27 10:52:15 -07:00
  • 8514f734e4 Document procedural changes to restore mmuller 2017-04-27 07:16:27 -07:00
  • 924e5e3e3a Clean up one usage of ForeignKeyIndex.mapToFkiClass() nickfelt 2017-04-26 16:26:15 -07:00
  • 40fa9ff022 Fix some direct uses of ForeignKey(C/H/D)Index nickfelt 2017-04-26 12:46:15 -07:00
  • d30f9411d8 Require that DNS writer be set on Registry entities mcilwain 2017-04-26 11:58:09 -07:00
  • d7da112c19 Put back accidentally deleted assertion cgoldfeder 2017-04-26 08:39:07 -07:00
  • 3f9501e469 Remove obsolete comment. cgoldfeder 2017-04-25 20:51:12 -07:00
  • e00b0440b2 Roll back accidental inclusion of non-public Mockito helper methods mountford 2017-04-25 15:44:26 -07:00
  • 4eba2ea07a Make Registry.get(tld) hit memcache explicitly. cgoldfeder 2017-04-25 15:02:42 -07:00
  • 9e61f1d6ef Make failfastForCreate for domain and application creates explicitly hit memcache cgoldfeder 2017-04-25 14:50:08 -07:00
  • cb145e0721 Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged mountford 2017-04-25 11:59:23 -07:00
  • 51cfc12c1d Add MemcacheHelper to simplify memcache usage in tests cgoldfeder 2017-04-25 10:32:04 -07:00
  • 4553422ade Move domainCreateFailfast before cloneAndLinkReferences cgoldfeder 2017-04-25 09:08:25 -07:00
  • 33fabfff04 Remove abuse contact requirement jianglai 2017-04-24 15:00:39 -07:00
  • b6e50f0467 Turn on memcache in flow tests. cgoldfeder 2017-04-24 13:15:33 -07:00
  • b15d715dc0 Fix two more Java 7 missing generic type errors mcilwain 2017-04-24 13:07:41 -07:00
  • e19386779c Fix Java 7 missing generic type error mcilwain 2017-04-24 12:24:39 -07:00
  • f296b225af Make FlowReporter log tld and various other fields nickfelt 2017-04-24 11:08:29 -07:00
  • c596d23523 Add loadWithMemcache() to Ofy cgoldfeder 2017-04-24 10:47:31 -07:00
  • c1643fa3cd Correctly set clientId on EPP metrics in LoginFlow mcilwain 2017-04-24 07:44:31 -07:00
  • 7dc3ddfc14 Skip FlowReporter logging for dry runs nickfelt 2017-04-21 12:24:30 -07:00
  • 0cbcfcc3c1 Add build rules for "nocron" deployments mmuller 2017-04-21 11:52:29 -07:00
  • c5d6a1f6fb Add and adjust EppInput accessors for more useful properties nickfelt 2017-04-21 11:43:30 -07:00
  • f2c6021db0 Split FlowReporter logging into two lines for robustness nickfelt 2017-04-20 16:20:34 -07:00
  • 12f267292a Move FlowRunner ICANN reporting logging to new FlowReporter nickfelt 2017-04-20 15:04:26 -07:00
  • 89b3e9c55b Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged mountford 2017-04-20 09:40:08 -07:00
  • a259b42b26 Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged mountford 2017-04-20 08:20:40 -07:00
  • 8f05ca466f Add Ability to return registrar contacts of a certain type jianglai 2017-04-19 10:49:40 -07:00
  • d35be27b65 Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged mountford 2017-04-19 08:23:08 -07:00
  • fb25b625f3 Provide better error message for abuse contact phone number jianglai 2017-04-14 11:58:21 -07:00
  • db2f08633a Clarify available/required OAuth scope documentation nickfelt 2017-04-14 08:00:10 -07:00
  • 07c1f58004 Fix two warnings thrown by Eclipse mcilwain 2017-04-13 13:01:13 -07:00
  • 1751ea0b98 Replace deprecated Truth hasMessage() method with hasMessageThat() mcilwain 2017-04-13 13:00:08 -07:00
  • 5047d568de Notify registrars of async contact/host deletions larryruili 2017-04-13 11:32:11 -07:00
  • 478c7576c6 Prevent removal of abuse contact phone number when updating registrar contact jianglai 2017-04-12 16:10:25 -07:00
  • f433242125 Move OAuth configs to yaml jianglai 2017-04-12 11:49:15 -07:00
  • ab515cb352 Replace KeystoreKeyring with KmsKeystore comparison guyben 2017-04-11 19:38:14 -07:00
  • dea386d08a Change GenerateEscrowDepositCommand to trigger back end deposit generation mountford 2017-04-11 12:53:07 -07:00
  • 8653d2f204 Refactor out creation of server TRIDs so they can be tested mcilwain 2017-04-11 11:28:11 -07:00
  • af942774f4 Copyedit the TLD security restrictions doc mcilwain 2017-04-07 19:33:11 -07:00
  • bae5038b0a Re-apply server prohibited status codes in domain update for locked-down TLDs jianglai 2017-04-07 13:03:14 -07:00
  • 4f94464eaf Allow RdeStagingAction to be invoked manually mountford 2017-04-06 12:54:20 -07:00
  • 08009e755f Don't include "Command" suffix in WHOIS metrics command name label mcilwain 2017-04-06 12:39:06 -07:00
  • 5081d780dc Add assertTldsExist(Iterable<String>) to check multiple TLDs at once nickfelt 2017-04-06 12:28:15 -07:00
  • 783033c261 Document TLD security restrictions jianglai 2017-04-06 10:47:09 -07:00
  • 5127aeafb5 Enable authentication/authorization checks mountford 2017-04-06 07:59:15 -07:00
  • bd696b4b92 Remove invalid {css $name} syntax Ben McIlwain 2017-04-06 06:32:14 -07:00
  • 2be31e79ef Convert DeletionRequest to use @AutoValue.Builder nickfelt 2017-04-05 17:27:21 -07:00
  • 4606b1d08e Only inject EPP metric builder in a single place mcilwain 2017-04-05 14:35:28 -07:00
  • 794743c7bc Fix registrar console to show type-less registrar contacts nickfelt 2017-04-05 14:03:20 -07:00
  • 09393dc8ce Apply status during creation for domain create restricted TLDs jianglai 2017-04-05 09:28:21 -07:00
  • 69cf0d4b55 Add response information to TldFanoutAction larryruili 2017-04-05 09:12:01 -07:00
  • 87a9d27299 Remove domain create restriction check in non-create flows jianglai 2017-04-05 08:32:25 -07:00
  • 47870f98eb Add UpdateKmsKeyringCommand to update keys in the KMS Keyring guyben 2017-04-05 07:16:27 -07:00
  • ef3977e837 Remove unused injected ClientScopeQualifier nickfelt 2017-04-05 07:14:54 -07:00
  • a5c9ef56d3 Fix appengine dependency for WhoisServerTest larryruili 2017-04-03 13:33:32 -07:00
  • 7359cc13b8 Implement retry for transient errors in WHOIS server larryruili 2017-04-03 12:49:40 -07:00
  • c3df4e26a3 Add GetKeyringSecretCommand to retrieve keyring secrets. guyben 2017-04-02 08:02:09 -07:00
  • 62c7a3935a Add nomulus tool command to delete a TLD mountford 2017-03-31 13:51:28 -07:00
  • bb70fcb66d Refactor KmsKeyring and KmsUpdater to use a centralized serializer guyben 2017-03-31 12:27:10 -07:00
  • ff9c72097c Add Registrar Account Data view in BigQuery snapshot jianglai 2017-03-27 13:34:08 -07:00
  • 190be064cb Add billingAccountId to BillingData table jianglai 2017-03-27 13:28:34 -07:00
  • 91c2558feb Make FlowRunner log ICANN activity report field name nickfelt 2017-03-26 21:18:15 -07:00
  • b03bd3b525 Remove UNRESERVED as a reservation type mcilwain 2017-03-24 09:09:06 -07:00
  • 4260fb573f Use the actual EPP command flow name for EppMetrics mcilwain 2017-03-24 09:03:01 -07:00
  • 0d32b6b7b2 Remove MakeBillingTablesCommand credit data views nickfelt 2017-03-24 08:57:01 -07:00
  • c6a1c3d870 Clean up minor items found during DiRT ctingue 2017-03-24 08:00:12 -07:00
  • 015d07a9b6 Update description of RegistrarCredit in g3doc architecture doc nickfelt 2017-03-23 12:56:08 -07:00
  • 5ffb424682 Add a "loadtest" command to nomulus tool mmuller 2017-03-23 11:56:35 -07:00
  • 59ce636bb2 Mark registrar credit model classes as incomplete nickfelt 2017-03-23 11:36:09 -07:00
  • 2b2a00216f Remove unnecessary semicolon after one-line constructor nickfelt 2017-03-23 11:21:06 -07:00
  • aa35d74900 Remove UpdateCreditsCommand nickfelt 2017-03-23 10:45:07 -07:00
  • d7e2009ddf Add billing account map to Registrar entity jianglai 2017-03-23 10:42:05 -07:00
  • ab9b7c613d Remove now-unused RegistryData SQL columns nickfelt 2017-03-23 10:22:01 -07:00
  • 30ae6effcb Add EppResource diffing to AbstractEppResourceSubject.isEqualTo() nickfelt 2017-03-23 08:10:24 -07:00
  • dfce7608e7 Remove billing data query Registry 1.0 vestiges nickfelt 2017-03-23 07:53:39 -07:00
  • ec4ffe53f0 Clean up flow validation of registration periods nickfelt 2017-03-23 07:51:08 -07:00
  • bb4a59203a Fix accidentally non-@Tested TmchXmlSignature test mcilwain 2017-03-22 07:28:23 -07:00
  • 3a18d8a04f Remove straggler references to extended registration years nickfelt 2017-03-21 11:55:13 -07:00
  • 37440d6b29 Add nameserver validation in domain update related flows jianglai 2017-03-21 11:50:13 -07:00
  • a958d0a6c3 Add a Nomulus command to set domain create restricted status jianglai 2017-03-20 13:07:45 -07:00
  • 620d698479 Add validation during domain creation for locked down TLDs jianglai 2017-03-20 10:20:12 -07:00
  • 582469e052 Revert upgrade to Bazel 0.4.4 mcilwain 2017-03-20 09:16:37 -07:00
  • f37296c3a1 Set output_licenses on java_plugin jart 2017-03-20 08:49:47 -07:00
  • 57c41d2e16 Migrated README.google metadata into METADATA files Ben McIlwain 2017-03-17 21:45:46 -07:00
  • 232132eac0 Remove XsrfTokenManager fallback for validating legacy tokens nickfelt 2017-03-17 19:52:12 -07:00
  • 09f619cce2 Remove obsolete TransferData.extendedRegistrationYears nickfelt 2017-03-16 15:03:18 -07:00
  • 70fbdccea2 Restrict domain transfer pricing to 1 year nickfelt 2017-03-16 14:19:10 -07:00
  • 8b37620af1 Fix Nomulus build failure in Java 7 mountford 2017-03-16 13:11:11 -07:00
  • ff70494bd8 Capitalize the Bloom in Bloom filter in comments mountford 2017-03-16 12:32:11 -07:00