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

Commit Graph

  • e0fad37734 Increase timeout on batch package tests ctingue 2016-11-28 09:00:18 -08:00
  • cfeb1d56ee Increase shards on batch package tests ctingue 2016-11-23 12:17:32 -08:00
  • aa670e5df2 Remove extraneous modules from FlowComponent nickfelt 2016-11-23 11:24:15 -08:00
  • 5eb9702f05 Improve ListDomainsCommand to list domains on multiple TLDs mcilwain 2016-11-23 11:23:14 -08:00
  • 35d88a9f8c Rethrow exceptions in ExpandRecurringBillingEventsAction ctingue 2016-11-23 10:40:14 -08:00
  • 9a616ccd7f Add extensible custom logic to the domain renew flow jianglai 2016-11-23 07:42:19 -08:00
  • ddacd33c5e Retry RDE report on SocketTimeoutException mmuller 2016-11-22 11:40:41 -08:00
  • b3907d5d90 Add Javadocs to parameters for DomainCreateFlowCustomLogic methods mcilwain 2016-11-22 08:32:04 -08:00
  • 998dae33ec Add extensible custom logic to the domain update flow jianglai 2016-11-21 14:01:55 -08:00
  • 2d85ec9aa3 Add extensible custom logic to the domain info flow jianglai 2016-11-18 08:29:47 -08:00
  • 5bac24186f Add the ability to dump the history of a single resource cgoldfeder 2016-11-17 09:54:00 -08:00
  • 419a04bc26 Command to resave datastore entities by websafe key cgoldfeder 2016-11-17 07:59:50 -08:00
  • c711097357 Fix a generic type inference issue in Java 7 mcilwain 2016-11-16 14:18:45 -08:00
  • d2139d9825 Add explicit generic type parameters to make Java 7 build happy mcilwain 2016-11-16 13:50:55 -08:00
  • 16c53c6996 Fix uncaught LEADING_HYPHEN IllegalArgumentException in host flows mcilwain 2016-11-16 13:48:43 -08:00
  • 438eeb5e38 When resolving a transfer to SERVER_CANCELLED (on delete) still pass in a time cgoldfeder 2016-11-16 12:22:42 -08:00
  • a343648b34 Add extensible custom logic to the domain check flow mcilwain 2016-11-16 12:12:43 -08:00
  • fdc8ceb6bb Scope down lastTransferTime to only ContactResource, DomainResource and HostResource. cgoldfeder 2016-11-16 10:18:31 -08:00
  • 5368489987 Enforce nullness consistency on EppResponse.set...() methods mcilwain 2016-11-16 09:25:44 -08:00
  • 4d2e0941f3 Add a custom logic framework to provide pluggable extensibility mcilwain 2016-11-15 11:01:10 -08:00
  • 3942f0768b Fix Nomulus build type inference error on resolvePendingTransfer() mcilwain 2016-11-15 10:49:28 -08:00
  • e0dbc1cb12 Add link to final ReferenceUnion migration commit in Developing doc mcilwain 2016-11-15 10:47:48 -08:00
  • fb47d2563d Add extra flow logic hooks for transfer approve, cancel and reject mountford 2016-11-15 10:32:46 -08:00
  • 5262cd2854 Fix RequestHandlerTest type inference errors in Nomulus build mcilwain 2016-11-15 08:59:23 -08:00
  • 84009eaccb Scope down TransferData to only ContactResource and DomainResource cgoldfeder 2016-11-15 08:03:25 -08:00
  • 0234795240 Fix SchemaVersionTest, which was broken by [] mcilwain 2016-11-15 07:47:26 -08:00
  • 890354938c Switch TMCH SMDRL fetch job to start at 00:15 and 12:15 mountford 2016-11-14 09:23:25 -08:00
  • 3cbdca734a Add Google Java Style Guide info and link to CONTRIBUTING.md mcilwain 2016-11-11 14:38:47 -08:00
  • 7ed02f4612 Reload resources before saving in ReloadAllEppResourcesAction mcilwain 2016-11-11 13:26:39 -08:00
  • fab8ca8414 Move injectable config values into ConfigModule ctingue 2016-11-11 12:08:19 -08:00
  • 1b6f2f82cd Clean up BillingEvent.Reason.AUTO_RENEW and scraps ctingue 2016-11-11 12:01:44 -08:00
  • 0af09d264f Add more information on pull request process to CONTRIBUTING.md mcilwain 2016-11-11 11:51:24 -08:00
  • d5104df453 Fix two ErrorProne warnings in TypeUtils cgoldfeder 2016-11-11 07:35:06 -08:00
  • f742ac8056 Refactor RequestHandler to handle request component construction nickfelt 2016-11-10 15:44:10 -08:00
  • 5a8ef4f0d6 Bump RDE test shard count to 4 to help address timeout issues mcilwain 2016-11-10 11:46:10 -08:00
  • 0634e25822 Remove as-of date from argument list for extra create flow logic mountford 2016-11-10 11:27:50 -08:00
  • 07a6e55f82 Add missing @Nullable annotations to ForeignKeyIndex load methods mcilwain 2016-11-10 11:16:58 -08:00
  • 780a5add78 Get rid of ReferenceUnions entirely mcilwain 2016-11-10 10:46:16 -08:00
  • 8d97fa5858 Add TLD-specific logic for application creates mountford 2016-11-10 09:28:22 -08:00
  • 274b070b54 Make driveFolderId on Registry entity optional mcilwain 2016-11-10 08:25:23 -08:00
  • 9122372e38 Change Router to do reflective setAccessible() calls itself nickfelt 2016-11-09 15:23:47 -08:00
  • 59c213c66f Add extra flow logic hook for application info mountford 2016-11-09 14:10:29 -08:00
  • 09beacf746 Add extra flow logic hook for domain allocation mountford 2016-11-09 13:41:45 -08:00
  • 218a4b735b Add testonly=1 to javascript/closure BUILD file mcilwain 2016-11-09 10:48:10 -08:00
  • 225f25bf42 Fix build error by adding testonly=1 to eclipse BUILD file ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138652263 mcilwain 2016-11-09 10:04:22 -08:00
  • ae69a82025 Fix Nomulus build error in JDK7 mcilwain 2016-11-08 15:33:54 -08:00
  • 0263667dae Add Google Cloud Storage helper for non-GAE environment dxy 2016-11-08 14:11:23 -08:00
  • 1671508547 Set svID in ConfigModule instead of hard-coding it Francis Aiello 2016-11-08 12:56:24 -08:00
  • 1abd0e1123 Remove FieldExposers, since GAE reflection works normally cgoldfeder 2016-11-08 12:28:29 -08:00
  • 2cbfd6475d Fix @Provides method name in ConfigModule for consistency mcilwain 2016-11-08 06:58:28 -08:00
  • 9aa2f3b96e Make host flows only accept canonicalized host names as input mcilwain 2016-11-07 14:34:30 -08:00
  • cbe76e8615 Don't throw an exception on orphaned contacts mmuller 2016-11-07 12:21:48 -08:00
  • 7a77819977 Add retry logic to CreateLrpTokensCommand ctingue 2016-11-07 09:30:00 -08:00
  • baaaacd4f5 Add extra flow logic hooks for application delete and update mountford 2016-08-16 08:20:48 -04:00
  • cef07f6bc5 Use cursor to track updating of registrar sheet mcilwain 2016-11-04 12:36:23 -07:00
  • 3a75486c72 Clean up ConfigModule ctingue 2016-11-04 12:13:23 -07:00
  • b7a98451e6 Add retry logic for SheetSynchronizer ctingue 2016-11-04 11:13:59 -07:00
  • ec73b5ec1c Minor comment fix cgoldfeder 2016-11-03 14:40:05 -07:00
  • 994747a8e5 Enable built-in session cleanup in production mountford 2016-11-03 08:09:43 -07:00
  • 050e734f6f Add information to doc on which app the nomulus tool connects to mcilwain 2016-11-02 15:03:08 -07:00
  • dcd7f6e1e7 Fix ICANN reporting log signature breakage nickfelt 2016-11-02 14:46:45 -07:00
  • 8256120b3a Simplify the fee extensions. cgoldfeder 2016-11-02 14:18:47 -07:00
  • 2dd703ef3a Refactor authInfo validation cgoldfeder 2016-11-02 13:24:26 -07:00
  • f95f27ed72 Switch over to non-ReferenceUnion fields on DomainBase mcilwain 2016-11-02 08:55:46 -07:00
  • 59d998954c Use correct <a> tag syntax in javadoc @see tag jianglai 2016-11-02 08:05:29 -07:00
  • e7d3725f51 Revert change to Guava 20 until we get it working properly mcilwain 2016-11-02 08:01:39 -07:00
  • 1627bd4975 Revert Guava 20 features until we get the build working properly mcilwain 2016-11-02 07:56:02 -07:00
  • 7206f88c6c Supply explicit type to ImmutableMap.of() to rid Eclipse warnings jianglai 2016-11-02 07:51:59 -07:00
  • 053538b1b5 Turn Flow into an interface and inject all its fields cgoldfeder 2016-11-01 19:50:31 -07:00
  • 82b0bff9b5 Remove deprecated methods with Guava 20 release jianglai 2016-11-01 11:39:34 -07:00
  • 73e88b2391 Automated g4 rollback of changelist 137841045. ctingue 2016-11-01 11:02:58 -07:00
  • 883f194e0f Update errorprone to 2.0.14 ctingue 2016-11-01 10:38:37 -07:00
  • 83cbf5a01f Fix warnings nits from RegistrarAction rename ctingue 2016-11-01 09:38:30 -07:00
  • a244202267 Update opensource Guava to version 20 ctingue 2016-11-01 09:29:19 -07:00
  • fa05c82b11 Fix registrar settings method name mmuller 2016-10-31 12:14:47 -07:00
  • da3e855b19 Add temporary @OnLoad to set period in DomainApplication mountford 2016-10-31 11:04:03 -07:00
  • b29d11f0de Fix CreateLrpTokensCommand to not split lines on double-quoted comma ctingue 2016-10-31 11:00:24 -07:00
  • 3928ccf03f Rename and reorder RegistrarAction mmuller 2016-10-28 14:37:42 -07:00
  • b3a166b0c4 Remove an unnecessary constructor cgoldfeder 2016-10-28 12:27:37 -07:00
  • 4ae9f6a107 Add documentation for ForeignKeyIndex and EppResourceIndex ctingue 2016-10-28 11:56:39 -07:00
  • 5f691d6329 Enable built-in session cleanup in alpha and sandbox mountford 2016-10-28 11:34:49 -07:00
  • 78a36925f4 Remove commitAdditionalLogicChanges(), part 1 mountford 2016-10-28 11:07:38 -07:00
  • bbd20ec71d Convert RegistrarServlet to RegistrarAction mmuller 2016-10-28 09:32:24 -07:00
  • 2e4273c4f4 Genericize Google Drive Links mmuller 2016-10-28 09:21:21 -07:00
  • c89a902b72 Add metadata parameters to CreateLrpTokensCommand ctingue 2016-10-27 21:16:37 -07:00
  • 1dbc5f6bb0 Replace command.applyTo() with inlined builder operations cgoldfeder 2016-10-27 15:03:48 -07:00
  • b84d7f1fb5 Remove LoggedInFlow cgoldfeder 2016-10-27 14:52:50 -07:00
  • 8b068250d6 Change DomainApplication to store period instead of year mountford 2016-10-27 12:32:39 -07:00
  • 60cb1b4dfb Add extra flow logic hook for application create mountford 2016-10-27 08:18:39 -07:00
  • bc0116f3a0 Add EPP controller logging for XML unmarshalling failures nickfelt 2016-10-26 23:46:12 -07:00
  • 21c0b43af0 Fix missing LRP token during LRP period behavior ctingue 2016-10-26 14:40:20 -07:00
  • 1ac0832c79 Fix double-URL-encoding bug in LoadTestAction nickfelt 2016-10-26 14:36:32 -07:00
  • 748dd34385 Save number of years in DomainApplication mountford 2016-10-26 14:11:30 -07:00
  • 1b7cee61a5 Enable command name autocomplete for nomulus tool ctingue 2016-10-26 11:39:47 -07:00
  • 198558901d Remove old json logging from flows cgoldfeder 2016-10-26 10:54:43 -07:00
  • 5f8a95d853 Add additional LRP tests for non-application phases ctingue 2016-10-26 10:45:21 -07:00
  • e40db46822 Add extra flow logic for Restore mountford 2016-10-25 12:58:40 -07:00
  • a4d78afd70 Rename CloudDnsModule to CloudDnsWriterModule for consistency dxy 2016-10-24 13:07:35 -07:00
  • fd09d825e3 Add MOE equivalences for pushes on 2016-10-19 mcilwain 2016-10-19 11:13:06 -07:00
  • 8bf268efc2 Make clearer which part of the invoicing pipeline we don't provide mcilwain 2016-10-24 07:30:42 -07:00