Jordi Boggiano
|
1933532ec5
Fix github authentication request, fixes #5767
|
7 年 前 |
Jordi Boggiano
|
97d09a9b77
Make github driver code more robust
|
7 年 前 |
Jordi Boggiano
|
122e422682
CS fixes
|
8 年 前 |
Jordi Boggiano
|
f200343cf2
Fix gitlab driver issues not asking for auth when token is missing, and not falling back properly to git driver
|
8 年 前 |
Pete Akins
|
95e9ad57d4
Don’t add github specials if there is no composer data
|
8 年 前 |
Thomas Flori
|
7896b1ffab
cache only rendered composer information
|
8 年 前 |
Thomas Flori
|
597f834ae9
add getFileContent function
|
8 年 前 |
Jordi Boggiano
|
1c4acf3583
Refactor code to use RemoteFilesystem facilities for header parsing, refs #5435
|
9 年 前 |
Phil Lello
|
7a112b0395
Check headers for missing scopes before asking for new OAuth token
|
9 年 前 |
Jordi Boggiano
|
8bfb2e8bc2
Add a getter to fetch the repo data from the outside of the github driver
|
9 年 前 |
Jordi Boggiano
|
4c50136522
Avoid caching nulls, refs #5234
|
9 年 前 |
Jordi Boggiano
|
49d7d65933
Add verbosity input support to IOInterface
|
9 年 前 |
Jordi Boggiano
|
29312be4df
Strict typing fixes
|
9 年 前 |
Jordi Boggiano
|
afd98b74f1
Fix handling of www.github.com in GitHubDriver, fixes composer/packagist#572
|
9 年 前 |
Rob Bast
|
cb336a5416
Implement writeError throughout Composer
|
10 年 前 |
Jordi Boggiano
|
2b7b605839
Skip empty time values
|
10 年 前 |
Jordi Boggiano
|
d5294ef91b
Update repo url from github and handle trailing slashes, refs composer/packagist#354 refs composer/packagist#423
|
11 年 前 |
Jordi Boggiano
|
b7402c3b2d
Ignore gh-pages branches, fixes #3073
|
11 年 前 |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 年 前 |
Jordi Boggiano
|
eebffacd9f
Use pagination to get tags/branches from the github API
|
11 年 前 |
Nils Adermann
|
b808ff5e28
Don't hardcode the URL to an https one either
|
11 年 前 |
Nils Adermann
|
edfaf727e5
When using the github driver with no-api don't reset to an ssh url
|
11 年 前 |
Jordi Boggiano
|
a612b2affe
Merge remote-tracking branch 'naderman/download-failover'
|
11 年 前 |
Nils Adermann
|
a80fde97d5
Make the github driver behave like git if "no-api" is specified.
|
11 年 前 |
Nils Adermann
|
35fbe3fd42
Download failover means we can now always try github zip urls for dist
|
11 年 前 |
Kim Laï Trinh
|
691f784f92
fix bug introduced in https://github.com/composer/composer/pull/2375
|
11 年 前 |
Gennady Feldman
|
e5045ce215
Per request from Jordi Boggiano (Seldaek) making Config 2nd parameter in supports()
|
11 年 前 |
Gennady Feldman
|
93ebfd54b1
Adding Config as parameter to the Driver::supports(), updating all drivers, user and tests.
|
11 年 前 |
Gennady Feldman
|
d8dbcab710
Refactoring my code to use a protected function to generate API Url.
|
11 年 前 |
Gennady Feldman
|
e78499d28d
First working version of GitHub Enterprise API.
|
11 年 前 |