fix(cisco): dna spaces #activate#370
Draft
chillfox wants to merge 1274 commits into
Draft
Conversation
This reverts commit c9a849e.
…clear" This reverts commit 62fd054.
ensure other tasks can be performed whilst building the task queue
On 3 of 3 meraki instances I have confirmed errors like: Couldn't parse (Int32 | Nil) from \"153\" ... parsing Cisco::Meraki::Client#vlan
needs to support integers
fix user lookup with adhoc bookings
* feat(crestron): empty files for fusion driver * feat(crestron): start of fusion driver * style: format * docs(comments): add todo * docs(comments): add todo * feat(crestron): add more fields to room model * feat(crestron): add Action and ActionStep models * feat(crestron): support security level 1 for fusion api * feat(crestron): send action * refactor(crestron): parse json and xml * feat(crestron): get alerts from fusion api * refactor(crestron): return JSON::Any or XML::Node instead of models * refactor(crestron): fusion specs * feat(crestron): add signal values * test(crestron): fusion signal values * feat(crestron): starting on security level 2 * fxi(crestron): make fusion driver compile * refactor(crestron): add _ for unused variables
stores room utilization details in event metadata for simplified analytics
* Update the execute function arguments * Run the format * Add 'try' to avoid nil errors * Use a direct accessor * Fix the nil error for heartbeat
* Add axiomxa drivers * Run tool format * Update it with boolean values for better interface * Add the missing to_s to the permanent bool * Update the properties * Add the not nil check * Change the host name to use a proper one * feat(axiom): add room logic * feat(axiom/logic): add room logic * fix(axiom/logic): ids are string not int * fix(axiom/logic): ids are string not int * style(axiom): lint * feat(axiom/logic): add status? * Update the name of the file and update the branch with new changes Co-authored-by: William Le <will@place.technology> Co-authored-by: William Le <will@place.tech>
* Added infosilem campus driver * Update the API to use the dates instead of times * STG fix the parameters * Update the hostname with proper logic * feat(infosilem): add RoomSchedule logic * feat(infosilem/room_schedule): New Logic driver * fix(infosilem/room_schedule): parsing JSON response * fix(infosilem/room_schedule): specifiy Type of recurring func * fix(infosilem/logic): JSON parsing * fx(infosilem/campus): bookings? response must be JSON * chore(infosilem/campus): workaround for core bug? * fix(infosilem/logic): add debug * fix(infosilem/logic): handle no events * chore(axiom/logic): remove unneccesary not_nil! * style(infosilem): lint * fix(infosilem/logic): always expose minutes_til_next_event * fix(infosilem/logic): always expose minutes_til_next_event * feat(infosilem/logic): countdown end times * style(infosilem/logic): lint * fix(infosilem/logic): parsing json response * fix(infosilem/logic): past event logic * feat(infosilem/logic): * fix(infosilem/logic): countdown logic * fix(infosilem/logic): countdown logic * fix(infosilem/logic): multiple countdown loops * chore(infosilem/logic): add debug output * fix(infosilem/logic): syntax * chore(infosilem/logic): debug schedule * chore(infosilem/logic): debug schedule * fix(infosilem/logic): multiple cron loops Co-authored-by: Stephen von Takach <stakach@users.noreply.github.com> * fix(infosilem/logic): support events with no Description * feat(infosilem/logic): expose Bool for no_upcoming_events * fix(infosilem/logic): event in progress * fix(infosilem): filter building * fix(infosilem/logic): filter building * fix(infosilem/logic): order of status updates Co-authored-by: William Le <w-le@Williams-MacBook-Pro.local> Co-authored-by: Stephen von Takach <stakach@users.noreply.github.com> * style(lint): infosilem, axiom Co-authored-by: William Le <will@place.technology> Co-authored-by: William Le <w-le@Williams-MacBook-Pro.local> Co-authored-by: Stephen von Takach <stakach@users.noreply.github.com> Co-authored-by: William Le <will@place.tech>
for improved analytics
013513c to
a643ab3
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
make activate raise an error instead of returning nil when
@activation_tokenis missing