This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Basel version #106
Open
dyerry23
wants to merge
108
commits into
Alpha-(0.7.1)
Choose a base branch
from
master
base: Alpha-(0.7.1)
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Basel version #106
Conversation
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
PiperOrigin-RevId: 226380082
…elf and device table views. PiperOrigin-RevId: 226525404
…on if there were not any unstreamed rows. PiperOrigin-RevId: 227873192
… which will allow Google Analytics. PiperOrigin-RevId: 228152443
PiperOrigin-RevId: 228153481
*Adds a conditional for lost devices to have an option for "Mark as found" if it's locked, but not lost, the option will say "Unlock" instead. PiperOrigin-RevId: 228154210
*Removed test cases for the above in all affected unit tests. PiperOrigin-RevId: 228156950
…licate mark_damaged requests (was creating a const that was subscribed to and then also returned). PiperOrigin-RevId: 228160287
*Adds last audit time and last audit by to the shelf detail view. PiperOrigin-RevId: 228172331
…test for get(). PiperOrigin-RevId: 228244029
*All notifications generated by the Chrome App will now offer a debug option. *Created constants for notification names generated by the background. PiperOrigin-RevId: 228359852
PiperOrigin-RevId: 228561403
…efactors. * Removing nonexistent device attribute 'model' from tests. * Small-scale refactor of tests building device_model.Device() objects. * Removing unused variables from relevant tests. PiperOrigin-RevId: 228608507
*Added an additional hook for the background service's messaging service to create a debug view when called. *Updated the formatting of the troubleshooting page to address the potential for misaligned icons. PiperOrigin-RevId: 228707079
…enroll() and get() methods. PiperOrigin-RevId: 228730277
… in order to avoid DeadlineExceededError for an index that takes longer than 60s to execute. PiperOrigin-RevId: 228739059
PiperOrigin-RevId: 228883373
PiperOrigin-RevId: 228887443
…ice_list_table to be pointers. PiperOrigin-RevId: 228941012
… not. PiperOrigin-RevId: 229174769
… frontend and the backend, and a mock of that service for components to utilize in unit testing. * The model includes the interfaces needed to communicate tag messages to the backend as well as a Tag Class which represents a tag object on the frontend. * The service has a create method which will send a request to the backend to create a new tag. * The TagServiceMock can be used as a replacement for TagService in a component's unit tests. PiperOrigin-RevId: 229259021
… requests to send email out exceed Appengine's request deadline of 60s. This moves that request over to a task queue which increases it to 10m. PiperOrigin-RevId: 229434450
This is for #29. PiperOrigin-RevId: 229593876
PiperOrigin-RevId: 229909428
PiperOrigin-RevId: 230995393
PiperOrigin-RevId: 230996220
PiperOrigin-RevId: 230997420
… did not include the shelf filter. PiperOrigin-RevId: 231212207
…set the values in datastore if yaml file was used. PiperOrigin-RevId: 231782154
…f the tag name is the empty string. PiperOrigin-RevId: 231986488
PiperOrigin-RevId: 275470281
PiperOrigin-RevId: 275521798
PiperOrigin-RevId: 276872630
Including images for device loan status: Healthy, Almost overdue, Overdue PiperOrigin-RevId: 277110523
…administration and operations tracking. NOTE: This is only for domain administrators and requires that you enable Google Analytics for the application. PiperOrigin-RevId: 277302611
This allows for each environment (dev, qa, and prod) to have their own Google Analytics target. This allows for better localized testing. Additionally, this CL adds some tests to ensure that our environment targeting works consistently. PiperOrigin-RevId: 277499978
Change heartbeat logic to reply start_assignment as True only when onboarded field on device is marked as false. PiperOrigin-RevId: 278456758
PiperOrigin-RevId: 278664180
PiperOrigin-RevId: 278878243
PiperOrigin-RevId: 278919187
PiperOrigin-RevId: 278932661
PiperOrigin-RevId: 281318614
…a new shelf. This ensures that the button is only displayed if a given user has the 'modify_shelf' permission. PiperOrigin-RevId: 281340938
Downgrades Bazel version on Travis. Bazel 0.27 or later breaks Python 2 support. Adds notes in the README and deployment guide that you need to run Bazel 0.26. PiperOrigin-RevId: 281389611
Also adds a necessary SVG loader for the Web App and adjusts the minimum version in the deploy.sh file for Bazel. PiperOrigin-RevId: 281536512
PiperOrigin-RevId: 281982490
PiperOrigin-RevId: 297853681
PiperOrigin-RevId: 299256426
…flowing. PiperOrigin-RevId: 299604160
PiperOrigin-RevId: 299894663
PiperOrigin-RevId: 300922657
PiperOrigin-RevId: 301952278
… off. Fix small typo on constants. PiperOrigin-RevId: 302427416
PiperOrigin-RevId: 302459112
PiperOrigin-RevId: 302656640
…Apps. PiperOrigin-RevId: 303385291
PiperOrigin-RevId: 303386252
… as needed by using MomentJS. There are now 2 templates for the different types of date formats all under one location for easy scaling and changeability. PiperOrigin-RevId: 304044580
…should resolve Chrome being viewed as unauthenticated. PiperOrigin-RevId: 304214060
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Disables autocomplete on input fields for device identifiers.