1
0
mirror of https://github.com/google/nomulus synced 2026-04-21 16:50:44 +00:00

Commit Graph

  • 5f7e725c29 Add the ability to turn off dependency locking jianglai 2019-05-22 09:34:55 -07:00
  • 243fce84ce Upgrade to AutoValue 1.6.3 jianglai 2019-05-21 08:35:48 -07:00
  • 706b47c499 Upgrade to AutoValue 1.6.3 jianglai 2019-05-21 08:35:48 -07:00
  • f2012b73de Copy META-INF to GAE deployment jar jianglai 2019-05-21 06:28:44 -07:00
  • 7fd1ad1dc6 Compile all Soy JS files gbrodman 2019-05-16 10:25:55 -07:00
  • f18f389b03 Increase NS record default TTLs to 3 hours mmuller 2019-05-16 09:59:07 -07:00
  • 73f7e185f2 Migrate users from the old, deprecated Subject.fail* methods to the new Subject.fail* methods or, in some cases, to Subject.check. cpovirk 2019-05-16 09:41:11 -07:00
  • 6ce74ff61b Delete the AbstractDomainBaseSubject gbrodman 2019-05-16 08:14:35 -07:00
  • 8f9f384406 Add a small prompt to the UpdateAllocationTokensCommand gbrodman 2019-05-16 07:36:02 -07:00
  • b12a462f5e Add Google Analytics to registrar console jianglai 2019-05-15 08:44:56 -07:00
  • 7f69ebc5d9 Add a bit more verification text when unrenewing domains gbrodman 2019-05-14 09:25:21 -07:00
  • a0040c5eda Save the RDAP request time globally instead of passing it around guyben 2019-05-10 11:17:35 -07:00
  • b10f880b7f Add source code and JAR file to internal repository shicong 2019-05-10 07:34:10 -07:00
  • aa83472393 Remove the scrap AllocationToken command and OnLoad method gbrodman 2019-05-09 07:58:45 -07:00
  • 5bb93e9e4a Instead of calling Subject.actual(), store the actual value in a field, and read that. cpovirk 2019-05-09 06:47:46 -07:00
  • 38e2175699 Convert RDAP tests from simple.json to Gson guyben 2019-05-08 10:20:53 -07:00
  • 3b8a8892bb Inject RdapAuthorization guyben 2019-05-07 12:48:54 -07:00
  • ce7456ea66 Do not track IntelliJ files in SCM jianglai 2019-05-07 07:02:21 -07:00
  • bdc41edd34 Reimplement the RDAP Json creation using Jsonables guyben 2019-05-06 20:25:56 -07:00
  • e382299212 Resolve carry-over state issue in TestServerRule shicong 2019-05-06 15:03:42 -07:00
  • d1b7824cc2 Refactor Gradle project setup weiminyu 2019-05-06 11:03:37 -07:00
  • d4698ae386 Fix Bazel build error jianglai 2019-05-06 08:30:04 -07:00
  • 1dcbfae314 Remove failing tests from Nomulus GCB pipeline jianglai 2019-05-06 08:23:00 -07:00
  • 3483f348dc Add a command to update allocation tokens gbrodman 2019-05-06 07:45:10 -07:00
  • df7e9a1225 Validate on-load that an AllocationToken can be used gbrodman 2019-05-06 07:43:39 -07:00
  • 1480181fe1 Migrate from containsAllOf to containsAtLeast cpovirk 2019-05-06 02:22:48 -07:00
  • e1f8817746 Tune timeout for test targets ([] jianglai 2019-05-06 02:19:32 -07:00
  • 021405eb17 Migrate Truth Subjects from no-arg check() to use description cpovirk 2019-05-03 15:15:13 -07:00
  • e9d220e6f3 Add promotional fields in GenerateAllocationTokensCommand gbrodman 2019-05-03 14:57:08 -07:00
  • c9ee5c3fb3 Add a scrap command to re-save all allocation token entities gbrodman 2019-05-03 14:22:33 -07:00
  • 251ec1ed32 Migrate from containsAllIn to containsAtLeastElementsIn cpovirk 2019-05-03 13:40:15 -07:00
  • 7cb6d23884 Migrate from is(Not)SameAs to is(Not)SameInstanceAs. cpovirk 2019-05-03 12:02:43 -07:00
  • e6e6303b9e Update to Truth 0.44 in Bazel build weiminyu 2019-05-03 11:53:24 -07:00
  • 3145770f7c Upgrade truth to v0.44 weiminyu 2019-05-03 08:48:43 -07:00
  • cdb9a820e9 Update to bazel 0.25.0 jianglai 2019-05-03 08:06:24 -07:00
  • 5962c9c561 Fix Kokoro failure guyben 2019-05-02 16:14:50 -07:00
  • 625e613b07 Upgrade the version of google-closure-library that we use in NPM gbrodman 2019-05-02 14:34:26 -07:00
  • e1926dbc57 Add Jsonable and AbstractJsonableObject for easier RDAP object building guyben 2019-05-02 10:37:46 -07:00
  • c45d3b843c Restore RemoteApiOptions method accessibility after use jianglai 2019-05-01 11:02:52 -07:00
  • 90c53152bf Simplify some of the RDAP Action classes guyben 2019-05-01 08:32:29 -07:00
  • 99aeedc598 Replace deprecated Mockito Matchers class weiminyu 2019-05-01 08:32:21 -07:00
  • bbdf3db63e Change default TTLs on all records to 1 hour. mmuller 2019-04-30 13:38:41 -07:00
  • d1edd1f58b Just use default Joda DateTime toString() mcilwain 2019-04-29 13:11:17 -07:00
  • 124d7375c3 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). cpovirk 2019-04-29 09:38:14 -07:00
  • de5f3e6177 For assertions made _inside the implementation of another assertion_, migrate from assertThat to check. cpovirk 2019-04-29 08:26:29 -07:00
  • 8daca56024 Fix incorrect public tutorial on configuration weiminyu 2019-04-28 16:07:26 -07:00
  • 70c7e6c224 Use a potential discount in the AllocationToken when determining domain create price gbrodman 2019-04-26 11:38:31 -07:00
  • 1a1ff94bc5 Upload gradle binary to GCS when preparing the release jianglai 2019-04-26 11:01:55 -07:00
  • 274b331522 Fix up a comment based on investigation into billing events gbrodman 2019-04-26 08:20:12 -07:00
  • ef1124de95 Update Nomulus release pipeline jianglai 2019-04-25 13:29:30 -07:00
  • 312c1a46ab Add additional tests for the AllocationToken status transitions gbrodman 2019-04-25 13:09:52 -07:00
  • a0f9e3b3dd Store a reference to an allocation token in the OneTime billing event gbrodman 2019-04-25 13:09:18 -07:00
  • d02a01ba66 Use the GCS repository when pulling dependencies in CI jianglai 2019-04-25 13:06:06 -07:00
  • ebe4e522df Use GCS HTTPS endpoints when pulling dependencies jianglai 2019-04-25 12:59:05 -07:00
  • 83e93b87a5 Pin to a tagged selenium docker image mmuller 2019-04-25 12:34:13 -07:00
  • fbb60df019 LSC: Mark Python binaries with explicit python_version. jianglai 2019-04-24 05:39:28 -07:00
  • 37c5139629 Update .gitignore file jianglai 2019-04-23 13:38:54 -07:00
  • 1e58ef4efa Exclude files under repos/ from being uploaded to Cloud Build jianglai 2019-04-23 12:47:53 -07:00
  • 53c1557d2a Use the registrar client ID and abuse email address in Spec11 gbrodman 2019-04-23 12:04:40 -07:00
  • 0644fab76e Use stream-collect rather than transformValues in Spec11 collection gbrodman 2019-04-23 07:44:06 -07:00
  • 143ae1f93e Update proxy release pipeline following Spinnaker 1.13 release jianglai 2019-04-23 06:41:18 -07:00
  • 46c1a290be Upgrade to Gradle 5.4 jianglai 2019-04-22 10:35:29 -07:00
  • 648fb0e46d Update proxy deployment pipeline jianglai 2019-04-22 08:31:30 -07:00
  • 89298ea4cb Do not track the repos folder in git jianglai 2019-04-22 06:34:13 -07:00
  • a46227b201 Use new Truth failWithActual() method cpovirk 2019-04-19 14:05:12 -07:00
  • 24bb78bd16 Fix some statically detected code issues mcilwain 2019-04-18 07:34:10 -07:00
  • 9f360587ff Make repo override messages more consistent jianglai 2019-04-17 12:13:21 -07:00
  • 8b71a3cafb Add missing type parameters mcilwain 2019-04-16 14:16:38 -07:00
  • 3c34d23e87 Automated g4 rollback of changelist 243838016. jianglai 2019-04-16 12:57:26 -07:00
  • 212bd54b55 Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>. jakubvrana 2019-04-16 11:35:37 -07:00
  • 6ee462247c Use GCS Maven and plugins repo in travis jianglai 2019-04-16 10:50:07 -07:00
  • 3f974902df Only send registrar update notification emails to primary contacts mcilwain 2019-04-16 10:02:51 -07:00
  • 55f8e0efad Remove per-domain nameserver restrictions in reserved lists mcilwain 2019-04-16 08:57:07 -07:00
  • 3b1d38e1e6 update dependency lock file jianglai 2019-04-12 13:18:25 -07:00
  • d1e3194fce Don't delete or "redeem" unlimited use AllocationTokens gbrodman 2019-04-12 13:05:06 -07:00
  • 416a39b003 Remove @OnLoad on setDefaultNumDnsPublishLocks jianglai 2019-04-12 09:11:05 -07:00
  • 63807aa9be Add necessary fields to the AllocationToken schema gbrodman 2019-04-12 08:05:56 -07:00
  • 3b87d4de64 Build the builder image in a script jianglai 2019-04-10 14:03:56 -07:00
  • 0c64d1bffc Sign an attestation for the proxy build mmuller 2019-04-10 12:24:22 -07:00
  • 6b6e2ed930 Use a multimap to index the Spec11 threat matches gbrodman 2019-04-10 06:36:51 -07:00
  • 641c3f6bc3 Set encoding for java tests jianglai 2019-04-09 13:20:02 -07:00
  • d1f833b9bc Add abuse entity to registrar entities guyben 2019-04-09 09:46:21 -07:00
  • bf0d83585a Change the email address for the second test registrar gbrodman 2019-04-09 09:02:39 -07:00
  • ababada79a Update builder base image jianglai 2019-04-09 07:57:54 -07:00
  • 1c33f38555 Delete unused description field from premium/reserved list entities mcilwain 2019-04-08 11:25:59 -07:00
  • 1897b9d442 Fix Bazel build shicong 2019-04-08 09:03:38 -07:00
  • 3569f89c40 Show only the last of each event type in RDAP domain response guyben 2019-04-08 07:46:01 -07:00
  • 9bcaaec7fd Add required dependency for RemoteApiInstaller shicong 2019-04-05 11:57:37 -07:00
  • e51c193558 Upgrade to Gradle 5.3.1 jianglai 2019-04-04 16:33:35 -07:00
  • d4f780607e Fix Kokoro build shicong 2019-04-04 15:31:25 -07:00
  • 2808364381 Change text of registrar change notification e-mail mmuller 2019-04-04 13:15:28 -07:00
  • baed9dc6cc Improve exception message when TMDB not available shicong 2019-04-04 12:37:00 -07:00
  • d217939894 Clarify that we are actually using the client ID in Spec11 gbrodman 2019-04-04 08:36:33 -07:00
  • 33cdc3ddda Enable flow documentation in external build shicong 2019-04-04 08:29:03 -07:00
  • 1346f7ab70 Make RDE report generation correctly handle DISABLED registrars mcilwain 2019-04-03 11:13:27 -07:00
  • 3ad0d091f5 Continue Spec11 emails even if one fails gbrodman 2019-04-03 10:38:21 -07:00
  • bf70f83359 Make cloud build of nomulus use the GCS repo. mmuller 2019-04-03 07:59:52 -07:00
  • ac74ad3088 Use Docker Java API to manage container for WebDriver shicong 2019-04-02 09:07:55 -07:00
  • 5470414e48 Convert update_dependency procedure to use gradle proxy mmuller 2019-04-02 08:04:38 -07:00
  • c0f5710c31 Update the rdapConformance and notices fields guyben 2019-04-02 07:51:34 -07:00