| Nov | DEC | Jan |
| 15 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.
The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.
This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.
Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.
The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.
Collection: Archive Team: The Github Hitrub
|
Fixes #1967
|
Adding a second line to Checks in the PullRequestCheckView
This commit was signed with a verified signature.
25952ef
Update checks list layout
6c2e1c8
Little bit of spacing and some text color formatting
Loading status checks…
2a8b50f
Member
|
@StanleyGoldman I pushed a couple of commits cleaning this up. This should be ready for review now but I'm happy to incorporate design changes that people might have: |
Codecov Report
@@ Coverage Diff @@
## master #2013 +/- ##
=========================================
Coverage ? 39.34%
=========================================
Files ? 411
Lines ? 17619
Branches ? 2440
=========================================
Hits ? 6933
Misses ? 10125
Partials ? 561
|
Merge branch 'master' into check-second-line
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
7a288d1
Making duration status a tooltip
This commit was signed with a verified signature.
632c9fb
Contributor
Author
|
It's looking good. I tweaked it so the "Finished - 4s" part appears as a tooltip instead. |
Allow functionality to set ProtectedBranches
This commit was signed with a verified signature.
406c5d4
Merge branch 'octokit-graphql-update' into protected-branches
This commit was signed with a verified signature.
8518c42
Merge branch 'master' into check-second-line
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
7e185c3
GraphQL fix
This commit was signed with a verified signature.
0b979b3
Adding a second check for differing non-required statuses
This commit was signed with a verified signature.
e17b44b
Adding a required tag to PullRequestCheckViewModel
This commit was signed with a verified signature.
bc92842
Fix compilation error
This commit was signed with a verified signature.
5d0c825
Merge branch 'master' into protected-branches
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
73134d9
Merge branch 'master' into check-second-line
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
c816c8d
Merge branch 'master' into check-second-line
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
a7e3fcb
Merge remote-tracking branch 'origin/master' into check-second-line
Loading status checks…
1d0b8d2
# Conflicts: # src/GitHub.App/ViewModels/GitHubPane/PullRequestCheckViewModel.cs # src/GitHub.Exports.Reactive/ViewModels/GitHubPane/IPullRequestCheckViewModel.cs # src/GitHub.Exports/Models/CheckRunModel.cs # src/GitHub.InlineReviews/Services/PullRequestSessionService.cs # src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestCheckView.xaml
Fixes needed for compilation
Loading status checks…
6e03523
Fixing formatting
Loading status checks…
51a00c7
Merge remote-tracking branch 'origin/master' into check-second-line
This commit was signed with a verified signature.
cefc43a
Fxing how the model is populated
This commit was signed with a verified signature.
a489cbe
StanleyGoldman
added 3commits
Repositioning
This commit was signed with a verified signature.
1cf3c80
Cleanup
This commit was signed with a verified signature.
018fdab
Merge pull request #2029 from github/protected-branches
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
bda657a
Adding indications for protected branches
Comments
This commit was signed with a verified signature.
95bb822
Removing unused enum
This commit was signed with a verified signature.
b7d9d2e
More comments
This commit was signed with a verified signature.
20690ea
Flailing a little
a3cb52f
Use a dock panel layout
1a46be8
Theming
2a9402e
uncomment visibility condition
Loading status checks…
6691ab7
Member
|
I went ahead and polished this up a bit: I forced the required badge to show in order to test my styles and reverted that change in 6691ab7 |
Merge branch 'master' into check-second-line
This commit was signed with a verified signature.
fbf9bef
# Conflicts: # src/GitHub.InlineReviews/Services/PullRequestSessionService.cs # src/GitHub.Resources/Resources.zh-CN.resx # src/GitHub.VisualStudio.UI/Styles/ThemeBlue.xaml # src/GitHub.VisualStudio.UI/Styles/ThemeDark.xaml # src/GitHub.VisualStudio.UI/Styles/ThemeLight.xaml
Merge branch 'master' into check-second-line
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
GPG key ID: 4AEE18F83AFDEB23
Learn about signing commits
Loading status checks…
6fb41a2
Fixing view
This commit was signed with a verified signature.
fa4add2
|
I'm taking a look at this right now and will push a fix |
Fix line spacing issues between check titles and descriptions
f3b746c
Leave enough space for the Required Badge
Loading status checks…
8bec5f0
Member
Successfully merging this pull request may close these issues.
3 participants Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. ●© 2020 GitHub, Inc. ●Terms ●Privacy ● ●Security ●Status ●Help ●Contact GitHub ●Pricing ●API ●Training ●Blog ●About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.