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

Commit Graph

  • a8cf81bca2 Add @Deprecated to remove a warning cgoldfeder 2017-02-14 09:02:19 -08:00
  • e0cb4e465c Fix resource mismatch problem in FixDomainNameserverKeysCommand ctingue 2017-02-14 08:39:00 -08:00
  • 07625ce81b Add history entry to FixDomainNameserverKeysCommand ctingue 2017-02-14 07:14:17 -08:00
  • 53262d82bb Add period restriction to domain flows ctingue 2017-02-14 04:43:04 -08:00
  • 335b3f0cf8 Scrap tool to fix DomainResource keys to deleted nameservers ctingue 2017-02-13 08:03:11 -08:00
  • 3ec6c7d346 Fix a few typos ctingue 2017-02-10 12:46:19 -08:00
  • 4c7861c2c6 Add servlet API as dependency to auth tests to fix broken build mcilwain 2017-02-10 10:59:57 -08:00
  • 3c4bf1e690 Add request/auth tests to Nomulus release nickfelt 2017-02-10 10:23:21 -08:00
  • dc66cef8ae Add request/auth package to Nomulus release mcilwain 2017-02-09 15:11:17 -08:00
  • c41f5bb31c Make first pass at new OAuth-aware server authentication framework mountford 2017-02-09 14:28:23 -08:00
  • cb215adac3 Cut over to synthetic OneTime billing events ctingue 2017-02-09 10:11:22 -08:00
  • 090983cc7f Add usage documentation for RDE imports Wolfgang Meyers 2017-02-09 07:58:17 -08:00
  • da1f83a7b4 Add host linker mapreduce for RDE imports Wolfgang Meyers 2017-02-09 05:49:24 -08:00
  • 6cdb3d81d3 Generate authInfo for imported domains Wolfgang Meyers 2017-02-08 14:19:31 -08:00
  • b9222759dc Refactor common domain transfer logic into a utility class Wolfgang Meyers 2017-02-08 14:13:34 -08:00
  • 135b1f95f4 Fix a javadoc error cgoldfeder 2017-02-08 11:26:42 -08:00
  • 590a176100 Remove local server restriction in unit tests config mcilwain 2017-02-08 09:14:29 -08:00
  • 0916219c3e Fix javadoc placement shikhman 2017-02-07 13:18:34 -08:00
  • fb10005cba Remove unneeded WEB-INF/*.yaml resource paths mcilwain 2017-02-07 12:05:52 -08:00
  • 60a3d2a53b Synchronize domains with DNS on import Wolfgang Meyers 2017-02-07 11:47:04 -08:00
  • 5d4a88e5ce Add @VirtualEntity checking to Ofy's deleteWithoutBackup() nickfelt 2017-02-07 11:41:05 -08:00
  • d2bc569b4b Tighten up restrictions on domain/host naming on EPP resources mcilwain 2017-02-07 10:06:38 -08:00
  • ec55aa5361 Resolve some Guava 20 TODOs (mostly unnecessary asList() calls) mcilwain 2017-02-07 10:06:28 -08:00
  • f212a53232 Make dependency injection and construction of DnsQueue nicer mcilwain 2017-02-07 07:12:05 -08:00
  • 7986be139d Add @Deprecated to DomainApplication.cloneProjectedAtTime() nickfelt 2017-02-06 15:04:29 -08:00
  • bf068e61d9 Move the environment configuration YAML files into the main JAR mcilwain 2017-02-06 12:36:27 -08:00
  • a904f2c6ee Add mapper to import domains from RDE deposits Wolfgang Meyers 2017-02-06 12:22:38 -08:00
  • d6e6e8a49c Re-add some accidentally removed license headers mcilwain 2017-02-06 12:14:30 -08:00
  • 91049d2c53 Replace 'host.getSubordinateHost() != null' with 'host.isSubordinate()' cgoldfeder 2017-02-06 11:38:37 -08:00
  • 07c2dfb976 Reword descriptions on some StatusValues nickfelt 2017-02-06 10:56:30 -08:00
  • 2a32f9048e Fix CommandUtilities to fail gracefully if stdin is unavailable nickfelt 2017-02-06 09:48:33 -08:00
  • 6fd3592a54 Change BigQuery call from update to patch mountford 2017-02-06 09:31:32 -08:00
  • 6f00059a80 Make the allowed-on restrictions in StatusValue easier to read cgoldfeder 2017-02-06 09:17:28 -08:00
  • 8830224cc5 Add MOE equivalence for sync on 2017-02-02 mcilwain 2017-02-02 16:39:24 -08:00
  • 61230b035c Finish YAMLification of last necessary config values mcilwain 2017-02-03 09:28:29 -08:00
  • 4031988409 Fix connection error in nomulus tool caused by YAML configs mcilwain 2017-02-03 09:21:38 -08:00
  • 8e9b2d3483 Convert Braintree configuration to YAML mcilwain 2017-02-03 08:32:35 -08:00
  • 223e8c2316 Fix a null check bug in HostUpdateFlow cgoldfeder 2017-02-02 07:52:37 -08:00
  • a3baa58cad Fix two deprecated uses of Files methods cgoldfeder 2017-02-02 07:50:39 -08:00
  • 5d2b83ffe7 Comment and deprecation nits cgoldfeder 2017-02-01 13:57:32 -08:00
  • f17272b197 Replace more uses of deprecated getHostText() with getHost() cgoldfeder 2017-02-01 11:16:41 -08:00
  • c366c50d09 Suppress a warning in a test cgoldfeder 2017-02-01 11:10:43 -08:00
  • 90a1f4a24e Replace more deprecated uses of Files methods cgoldfeder 2017-02-01 10:36:32 -08:00
  • b35ffd4162 Remove an unused exception cgoldfeder 2017-02-01 10:28:26 -08:00
  • 636da9f7f0 Convert yet more configuration options to YAML mcilwain 2017-02-01 10:18:40 -08:00
  • 1577ab2c26 Remove an unused exception cgoldfeder 2017-02-01 10:16:34 -08:00
  • e2e37dc9f3 Replace Throwables.propagate and variants with Guava 20 versions cgoldfeder 2017-02-01 09:11:42 -08:00
  • a061f74ee7 Move more environment-specific settings into YAML configuration mcilwain 2017-01-31 14:15:33 -08:00
  • e04bea39f1 Javadoc fix cgoldfeder 2017-01-31 14:07:29 -08:00
  • 468f1fb0f8 Fix two Gauava 20 deprecations across the tools package cgoldfeder 2017-01-31 14:03:46 -08:00
  • 0a2622c6ab Replace deprecated "assignableFrom" with Guava 20 "subtypeOf" cgoldfeder 2017-01-31 13:57:35 -08:00
  • c50a76294f Fix a deprecated method now that we are on Guava 20 cgoldfeder 2017-01-31 13:49:30 -08:00
  • b71e47a4fb Javadoc fixes cgoldfeder 2017-01-31 13:46:31 -08:00
  • 7ea3db8980 Fix an annoying Javadoc nit cgoldfeder 2017-01-31 13:44:35 -08:00
  • 50c5f856a2 Document StatusValue better and add per-resource restrictions cgoldfeder 2017-01-31 13:28:41 -08:00
  • 7f3941a843 Correct small grammatical error jianglai 2017-01-31 13:03:37 -08:00
  • ddffbb0b61 Remove unnecessary filter on LINKED cgoldfeder 2017-01-31 11:50:39 -08:00
  • e15f75854f Remove empty method cgoldfeder 2017-01-31 11:49:41 -08:00
  • a0d6a81276 Use the original class name, not the App Engine-repackaged one emcmanus 2017-01-31 08:27:47 -08:00
  • ecbe2662ac Convert request factory components into a module mmuller 2017-01-31 07:25:25 -08:00
  • b70f57b7c7 Update copyright year on all license headers mmuller 2017-01-31 06:08:36 -08:00
  • 565497a6d4 Change DomainInfoFlowCustomLogic to use the new resData objects cgoldfeder 2017-01-30 13:37:37 -08:00
  • 517e374925 Remove duplicate RegistryConfig code section from mangled merge Ben McIlwain 2017-01-30 16:55:33 -05:00
  • 813f837956 Re-add Stackdriver metrics code mcilwain 2017-01-30 09:17:24 -08:00
  • 37a4f389ef Fix incorrect description in javadoc shikhman 2017-01-27 14:24:38 -08:00
  • 3f9c53b850 Refactor Stackdriver-over-REST specific code to a different package shikhman 2017-01-27 14:07:59 -08:00
  • bfc4841761 Document YAML configuration in Markdown files mcilwain 2017-01-27 13:46:28 -08:00
  • 4fed3a9ae6 Daggerize ExportSnapshotServlet and CheckSnapshotServlet jianglai 2017-01-25 14:36:42 -08:00
  • a8aeff96f6 Ignore empty custom configuration YAML files mcilwain 2017-01-25 14:10:24 -08:00
  • 0b1781b110 Make LINKED into a virtual status value cgoldfeder 2017-01-25 12:59:26 -08:00
  • 4a730e0c9e Handle LINKED correctly in RDAP cgoldfeder 2017-01-25 12:43:41 -08:00
  • 8071a1bdb5 Remove buildWithoutImplicitStatusValues cgoldfeder 2017-01-25 12:34:25 -08:00
  • f647ea1190 Move registry policy settings and some others into YAML config mcilwain 2017-01-25 11:19:47 -08:00
  • efedc03d45 Move more configuration options into YAML config files mcilwain 2017-01-24 12:27:36 -08:00
  • 16f51f0a5c Add initial implementation of YAML config file mcilwain 2017-01-24 08:40:41 -08:00
  • 9adfd7a353 Switch PO number for Google Domains for 2017 shikhman 2017-01-17 15:30:26 -08:00
  • 579e4cb74e Remove TLD parameters from WHOIS command factory methods mcilwain 2017-01-24 14:12:34 -08:00
  • 6c11ac5392 Move more configuration options into YAML config files mcilwain 2017-01-24 12:27:36 -08:00
  • 124011a8ce Add Optional types to fix Java 7 WHOIS build breakage mcilwain 2017-01-24 12:27:34 -08:00
  • bb3a0c78c5 Add framework for customizable WHOIS commands Justin Graham 2017-01-24 11:46:30 -08:00
  • d3fe6be385 Remove ECatcher from GAE code shikhman 2017-01-24 11:03:37 -08:00
  • 78c07c0ebd Remove an unused parameter in DomainApplicationInfoFlow cgoldfeder 2017-01-24 10:27:24 -08:00
  • f3388326d6 Add FlowMetadata (containing isSuperuser) to custom flow logic Justin Graham 2017-01-24 10:25:28 -08:00
  • d5160213e5 Get rid of cloneWithLinkedStatus cgoldfeder 2017-01-24 09:16:22 -08:00
  • 2bb61b82f4 Simplify the logic for checking for finding linked contacts/hosts. cgoldfeder 2017-01-24 08:56:26 -08:00
  • b5cf58bf2c Add initial implementation of YAML config file mcilwain 2017-01-24 08:40:41 -08:00
  • 15ba52988b Remove LINKED from the disallowed statuses for contact/host delete cgoldfeder 2017-01-24 08:38:26 -08:00
  • d16971c34f Migrate away from deprecated Executor method Ben McIlwain 2017-01-23 17:31:34 -08:00
  • be4c62ccf1 Make BigqueryCommand use application default creds nickfelt 2017-01-20 13:27:26 -08:00
  • f15bb698ae Reduce visibility of test helper method eaftan 2017-01-20 07:48:38 -08:00
  • 0c2b1d1b32 Filter synthetic OneTimes from billing SQL ctingue 2017-01-18 13:40:03 -08:00
  • a28e0b3ff7 Use enum instead of boolean for TMCH CA mode mcilwain 2017-01-17 12:57:05 -08:00
  • 0dbaa8e5bc Remove misleading comment mountford 2017-01-13 14:32:51 -08:00
  • 8b61dcc6d0 Remove RoidSuffixes entirely mcilwain 2017-01-13 14:15:10 -08:00
  • 07010150b0 Remove PurgeSyntheticBillingEventsAction ctingue 2017-01-13 12:47:25 -08:00
  • 4e34fd53f4 Update documentation about manually creating RDE commands cgoldfeder 2017-01-13 09:34:02 -08:00
  • f30b87d40e Add ExpandRecurringBillingEventsAction cron job ctingue 2017-01-13 09:26:20 -08:00
  • 8f8d67a17b Inject the BigQuery streaming metrics queue mcilwain 2017-01-13 07:20:05 -08:00
  • f7e84b56a0 Relax uniqueness constraint on ROID suffixes mcilwain 2017-01-12 15:51:02 -08:00
  • 66a02856c4 Use strict email address validation in SendEmailUtils mcilwain 2017-01-12 10:50:05 -08:00