1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Ben McIlwain dcfe939c38 Update docs for Java 25 and GKE migration (#3089)
Summarize all documentation updates across the repository to align with modern GKE, Cloud SQL Proxy v2, standard EPP fee v1.0, and Postgres database environments.

Key Updates:
- Prerequisites: Bump Java requirement to Java 25.
- Architecture & Scaling: Document GKE workloads, Cloud Tasks queues, and scheduled tasks. Replace App Engine references with GKE deployment restart commands (kubectl rollout restart).
- Configuration: Update Cloud SQL Proxy instructions to v2, fix keyring verification commands, and document IAP configuration.
- Escrow (RDE/BRDA): Fix manual generation and download procedures to match the Dataflow job ID folder structure, and correct deposit encryption/verification command parameters.
- Monitoring: Correct metric names and expand the documented metrics list with caching, locking, and reserved list metrics.
- Fixes: Standardize lists formatting across markdown files, fix broken webdriver links, and resolve various typos.
- Cleanup: Remove leftover cloud scheduler configurations for the deleted wipeOutContactHistoryPii task, and update ICANN reporting documentation to reflect open-sourced DNS query coordinator.

TAG=agy
CONV=88271e71-e272-40e0-85f8-a075a423b7c2
2026-06-22 18:20:00 +00:00
gbrodman 72016b1e5f Update more of the documentation (#2974)
We should be at least at a "good enough" state after this -- I'm sure
there are many updates we could make that would improve the
documentation but this is definitely much improved from before and
should hopefully be good enough to get people started.
2026-03-03 20:25:30 +00:00
Lai Jiang 93d77e558f Update README (#2717) 2025-03-14 15:46:42 +00:00
Lai Jiang 12fd206c35 Update README.md (#2705) 2025-03-05 16:55:04 +00:00
Lai Jiang d943ebd423 Add CodeQL workflow (#1884)
This is based on #1864. Also removes the LGTM setup as it is turning
down.
2022-12-12 15:52:47 -05:00
Lai Jiang 2995bb03fd Update Javadoc URL (#615) 2020-06-09 10:25:56 -04:00
Lai Jiang 3e7ea75b6f Use cs.opensource.google for code search (#512)
* Use cs.opensource.google for code search

* Change logo size

* Make texts in the table center-aligned
2020-03-12 14:06:04 -04:00
Lai Jiang 3009f754fa Link to Sourcegraph logo a different file. (#280)
The logo will be visible on cloned repos outside GitHub. See
b/141380880.
2019-09-23 15:31:09 -04:00
Lai Jiang c93248ec10 Update build badges to use Kokoro results for both FOSS and internal (#229) 2019-08-16 15:06:02 -04:00
Lai Jiang 2cc4e5fa94 Add a badge for LGTM analysis results (#194) 2019-07-23 21:42:19 -04:00
Lai Jiang c1207464d8 Fix a typo (#174) 2019-07-15 17:49:22 -04:00
Lai Jiang 21be4b8227 Update README.md (#128) 2019-06-21 15:24:17 -04:00
Wilder Pereira e378855093 Update source code location (#114) 2019-06-17 09:23:43 -04:00
Lai Jiang 9859490f5f Add a link to kokoro (#101)
* Add a link to kokoro

This allows us to click on the build badge to visit kokoro and find
out build status. The link will redirect to a status page that is
only accessible to Googlers.
2019-06-14 10:48:35 -04:00
Lai Jiang 8c5fc6410b Remove Bazel build (#94)
* Remove bazel build

Also updated the build badge to reflect internal build status.
2019-06-13 18:15:33 -04:00
jianglai b6a293a9ff Fix travis build badge link
[] fixed the link to the image, but the hyperlink to the travis site itself was left out. This CL fixed that.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228241047
2019-01-08 11:03:28 -05:00
jianglai 218a6e58f1 Point travis build badge to the right URL
We are still using the legacy travis-ci.org server. Migration is not possible at the moment.

See https://docs.travis-ci.com/user/open-source-on-travis-ci-com/#existing-open-source-repositories-on-travis-ciorg.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226531134
2019-01-02 11:53:39 -05:00
jianglai eca3461dec Add a build badge for gradle
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=222315861
2018-12-03 18:50:05 -05:00
jianglai 1295882307 Add .app to README
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199148573
2018-06-06 15:08:47 -04:00
jianglai 70e9df7435 Add instructions on how to set up the GCP proxy
A step by step instruction is provided to set up the proxy. Also made some changes to the README file as both DNS and proxy are no longer "known issues"

A better approach to setting up the proxy manually is to codify the infrastructure with https://terraform.io. I will work on this next.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=189648593
2018-03-19 18:51:57 -04:00
jianglai e0f432aafb Remote extra newline between build badge and the logo
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169454688
2017-10-04 16:16:45 -04:00
jianglai 2a3241903c Fix malformed moe directive
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169401537
2017-10-04 16:16:44 -04:00
jianglai 9134e4407c Add newline between build badge and Nomulus logo
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169394785
2017-10-04 16:16:44 -04:00
jianglai 920d46784a Fix link to build status
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169393008
2017-09-20 10:51:26 -04:00
jianglai 0e26f21cea Add kokoro build badge to README.md
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169282203
2017-09-20 10:27:17 -04:00
mcilwain da25ca32e7 Add Nomulus logo to README
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156426633
2017-05-23 17:22:49 -04:00
mountford 25ff8c7490 Add reference to Net::DRI EPP toolkit
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156359657
2017-05-23 17:22:49 -04:00
mcilwain 8bf268efc2 Make clearer which part of the invoicing pipeline we don't provide
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137027375
2016-10-24 11:57:00 -04:00
mcilwain 81f2793c86 Add prominent link to main source directory in README
I discovered from looking at GitHub analytics that most people were not
successfully locating our source code.  More people were navigating to
java/com/google/, which contains nothing of note for our project, than to the
actual location of all of our source code at java/google/registry/.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136720714
2016-10-24 10:41:02 -04:00
nickfelt 9b233b0171 Update README.md "Known issues" section
This seems like a better description of the actual contents of the section.  Expanded contents to mention the need for fully automated reporting and for crypto key storage.  Also reshuffled the list a bit to put the things likely to be top concerns first.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136471298
2016-10-18 10:57:59 -04:00
jianglai 745055bbd7 Import internal changes to README file
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136085804
2016-10-14 17:00:32 -04:00
mcilwain 6c610d49fe Shorten and edit README file
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134412992
2016-10-03 15:44:52 -04:00
mcilwain 85eb641ca8 Autoformat all Markdown documentation
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132885981
2016-09-14 15:45:55 -04:00
mcilwain 5dc1f716bd Expand list of system capabilities in README and add known issues
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131074174
2016-08-23 15:47:08 -04:00
Michael Muller c458c05801 Rename Java packages to use the .google TLD
The dark lord Gosling designed the Java package naming system so that
ownership flows from the DNS system. Since we own the domain name
registry.google, it seems only appropriate that we should use
google.registry as our package name.
2016-05-13 20:04:42 -04:00
Justine Tunney 0ef0c933d2 Import code from internal repository to git 2016-03-01 17:59:16 -05:00