-
Notifications
You must be signed in to change notification settings - Fork 716
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
More work on Device > Facility page + Setup Wizard + misc fixes #7027
Merged
jonboiser
merged 33 commits into
learningequality:release-v0.14.x
from
jonboiser:peer-sync-ui-integration
Jun 11, 2020
+614
−229
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
9658d7a
Update SelectAddressForm
jonboiser 998ef20
On AvailableChannelsPage, select all channels if `?setup=true`
jonboiser 2d018f9
Add FacilityUser is_admin filter
jonboiser 00cdf0d
Add really basic /facilityadmins endpoint
jonboiser 0c3afc5
Integrate SelectSuperAdminAccountForm with /facilityadmins
jonboiser 5243a4e
Stub GrantSuperUserPermissionsView and StartFacilityImportView
jonboiser bbca21b
Integrate SelectSuperAdminAccountForm with backend
jonboiser 0f12d39
Add check for admin role
jonboiser d3dce16
Add startOverAction to commonCoreStrings
jonboiser a692c40
Add tests for device setup APIs
jonboiser 9973162
Fix problems with Sync Modals on Data Page
jonboiser b56f267
Fix missing birthyear
jonboiser ba98d78
Update requirements/dev.txt
jonboiser 9a22962
Stub peer facilities client-server endpoint
jonboiser d30acab
Merge remote-tracking branch 'origin/develop' into peer-sync-ui-integ…
jonboiser 5f0af18
Remove manageSync vuex module
jonboiser 1cfdbf1
Simplify SyncInterface to show only a single facility
jonboiser 1b0224e
Remove fake facilities from FacilitiesPage
jonboiser 649c5d5
Integrate FacilitiesPage with KDP syncing API
jonboiser a19f827
Fix Coach AppBar
jonboiser c0cdcc6
Integrate FacilityPage with KDP Sync API
jonboiser 4360203
Merge remote-tracking branch 'origin/develop' into peer-sync-ui-integ…
jonboiser e99a1bb
Merge remote-tracking branch 'origin/develop' into peer-sync-ui-integ…
jonboiser d371cc5
Update for axios
jonboiser 515887a
Show “Syncing” indicator
jonboiser 51f05c1
Fix AvailableChannels URL when picking a local peer
jonboiser 4f7cd78
Pre commit fixes
jonboiser 17c8a3b
Remove unused is_admin filter
jonboiser 1936c88
Fix ipdb requirement
jonboiser fd06e69
Merge remote-tracking branch 'origin/release-v0.14.x' into peer-sync-…
jonboiser bfe1977
Update for new facilitysync backend
jonboiser c6dcb74
Add “new or updated” label to ChannelContentsSummary.vue
jonboiser 15d5e2d
Add messages for resources that are affected by channel upgrade
jonboiser 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 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
2 changes: 1 addition & 1 deletion
2
kolibri/core/assets/src/views/userAccounts/BirthYearDisplayText.vue
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a hardcoded ip is correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this endpoint is still being worked on. It will use the
DynamicNetworkLocation
model'sbaseurl
field to construct the/api/public/v1/facility
endpoint for a specific peer.This hardcoded URL is just my second computer's IP on the LAN, which I'm using for testing.