├── .gitignore ├── App ├── .vs │ └── config │ │ └── applicationhost.config ├── DataExplorer.sln ├── DataExplorer.sln.DotSettings ├── License.txt ├── StackExchange.DataExplorer.Tests │ ├── App.config │ ├── BaseTest.cs │ ├── Helpers │ │ ├── TestAppSettings.cs │ │ ├── TestParsedQuery.cs │ │ ├── TestQueryResults.cs │ │ └── TestQueryRunner.cs │ ├── Models │ │ ├── TestPivots.cs │ │ ├── TestQueryExecutions.cs │ │ └── TestUser.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── StackExchange.DataExplorer.Tests.csproj ├── StackExchange.DataExplorer │ ├── AppSettings.cs │ ├── App_Start │ │ ├── BundleConfig.cs │ │ └── MiniProfiler.cs │ ├── AssetPackager.cs │ ├── Content │ │ ├── Img │ │ │ └── login-icons.svg │ │ ├── codemirror │ │ │ ├── codemirror.css │ │ │ ├── custom.css │ │ │ └── theme.css │ │ ├── font-awesome │ │ │ ├── css │ │ │ │ └── font-awesome.min.css │ │ │ └── font │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ ├── header.css │ │ ├── homepage.css │ │ ├── images │ │ │ ├── ccwiki.png │ │ │ ├── csv_ico.gif │ │ │ ├── db-raw.png │ │ │ ├── db.png │ │ │ ├── diagonal-raw.png │ │ │ ├── diagonal.png │ │ │ ├── edgar.jpg │ │ │ ├── grippie.png │ │ │ ├── help-icon-raw.png │ │ │ ├── help-icon.png │ │ │ ├── help-sample-graph.png │ │ │ ├── icon-odatafeed-14x14.png │ │ │ ├── icon-odatafeed-24x24.png │ │ │ ├── icon-odatafeed-28x28.png │ │ │ ├── icon-odatafeed-32x32.png │ │ │ ├── see_logo.png │ │ │ ├── so-sprites.png │ │ │ ├── sprites-raw.png │ │ │ ├── sprites.png │ │ │ ├── topbar-sprite-raw.png │ │ │ ├── topbar-sprite.png │ │ │ └── tutorial │ │ │ │ ├── answered-questions.png │ │ │ │ ├── composer-table-list.png │ │ │ │ ├── composer-table-post-types-2.png │ │ │ │ ├── composer-table-post-types.png │ │ │ │ ├── composer-table-posts.png │ │ │ │ ├── join-posts-users.png │ │ │ │ ├── most-effective-answerers.png │ │ │ │ ├── post-types.png │ │ │ │ ├── posts-missing-titles.png │ │ │ │ ├── results-with-links.png │ │ │ │ ├── select-100-posts-output.png │ │ │ │ └── specify-parameters.png │ │ ├── jquery.autocomplete.css │ │ ├── login.css │ │ ├── login.less │ │ ├── login.min.css │ │ ├── qp │ │ │ ├── images │ │ │ │ ├── arithmetic_expression.gif │ │ │ │ ├── assert.gif │ │ │ │ ├── assign.gif │ │ │ │ ├── bitmap.gif │ │ │ │ ├── bookmark_lookup.gif │ │ │ │ ├── clustered_index_delete.gif │ │ │ │ ├── clustered_index_insert.gif │ │ │ │ ├── clustered_index_scan.gif │ │ │ │ ├── clustered_index_seek.gif │ │ │ │ ├── clustered_index_update.gif │ │ │ │ ├── collapse.gif │ │ │ │ ├── compute_scalar.gif │ │ │ │ ├── concatenation.gif │ │ │ │ ├── constant_scan.gif │ │ │ │ ├── convert.gif │ │ │ │ ├── declare.gif │ │ │ │ ├── deleted_scan.gif │ │ │ │ ├── distribute_streams.gif │ │ │ │ ├── dynamic.gif │ │ │ │ ├── fetch_query.gif │ │ │ │ ├── filter.gif │ │ │ │ ├── gather_streams.gif │ │ │ │ ├── hash_match.gif │ │ │ │ ├── if.gif │ │ │ │ ├── inserted_scan.gif │ │ │ │ ├── intrinsic.gif │ │ │ │ ├── keyset.gif │ │ │ │ ├── log_row_scan.gif │ │ │ │ ├── merge_interval.gif │ │ │ │ ├── merge_join.gif │ │ │ │ ├── nested_loops.gif │ │ │ │ ├── nonclustered_index_delete.gif │ │ │ │ ├── nonclustered_index_insert.gif │ │ │ │ ├── nonclustered_index_scan.gif │ │ │ │ ├── nonclustered_index_seek.gif │ │ │ │ ├── nonclustered_index_spool.gif │ │ │ │ ├── nonclustered_index_update.gif │ │ │ │ ├── online_index_insert.gif │ │ │ │ ├── parameter_table_scan.gif │ │ │ │ ├── population_query.gif │ │ │ │ ├── rdi_lookup.gif │ │ │ │ ├── refresh_query.gif │ │ │ │ ├── remote_delete.gif │ │ │ │ ├── remote_insert.gif │ │ │ │ ├── remote_query.gif │ │ │ │ ├── remote_scan.gif │ │ │ │ ├── remote_update.gif │ │ │ │ ├── repartition_streams.gif │ │ │ │ ├── result.gif │ │ │ │ ├── row_count_spool.gif │ │ │ │ ├── segment.gif │ │ │ │ ├── sequence.gif │ │ │ │ ├── sequenceproject.gif │ │ │ │ ├── snapshot.gif │ │ │ │ ├── sort.gif │ │ │ │ ├── split.gif │ │ │ │ ├── spool.gif │ │ │ │ ├── stream_aggregate.gif │ │ │ │ ├── switch.gif │ │ │ │ ├── table_delete.gif │ │ │ │ ├── table_insert.gif │ │ │ │ ├── table_scan.gif │ │ │ │ ├── table_spool.gif │ │ │ │ ├── table_update.gif │ │ │ │ ├── table_valued_function.gif │ │ │ │ ├── top.gif │ │ │ │ ├── udx.gif │ │ │ │ └── while.gif │ │ │ ├── qp.css │ │ │ └── qp.xslt │ │ ├── query.css │ │ ├── site.css │ │ ├── slickgrid │ │ │ ├── images │ │ │ │ ├── sort-asc-inactive.gif │ │ │ │ ├── sort-asc.gif │ │ │ │ └── sort-desc.gif │ │ │ └── slick.grid.css │ │ ├── topbar.css │ │ └── tutorial.css │ ├── Controllers │ │ ├── AccountController.cs │ │ ├── AdminController.cs │ │ ├── ErrorController.cs │ │ ├── HomeController.cs │ │ ├── QueryController.cs │ │ ├── QuerySetController.cs │ │ ├── StackOverflowController.cs │ │ ├── TutorialController.cs │ │ ├── UserController.cs │ │ └── VoteController.cs │ ├── Current.cs │ ├── Dapper │ │ ├── Snapshotter.cs │ │ └── SqlBuilder.cs │ ├── DefaultAttribute.cs │ ├── ExtensionMethods.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── Helpers │ │ ├── AsyncQueryRunner.cs │ │ ├── BusinessRuleViolation.cs │ │ ├── Captcha.cs │ │ ├── CaptchaResponse.cs │ │ ├── ChangeAction.cs │ │ ├── Crc16.cs │ │ ├── CsvResult.cs │ │ ├── DataKeys.cs │ │ ├── HelperTableCache.cs │ │ ├── HtmlUtilities.cs │ │ ├── JsonpResult.cs │ │ ├── PageNumber.cs │ │ ├── PageSizer.cs │ │ ├── PagedList.cs │ │ ├── ParsedQuery.cs │ │ ├── QueryPlan.cs │ │ ├── QueryPlanResult.cs │ │ ├── QueryResults.cs │ │ ├── QueryRunner.cs │ │ ├── QuerySearchCriteria.cs │ │ ├── QueryUtil.cs │ │ ├── QueryViewTracker.cs │ │ ├── RedirectPermanentResult.cs │ │ ├── RouteAttribute.cs │ │ ├── RoutePriority.cs │ │ ├── Security │ │ │ └── ActiveDirectory.cs │ │ ├── SiteInfo.cs │ │ ├── StringSplits.cs │ │ ├── TargetSites.cs │ │ ├── UIHelper.cs │ │ ├── Util.cs │ │ └── XSRFSafeAttribute.cs │ ├── Models │ │ ├── AppSetting.cs │ │ ├── BlackList.cs │ │ ├── CachedResult.cs │ │ ├── MigrationType.cs │ │ ├── OpenIdWhiteList.cs │ │ ├── Query.cs │ │ ├── QuerySet.cs │ │ ├── QuerySetRevision.cs │ │ ├── Revision.cs │ │ ├── RevisionExecution.cs │ │ ├── Site.cs │ │ ├── StackEntities │ │ │ ├── StackExchangeData.Designer.cs │ │ │ └── StackExchangeData.edmx │ │ ├── TableInfo.cs │ │ ├── User.Preferences.cs │ │ ├── User.cs │ │ ├── UserOpenId.cs │ │ ├── Vote.cs │ │ ├── VoteType.cs │ │ ├── _Database.Specific.cs │ │ └── _Database.cs │ ├── OData.svc │ ├── OData.svc.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Scripts │ │ ├── codemirror │ │ │ ├── codemirror.js │ │ │ ├── runmode.js │ │ │ └── sql.js │ │ ├── date.js │ │ ├── es5-shim.js │ │ ├── flot │ │ │ ├── jquery.colorhelpers.js │ │ │ ├── jquery.flot.js │ │ │ └── jquery.flot.time.js │ │ ├── jquery-1.7.1.js │ │ ├── jquery.autocomplete.js │ │ ├── jquery.event.drag-2.0.js │ │ ├── jquery.textarearesizer.js │ │ ├── master.js │ │ ├── qp.js │ │ ├── query.graph.js │ │ ├── query.js │ │ ├── query.parameterparser.js │ │ ├── query.resultset.js │ │ ├── query.sidebar.js │ │ ├── query.siteswitcher.js │ │ ├── query.tablehelpers.js │ │ ├── slick.core.js │ │ └── slick.grid.js │ ├── StackExchange.DataExplorer.Publish.xml │ ├── StackExchange.DataExplorer.csproj │ ├── StackExchange.Publish.xml │ ├── ViewModel │ │ ├── QueryExecutionViewData.cs │ │ ├── QuerySetViewModel.cs │ │ ├── QuerySetVoting.cs │ │ ├── QueryViewerData.cs │ │ ├── SubHeader.cs │ │ └── SubHeaderViewData.cs │ ├── Views │ │ ├── Account │ │ │ ├── LogIn.cshtml │ │ │ └── LogInActiveDirectory.cshtml │ │ ├── Admin │ │ │ ├── FindDuplicateUserOpenIds.cshtml │ │ │ ├── FindDuplicateUsers.cshtml │ │ │ ├── FindDuplicateWhitelistOpenIds.cshtml │ │ │ ├── Index.cshtml │ │ │ ├── MergeUsers.cshtml │ │ │ └── WhiteList.cshtml │ │ ├── Home │ │ │ ├── Help.cshtml │ │ │ └── Index.cshtml │ │ ├── Query │ │ │ └── Editor.cshtml │ │ ├── QuerySet │ │ │ ├── Index.cshtml │ │ │ └── Viewer.cshtml │ │ ├── Shared │ │ │ ├── AboutSite.cshtml │ │ │ ├── Captcha.cshtml │ │ │ ├── ContentPage.cshtml │ │ │ ├── Error.cshtml │ │ │ ├── Master.cshtml │ │ │ ├── Menu.cshtml │ │ │ ├── PageNotFound.cshtml │ │ │ ├── PageSizer.cshtml │ │ │ ├── Query.cshtml │ │ │ ├── QueryVoting.cshtml │ │ │ ├── RevisionHistory.cshtml │ │ │ ├── SubHeader.cshtml │ │ │ ├── TaglineWithOData.cshtml │ │ │ ├── User.cshtml │ │ │ └── UserList.cshtml │ │ ├── Tutorial │ │ │ ├── DatabasePrimer.cshtml │ │ │ ├── Index.cshtml │ │ │ ├── NextSteps.cshtml │ │ │ ├── Queries.cshtml │ │ │ ├── QueryBasics.cshtml │ │ │ ├── QueryComputations.cshtml │ │ │ ├── QueryJoins.cshtml │ │ │ ├── QueryParameters.cshtml │ │ │ └── Shared │ │ │ │ └── Navigation.cshtml │ │ ├── User │ │ │ ├── Edit.cshtml │ │ │ ├── Index.cshtml │ │ │ └── Show.cshtml │ │ ├── Web.config │ │ └── _ViewStart.cshtml │ ├── Web.Debug.config │ ├── Web.config │ ├── appSettings.config │ ├── favicon.ico │ └── robots.txt └── StackExchange.Migrator │ ├── Bootstrap.sql │ ├── Config.cs │ ├── ConnectionInfo.cs │ ├── Migration.cs │ ├── MigrationRunner.cs │ ├── Migrator.csproj │ ├── Migrator.sln │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── ReadMe.txt │ └── lib │ └── Options.cs ├── Build ├── Migrator.exe ├── ccnet.config ├── deploy.website.msbuild └── tc.website.msbuild ├── License.txt ├── Migrations ├── 001 - Bootstrap Migrator (2).sql ├── 002 - Users.table.sql ├── 003 - SavedQueries.table.sql ├── 004 - Votes.table.sql ├── 005 - Queries.table.sql ├── 006 - UserOpenId.table.sql ├── 007 - OpenIdWhiteList.table.sql ├── 008 - QueryExecutions.table.sql ├── 009 - QueryNameHistory.table.sql ├── 010 - CachedResults.sql ├── 010 - Sites.table.sql ├── 011 - spGrantReadonly.proc.sql ├── 012 - spMergeUserBasedOnEmail.proc.sql ├── 013 - spUpdateStats.proc_amended.sql ├── 014 - trSavedQuery.ddltrigger.sql ├── 015 - AppSettings.sql ├── 016 - Add Id To Cached Results.sql ├── 017 - Add ImageBackgroundColor to Sites.sql ├── 018 - CachedResults Indexes.sql ├── 019 - spExportDB (amended x12).sql ├── 020 - spGrantReadonly.proc fixes.sql ├── 021 - spUpdateStats (rev2).sql ├── 022 - Add BlackList.sql ├── 023 - CachedPlans.sql ├── 024 - Metadata.sql ├── 025 - Revisions.sql ├── 026 - New CachedResults.sql ├── 027 - New QueryExecutions (3).sql ├── 028 - Modify Users.sql ├── 029 - New Votes.sql ├── 030 - QueryMap (data migration).sql ├── 031 - Queries (clean up).sql ├── 032 - Votes (clean up)(2).sql ├── 033 - Add PreferencesRaw to Users.sql ├── 034 - Missing Index on Metadata.sql ├── 035 - Drop meaningless IsModerator from Users.sql ├── 036 - Drop unused Query fields.sql ├── 037 - Drop unused QueryNameHistory.sql ├── 038 - Drop unused SavedQueries.sql ├── 039 - Drop the mess we created.sql ├── 040 - Clean up mess on votes.sql ├── 041 - Missing index on RevisionExecutions idxUniqueExecutions.sql ├── 042 - UserOpenId should be UserOpenIds.sql ├── 043 - idxLastRun on RevisionExecution.sql ├── 044 - QuerySetRevisions which simplifies stuff heaps.sql ├── 045 - OriginalQuerySetId on Revisions.sql ├── 046 - CreationDate on QuerySets.sql ├── 047 - OwnerIp on QuerySets.sql ├── 048 - Allow for dupe revisions in QuerySets it makes sense.sql ├── 049 - Add column Sites.ConnectionStringOverride.sql ├── 050 - Add IsSecure to UserOpenIds.sql ├── 051 - Add ParentId to Sites.sql ├── 052 - Cleanup Sites.TinyName.sql ├── 053 - Add Sites.BadgeIconUrl.sql ├── 054 - Add Users.ADLogin.sql ├── 055 - Drop column DOB from Users.sql ├── migrate.local with force.bat └── migrate.local.bat ├── README.md ├── SeedData └── sites.sql └── Tools ├── Readme.txt ├── SoSlow.exe └── StackExchange.DataExplorer.dll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/.gitignore -------------------------------------------------------------------------------- /App/.vs/config/applicationhost.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/.vs/config/applicationhost.config -------------------------------------------------------------------------------- /App/DataExplorer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/DataExplorer.sln -------------------------------------------------------------------------------- /App/DataExplorer.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/DataExplorer.sln.DotSettings -------------------------------------------------------------------------------- /App/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/License.txt -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/App.config -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/BaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/BaseTest.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Helpers/TestAppSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Helpers/TestAppSettings.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Helpers/TestParsedQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Helpers/TestParsedQuery.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Helpers/TestQueryResults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Helpers/TestQueryResults.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Helpers/TestQueryRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Helpers/TestQueryRunner.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Models/TestPivots.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Models/TestPivots.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Models/TestQueryExecutions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Models/TestQueryExecutions.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Models/TestUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Models/TestUser.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer.Tests/StackExchange.DataExplorer.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer.Tests/StackExchange.DataExplorer.Tests.csproj -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/AppSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/AppSettings.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/App_Start/BundleConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/App_Start/BundleConfig.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/App_Start/MiniProfiler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/App_Start/MiniProfiler.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/AssetPackager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/AssetPackager.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/Img/login-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/Img/login-icons.svg -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/codemirror/codemirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/codemirror/codemirror.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/codemirror/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/codemirror/custom.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/codemirror/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/codemirror/theme.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/font/FontAwesome.otf -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.svg -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/font-awesome/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/header.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/homepage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/homepage.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/ccwiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/ccwiki.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/csv_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/csv_ico.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/db-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/db-raw.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/db.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/diagonal-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/diagonal-raw.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/diagonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/diagonal.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/edgar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/edgar.jpg -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/grippie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/grippie.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/help-icon-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/help-icon-raw.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/help-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/help-icon.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/help-sample-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/help-sample-graph.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/icon-odatafeed-14x14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/icon-odatafeed-14x14.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/icon-odatafeed-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/icon-odatafeed-24x24.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/icon-odatafeed-28x28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/icon-odatafeed-28x28.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/icon-odatafeed-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/icon-odatafeed-32x32.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/see_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/see_logo.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/so-sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/so-sprites.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/sprites-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/sprites-raw.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/sprites.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/topbar-sprite-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/topbar-sprite-raw.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/topbar-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/topbar-sprite.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/answered-questions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/answered-questions.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-list.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-post-types-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-post-types-2.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-post-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-post-types.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-posts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/composer-table-posts.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/join-posts-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/join-posts-users.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/most-effective-answerers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/most-effective-answerers.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/post-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/post-types.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/posts-missing-titles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/posts-missing-titles.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/results-with-links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/results-with-links.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/select-100-posts-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/select-100-posts-output.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/images/tutorial/specify-parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/images/tutorial/specify-parameters.png -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/jquery.autocomplete.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/jquery.autocomplete.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/login.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/login.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/login.less -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/login.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/login.min.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/arithmetic_expression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/arithmetic_expression.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/assert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/assert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/assign.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/assign.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/bitmap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/bitmap.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/bookmark_lookup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/bookmark_lookup.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/clustered_index_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/clustered_index_delete.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/clustered_index_insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/clustered_index_insert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/clustered_index_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/clustered_index_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/clustered_index_seek.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/clustered_index_seek.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/clustered_index_update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/clustered_index_update.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/collapse.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/compute_scalar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/compute_scalar.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/concatenation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/concatenation.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/constant_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/constant_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/convert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/convert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/declare.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/declare.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/deleted_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/deleted_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/distribute_streams.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/distribute_streams.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/dynamic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/dynamic.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/fetch_query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/fetch_query.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/filter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/filter.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/gather_streams.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/gather_streams.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/hash_match.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/hash_match.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/if.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/if.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/inserted_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/inserted_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/intrinsic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/intrinsic.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/keyset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/keyset.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/log_row_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/log_row_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/merge_interval.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/merge_interval.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/merge_join.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/merge_join.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nested_loops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nested_loops.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_delete.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_insert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_seek.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_seek.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_spool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_spool.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/nonclustered_index_update.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/online_index_insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/online_index_insert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/parameter_table_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/parameter_table_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/population_query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/population_query.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/rdi_lookup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/rdi_lookup.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/refresh_query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/refresh_query.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/remote_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/remote_delete.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/remote_insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/remote_insert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/remote_query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/remote_query.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/remote_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/remote_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/remote_update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/remote_update.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/repartition_streams.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/repartition_streams.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/result.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/row_count_spool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/row_count_spool.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/segment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/segment.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/sequence.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/sequence.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/sequenceproject.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/sequenceproject.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/snapshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/snapshot.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/sort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/sort.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/split.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/split.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/spool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/spool.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/stream_aggregate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/stream_aggregate.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/switch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/switch.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_delete.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_insert.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_scan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_scan.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_spool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_spool.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_update.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/table_valued_function.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/table_valued_function.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/top.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/udx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/udx.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/images/while.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/images/while.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/qp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/qp.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/qp/qp.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/qp/qp.xslt -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/query.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/query.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/site.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/slickgrid/images/sort-asc-inactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/slickgrid/images/sort-asc-inactive.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/slickgrid/images/sort-asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/slickgrid/images/sort-asc.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/slickgrid/images/sort-desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/slickgrid/images/sort-desc.gif -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/slickgrid/slick.grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/slickgrid/slick.grid.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/topbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/topbar.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Content/tutorial.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Content/tutorial.css -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/AccountController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/AccountController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/AdminController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/AdminController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/ErrorController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/ErrorController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/HomeController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/QueryController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/QueryController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/QuerySetController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/QuerySetController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/StackOverflowController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/StackOverflowController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/TutorialController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/TutorialController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/UserController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/UserController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Controllers/VoteController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Controllers/VoteController.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Current.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Current.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Dapper/Snapshotter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Dapper/Snapshotter.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Dapper/SqlBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Dapper/SqlBuilder.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/DefaultAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/DefaultAttribute.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ExtensionMethods.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Global.asax -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Global.asax.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/AsyncQueryRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/AsyncQueryRunner.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/BusinessRuleViolation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/BusinessRuleViolation.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/Captcha.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/Captcha.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/CaptchaResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/CaptchaResponse.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/ChangeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/ChangeAction.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/Crc16.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/Crc16.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/CsvResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/CsvResult.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/DataKeys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/DataKeys.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/HelperTableCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/HelperTableCache.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/HtmlUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/HtmlUtilities.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/JsonpResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/JsonpResult.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/PageNumber.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/PageNumber.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/PageSizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/PageSizer.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/PagedList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/PagedList.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/ParsedQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/ParsedQuery.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryPlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryPlan.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryPlanResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryPlanResult.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryResults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryResults.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryRunner.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QuerySearchCriteria.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QuerySearchCriteria.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryUtil.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/QueryViewTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/QueryViewTracker.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/RedirectPermanentResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/RedirectPermanentResult.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/RouteAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/RouteAttribute.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/RoutePriority.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/RoutePriority.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/Security/ActiveDirectory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/Security/ActiveDirectory.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/SiteInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/SiteInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/StringSplits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/StringSplits.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/TargetSites.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/TargetSites.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/UIHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/UIHelper.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/Util.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Helpers/XSRFSafeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Helpers/XSRFSafeAttribute.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/AppSetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/AppSetting.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/BlackList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/BlackList.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/CachedResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/CachedResult.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/MigrationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/MigrationType.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/OpenIdWhiteList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/OpenIdWhiteList.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/Query.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/QuerySet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/QuerySet.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/QuerySetRevision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/QuerySetRevision.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/Revision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/Revision.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/RevisionExecution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/RevisionExecution.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/Site.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/Site.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/StackEntities/StackExchangeData.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/StackEntities/StackExchangeData.Designer.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/StackEntities/StackExchangeData.edmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/StackEntities/StackExchangeData.edmx -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/TableInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/TableInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/User.Preferences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/User.Preferences.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/User.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/UserOpenId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/UserOpenId.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/Vote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/Vote.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/VoteType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/VoteType.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/_Database.Specific.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/_Database.Specific.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Models/_Database.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Models/_Database.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/OData.svc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/OData.svc -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/OData.svc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/OData.svc.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/codemirror/codemirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/codemirror/codemirror.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/codemirror/runmode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/codemirror/runmode.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/codemirror/sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/codemirror/sql.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/date.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/es5-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/es5-shim.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/flot/jquery.colorhelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/flot/jquery.colorhelpers.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/flot/jquery.flot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/flot/jquery.flot.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/flot/jquery.flot.time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/flot/jquery.flot.time.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/jquery-1.7.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/jquery-1.7.1.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/jquery.autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/jquery.autocomplete.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/jquery.event.drag-2.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/jquery.event.drag-2.0.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/jquery.textarearesizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/jquery.textarearesizer.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/master.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/master.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/qp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/qp.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.graph.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.parameterparser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.parameterparser.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.resultset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.resultset.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.sidebar.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.siteswitcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.siteswitcher.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/query.tablehelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/query.tablehelpers.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/slick.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/slick.core.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Scripts/slick.grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Scripts/slick.grid.js -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/StackExchange.DataExplorer.Publish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/StackExchange.DataExplorer.Publish.xml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/StackExchange.DataExplorer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/StackExchange.DataExplorer.csproj -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/StackExchange.Publish.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/QueryExecutionViewData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/QueryExecutionViewData.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/QuerySetViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/QuerySetViewModel.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/QuerySetVoting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/QuerySetVoting.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/QueryViewerData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/QueryViewerData.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/SubHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/SubHeader.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/ViewModel/SubHeaderViewData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/ViewModel/SubHeaderViewData.cs -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Account/LogIn.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Account/LogIn.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Account/LogInActiveDirectory.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Account/LogInActiveDirectory.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/FindDuplicateUserOpenIds.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/FindDuplicateUserOpenIds.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/FindDuplicateUsers.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/FindDuplicateUsers.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/FindDuplicateWhitelistOpenIds.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/FindDuplicateWhitelistOpenIds.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/Index.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/MergeUsers.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/MergeUsers.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Admin/WhiteList.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Admin/WhiteList.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Home/Help.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Home/Help.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Home/Index.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Query/Editor.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Query/Editor.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/QuerySet/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/QuerySet/Index.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/QuerySet/Viewer.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/QuerySet/Viewer.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/AboutSite.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/AboutSite.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/Captcha.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/Captcha.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/ContentPage.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/ContentPage.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/Error.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/Master.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/Master.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/Menu.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/Menu.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/PageNotFound.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/PageNotFound.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/PageSizer.cshtml: -------------------------------------------------------------------------------- 1 | @model StackExchange.DataExplorer.Helpers.PageSizer 2 | 3 | @Html.Raw(Model.ToString()) -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/Query.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/Query.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/QueryVoting.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/QueryVoting.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/RevisionHistory.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/RevisionHistory.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/SubHeader.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/SubHeader.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/TaglineWithOData.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/TaglineWithOData.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/User.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/User.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Shared/UserList.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Shared/UserList.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/DatabasePrimer.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/DatabasePrimer.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/Index.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/NextSteps.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/NextSteps.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/Queries.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/Queries.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/QueryBasics.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/QueryBasics.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/QueryComputations.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/QueryComputations.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/QueryJoins.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/QueryJoins.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/QueryParameters.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/QueryParameters.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Tutorial/Shared/Navigation.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Tutorial/Shared/Navigation.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/User/Edit.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/User/Edit.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/User/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/User/Index.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/User/Show.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/User/Show.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/Web.config -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Views/_ViewStart.cshtml -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Web.Debug.config -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/Web.config -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/appSettings.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/appSettings.config -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/favicon.ico -------------------------------------------------------------------------------- /App/StackExchange.DataExplorer/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.DataExplorer/robots.txt -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Bootstrap.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Bootstrap.sql -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Config.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/ConnectionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/ConnectionInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Migration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Migration.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/MigrationRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/MigrationRunner.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Migrator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Migrator.csproj -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Migrator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Migrator.sln -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Program.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /App/StackExchange.Migrator/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/ReadMe.txt -------------------------------------------------------------------------------- /App/StackExchange.Migrator/lib/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/App/StackExchange.Migrator/lib/Options.cs -------------------------------------------------------------------------------- /Build/Migrator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Build/Migrator.exe -------------------------------------------------------------------------------- /Build/ccnet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Build/ccnet.config -------------------------------------------------------------------------------- /Build/deploy.website.msbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Build/deploy.website.msbuild -------------------------------------------------------------------------------- /Build/tc.website.msbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Build/tc.website.msbuild -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/License.txt -------------------------------------------------------------------------------- /Migrations/001 - Bootstrap Migrator (2).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/001 - Bootstrap Migrator (2).sql -------------------------------------------------------------------------------- /Migrations/002 - Users.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/002 - Users.table.sql -------------------------------------------------------------------------------- /Migrations/003 - SavedQueries.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/003 - SavedQueries.table.sql -------------------------------------------------------------------------------- /Migrations/004 - Votes.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/004 - Votes.table.sql -------------------------------------------------------------------------------- /Migrations/005 - Queries.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/005 - Queries.table.sql -------------------------------------------------------------------------------- /Migrations/006 - UserOpenId.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/006 - UserOpenId.table.sql -------------------------------------------------------------------------------- /Migrations/007 - OpenIdWhiteList.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/007 - OpenIdWhiteList.table.sql -------------------------------------------------------------------------------- /Migrations/008 - QueryExecutions.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/008 - QueryExecutions.table.sql -------------------------------------------------------------------------------- /Migrations/009 - QueryNameHistory.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/009 - QueryNameHistory.table.sql -------------------------------------------------------------------------------- /Migrations/010 - CachedResults.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/010 - CachedResults.sql -------------------------------------------------------------------------------- /Migrations/010 - Sites.table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/010 - Sites.table.sql -------------------------------------------------------------------------------- /Migrations/011 - spGrantReadonly.proc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/011 - spGrantReadonly.proc.sql -------------------------------------------------------------------------------- /Migrations/012 - spMergeUserBasedOnEmail.proc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/012 - spMergeUserBasedOnEmail.proc.sql -------------------------------------------------------------------------------- /Migrations/013 - spUpdateStats.proc_amended.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/013 - spUpdateStats.proc_amended.sql -------------------------------------------------------------------------------- /Migrations/014 - trSavedQuery.ddltrigger.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/014 - trSavedQuery.ddltrigger.sql -------------------------------------------------------------------------------- /Migrations/015 - AppSettings.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/015 - AppSettings.sql -------------------------------------------------------------------------------- /Migrations/016 - Add Id To Cached Results.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/016 - Add Id To Cached Results.sql -------------------------------------------------------------------------------- /Migrations/017 - Add ImageBackgroundColor to Sites.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/017 - Add ImageBackgroundColor to Sites.sql -------------------------------------------------------------------------------- /Migrations/018 - CachedResults Indexes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/018 - CachedResults Indexes.sql -------------------------------------------------------------------------------- /Migrations/019 - spExportDB (amended x12).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/019 - spExportDB (amended x12).sql -------------------------------------------------------------------------------- /Migrations/020 - spGrantReadonly.proc fixes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/020 - spGrantReadonly.proc fixes.sql -------------------------------------------------------------------------------- /Migrations/021 - spUpdateStats (rev2).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/021 - spUpdateStats (rev2).sql -------------------------------------------------------------------------------- /Migrations/022 - Add BlackList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/022 - Add BlackList.sql -------------------------------------------------------------------------------- /Migrations/023 - CachedPlans.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/023 - CachedPlans.sql -------------------------------------------------------------------------------- /Migrations/024 - Metadata.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/024 - Metadata.sql -------------------------------------------------------------------------------- /Migrations/025 - Revisions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/025 - Revisions.sql -------------------------------------------------------------------------------- /Migrations/026 - New CachedResults.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/026 - New CachedResults.sql -------------------------------------------------------------------------------- /Migrations/027 - New QueryExecutions (3).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/027 - New QueryExecutions (3).sql -------------------------------------------------------------------------------- /Migrations/028 - Modify Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/028 - Modify Users.sql -------------------------------------------------------------------------------- /Migrations/029 - New Votes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/029 - New Votes.sql -------------------------------------------------------------------------------- /Migrations/030 - QueryMap (data migration).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/030 - QueryMap (data migration).sql -------------------------------------------------------------------------------- /Migrations/031 - Queries (clean up).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/031 - Queries (clean up).sql -------------------------------------------------------------------------------- /Migrations/032 - Votes (clean up)(2).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/032 - Votes (clean up)(2).sql -------------------------------------------------------------------------------- /Migrations/033 - Add PreferencesRaw to Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/033 - Add PreferencesRaw to Users.sql -------------------------------------------------------------------------------- /Migrations/034 - Missing Index on Metadata.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/034 - Missing Index on Metadata.sql -------------------------------------------------------------------------------- /Migrations/035 - Drop meaningless IsModerator from Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/035 - Drop meaningless IsModerator from Users.sql -------------------------------------------------------------------------------- /Migrations/036 - Drop unused Query fields.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/036 - Drop unused Query fields.sql -------------------------------------------------------------------------------- /Migrations/037 - Drop unused QueryNameHistory.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/037 - Drop unused QueryNameHistory.sql -------------------------------------------------------------------------------- /Migrations/038 - Drop unused SavedQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/038 - Drop unused SavedQueries.sql -------------------------------------------------------------------------------- /Migrations/039 - Drop the mess we created.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/039 - Drop the mess we created.sql -------------------------------------------------------------------------------- /Migrations/040 - Clean up mess on votes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/040 - Clean up mess on votes.sql -------------------------------------------------------------------------------- /Migrations/041 - Missing index on RevisionExecutions idxUniqueExecutions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/041 - Missing index on RevisionExecutions idxUniqueExecutions.sql -------------------------------------------------------------------------------- /Migrations/042 - UserOpenId should be UserOpenIds.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/042 - UserOpenId should be UserOpenIds.sql -------------------------------------------------------------------------------- /Migrations/043 - idxLastRun on RevisionExecution.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/043 - idxLastRun on RevisionExecution.sql -------------------------------------------------------------------------------- /Migrations/044 - QuerySetRevisions which simplifies stuff heaps.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/044 - QuerySetRevisions which simplifies stuff heaps.sql -------------------------------------------------------------------------------- /Migrations/045 - OriginalQuerySetId on Revisions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/045 - OriginalQuerySetId on Revisions.sql -------------------------------------------------------------------------------- /Migrations/046 - CreationDate on QuerySets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/046 - CreationDate on QuerySets.sql -------------------------------------------------------------------------------- /Migrations/047 - OwnerIp on QuerySets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/047 - OwnerIp on QuerySets.sql -------------------------------------------------------------------------------- /Migrations/048 - Allow for dupe revisions in QuerySets it makes sense.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/048 - Allow for dupe revisions in QuerySets it makes sense.sql -------------------------------------------------------------------------------- /Migrations/049 - Add column Sites.ConnectionStringOverride.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/049 - Add column Sites.ConnectionStringOverride.sql -------------------------------------------------------------------------------- /Migrations/050 - Add IsSecure to UserOpenIds.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/050 - Add IsSecure to UserOpenIds.sql -------------------------------------------------------------------------------- /Migrations/051 - Add ParentId to Sites.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/051 - Add ParentId to Sites.sql -------------------------------------------------------------------------------- /Migrations/052 - Cleanup Sites.TinyName.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/052 - Cleanup Sites.TinyName.sql -------------------------------------------------------------------------------- /Migrations/053 - Add Sites.BadgeIconUrl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/053 - Add Sites.BadgeIconUrl.sql -------------------------------------------------------------------------------- /Migrations/054 - Add Users.ADLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/054 - Add Users.ADLogin.sql -------------------------------------------------------------------------------- /Migrations/055 - Drop column DOB from Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/055 - Drop column DOB from Users.sql -------------------------------------------------------------------------------- /Migrations/migrate.local with force.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/migrate.local with force.bat -------------------------------------------------------------------------------- /Migrations/migrate.local.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Migrations/migrate.local.bat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/README.md -------------------------------------------------------------------------------- /SeedData/sites.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/SeedData/sites.sql -------------------------------------------------------------------------------- /Tools/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Tools/Readme.txt -------------------------------------------------------------------------------- /Tools/SoSlow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Tools/SoSlow.exe -------------------------------------------------------------------------------- /Tools/StackExchange.DataExplorer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackExchange/StackExchange.DataExplorer/HEAD/Tools/StackExchange.DataExplorer.dll --------------------------------------------------------------------------------