This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set config on everywhere to allow for future simulator testing (#1076)
* Use a user defined url * Start refactoring the simulator to be more comprehensive * Remove breakpoint * Add graphql to simulator * Add more graphql endpoints * Fix cache dir pathing for repowrapper * refator to class and perist data to disk * Add config option to disable ratelimiting * initial handling of pullrequests * Handle NoneType version strings * Use ratelimit config in webscraper * Show unknown routes * Handle stringified numbers in summary indexes * Use the url provided by the PR's head * Use username in head url to fake a forked path * refactor pullrequest getter * cleanup * set team to None to reduce calls * refactor more into mock * check for None instead of not * Add ability to load the bots pickle files as fixtures * more work on sim * prefix shippable cache with global cache * Load the files pickles * Add subcommands to fetch,load,generate * Fetch and load commits vs. pull commits * Fetch and load the 'git' commits too * Allow the indexers to use a specific commit * use the real comments * Use the context for shippable instead of checking url * Use a property for commits instead of getter * Fix bad assumption about matching events with no actor * Add token arg and use it for requests * Skip files that don't exist * Move flask script * WIP test script * Make the shippable url configurable * Use configurable shippable urls * update sim script * handle the mergeable state flag being unknown * Make sure non-ists are handled * end-to-end prototype working * Update vagrantfile for libvirt * some updates * compress the fixtures * WIP checkin * checkin * checkin before rebase * checkin * remove the test container files * fix some unicode "problems" * fix some more unicode * put logzero in constraints * temp fix for test * remove dead code
- Loading branch information
Showing
22 changed files
with
538 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.