-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support RFC links in Quick Import functionality (#11949) #12043
Support RFC links in Quick Import functionality (#11949) #12043
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1672342 - Browse repository at this point
Copy the full SHA 1672342View commit details -
Add JavaDoc comments Remove unnecessary lowercase
Configuration menu - View commit details
-
Copy full SHA for 365e50a - Browse repository at this point
Copy the full SHA 365e50aView commit details -
Add JavaDoc comments Remove unnecessary lowercase
Configuration menu - View commit details
-
Copy full SHA for f24ec13 - Browse repository at this point
Copy the full SHA f24ec13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401f8ce - Browse repository at this point
Copy the full SHA 401f8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddadb92 - Browse repository at this point
Copy the full SHA ddadb92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787dc35 - Browse repository at this point
Copy the full SHA 787dc35View commit details
Commits on Oct 21, 2024
-
According to CI test feedback:
- Removed RFC entry from identifier list(StandardField.java) - Modified RfcId class to extend EprintIdentifier
Configuration menu - View commit details
-
Copy full SHA for 11a57f1 - Browse repository at this point
Copy the full SHA 11a57f1View commit details -
Merge remote-tracking branch 'origin/Issue11949-quick-import-for-RFC-…
…link' into Issue11949-quick-import-for-RFC-link
Configuration menu - View commit details
-
Copy full SHA for 0649019 - Browse repository at this point
Copy the full SHA 0649019View commit details -
Accorfing to maintainer feedback to fix:
- Replaced RfcId name with RFC class for consistency and clarity. - Updated RFC parsing logic to support both plain RFC IDs (e.g., "rfc7276") and full URLs (e.g., "https://www.rfc-editor.org/rfc/rfc7276.html"). - Added tests in RFCTest to validate proper parsing of RFC identifiers from both formats. - Removed unnecessary method (isValid) improved code clarity. - Adjusted the CompositeIdFetcher to integrate the new RFC class functionalities.
Configuration menu - View commit details
-
Copy full SHA for bc78c9c - Browse repository at this point
Copy the full SHA bc78c9cView commit details -
Refactored RFCTest to adhere to the suggestions provided:
- Converted `testParsePlainRfcId` to a `@ParameterizedTest` using `@CsvSource`. - Adjusted `testInvalidRfc` to use `assertEquals(Optional.empty(), rfc)`. - Updated `testGetExternalUri` to verify the URI using `Optional.of()` for consistent checks.
Configuration menu - View commit details
-
Copy full SHA for 2c16f73 - Browse repository at this point
Copy the full SHA 2c16f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ed902 - Browse repository at this point
Copy the full SHA 74ed902View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7300a4 - Browse repository at this point
Copy the full SHA d7300a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846e64b - Browse repository at this point
Copy the full SHA 846e64bView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90d769c - Browse repository at this point
Copy the full SHA 90d769cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f7ea0 - Browse repository at this point
Copy the full SHA 03f7ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0abc10 - Browse repository at this point
Copy the full SHA e0abc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a3e5e - Browse repository at this point
Copy the full SHA 29a3e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 891e1f5 - Browse repository at this point
Copy the full SHA 891e1f5View commit details -
Merge remote-tracking branch 'origin/Issue11949-quick-import-for-RFC-…
…link' into Issue11949-quick-import-for-RFC-link
Configuration menu - View commit details
-
Copy full SHA for 98e4414 - Browse repository at this point
Copy the full SHA 98e4414View commit details