-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First attempt at migrations and seeds for vendors * Correct vendors resolver * vendorByNameResolver * vendorById * Add self to vendors for testing * Association with "company" by User * Improve gql interface for vendor queries * Temporarily disallow admins for user and prevent review for incorrect vendors * First pass on limiting reviews to appropriate vendors * reduce default deep fetching of user vendor ats * schema test * Add and update spec tests for Vendor table * Correct location for vendors schema test * Further testing adjustments, Vendor * User company updates, testing schema * Update mocks for Vendor * Remove User.company from schema testing * Associate vendor with fake vendor user * Set vendors back to previous state * Add self back to admins.txt * Trim vendor company name * Remove unnecessary company from TestPlanReportStatusDialogMock, update snapshots
- Loading branch information
Showing
31 changed files
with
940 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,12 @@ const ME_FIELDS = gql` | |
id | ||
username | ||
roles | ||
company { | ||
id | ||
ats { | ||
id | ||
} | ||
} | ||
} | ||
`; | ||
|
||
|
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.