-
Notifications
You must be signed in to change notification settings - Fork 14
myTracker View #3925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
myTracker View #3925
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
38fc313
org-level tags input for create/update domain mutations
lcampbell2 692946f
add org-level tags to find/loadOrgBySlug
lcampbell2 cbf7393
fix query/loader for claim tags
lcampbell2 a6e0e7a
show claim tags on admin page
lcampbell2 3882941
tags visible on orgDetails page
lcampbell2 4c0e51b
change mutation input name to 'tags'
lcampbell2 2ba0d1d
adding/removing claim tags on admin page
lcampbell2 a6f69cc
new tag adding UI
lcampbell2 857480a
fix create-domain bug
lcampbell2 92bb4f0
domain tag enums
lcampbell2 6169fb2
change tag file names
lcampbell2 2668051
fix enum index.js
lcampbell2 2b266e0
add french labels to tags
lcampbell2 a3b2a3f
translated tags on org page
lcampbell2 1469af7
fix tests
lcampbell2 901e24a
fix loader test
lcampbell2 702bb4c
domain card styling
lcampbell2 80611d5
remove commented code
lcampbell2 4ea10d2
user favourite domain mutation
lcampbell2 d18e63e
add favourite btn to DomainCard
lcampbell2 db5b11b
create query + loaders for user claimed domains
lcampbell2 c1f29e3
remove favourited domain mutation
lcampbell2 02c955d
fix query + loader
lcampbell2 a502506
new faker schema
lcampbell2 8e57a6a
myTracker page init
lcampbell2 9d2881d
myTracker domain list working
lcampbell2 41ca651
update translations
lcampbell2 df2cf29
add api descriptions
lcampbell2 88b7d5e
db collection names array in one file
lcampbell2 ffea2d2
frontend tests
lcampbell2 f959f7a
fix collection names file location
lcampbell2 d715fce
change unfavourite btn to star
lcampbell2 31cab3d
api tests
lcampbell2 dc7324a
translate tags in loader
lcampbell2 f60a73d
fix tag object
lcampbell2 bf18e6f
add language to load-domain-conn-org-id tests
lcampbell2 183f423
Merge branch 'master' into user-generated-tags
lcampbell2 a622cba
fix bug in loader
lcampbell2 e297160
add AB testing
lcampbell2 3b7508b
Merge branch 'master' into user-generated-tags
lcampbell2 8e63b52
Merge branch 'user-generated-tags' into my-tracker-view
lcampbell2 66e43a7
add AB testing
lcampbell2 85e0f2b
Merge branch 'master' into my-tracker-view
lcampbell2 837c8f6
translations
lcampbell2 9fdff8a
fix mocking schema
lcampbell2 7768370
fix test
lcampbell2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| export const collectionNames = [ | ||
| 'users', | ||
| 'organizations', | ||
| 'domains', | ||
| 'dkim', | ||
| 'dkimResults', | ||
| 'dmarc', | ||
| 'spf', | ||
| 'https', | ||
| 'ssl', | ||
| 'dkimGuidanceTags', | ||
| 'dmarcGuidanceTags', | ||
| 'spfGuidanceTags', | ||
| 'httpsGuidanceTags', | ||
| 'sslGuidanceTags', | ||
| 'chartSummaries', | ||
| 'dmarcSummaries', | ||
| 'aggregateGuidanceTags', | ||
| 'scanSummaryCriteria', | ||
| 'chartSummaryCriteria', | ||
| 'scanSummaries', | ||
| 'affiliations', | ||
| 'claims', | ||
| 'favourites', | ||
| 'domainsDKIM', | ||
| 'dkimToDkimResults', | ||
| 'domainsDMARC', | ||
| 'domainsSPF', | ||
| 'domainsHTTPS', | ||
| 'domainsSSL', | ||
| 'ownership', | ||
| 'domainsToDmarcSummaries', | ||
| ] |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.