profile
viewpoint
Alamofire Alamofire http://alamofire.org Elegant Networking in Swift

Alamofire/Alamofire 39416

Elegant HTTP Networking in Swift

Alamofire/AlamofireImage 3896

AlamofireImage is an image component library for Alamofire

Alamofire/AlamofireNetworkActivityIndicator 721

Controls the visibility of the network activity indicator on iOS using Alamofire.

Alamofire/Foundation 462

Official Policies for the Alamofire Software Foundation

Alamofire/Firewalk 26

An HTTP test server written in Swift using Vapor

Alamofire/Rdar-StringInterpolationMemoryLeak 6

Rdar example project demonstrating the string interpolation memory leak in the Response object.

Alamofire/Rdar-URLSessionTaskMetrics 5

Rdar sample project demonstrating the linker issue with URLSessionTaskMetrics on watchOS.

Alamofire/homebrew-alamofire 2

Alamofire's Homebrew Taps

fork fmricky999/Alamofire

Elegant HTTP Networking in Swift

fork in 4 hours

startedAlamofire/Alamofire

started time in 4 hours

startedAlamofire/Foundation

started time in 14 hours

startedAlamofire/Alamofire

started time in 15 hours

startedAlamofire/Alamofire

started time in 15 hours

startedAlamofire/Foundation

started time in 16 hours

fork zxwzxw/Alamofire

Elegant HTTP Networking in Swift

fork in 17 hours

startedAlamofire/Alamofire

started time in 17 hours

delete branch Alamofire/Alamofire

delete branch : gh-readonly-queue/master/pr-3734-0ef340c886a9fa4b51c863a305d2ea11332b909b

delete time in 18 hours

delete branch Alamofire/Alamofire

delete branch : 2023-test-failures

delete time in 18 hours

PR merged Alamofire/Alamofire

Update URL Conversion Tests

Goals :soccer:

This PR updates some failing tests for the first Xcode 15 beta.

Implementation Details :construction:

In 2023 OSes, URL now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to URLs automatically, so new test values had to be found. Using an empty string brings back the old behavior.

Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)

+36 -9

0 comment

4 changed files

jshier

pr closed time in 18 hours

push eventAlamofire/Alamofire

Jon Shier

commit sha 98c28e683253e920f5220d4456c5e4a6da7aa941

Update URL Conversion Tests (#3734) ### Goals :soccer: This PR updates some failing tests for the first Xcode 15 beta. ### Implementation Details :construction: In 2023 OSes, `URL` now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to `URL`s automatically, so new test values had to be found. Using an empty string brings back the old behavior. > Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. > To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)

view details

push time in 18 hours

push eventAlamofire/Alamofire

Jon Shier

commit sha 98c28e683253e920f5220d4456c5e4a6da7aa941

Update URL Conversion Tests (#3734) ### Goals :soccer: This PR updates some failing tests for the first Xcode 15 beta. ### Implementation Details :construction: In 2023 OSes, `URL` now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to `URL`s automatically, so new test values had to be found. Using an empty string brings back the old behavior. > Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. > To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)

view details

push time in 18 hours

push eventAlamofire/Alamofire

Jon Shier

commit sha e1c4d94a97c8df214de04857ff46690ab6b681a1

Add beta CI.

view details

push time in 19 hours

startedAlamofire/Alamofire

started time in 19 hours

startedAlamofire/Alamofire

started time in 20 hours

PR opened Alamofire/Alamofire

Update URL Conversion Tests

Goals :soccer:

This PR updates some failing tests for the first Xcode 15 beta.

Implementation Details :construction:

In 2023 OSes, URL now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to URLs automatically, so new test values had to be found. Using the empty string brings back the old behavior.

Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)

+14 -6

0 comment

3 changed files

pr created time in 20 hours

create barnchAlamofire/Alamofire

branch : 2023-test-failures

created branch time in 20 hours

startedAlamofire/Alamofire

started time in 21 hours

startedAlamofire/Alamofire

started time in 21 hours

startedAlamofire/Alamofire

started time in a day

startedAlamofire/Alamofire

started time in a day

startedAlamofire/Firewalk

started time in a day

startedAlamofire/Alamofire

started time in a day

startedAlamofire/Alamofire

started time in a day

startedAlamofire/Alamofire

started time in a day

startedAlamofire/Alamofire

started time in 2 days

startedAlamofire/Alamofire

started time in 2 days

delete branch Alamofire/Alamofire

delete branch : gh-readonly-queue/master/pr-3733-1153741db9ec477a5ffcbefc45660bf079bb0abe

delete time in 2 days

PR merged Alamofire/Alamofire

Update AdvancedUsage.md

There are a few omitted colons in some method names. This commit fixes them.

Goals ⚽

  • Fixing up some minor typos within AdvancedUsage.md

Implementation Details 🚧 / Testing Details 🔍

  • (none)
+3 -3

1 comment

1 changed file

ueunli

pr closed time in 2 days

more