id
stringlengths 4
10
| text
stringlengths 4
2.14M
| source
stringclasses 2
values | created
timestamp[s]date 2001-05-16 21:05:09
2025-01-01 03:38:30
| added
stringdate 2025-04-01 04:05:38
2025-04-01 07:14:06
| metadata
dict |
---|---|---|---|---|---|
2637341199
|
Wrong date formats in page z/OS Open Tools Usage Analytics
Description
The graph on the z/OS Open Tools Usage Analytics page http://163.74.88.212:3000/ displays bars with year 2026, which is obviously wrong.
See picture:
Severity
Sev 4 - Low
Expected Behavior
No response
Actual Behavior
No response
z/OS Version
No response
zopen package manager version
No response
Additional Information (Optional)
No response
Network or Security Configuration (Optional)
No response
Moreover:
the link "Usage Stats" from the main zOpen.community menu should be to a host name, not the IP address 163.74.88.212
the target page should be configured with https and a valid certificate
|
gharchive/issue
| 2024-11-06T08:09:31 |
2025-04-01T06:41:02.000006
|
{
"authors": [
"nxn-4-wdf"
],
"repo": "zopencommunity/meta",
"url": "https://github.com/zopencommunity/meta/issues/904",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
700239487
|
Issue 80
This PR provide support for mglyph-like elements. That is, all unknown elements that contain a direct speech attribute (e.g, alt, aria-label) are considered.
Elements found in (inferred) rows are handled as unknown elements with speech.
Those embedded as singletons in token elements (mi, mo, etc.) are treated in their context. E.g.,
<mo><mglyph alt="x"/></mo>
is treated as an operator and spoken as x. Direct speech attributes on the token will supersede the ones in the lower layer.
There is no support for mixed elements yet. Currently it will simply ignore any mglyph. I'll treat that when I see a real world example.
This handles all examples from issue #80 and the ones I found built by Bruce Miller.
It also handles all the examples given in #165
|
gharchive/pull-request
| 2020-09-12T13:35:01 |
2025-04-01T06:41:02.005543
|
{
"authors": [
"zorkow"
],
"repo": "zorkow/speech-rule-engine",
"url": "https://github.com/zorkow/speech-rule-engine/pull/412",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
64142708
|
Implement a reverse geocoder to replace the "your coordinates" list
For implementing the access index, which is based on the user right-clicking a point on the map (and, in the future, searching for a specific address), we should tell the user the address for their point – instead of the coordinates.
I know of one reliable reverse geocoder, and that's OpenStreetMap's Nominatim service. You might also find a Leaflet plugin that implements a reverse geocoder. I would start by looking at the list of Leaflet plugins.
Hey Steven,
All my changes have been committed. Take a look at the new context menu options, "Show Address" and "Clear Comparison". "Show Address" displays the address of the coordinates on the "Access Index" sidebar, and creates a blue popup on the map with the address. I was thinking the pop-up might be good so that the person remembers where they clicked. Then I added a "Clear Comparison" function which will remove the addresses from the "Access Index" sidebar (however, this does not remove the pop-ups).
Follow up questions:
How do you feel about the Clear Comparison function? The context menu might not be the best place for it, but if we are going to compare access indices on the sidebar we'll need this somewhere.
How do you feel about the blue pop-up? If you like it, should we figure out how to delete them as a part of the Clear Comparison function?
Does the Show Coordinates option in the context menu have any other use? Should I delete it?
Let me know!
Thanks for doing this!
Put the "Clear" function in the sidebar.
Find a new icon to represent the address.
Nope, get rid of the "show coordinates" option.
|
gharchive/issue
| 2015-03-25T01:27:39 |
2025-04-01T06:41:02.011468
|
{
"authors": [
"guillermokrh",
"stevevance"
],
"repo": "zorostang/chicago_bike_equity",
"url": "https://github.com/zorostang/chicago_bike_equity/issues/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
496731866
|
Invisible asterisk (*) character
This is the command that i type:
git mv src/*.php src/theme
This is what i see:
OS: WSL Ubuntu 18.04
Terminal: Windows Terminal
Theme: spaceship
Font: Fira Code
Run print -P '%F{blue}Hello world%f!'. What does it print?
An invisible "Hello world" text
@rizkysyazuli I thought that might be the case. The most likely cause is that your terminal emulator uses for blue the same color as the background color. (Note that blue and cyan are distinct. You can see the difference with the colortest program.) You should fix this in your terminal emulator settings.
@danielshahaf ah, yes indeed it is. thx for the tip!
|
gharchive/issue
| 2019-09-22T04:22:16 |
2025-04-01T06:41:02.095084
|
{
"authors": [
"danielshahaf",
"rizkysyazuli"
],
"repo": "zsh-users/zsh-syntax-highlighting",
"url": "https://github.com/zsh-users/zsh-syntax-highlighting/issues/634",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
2040229212
|
Title generation takes the full message, which could exceed GPT 3.5 prompt window
I was having some long conversations with GPT-4-turbo, which has an 128K message window.
Then I received the error message saying the input is too long. After some debugging, I found it's the title generation that always uses GPT 3.5 (which is great!) and full input message.
I guess for the purpose of generating the title, simply truncating the input would be enough :-)
Duplicate of https://github.com/ztjhz/BetterChatGPT/issues/377
Frustrating that this hasn't been fixed
|
gharchive/issue
| 2023-12-13T18:08:54 |
2025-04-01T06:41:02.123157
|
{
"authors": [
"SteveLTN",
"endolith"
],
"repo": "ztjhz/BetterChatGPT",
"url": "https://github.com/ztjhz/BetterChatGPT/issues/508",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1268309000
|
Starcraft Map Constant
In version 1.0.6 eps-server can suggest Starcraft Constant(ex: "Terran Marine), but can't suggest Map Constant(ex: "James" a.k.a "Terran Marine").
Using WASM from Rust, or ffi-napi. I think handwrite MPQ Reader is bad choice. That will be reinvent the wheel. Instead, using stormdll is good for both user and developer.
Save Map URI at config, or transfer to server by command? Maybe former is good for eps-server to remember Map.
Server can manage euddraft config in #36.
I think https://github.com/wc3tools/stormlib-rs is good choice for StormLib binding.
|
gharchive/issue
| 2022-06-11T15:49:21 |
2025-04-01T06:41:02.125947
|
{
"authors": [
"armoha",
"zuhanit"
],
"repo": "zuhanit/epscript-lsp",
"url": "https://github.com/zuhanit/epscript-lsp/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
250477765
|
Tomcat部署后报404错误,楼主,帮忙!
我把dist目录的内容部署到tomcat的ROOT目录中,但是无法打开页面,直接报404错误,请楼主帮忙看看。
打开的网址是:http://localhost:8080/login?from=/
错误信息如下:
HTTP Status 404 - /login
type: Status report
message: /login
description: The requested resource is not available.
Apache Tomcat/7.0.67
把所有的路由指向dist/index.html
https://github.com/zuiidea/antd-admin/issues/269
我也是刚刚开始学习react,不知道在哪里修改,请问是否可以举个例子?
|
gharchive/issue
| 2017-08-16T00:48:32 |
2025-04-01T06:41:02.128615
|
{
"authors": [
"edwardxh",
"zuiidea"
],
"repo": "zuiidea/antd-admin",
"url": "https://github.com/zuiidea/antd-admin/issues/505",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
2762299310
|
home: Sort leading emoji first in channel names
Update the channel sorting logic to ensure streams with leading emojis in their names are listed above those without emojis. The updated sorting respects pinned, muted, and unmuted streams while handling emoji precedence and maintaining alphabetical order for ties.
Fixes: #1202
Hello, @chrisbobbe I have done the required changes. Please have a look and let me know if anything else is required.
Thanks!
|
gharchive/pull-request
| 2024-12-29T15:33:06 |
2025-04-01T06:41:02.142758
|
{
"authors": [
"lakshya1goel"
],
"repo": "zulip/zulip-flutter",
"url": "https://github.com/zulip/zulip-flutter/pull/1234",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
561909670
|
Solution found: Newer Unicode emojis don't render on older Android devices
Older Android devices are missing newer Unicode emoji; they just show up as empty squares. I'm mostly sure this is the same issue as https://github.com/zulip/zulip-mobile/issues/3181, but that one is mostly screenshots, and I'd like to start fresh with some (hopefully clear) steps to a solution at the top.
To use the Android EmojiCompat library would be the best solution if React Native supported it. Without support, we'd be left to do a lot of imperative string processing to get it to work, and probably make our own wrapper of Android's native TextView component, and we'd get in the way of the React Native layer by doing this. See the React Native feature request here.
So, without that, we can ask the app to use an emoji font of our choosing for all of its Unicode emoji. We considered using it as a fallback font, just to fill in what's missing, but the inconsistency in style between the system font and the new font would be jarring, so it's preferable to use the new font for all Unicode emojis. We'd like to try using the Noto Color Emoji font, as mentioned by @raphlinus (thanks Raph!) in the RC realm (link accessible only to users in that realm). Since it's a large font (around 9 MB), we'd like to load it dynamically instead of shipping it with the app.
We've found a way to do that, which should work with compatibility back to Android API version 14, inclusive, using Downloadable Fonts.
We don't see documentation in React Native about its support for Downloadable Fonts, so I'll refer directly to the commit (https://github.com/facebook/react-native/commit/fd6386a07eb75a8ec16b1384a3e5827dea520b64 on PR https://github.com/facebook/react-native/pull/24595) that introduced it, included in React Native versions 0.60.0 and above. (This is a second attempt; the history shows a first attempt in https://github.com/facebook/react-native/commit/f01c4e2a14c194c7a02bc5afe1900573af02b0c7 on PR https://github.com/facebook/react-native/pull/23865, but that was reverted in https://github.com/facebook/react-native/commit/eb40b09bfd0e617912663fb056d0bdea85ce0c2f.)
So, let's try:
Await the upgrade to React Native 0.60.0; this is already in progress. 🙂
As directed in a comment at https://github.com/facebook/react-native/pull/24595/commits/fe3dd73ee196e06c84c035fd524cace3dffca802#diff-d4141c42bc6789637b6fdc7754ec1dd9R86-R92, we need to put some XML in the res/font folder to identify the Noto Color Emoji font. An Android developer guide describes what to put there.
2.a. It shows that we need the Android Support Library 26; we don't have to do anything here because we're using 28.
2.b. We can optionally pre-declare the font in the manifest to mitigate delays in the initial load of the font.
Then, I believe (again, from https://github.com/facebook/react-native/pull/24595/commits/fe3dd73ee196e06c84c035fd524cace3dffca802#diff-d4141c42bc6789637b6fdc7754ec1dd9R86-R92, and also from a tester app modified at https://github.com/facebook/react-native/pull/24595/commits/fe3dd73ee196e06c84c035fd524cace3dffca802#diff-fa16d6c913409ad4467bc9a55506815fR50 in that same commit), we can do ReactFontManager.getInstance().addCustomFont(this, "NotoColorEmoji", R.font.NotoColorEmoji); in public void onCreate in /android/app/src/main/java/com/zulipmobile/MainApplication.java.
We can then change the CSS in the MessageList WebView to use the font. Since it's an emoji font, we expect that it only has glyphs for emojis themselves, and that regular text will still be rendered with the system font. (@WesleyAC)
And we can style the React Native components that use emoji (the emoji picker and reactions list, possibly others) to also use the font.
Then: 🪀🧱🦙🦞🪗!
The RN upgrade is complete! So it should now be possible for us to try this solution.
|
gharchive/issue
| 2020-02-07T22:43:24 |
2025-04-01T06:41:02.153901
|
{
"authors": [
"chrisbobbe",
"gnprice"
],
"repo": "zulip/zulip-mobile",
"url": "https://github.com/zulip/zulip-mobile/issues/3885",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
653668785
|
Allow internal links to use stream ID without stream name
This is the mobile counterpart to zulip/zulip#15402:
Apparently we don't support using links of this form to access to a topic:
https://chat.zulip.org/#narrow/stream/3/topic/send_message.20API
requiring the stream name (or anything) to be encoded after a dash, like here:
https://chat.zulip.org/#narrow/stream/3-backend/topic/send_message.20API
The relevant code in our codebase is here, in src/utils/internalLinks.js:
/** Parse the operand of a `stream` operator, returning a stream name. */
const parseStreamOperand = (operand, streamsById): string => {
// "New" (2018) format: ${stream_id}-${stream_name} .
const match = /^(\d+)-/.exec(operand);
if (match) {
const stream = streamsById.get(parseInt(match[0], 10));
if (stream) {
return stream.name;
}
}
// Old format: just stream name. This case is relevant indefinitely,
// so that links in old conversations continue to work.
return decodeHashComponent(operand);
};
The webapp now accepts the ID-only form, and we should too. (It still won't generate links of that form -- but bots may start doing so.)
Hi, may I take this up?
Hi, may I take this up?
Sure, thank you, @AdityaYadavalli1! I've just assigned it to you.
Sure, thank you, @AdityaYadavalli1! I've just assigned it to you.
|
gharchive/issue
| 2020-07-09T00:03:34 |
2025-04-01T06:41:02.157986
|
{
"authors": [
"AdityaYadavalli1",
"chrisbobbe",
"gnprice"
],
"repo": "zulip/zulip-mobile",
"url": "https://github.com/zulip/zulip-mobile/issues/4185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
188397749
|
server dead when hostname modifed
After incautious modification of hostname, the server became dead. Python processes occupy 100% CPU. Web accessing gives error also.
The server returns to normal after reset hostname back.
This is almost certainly caused by rabbitmq not handling hostname changes; see #194. I'm hoping that issue will be fixed by hardcoding the rabbitmq nodename in the next release.
|
gharchive/issue
| 2016-11-10T01:30:11 |
2025-04-01T06:41:02.167363
|
{
"authors": [
"timabbott",
"xoofee"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/issues/2269",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1596428864
|
moderator should be able to change channel subtitle
Hello,
As a moderator, we should be able to change the channel subtitle, is it possible to implement this ?
Hey! Thanks for the feedback!
We plan to implement this by adding a new setting to control who can change stream details and permissions as part of #19525.
great news !
Closing this one, as it's already being tracked.
|
gharchive/issue
| 2023-02-23T08:31:04 |
2025-04-01T06:41:02.168949
|
{
"authors": [
"alya",
"dmagniez",
"sahil839"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/issues/24461",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1814163148
|
Remove empty space between sent messages and input field
https://www.dropbox.com/s/wv1hx2ixnxy08x0/Screenshot from 2023-07-20 20-31-49.png?dl=1
Looks like there is no reason to look at empty space instead of seeing more messages from the history.
This is a duplicate of #16397.
|
gharchive/issue
| 2023-07-20T14:43:07 |
2025-04-01T06:41:02.170199
|
{
"authors": [
"karlstolley",
"poglazoff"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/issues/26307",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
376279303
|
Various portico updates for 1.9.
@timabbott would be great to get this (or at least the first two commits) merged and deployed before the release. I think replacing our heros with pictures significantly changes the initial impressions of the pages.
Not the greatest pictures, but I found for now:
Merged, thanks @rishig!
|
gharchive/pull-request
| 2018-11-01T07:10:53 |
2025-04-01T06:41:02.172074
|
{
"authors": [
"rishig",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/10756",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
782886670
|
data_import: Make slack bot emails unique.
Fixes #16793
Testing plan:
tested manually as well as using ./tools/test-backend
@timabbott I have made the changes.
@timabbott I have made the changes.
This looks like a much simpler interface, which is nice, but I don't understand how this works as it's a bit hard to read -- posted a few comments.
@timabbott I have made the changes .Can you review again.
I still don't feel like I understand the algorithm being implemented here.
@hackerkid perhaps you can help more interactively.
@garg3133 would you be up for submitting a PR fixing this issue? I don't understand the logic behind this particular approach to it, but you should be well-equipped to figure out a robust solution.
@timabbott Opened #19436.
Closing in favor of #19436.
|
gharchive/pull-request
| 2021-01-10T19:12:52 |
2025-04-01T06:41:02.175746
|
{
"authors": [
"garg3133",
"timabbott",
"tushar912"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/17039",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
849819174
|
frontend: change appearance of invite-user-link from a link to button
previously Inside settings-> invitation when we invite user in organization (invite-more-user) is shown as a link ,which does not look good so I changed it appearance to a button.
Testing plan: tested locally
GIFs or screenshots:
Before
After
@alya thoughts on this? I think it's probably a net positive tweak even if the end result isn't perfect.
yeah, It's better than the link .
+1
@timabbott can review it.
@timabbot can you review it .
@ritikchauhan-01 can your rebase this?
Can you write a commit message and add a screenshot for the "Forgot password?" change commit in this PR?
|
gharchive/pull-request
| 2021-04-04T07:37:46 |
2025-04-01T06:41:02.179714
|
{
"authors": [
"alya",
"ritikchauhan-01",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/17984",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
870528034
|
Fix giphy icon not being served by server.
discussion: https://chat.zulip.org/#narrow/stream/101-design/topic/giphy.20integration
@timabbott looks like I missed out some things while rebasing the giphy pr, sorry for the trouble. Added a commit to fix it too.
Merged, thanks @amanagr! Though ... we should probably also rename compose_giphy_logo to something different, since it's no longer an icon.
|
gharchive/pull-request
| 2021-04-29T01:16:41 |
2025-04-01T06:41:02.181362
|
{
"authors": [
"amanagr",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/18301",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
890165555
|
realm: Add jitsi_server_url feature.
Fixes #17914
At database level, the default value for jitsi_server_url is empty string, ’’, as update_realm() does not pass parameters’ with value of None to do_set_realm_property for database update and zulip event systems, unless we add conditional statement like if k == "jitsi_server_url" and getattr(realm, k) != v: in the for loop (for k, v in list(req_vars.items()):) in update_realm().
At the API level, if a client chooses the default value, update_realm() will receive ”default” string and we will parse the value into the empty string ’’.
check_string_in_or_url function is constructed as for validating whether the jitsi_server_url parameter passed contained ”default” or valid URL.
Testing plan:
Ensure realm_jitsi_server_url is rendered at home view using class HomeTest.
Added test_jitsi_server_url to class RealmTest to ensure request calls and responses related to the jitsi_server_url parameter are aligned with expectations.
Ensure Realm API works properly with jitsi_server_url using class RealmAPITest
Ensure updates on the jitsi_server_url property is in sync to other clients using class RealmPropertyActionTest
Ensure check_string_in_or_url is worked as intended.
GIFs or screenshots:
@timabbott This is ready for reviews and comments!
@seiwailai thanks for working on this! I just did a quick look, and it seems reasonable; I'll do a more thorough review after the 4.0 release (hopefully tomorrow). One thing I notice is that the commits seem out of order; I think you want to have the first commit be adding the new validator function. You should be able to fix this with git rebase -i upstream/master.
@seiwailai thanks for working on this! I just did a quick look, and it seems reasonable; I'll do a more thorough review after the 4.0 release (hopefully tomorrow). One thing I notice is that the commits seem out of order; I think you want to have the first commit be adding the new validator function. You should be able to fix this with git rebase -i upstream/master.
Thank you, will organize the commits order soon.
@timabbott This is ready for review and comments.
I posted a few comments, but @sahil839 perhaps you can help review this to get it closer to a mergeable state.
I think we also need to handle the case when settings.JITSI_SERVER_URL is set to None by some organization.
@seiwailai Would you be up for updating this, or is it better if try to find a contributor for finish up this PR?
Hey @mateuszmandera, anyone is welcomed to finish up this PR.
We do not need check_or, since we already have check_union. This check_or also gives a misleading error message for the non-matching case, and completely lacks type safety (Any is not a type).
#19851
Closing as https://github.com/zulip/zulip/issues/17914 was resolved via a newer PR.
|
gharchive/pull-request
| 2021-05-12T14:44:16 |
2025-04-01T06:41:02.191734
|
{
"authors": [
"andersk",
"mateuszmandera",
"sahil839",
"seiwaifave",
"seiwailai",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/18455",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
920691362
|
Allow clean_unused_cache to run on purge-old-deployments.
Testing plan:
Tested it by running the scripts individually and purge-old-deployments.
GIFs or screenshots:
After reading this a bit more, the right answer is pretty clearly to just support this option in purge_old_deployments itself, since it's potentially useful there, and in any case, we've pretty clearly relying on the invariant that all these scripts support the same parameters.
|
gharchive/pull-request
| 2021-06-14T19:00:47 |
2025-04-01T06:41:02.195111
|
{
"authors": [
"Riken-Shah",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/18842",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1555628962
|
puppet: Remove "ensure => absent" rules which have all been applied.
Self-review checklist
[ ] Self-reviewed the changes for clarity and maintainability
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
[ ] Explains differences from previous plans (e.g., issue description).
[ ] Highlights technical choices and bugs encountered.
[ ] Calls out remaining decisions and concerns.
[ ] Automated tests verify logic where appropriate.
Individual commits are ready for review (see commit discipline).
[ ] Each commit is a coherent idea.
[ ] Commit message(s) explain reasoning and motivation for changes.
Completed manual review and testing of the following:
[ ] Visual appearance of the changes.
[ ] Responsiveness and internationalization.
[ ] Strings and tooltips.
[ ] End-to-end functionality of buttons, interactions and flows.
[ ] Corner cases, error conditions, and easily imagined bugs.
Merged, thanks for the cleanup @alexmv!
|
gharchive/pull-request
| 2023-01-24T20:33:23 |
2025-04-01T06:41:02.199948
|
{
"authors": [
"alexmv",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/24167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1589790219
|
tornado: Speed up hot path by removing use of asdict
Fixes:
Screenshots and screen captures:
Self-review checklist
[ ] Self-reviewed the changes for clarity and maintainability
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
[ ] Explains differences from previous plans (e.g., issue description).
[ ] Highlights technical choices and bugs encountered.
[ ] Calls out remaining decisions and concerns.
[ ] Automated tests verify logic where appropriate.
Individual commits are ready for review (see commit discipline).
[ ] Each commit is a coherent idea.
[ ] Commit message(s) explain reasoning and motivation for changes.
Completed manual review and testing of the following:
[ ] Visual appearance of the changes.
[ ] Responsiveness and internationalization.
[ ] Strings and tooltips.
[ ] End-to-end functionality of buttons, interactions and flows.
[ ] Corner cases, error conditions, and easily imagined bugs.
The changes look reasonable to me on reading, but obviously something is awry given the test failure.
The test failures came from the second commit here -- we can't not generate extra_user_data[user_profile_id], since we need it to notify the client queues below. We can only skip the receiver_is_off_zulip / maybe_enqueue_notifications calls if the user is not is_notifiable.
Merged, thanks @alexmv!
Just realized that the actual timings got eaten from the commit message because I prefixed them with #. Oops.
For reference:
%timeit asdict(o)
24.3 µs ± 1.35 µs per loop (mean ± std. dev. of 7 runs, 10,000 loops each)
%timeit {**vars(o)}
562 ns ± 14.9 ns per loop (mean ± std. dev. of 7 runs, 1,000,000 loops each)
|
gharchive/pull-request
| 2023-02-17T18:19:28 |
2025-04-01T06:41:02.206993
|
{
"authors": [
"alexmv",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/24411",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1689536046
|
stream_settings: Disable "Add subscribers" UI if user lacks permission.
If user don't have the permission to add subscribers to stream then disable the "Add subscribers" UI in stream creation UI and stream subscribers UI.
Added CSS to cursor:disable, opacity: 0.4 and tippy tooltip to person_picker, add_subscriber_btn_wrapper when user lacks permission.
Fixes:
#25263
Screenshots and screen captures:
https://user-images.githubusercontent.com/64723994/235301281-b19936b9-feff-4c74-ab7a-5f7525d2c112.mp4
Self-review checklist
[x] Self-reviewed the changes for clarity and maintainability
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
[x] Explains differences from previous plans (e.g., issue description).
[x] Highlights technical choices and bugs encountered.
[x] Calls out remaining decisions and concerns.
[x] Automated tests verify logic where appropriate.
Individual commits are ready for review (see commit discipline).
[x] Each commit is a coherent idea.
[x] Commit message(s) explain reasoning and motivation for changes.
Completed manual review and testing of the following:
[x] Visual appearance of the changes.
[x] Responsiveness and internationalization.
[x] Strings and tooltips.
[x] End-to-end functionality of buttons, interactions and flows.
[x] Corner cases, error conditions, and easily imagined bugs.
Need suggestions for the naming of :
Name for the parameter passed to add_subscribers_form.hbs which is true if the user has permission to add subscribers to the stream(currently named as permission_to_add_user)
class name for the element with class add_subscribers_container when the user doesn't have permission to add users to apply relevant CSS. (currently named as no_permission_to_add_user).
#24900 already has a commit which disables the "Add subscribers" UI.
@sahil839 What would you recommend as the next step here? Would it be best to close this PR and help address the feedback on https://github.com/zulip/zulip/pull/24900 instead?
Yes, would be fine to do so. We would anyways want #24900 to get completed soon as it fixes a quite confusing bug in stream creation.
@sahil839, @Ujjawal3 has been inactive for the last 3 days. can you review this PR if it doesn't require many changes, maybe we can merge this PR and then Ujjawal can rebase when he returns, if this PR is not close to what we want maybe it will be best to close this PR?
Rather than spending @sahil839 's time reviewing another PR, I think @Ddharmani3 and @Ujjawal3 should coordinate on who would like to push https://github.com/zulip/zulip/pull/24900 forward.
Rather than spending @sahil839 's time reviewing another PR, I think @Ddharmani3 and @Ujjawal3 should coordinate on who would like to push #24900 forward.
sure I will coordinate with @Ujjawal3 to work on @24900.
Closing this PR in favor of #24900.
Thanks!
|
gharchive/pull-request
| 2023-04-29T11:57:52 |
2025-04-01T06:41:02.219210
|
{
"authors": [
"Ddharmani3",
"alya",
"sahil839"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/25343",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2245440598
|
stripe: Change pricing for plus plan.
This also now allows user to upgrade to plus plan from pricing page.
Do we have test coverage for the new code path of upgrading to Plus directly?
The screenshots look good to me!
Do we have test coverage for the new code path of upgrading to Plus directly?
Oops! Added those for invoice and card payment.
Merged, thanks @amanagr!
|
gharchive/pull-request
| 2024-04-16T08:23:36 |
2025-04-01T06:41:02.222174
|
{
"authors": [
"alya",
"amanagr",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/29749",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
231407356
|
Correctly associate bot name field label
The label element for the bot name editing field was trying to use
a "for" attribute to link it to the input field, but the field had
no ID for it to associate with. Added the ID value which it
was trying to use.
Fixes #4999.
Automated message from Dropbox CLA bot
@jmbowman, it looks like you've already signed the Dropbox CLA. Thanks!
This looks great!
|
gharchive/pull-request
| 2017-05-25T17:38:47 |
2025-04-01T06:41:02.224233
|
{
"authors": [
"jmbowman",
"smarx",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/5054",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
327901334
|
Fix submessages (part 2)
This continues where my earlier PR from today left off. The best way to test this is to do "/poll" and add a poll item or vote. Then look at current_msg_list.last().submessages to see that the latest event was added.
I don't actually have an easy repro for the fairly obscure problem this fixes, but I think the data integrity piece can only help here (and the automated tests do help ensure that to some degree).
Merged, thanks @showell! I think it's not 100% clear to me that we don't want to allow updating a given submessage, but it's clear where we'd add that feature if needed.
|
gharchive/pull-request
| 2018-05-30T21:12:57 |
2025-04-01T06:41:02.225676
|
{
"authors": [
"showell",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/9589",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
162174278
|
Question on Flexbox and aligning content within a column.
Question on Flexbox and aligning content within a column.
This is the code I'm using. How would I then go about aligning the read more to the bottom of the column containers? (I've attached an image with the code too as the WYSIWYG editor isn't embedding my code correctly.
`
What is a funeral plan?
<h6>The only way to guarantee<br class="show-for-medium"> all your funeral costs are covered.</h6>
<!-- <div class="content"> -->
<p>If you’ve ever had to arrange a funeral for a loved one, you’ll know what an emotional and distressing time it can be. Especially if you have no idea what sort of funeral event your loved one wanted.</p>
<a href="#" class="read-more">read more</a>
<!-- </div> -->
</div>
<div class="why columns">
<h3>Why pre-pay for your funeral?</h3>
<h6>The funeral you want. <br class="show-for-mediun">Exactly how you want it.</h6>
<!-- <div class="content"> -->
<p>A Funeral Plan from The Midcounties Co-operative provides an easy, cost effective way to organise your arrangements in advance, specify your wishes, and take care of the costs.</p>
<a href="#" class="read-more">read more</a>
<!-- </div> -->
</div>
<div class="columns">
</div>
</div>`
I'm probably over complicating my answer but could you use the Equalizer Plugin to force the columns to match each others height, put a bottom padding of 25px or so on the columns and then add position: absolute; bottom: 0; to the links to align them to the bottom?
I was hoping to hoping to make the .content block to fill the rest of the space after the title then aligning the read more to the bottom of the .content block. All using flex if possible.
Like this? http://codepen.io/andycochran/pen/wWZwzV
(Can be done w/ or w/o Flex.)
I'm gonna close this, as it's not really a bug. But feel free to keep chatting, I'll try to help if I can. Also a good place for how-to questions that aren't bugs is the Forum.
Thanks for that! Useful! Is it possible to use it twice within each block though? For example what I explained already works but I'd also like to put the equalizer on the light blue serif text because when moving down in responsive it screws up the layout then!
|
gharchive/issue
| 2016-06-24T15:41:14 |
2025-04-01T06:41:02.231819
|
{
"authors": [
"AdamBarnwell",
"andycochran",
"lspoor"
],
"repo": "zurb/foundation-sites",
"url": "https://github.com/zurb/foundation-sites/issues/8967",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
3284903
|
Custom dropdown overlap in IE(8?)
Just merged the latest fixes, thanks guy they're perfect.
However I just noticed that the custom drop downs overlap like so (http://cl.ly/3G2J2I3K3N0a3h1i232w) in IE8. I haven't tried any other IE versions yet but they work as expected in Chrome and Firefox.
Hmm, yeah, that's kinda jacked. I'll check it out.
the same as #139
As noted in #139 one solution is to manually set z-indices for the first sibling container - not elegant, but effective. I'm reticent to build in a solution for this for IE7/8 if only because the only real solution is to use JS to traverse and add those z-indices manually, and that could cause all sorts of problems if we do it all the time. I'm open to clever suggestions though.
|
gharchive/issue
| 2012-02-19T14:17:52 |
2025-04-01T06:41:02.234214
|
{
"authors": [
"edude03",
"smileyj68",
"stereobooster"
],
"repo": "zurb/foundation",
"url": "https://github.com/zurb/foundation/issues/332",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
916618209
|
Slide Show Images stuck when it reached to 4th index
Hi, I have added total 6 images. And when slideshow comes to 4th index. It stuck and not move to next image.
override func viewWillAppear(_ animated: Bool) {
self.imagesSlideShow.setImageInputs([ImageSource(image: UIImage(named: "1")!),ImageSource(image: UIImage(named: "4")!),ImageSource(image: UIImage(named: "3")!),ImageSource(image: UIImage(named: "2")!),ImageSource(image: UIImage(named: "5")!),ImageSource(image: UIImage(named: "7")!)])
self.imagesSlideShow.contentMode = .scaleToFill
self.imagesSlideShow.slideshowInterval = 2
self.imagesSlideShow.draggingEnabled = false
self.imagesSlideShow.circular = true
self.imagesSlideShow.contentScaleMode = UIViewContentMode.scaleAspectFill
self.imagesSlideShow.delegate = self
}
Hi @awaisiqbaldev
Did you find solution for this?
|
gharchive/issue
| 2021-06-09T19:45:34 |
2025-04-01T06:41:02.242195
|
{
"authors": [
"apphardtask",
"awaisiqbaldev"
],
"repo": "zvonicek/ImageSlideshow",
"url": "https://github.com/zvonicek/ImageSlideshow/issues/419",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1811689309
|
Got the USB stick from Amazon with US frequency and would like to update firmware to have EU frequency instead.
> Got the USB stick from Amazon with US frequency and would like to update firmware to have EU frequency instead.
AFAIK you can just switch the region in the settings on that firmware.
Originally posted by @AlCalzone in https://github.com/zwave-js/node-zwave-js/issues/5910#issuecomment-1636262505
???
Thank you very much for the recent update of the Z-Wave JS UI module - it looks much better now:
After the recent update of the Z-Wave JS UI module it is not possible to update the frequency by using the switch in the module.
Whatever I select in the menu it always turns back to US frequency again.
Just read the change log from Silicon Labs [https://www.silabs.com/documents/public/release-notes/SRN14889-7.18.3.0.pdf] - does the Z-Wave JS UI module take care of this remark?
The log file looks like this:
Anything that I could do different?
What you're referencing applies to the initial programming, not changing the region on the fly.
Please disable application logs, and set your driver logs to loglevel debug, then make another log of that attempt.
Please no screenshots, just copy/paste the log output here, then format it as code with this:
2023-07-19 13:27:52.749 INFO APP: GET /health/zwave 200 2.915 ms - 2140 2023-07-19 13:28:20.724 INFO Z-WAVE: Calling api setRFRegion with args: [ 0, [length]: 1 ] 2023-07-19T11:28:20.751Z CNTRLR Performing soft reset... 2023-07-19T11:28:20.978Z DRIVER no handlers registered! 2023-07-19T11:28:21.764Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i n 100 ms. 2023-07-19T11:28:22.089Z DRIVER no handlers registered! 2023-07-19T11:28:22.873Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i n 1100 ms. 2023-07-19 13:28:22.925 INFO APP: GET /health/zwave 200 6.586 ms - 2140 2023-07-19T11:28:24.197Z DRIVER no handlers registered! 2023-07-19T11:28:24.983Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020 0) 2023-07-19T11:28:24.985Z CNTRLR Waiting for the controller to reconnect... 2023-07-19T11:28:26.488Z CNTRLR Waiting for the Serial API to start... 2023-07-19T11:28:31.491Z CNTRLR Did not receive notification that Serial API has started, checking if it respo nds... 2023-07-19T11:28:31.520Z CNTRLR Serial API responded 2023-07-19 13:28:31.538 INFO Z-WAVE: Success zwave api call setRFRegion true
2023-07-19 13:27:52.749 INFO APP: GET /health/zwave 200 2.915 ms - 2140
2023-07-19 13:28:20.724 INFO Z-WAVE: Calling api setRFRegion with args: [ 0, [length]: 1 ]
2023-07-19T11:28:20.751Z CNTRLR Performing soft reset...
2023-07-19T11:28:20.978Z DRIVER no handlers registered!
2023-07-19T11:28:21.764Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-07-19T11:28:22.089Z DRIVER no handlers registered!
2023-07-19T11:28:22.873Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-07-19 13:28:22.925 INFO APP: GET /health/zwave 200 6.586 ms - 2140
2023-07-19T11:28:24.197Z DRIVER no handlers registered!
2023-07-19T11:28:24.983Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020
0)
2023-07-19T11:28:24.985Z CNTRLR Waiting for the controller to reconnect...
2023-07-19T11:28:26.488Z CNTRLR Waiting for the Serial API to start...
2023-07-19T11:28:31.491Z CNTRLR Did not receive notification that Serial API has started, checking if it respo
nds...
2023-07-19T11:28:31.520Z CNTRLR Serial API responded
2023-07-19 13:28:31.538 INFO Z-WAVE: Success zwave api call setRFRegion true
Was this done correct?
Ehh...
I still see application logs in there, so you did not disable them.
Also the driver logs are not on loglevel debug.
And as far as formatting goes it looks like you first pressed the code button, then inserted it. Need to do it the other way round.
2023-07-19T14:04:01.283Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗
███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2023-07-19T14:04:01.283Z DRIVER version 11.5.0
2023-07-19T14:04:01.283Z DRIVER
2023-07-19T14:04:01.284Z DRIVER starting driver...
2023-07-19T14:04:01.284Z DRIVER opening serial port /dev/ttyUSB0
2023-07-19T14:04:01.294Z DRIVER serial port opened
2023-07-19T14:04:01.295Z SERIAL » 0x15 (1 bytes)
2023-07-19T14:04:02.313Z DRIVER loading configuration...
2023-07-19T14:04:02.322Z CONFIG Using external configuration dir /data/db
2023-07-19T14:04:02.323Z CONFIG version 11.5.0
2023-07-19T14:04:03.807Z DRIVER beginning interview...
2023-07-19T14:04:03.808Z DRIVER added request handler for AddNodeToNetwork (0x4a)...
1 registered
2023-07-19T14:04:03.809Z DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
1 registered
2023-07-19T14:04:03.809Z DRIVER added request handler for ReplaceFailedNode (0x63)...
1 registered
2023-07-19T14:04:03.809Z CNTRLR querying controller IDs...
2023-07-19T14:04:03.816Z SERIAL » 0x01030020dc (5 bytes)
2023-07-19T14:04:03.817Z DRIVER » [REQ] [GetControllerId]
2023-07-19T14:04:03.823Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:03.824Z SERIAL « 0x01080120f11f556e0102 (10 bytes)
2023-07-19T14:04:03.825Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:03.827Z DRIVER « [RES] [GetControllerId]
home ID: 0xf11f556e
own node ID: 1
2023-07-19T14:04:03.830Z CNTRLR received controller IDs:
home ID: 0xf11f556e
own node ID: 1
2023-07-19T14:04:03.830Z CNTRLR querying API capabilities...
2023-07-19T14:04:03.834Z SERIAL » 0x01030007fb (5 bytes)
2023-07-19T14:04:03.835Z DRIVER » [REQ] [GetSerialApiCapabilities]
2023-07-19T14:04:03.843Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:03.844Z SERIAL « 0x012b01070713027a0001000df6873e88cf2bc04ffbd7fde01700008000808680b (45 bytes)
a0500700000ee7fc0000000a0
2023-07-19T14:04:03.846Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:03.847Z DRIVER « [RES] [GetSerialApiCapabilities]
payload: 0x0713027a0001000df6873e88cf2bc04ffbd7fde01700008000808680ba0500700
000ee7fc0000000
2023-07-19T14:04:03.850Z CNTRLR received API capabilities:
firmware version: 7.19
manufacturer ID: 0x027a
product type: 0x01
product ID: 0x0d
supported functions:
· GetSerialApiInitData (0x02)
· SetApplicationNodeInformation (0x03)
· GetControllerCapabilities (0x05)
· SetSerialApiTimeouts (0x06)
· GetSerialApiCapabilities (0x07)
· SoftReset (0x08)
· GetProtocolVersion (0x09)
· SerialAPIStarted (0x0a)
· SerialAPISetup (0x0b)
· SetRFReceiveMode (0x10)
· FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
· SendData (0x13)
· SendDataMulticast (0x14)
· GetControllerVersion (0x15)
· SendDataAbort (0x16)
· FUNC_ID_ZW_GET_RANDOM (0x1c)
· GetControllerId (0x20)
· UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
· UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
· UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
· UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
· EnterBootloader (0x27)
· UNKNOWN_FUNC_UNKNOWN_0x28 (0x28)
· GetNVMId (0x29)
· ExtNVMReadLongBuffer (0x2a)
· ExtNVMReadLongByte (0x2c)
· NVMOperations (0x2e)
· undefined (0x37)
· undefined (0x38)
· UNKNOWN_FUNC_ClearNetworkStats (0x39)
· UNKNOWN_FUNC_GetNetworkStats (0x3a)
· GetBackgroundRSSI (0x3b)
· undefined (0x3c)
· UNKNOWN_FUNC_RemoveNodeIdFromNetwork (0x3f)
· GetNodeProtocolInfo (0x41)
· HardReset (0x42)
· FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
· FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
· AssignReturnRoute (0x46)
· DeleteReturnRoute (0x47)
· RequestNodeNeighborUpdate (0x48)
· ApplicationUpdateRequest (0x49)
· AddNodeToNetwork (0x4a)
· RemoveNodeFromNetwork (0x4b)
· FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
· AssignPriorityReturnRoute (0x4f)
· FUNC_ID_ZW_SET_LEARN_MODE (0x50)
· AssignSUCReturnRoute (0x51)
· FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
· SetSUCNodeId (0x54)
· DeleteSUCReturnRoute (0x55)
· GetSUCNodeId (0x56)
· UNKNOWN_FUNC_SEND_SUC_ID (0x57)
· AssignPrioritySUCReturnRoute (0x58)
· FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
· undefined (0x5f)
· RequestNodeInfo (0x60)
· RemoveFailedNode (0x61)
· IsFailedNode (0x62)
· ReplaceFailedNode (0x63)
· undefined (0x65)
· GetRoutingInfo (0x80)
· UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
· GetPriorityRoute (0x92)
· SetPriorityRoute (0x93)
· UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
· FUNC_ID_SERIAL_API_SLAVE_NODE_INFO (0xa0)
· FUNC_ID_ZW_SEND_SLAVE_NODE_INFO (0xa2)
· FUNC_ID_ZW_SET_SLAVE_LEARN_MODE (0xa4)
· FUNC_ID_ZW_GET_VIRTUAL_NODES (0xa5)
· FUNC_ID_ZW_IS_VIRTUAL_NODE (0xa6)
· BridgeApplicationCommand (0xa8)
· SendDataBridge (0xa9)
· SendDataMulticastBridge (0xab)
· UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
· UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
· UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
· UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
· UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
· UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
· undefined (0xd6)
· undefined (0xd7)
· undefined (0xd8)
· Shutdown (0xd9)
· undefined (0xda)
· undefined (0xdb)
· undefined (0xdc)
· undefined (0xdd)
· undefined (0xde)
· undefined (0xdf)
· undefined (0xe7)
· undefined (0xe8)
2023-07-19T14:04:03.859Z CNTRLR Performing soft reset...
2023-07-19T14:04:03.863Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:03.864Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:03.869Z SERIAL « [DISCARDED] invalid data 0xc6 (1 bytes)
2023-07-19T14:04:04.090Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:04.093Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:04.095Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:04.097Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:04.098Z DRIVER no handlers registered!
2023-07-19T14:04:04.868Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-07-19T14:04:04.970Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:04.971Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:04.977Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:04:05.187Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:05.188Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:05.190Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:05.191Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:05.192Z DRIVER no handlers registered!
2023-07-19T14:04:05.976Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-07-19T14:04:07.077Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:07.079Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:07.084Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:04:07.295Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:07.296Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:07.297Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:07.298Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:07.299Z DRIVER no handlers registered!
2023-07-19T14:04:08.085Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020
0)
2023-07-19T14:04:08.086Z CNTRLR Waiting for the controller to reconnect...
2023-07-19T14:04:09.587Z CNTRLR Waiting for the Serial API to start...
2023-07-19T14:04:14.588Z CNTRLR Did not receive notification that Serial API has started, checking if it respo
nds...
2023-07-19T14:04:14.600Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:04:14.601Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:04:14.607Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.609Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:04:14.611Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.617Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:04:14.620Z CNTRLR Serial API responded
2023-07-19T14:04:14.632Z CNTRLR querying version info...
2023-07-19T14:04:14.636Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:04:14.637Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:04:14.643Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.644Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:04:14.645Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.646Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:04:14.654Z CNTRLR received version info:
controller type: Bridge Controller
library version: Z-Wave 7.19
2023-07-19T14:04:14.655Z CNTRLR querying protocol version info...
2023-07-19T14:04:14.659Z SERIAL » 0x01030009f5 (5 bytes)
2023-07-19T14:04:14.660Z DRIVER » [REQ] [GetProtocolVersion]
2023-07-19T14:04:14.667Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.669Z SERIAL « 0x011901090007130200be3030303030303030303030303030303046 (27 bytes)
2023-07-19T14:04:14.670Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.672Z DRIVER « [RES] [GetProtocolVersion]
payload: 0x0007130200be30303030303030303030303030303030
2023-07-19T14:04:14.675Z CNTRLR received protocol version info:
protocol type: Z-Wave
protocol version: 7.19.2
appl. framework build no.: 190
git commit hash: 30303030303030303030303030303030
2023-07-19T14:04:14.676Z CNTRLR supported Z-Wave features:
· SmartStart
2023-07-19T14:04:14.677Z CNTRLR querying controller capabilities...
2023-07-19T14:04:14.682Z SERIAL » 0x01030005f9 (5 bytes)
2023-07-19T14:04:14.683Z DRIVER » [REQ] [GetControllerCapabilities]
2023-07-19T14:04:14.688Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.689Z SERIAL « 0x010401053cc3 (6 bytes)
2023-07-19T14:04:14.690Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.692Z DRIVER « [RES] [GetControllerCapabilities]
payload: 0x3c
2023-07-19T14:04:14.697Z CNTRLR received controller capabilities:
controller role: primary
is the SUC: true
started this network: true
SIS is present: true
was real primary: true
2023-07-19T14:04:14.697Z CNTRLR querying serial API setup capabilities...
2023-07-19T14:04:14.702Z SERIAL » 0x0104000b01f1 (6 bytes)
2023-07-19T14:04:14.703Z DRIVER » [REQ] [SerialAPISetup]
command: GetSupportedCommands
payload: 0x01
2023-07-19T14:04:14.709Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.711Z SERIAL « 0x0116010b01ff9f8007800000008000000000000000800085 (24 bytes)
2023-07-19T14:04:14.712Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.714Z DRIVER « [RES] [SerialAPISetup]
command: GetSupportedCommands
payload: 0xff9f80078000000080000000000000008000
2023-07-19T14:04:14.716Z CNTRLR supported serial API setup commands:
· GetSupportedCommands
· SetTxStatusReport
· SetLRMaximumTxPower
· SetPowerlevel
· GetLRMaximumTxPower
· GetPowerlevel
· GetMaximumPayloadSize
· GetLRMaximumPayloadSize
· SetPowerlevel16Bit
· GetPowerlevel16Bit
· GetRFRegion
· SetRFRegion
· SetNodeIDType
2023-07-19T14:04:14.717Z CNTRLR Enabling TX status report...
2023-07-19T14:04:14.722Z SERIAL » 0x0105000b02ff0c (7 bytes)
2023-07-19T14:04:14.723Z DRIVER » [REQ] [SerialAPISetup]
command: SetTxStatusReport
enabled: true
2023-07-19T14:04:14.731Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.733Z SERIAL « 0x0105010b0201f3 (7 bytes)
2023-07-19T14:04:14.734Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.735Z DRIVER « [RES] [SerialAPISetup]
command: SetTxStatusReport
success: true
2023-07-19T14:04:14.738Z CNTRLR Enabling TX status report successful...
2023-07-19T14:04:14.738Z CNTRLR Querying configured RF region...
2023-07-19T14:04:14.743Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:04:14.744Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:04:14.749Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.751Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:04:14.752Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.753Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
2023-07-19T14:04:14.756Z CNTRLR The controller is using RF region USA
2023-07-19T14:04:14.756Z CNTRLR finding SUC...
2023-07-19T14:04:14.764Z SERIAL » 0x01030056aa (5 bytes)
2023-07-19T14:04:14.765Z DRIVER » [REQ] [GetSUCNodeId]
2023-07-19T14:04:14.770Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.771Z SERIAL « 0x0104015601ad (6 bytes)
2023-07-19T14:04:14.772Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.773Z DRIVER « [RES] [GetSUCNodeId]
payload: 0x01
2023-07-19T14:04:14.776Z CNTRLR This is the SUC
2023-07-19T14:04:14.776Z CNTRLR querying additional controller information...
2023-07-19T14:04:14.781Z SERIAL » 0x01030002fe (5 bytes)
2023-07-19T14:04:14.782Z DRIVER » [REQ] [GetSerialApiInitData]
2023-07-19T14:04:14.790Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:14.792Z SERIAL « 0x012501020a081d010000000000000000000000000000000000000000000000000 (39 bytes)
00000000700c0
2023-07-19T14:04:14.793Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:14.795Z DRIVER « [RES] [GetSerialApiInitData]
payload: 0x0a081d01000000000000000000000000000000000000000000000000000000000
700
2023-07-19T14:04:14.798Z CNTRLR received additional controller information:
Z-Wave API version: 1 (official)
Z-Wave chip type: EFR32ZG14 / ZGM130S
node type Controller
controller role: primary
controller is the SIS: true
controller supports timers: false
nodes in the network: 1
2023-07-19T14:04:14.809Z DRIVER Cache file for homeId 0xf11f556e found, attempting to restore the network from
cache...
2023-07-19T14:04:14.818Z CNTRLR [Node 001] Embedded device config loaded
2023-07-19T14:04:14.820Z DRIVER Restoring the network from cache was successful!
2023-07-19T14:04:14.822Z CNTRLR [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
2023-07-19T14:04:14.823Z CNTRLR [Node 001] [Manufacturer Specific] productType: metadata updated
2023-07-19T14:04:14.824Z CNTRLR [Node 001] [Manufacturer Specific] productId: metadata updated
2023-07-19T14:04:14.825Z CNTRLR [Node 001] [~] [Manufacturer Specific] manufacturerId: 634 => 634
2023-07-19T14:04:14.827Z CNTRLR [Node 001] [~] [Manufacturer Specific] productType: 1 => 1
2023-07-19T14:04:14.828Z CNTRLR [Node 001] [~] [Manufacturer Specific] productId: 13 => 13
2023-07-19T14:04:14.829Z CNTRLR [Node 001] [Version] firmwareVersions: metadata updated
2023-07-19T14:04:14.829Z CNTRLR [Node 001] [~] [Version] firmwareVersions: 7.19 => 7.19
2023-07-19T14:04:14.830Z CNTRLR [Node 001] [Version] zWaveProtocolVersion: metadata updated
2023-07-19T14:04:14.831Z CNTRLR [Node 001] [~] [Version] zWaveProtocolVersion: "7.19.2" => "7.19.2"
2023-07-19T14:04:14.832Z CNTRLR [Node 001] [Version] sdkVersion: metadata updated
2023-07-19T14:04:14.833Z CNTRLR [Node 001] [~] [Version] sdkVersion: "7.19.2" => "7.19.2"
2023-07-19T14:04:14.833Z CNTRLR Interview completed
2023-07-19T14:04:14.834Z DRIVER Network key for S0 configured, enabling S0 security manager...
2023-07-19T14:04:14.835Z DRIVER At least one network key for S2 configured, enabling S2 security manager...
2023-07-19T14:04:14.841Z DRIVER driver ready
2023-07-19T14:04:14.844Z DRIVER Checking for configuration updates...
2023-07-19T14:04:14.876Z CNTRLR [Node 001] The node is alive.
2023-07-19T14:04:14.903Z CNTRLR [Node 001] The node is ready to be used
2023-07-19T14:04:14.904Z CNTRLR All nodes are ready to be used
2023-07-19T14:04:14.993Z SERIAL » 0x0104000b13e3 (6 bytes)
2023-07-19T14:04:14.995Z DRIVER » [REQ] [SerialAPISetup]
command: GetPowerlevel16Bit
payload: 0x13
2023-07-19T14:04:15.009Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:15.011Z SERIAL « 0x0108010b1300000000ee (10 bytes)
2023-07-19T14:04:15.012Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:15.013Z DRIVER « [RES] [SerialAPISetup]
command: GetPowerlevel16Bit
normal powerlevel: 0.0 dBm
output power at 0 dBm: 0.0 dBm
2023-07-19T14:04:15.024Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:04:15.025Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:04:15.036Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:15.037Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:04:15.038Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:15.039Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
2023-07-19T14:04:15.249Z DRIVER No configuration update available...
2023-07-19T14:04:15.268Z DRIVER Usage statistics sent - next transmission scheduled in 23 hours.
2023-07-19T14:04:20.053Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:04:20.055Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:04:20.064Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:20.066Z SERIAL « 0x0107013b9192927f2c (9 bytes)
2023-07-19T14:04:20.068Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:20.078Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -111 dBm
channel 1: -110 dBm
channel 2: -110 dBm
2023-07-19T14:04:31.430Z DRIVER destroying driver instance...
2023-07-19T14:04:31.503Z DRIVER driver instance destroyed
2023-07-19T14:04:31.558Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗
███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2023-07-19T14:04:31.559Z DRIVER version 11.5.0
2023-07-19T14:04:31.559Z DRIVER
2023-07-19T14:04:31.559Z DRIVER starting driver...
2023-07-19T14:04:31.559Z DRIVER opening serial port /dev/ttyUSB0
2023-07-19T14:04:31.573Z DRIVER serial port opened
2023-07-19T14:04:31.574Z SERIAL » 0x15 (1 bytes)
2023-07-19T14:04:32.585Z DRIVER loading configuration...
2023-07-19T14:04:32.598Z CONFIG Using external configuration dir /data/db
2023-07-19T14:04:32.598Z CONFIG version 11.5.0
2023-07-19T14:04:34.181Z DRIVER beginning interview...
2023-07-19T14:04:34.183Z DRIVER added request handler for AddNodeToNetwork (0x4a)...
1 registered
2023-07-19T14:04:34.183Z DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
1 registered
2023-07-19T14:04:34.184Z DRIVER added request handler for ReplaceFailedNode (0x63)...
1 registered
2023-07-19T14:04:34.184Z CNTRLR querying controller IDs...
2023-07-19T14:04:34.192Z SERIAL » 0x01030020dc (5 bytes)
2023-07-19T14:04:34.193Z DRIVER » [REQ] [GetControllerId]
2023-07-19T14:04:34.199Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:34.200Z SERIAL « 0x01080120f11f556e0102 (10 bytes)
2023-07-19T14:04:34.202Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:34.204Z DRIVER « [RES] [GetControllerId]
home ID: 0xf11f556e
own node ID: 1
2023-07-19T14:04:34.207Z CNTRLR received controller IDs:
home ID: 0xf11f556e
own node ID: 1
2023-07-19T14:04:34.207Z CNTRLR querying API capabilities...
2023-07-19T14:04:34.211Z SERIAL » 0x01030007fb (5 bytes)
2023-07-19T14:04:34.212Z DRIVER » [REQ] [GetSerialApiCapabilities]
2023-07-19T14:04:34.222Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:34.225Z SERIAL « 0x012b01070713027a0001000df6873e88cf2bc04ffbd7fde01700008000808680b (45 bytes)
a0500700000ee7fc0000000a0
2023-07-19T14:04:34.232Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:34.233Z DRIVER « [RES] [GetSerialApiCapabilities]
payload: 0x0713027a0001000df6873e88cf2bc04ffbd7fde01700008000808680ba0500700
000ee7fc0000000
2023-07-19T14:04:34.236Z CNTRLR received API capabilities:
firmware version: 7.19
manufacturer ID: 0x027a
product type: 0x01
product ID: 0x0d
supported functions:
· GetSerialApiInitData (0x02)
· SetApplicationNodeInformation (0x03)
· GetControllerCapabilities (0x05)
· SetSerialApiTimeouts (0x06)
· GetSerialApiCapabilities (0x07)
· SoftReset (0x08)
· GetProtocolVersion (0x09)
· SerialAPIStarted (0x0a)
· SerialAPISetup (0x0b)
· SetRFReceiveMode (0x10)
· FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
· SendData (0x13)
· SendDataMulticast (0x14)
· GetControllerVersion (0x15)
· SendDataAbort (0x16)
· FUNC_ID_ZW_GET_RANDOM (0x1c)
· GetControllerId (0x20)
· UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
· UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
· UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
· UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
· EnterBootloader (0x27)
· UNKNOWN_FUNC_UNKNOWN_0x28 (0x28)
· GetNVMId (0x29)
· ExtNVMReadLongBuffer (0x2a)
· ExtNVMReadLongByte (0x2c)
· NVMOperations (0x2e)
· undefined (0x37)
· undefined (0x38)
· UNKNOWN_FUNC_ClearNetworkStats (0x39)
· UNKNOWN_FUNC_GetNetworkStats (0x3a)
· GetBackgroundRSSI (0x3b)
· undefined (0x3c)
· UNKNOWN_FUNC_RemoveNodeIdFromNetwork (0x3f)
· GetNodeProtocolInfo (0x41)
· HardReset (0x42)
· FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
· FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
· AssignReturnRoute (0x46)
· DeleteReturnRoute (0x47)
· RequestNodeNeighborUpdate (0x48)
· ApplicationUpdateRequest (0x49)
· AddNodeToNetwork (0x4a)
· RemoveNodeFromNetwork (0x4b)
· FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
· AssignPriorityReturnRoute (0x4f)
· FUNC_ID_ZW_SET_LEARN_MODE (0x50)
· AssignSUCReturnRoute (0x51)
· FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
· SetSUCNodeId (0x54)
· DeleteSUCReturnRoute (0x55)
· GetSUCNodeId (0x56)
· UNKNOWN_FUNC_SEND_SUC_ID (0x57)
· AssignPrioritySUCReturnRoute (0x58)
· FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
· undefined (0x5f)
· RequestNodeInfo (0x60)
· RemoveFailedNode (0x61)
· IsFailedNode (0x62)
· ReplaceFailedNode (0x63)
· undefined (0x65)
· GetRoutingInfo (0x80)
· UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
· GetPriorityRoute (0x92)
· SetPriorityRoute (0x93)
· UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
· FUNC_ID_SERIAL_API_SLAVE_NODE_INFO (0xa0)
· FUNC_ID_ZW_SEND_SLAVE_NODE_INFO (0xa2)
· FUNC_ID_ZW_SET_SLAVE_LEARN_MODE (0xa4)
· FUNC_ID_ZW_GET_VIRTUAL_NODES (0xa5)
· FUNC_ID_ZW_IS_VIRTUAL_NODE (0xa6)
· BridgeApplicationCommand (0xa8)
· SendDataBridge (0xa9)
· SendDataMulticastBridge (0xab)
· UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
· UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
· UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
· UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
· UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
· UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
· undefined (0xd6)
· undefined (0xd7)
· undefined (0xd8)
· Shutdown (0xd9)
· undefined (0xda)
· undefined (0xdb)
· undefined (0xdc)
· undefined (0xdd)
· undefined (0xde)
· undefined (0xdf)
· undefined (0xe7)
· undefined (0xe8)
2023-07-19T14:04:34.253Z CNTRLR Performing soft reset...
2023-07-19T14:04:34.258Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:34.259Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:34.263Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:04:34.474Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:34.475Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:34.477Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:34.478Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:34.479Z DRIVER no handlers registered!
2023-07-19T14:04:35.262Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-07-19T14:04:35.364Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:35.365Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:35.371Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:04:35.581Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:35.583Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:35.585Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:35.586Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:35.587Z DRIVER no handlers registered!
2023-07-19T14:04:36.369Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-07-19T14:04:37.471Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:04:37.472Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:04:37.478Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:04:37.688Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:04:37.689Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:37.690Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:04:37.691Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:04:37.691Z DRIVER no handlers registered!
2023-07-19T14:04:38.481Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020
0)
2023-07-19T14:04:38.481Z CNTRLR Waiting for the controller to reconnect...
2023-07-19T14:04:39.983Z CNTRLR Waiting for the Serial API to start...
2023-07-19T14:04:44.984Z CNTRLR Did not receive notification that Serial API has started, checking if it respo
nds...
2023-07-19T14:04:44.992Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:04:44.993Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:04:44.999Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.001Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:04:45.002Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.003Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:04:45.012Z CNTRLR Serial API responded
2023-07-19T14:04:45.028Z CNTRLR querying version info...
2023-07-19T14:04:45.032Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:04:45.033Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:04:45.039Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.041Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:04:45.042Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.043Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:04:45.046Z CNTRLR received version info:
controller type: Bridge Controller
library version: Z-Wave 7.19
2023-07-19T14:04:45.046Z CNTRLR querying protocol version info...
2023-07-19T14:04:45.051Z SERIAL » 0x01030009f5 (5 bytes)
2023-07-19T14:04:45.052Z DRIVER » [REQ] [GetProtocolVersion]
2023-07-19T14:04:45.059Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.065Z SERIAL « 0x011901090007130200be3030303030303030303030303030303046 (27 bytes)
2023-07-19T14:04:45.066Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.068Z DRIVER « [RES] [GetProtocolVersion]
payload: 0x0007130200be30303030303030303030303030303030
2023-07-19T14:04:45.071Z CNTRLR received protocol version info:
protocol type: Z-Wave
protocol version: 7.19.2
appl. framework build no.: 190
git commit hash: 30303030303030303030303030303030
2023-07-19T14:04:45.074Z CNTRLR supported Z-Wave features:
· SmartStart
2023-07-19T14:04:45.074Z CNTRLR querying controller capabilities...
2023-07-19T14:04:45.079Z SERIAL » 0x01030005f9 (5 bytes)
2023-07-19T14:04:45.079Z DRIVER » [REQ] [GetControllerCapabilities]
2023-07-19T14:04:45.084Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.086Z SERIAL « 0x010401053cc3 (6 bytes)
2023-07-19T14:04:45.087Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.089Z DRIVER « [RES] [GetControllerCapabilities]
payload: 0x3c
2023-07-19T14:04:45.091Z CNTRLR received controller capabilities:
controller role: primary
is the SUC: true
started this network: true
SIS is present: true
was real primary: true
2023-07-19T14:04:45.092Z CNTRLR querying serial API setup capabilities...
2023-07-19T14:04:45.100Z SERIAL » 0x0104000b01f1 (6 bytes)
2023-07-19T14:04:45.101Z DRIVER » [REQ] [SerialAPISetup]
command: GetSupportedCommands
payload: 0x01
2023-07-19T14:04:45.108Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.110Z SERIAL « 0x0116010b01ff9f8007800000008000000000000000800085 (24 bytes)
2023-07-19T14:04:45.112Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.114Z DRIVER « [RES] [SerialAPISetup]
command: GetSupportedCommands
payload: 0xff9f80078000000080000000000000008000
2023-07-19T14:04:45.117Z CNTRLR supported serial API setup commands:
· GetSupportedCommands
· SetTxStatusReport
· SetLRMaximumTxPower
· SetPowerlevel
· GetLRMaximumTxPower
· GetPowerlevel
· GetMaximumPayloadSize
· GetLRMaximumPayloadSize
· SetPowerlevel16Bit
· GetPowerlevel16Bit
· GetRFRegion
· SetRFRegion
· SetNodeIDType
2023-07-19T14:04:45.118Z CNTRLR Enabling TX status report...
2023-07-19T14:04:45.124Z SERIAL » 0x0105000b02ff0c (7 bytes)
2023-07-19T14:04:45.125Z DRIVER » [REQ] [SerialAPISetup]
command: SetTxStatusReport
enabled: true
2023-07-19T14:04:45.129Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.131Z SERIAL « 0x0105010b0201f3 (7 bytes)
2023-07-19T14:04:45.132Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.134Z DRIVER « [RES] [SerialAPISetup]
command: SetTxStatusReport
success: true
2023-07-19T14:04:45.137Z CNTRLR Enabling TX status report successful...
2023-07-19T14:04:45.138Z CNTRLR Querying configured RF region...
2023-07-19T14:04:45.147Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:04:45.148Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:04:45.153Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.155Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:04:45.156Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.157Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
2023-07-19T14:04:45.161Z CNTRLR The controller is using RF region USA
2023-07-19T14:04:45.161Z CNTRLR finding SUC...
2023-07-19T14:04:45.166Z SERIAL » 0x01030056aa (5 bytes)
2023-07-19T14:04:45.167Z DRIVER » [REQ] [GetSUCNodeId]
2023-07-19T14:04:45.172Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.174Z SERIAL « 0x0104015601ad (6 bytes)
2023-07-19T14:04:45.175Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.177Z DRIVER « [RES] [GetSUCNodeId]
payload: 0x01
2023-07-19T14:04:45.184Z CNTRLR This is the SUC
2023-07-19T14:04:45.185Z CNTRLR querying additional controller information...
2023-07-19T14:04:45.192Z SERIAL » 0x01030002fe (5 bytes)
2023-07-19T14:04:45.193Z DRIVER » [REQ] [GetSerialApiInitData]
2023-07-19T14:04:45.201Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.203Z SERIAL « 0x012501020a081d010000000000000000000000000000000000000000000000000 (39 bytes)
00000000700c0
2023-07-19T14:04:45.206Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.208Z DRIVER « [RES] [GetSerialApiInitData]
payload: 0x0a081d01000000000000000000000000000000000000000000000000000000000
700
2023-07-19T14:04:45.212Z CNTRLR received additional controller information:
Z-Wave API version: 1 (official)
Z-Wave chip type: EFR32ZG14 / ZGM130S
node type Controller
controller role: primary
controller is the SIS: true
controller supports timers: false
nodes in the network: 1
2023-07-19T14:04:45.248Z DRIVER Cache file for homeId 0xf11f556e found, attempting to restore the network from
cache...
2023-07-19T14:04:45.283Z CNTRLR [Node 001] Embedded device config loaded
2023-07-19T14:04:45.293Z DRIVER Restoring the network from cache was successful!
2023-07-19T14:04:45.297Z CNTRLR [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
2023-07-19T14:04:45.300Z CNTRLR [Node 001] [Manufacturer Specific] productType: metadata updated
2023-07-19T14:04:45.301Z CNTRLR [Node 001] [Manufacturer Specific] productId: metadata updated
2023-07-19T14:04:45.302Z CNTRLR [Node 001] [~] [Manufacturer Specific] manufacturerId: 634 => 634
2023-07-19T14:04:45.305Z CNTRLR [Node 001] [~] [Manufacturer Specific] productType: 1 => 1
2023-07-19T14:04:45.306Z CNTRLR [Node 001] [~] [Manufacturer Specific] productId: 13 => 13
2023-07-19T14:04:45.307Z CNTRLR [Node 001] [Version] firmwareVersions: metadata updated
2023-07-19T14:04:45.309Z CNTRLR [Node 001] [~] [Version] firmwareVersions: 7.19 => 7.19
2023-07-19T14:04:45.310Z CNTRLR [Node 001] [Version] zWaveProtocolVersion: metadata updated
2023-07-19T14:04:45.311Z CNTRLR [Node 001] [~] [Version] zWaveProtocolVersion: "7.19.2" => "7.19.2"
2023-07-19T14:04:45.312Z CNTRLR [Node 001] [Version] sdkVersion: metadata updated
2023-07-19T14:04:45.313Z CNTRLR [Node 001] [~] [Version] sdkVersion: "7.19.2" => "7.19.2"
2023-07-19T14:04:45.313Z CNTRLR Interview completed
2023-07-19T14:04:45.315Z DRIVER Network key for S0 configured, enabling S0 security manager...
2023-07-19T14:04:45.318Z DRIVER At least one network key for S2 configured, enabling S2 security manager...
2023-07-19T14:04:45.326Z DRIVER driver ready
2023-07-19T14:04:45.327Z DRIVER Checking for configuration updates...
2023-07-19T14:04:45.380Z CNTRLR [Node 001] The node is alive.
2023-07-19T14:04:45.400Z CNTRLR [Node 001] The node is ready to be used
2023-07-19T14:04:45.401Z CNTRLR All nodes are ready to be used
2023-07-19T14:04:45.491Z SERIAL » 0x0104000b13e3 (6 bytes)
2023-07-19T14:04:45.492Z DRIVER » [REQ] [SerialAPISetup]
command: GetPowerlevel16Bit
payload: 0x13
2023-07-19T14:04:45.511Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.517Z SERIAL « 0x0108010b1300000000ee (10 bytes)
2023-07-19T14:04:45.519Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.522Z DRIVER « [RES] [SerialAPISetup]
command: GetPowerlevel16Bit
normal powerlevel: 0.0 dBm
output power at 0 dBm: 0.0 dBm
2023-07-19T14:04:45.531Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:04:45.532Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:04:45.537Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:45.539Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:04:45.540Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:45.541Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
2023-07-19T14:04:45.654Z DRIVER Usage statistics sent - next transmission scheduled in 23 hours.
2023-07-19T14:04:45.816Z DRIVER No configuration update available...
2023-07-19T14:04:50.553Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:04:50.555Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:04:50.560Z SERIAL « [ACK] (0x06)
2023-07-19T14:04:50.562Z SERIAL « 0x0107013b9094947f2d (9 bytes)
2023-07-19T14:04:50.563Z SERIAL » [ACK] (0x06)
2023-07-19T14:04:50.565Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -112 dBm
channel 1: -108 dBm
channel 2: -108 dBm
2023-07-19T14:05:20.554Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:05:20.557Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:05:20.562Z SERIAL « [ACK] (0x06)
2023-07-19T14:05:20.564Z SERIAL « 0x0107013b9193937f2c (9 bytes)
2023-07-19T14:05:20.566Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:20.569Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -111 dBm
channel 1: -109 dBm
channel 2: -109 dBm
2023-07-19T14:05:45.515Z SERIAL » 0x0105000b4000b1 (7 bytes)
2023-07-19T14:05:45.518Z DRIVER » [REQ] [SerialAPISetup]
command: SetRFRegion
region: Europe
2023-07-19T14:05:45.522Z SERIAL « [ACK] (0x06)
2023-07-19T14:05:45.524Z SERIAL « 0x0105010b4001b1 (7 bytes)
2023-07-19T14:05:45.526Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:45.531Z DRIVER « [RES] [SerialAPISetup]
command: SetRFRegion
success: true
2023-07-19T14:05:45.540Z CNTRLR Performing soft reset...
2023-07-19T14:05:45.546Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:05:45.547Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:05:45.552Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:05:45.763Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:05:45.765Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:45.767Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:05:45.769Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:05:45.769Z DRIVER no handlers registered!
2023-07-19T14:05:46.552Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-07-19T14:05:46.655Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:05:46.655Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:05:46.666Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:05:46.871Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:05:46.872Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:46.875Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:05:46.877Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:05:46.877Z DRIVER no handlers registered!
2023-07-19T14:05:47.659Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-07-19T14:05:48.760Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:05:48.761Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:05:48.767Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:05:48.977Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:05:48.979Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:48.984Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:05:48.986Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:05:48.987Z DRIVER no handlers registered!
2023-07-19T14:05:49.768Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020
0)
2023-07-19T14:05:49.768Z CNTRLR Waiting for the controller to reconnect...
2023-07-19T14:05:51.270Z CNTRLR Waiting for the Serial API to start...
2023-07-19T14:05:54.774Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:05:54.775Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:05:54.780Z SERIAL « [ACK] (0x06)
2023-07-19T14:05:54.784Z SERIAL « 0x0107013b9094947f2d (9 bytes)
2023-07-19T14:05:54.785Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:54.788Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -112 dBm
channel 1: -108 dBm
channel 2: -108 dBm
2023-07-19T14:05:56.271Z CNTRLR Did not receive notification that Serial API has started, checking if it respo
nds...
2023-07-19T14:05:56.281Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:05:56.283Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:05:56.289Z SERIAL « [ACK] (0x06)
2023-07-19T14:05:56.291Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:05:56.291Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:56.295Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:05:56.298Z CNTRLR Serial API responded
2023-07-19T14:05:56.304Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:05:56.305Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:05:56.311Z SERIAL « [ACK] (0x06)
2023-07-19T14:05:56.312Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:05:56.313Z SERIAL » [ACK] (0x06)
2023-07-19T14:05:56.314Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
2023-07-19T14:06:24.776Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:06:24.778Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:06:24.783Z SERIAL « [ACK] (0x06)
2023-07-19T14:06:24.785Z SERIAL « 0x0107013b9090907f2d (9 bytes)
2023-07-19T14:06:24.786Z SERIAL » [ACK] (0x06)
2023-07-19T14:06:24.789Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -112 dBm
channel 1: -112 dBm
channel 2: -112 dBm
2023-07-19T14:06:54.778Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:06:54.780Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:06:54.785Z SERIAL « [ACK] (0x06)
2023-07-19T14:06:54.787Z SERIAL « 0x0107013b9192927f2c (9 bytes)
2023-07-19T14:06:54.788Z SERIAL » [ACK] (0x06)
2023-07-19T14:06:54.791Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -111 dBm
channel 1: -110 dBm
channel 2: -110 dBm
2023-07-19T14:07:24.775Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:07:24.776Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:07:24.782Z SERIAL « [ACK] (0x06)
2023-07-19T14:07:24.783Z SERIAL « 0x0107013b9092927f2d (9 bytes)
2023-07-19T14:07:24.784Z SERIAL » [ACK] (0x06)
2023-07-19T14:07:24.787Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -112 dBm
channel 1: -110 dBm
channel 2: -110 dBm
2023-07-19T14:07:54.777Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:07:54.779Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:07:54.784Z SERIAL « [ACK] (0x06)
2023-07-19T14:07:54.785Z SERIAL « 0x0107013b9095957f2d (9 bytes)
2023-07-19T14:07:54.786Z SERIAL » [ACK] (0x06)
2023-07-19T14:07:54.790Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -112 dBm
channel 1: -107 dBm
channel 2: -107 dBm
2023-07-19T14:08:24.775Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:08:24.778Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:08:24.784Z SERIAL « [ACK] (0x06)
2023-07-19T14:08:24.787Z SERIAL « 0x0107013b9294947f2f (9 bytes)
2023-07-19T14:08:24.790Z SERIAL » [ACK] (0x06)
2023-07-19T14:08:24.796Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -110 dBm
channel 1: -108 dBm
channel 2: -108 dBm
2023-07-19T14:08:51.722Z SERIAL » 0x0105000b4000b1 (7 bytes)
2023-07-19T14:08:51.724Z DRIVER » [REQ] [SerialAPISetup]
command: SetRFRegion
region: Europe
2023-07-19T14:08:51.729Z SERIAL « [ACK] (0x06)
2023-07-19T14:08:51.730Z SERIAL « 0x0105010b4001b1 (7 bytes)
2023-07-19T14:08:51.731Z SERIAL » [ACK] (0x06)
2023-07-19T14:08:51.735Z DRIVER « [RES] [SerialAPISetup]
command: SetRFRegion
success: true
2023-07-19T14:08:51.738Z CNTRLR Performing soft reset...
2023-07-19T14:08:51.746Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:08:51.747Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:08:51.751Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:08:51.962Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:08:51.963Z SERIAL » [ACK] (0x06)
2023-07-19T14:08:51.965Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:08:51.966Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:08:51.966Z DRIVER no handlers registered!
2023-07-19T14:08:52.752Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2023-07-19T14:08:52.855Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:08:52.856Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:08:52.862Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:08:53.073Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:08:53.074Z SERIAL » [ACK] (0x06)
2023-07-19T14:08:53.078Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:08:53.081Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:08:53.081Z DRIVER no handlers registered!
2023-07-19T14:08:53.861Z CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
n 1100 ms.
2023-07-19T14:08:54.964Z DRIVER » [REQ] [SoftReset]
2023-07-19T14:08:54.965Z SERIAL » 0x01030008f4 (5 bytes)
2023-07-19T14:08:54.971Z SERIAL « [DISCARDED] invalid data 0xe6 (1 bytes)
2023-07-19T14:08:55.181Z SERIAL « 0x0113000a0700010207095e748a568f989f6c5500ab (21 bytes)
2023-07-19T14:08:55.183Z SERIAL » [ACK] (0x06)
2023-07-19T14:08:55.186Z DRIVER « [REQ] [SerialAPIStarted]
wake up reason: SoftwareReset
watchdog enabled: false
generic device class: 0x02
specific device class: 0x07
always listening: false
supports Long Range: false
2023-07-19T14:08:55.188Z DRIVER handling request SerialAPIStarted (10)
2023-07-19T14:08:55.189Z DRIVER no handlers registered!
2023-07-19T14:08:55.973Z CNTRLR Soft reset failed: Timeout while waiting for an ACK from the controller (ZW020
0)
2023-07-19T14:08:55.974Z CNTRLR Waiting for the controller to reconnect...
2023-07-19T14:08:57.475Z CNTRLR Waiting for the Serial API to start...
2023-07-19T14:09:00.979Z SERIAL » 0x0103003bc7 (5 bytes)
2023-07-19T14:09:00.980Z DRIVER » [REQ] [GetBackgroundRSSI]
2023-07-19T14:09:00.986Z SERIAL « [ACK] (0x06)
2023-07-19T14:09:00.988Z SERIAL « 0x0107013b9191917f2c (9 bytes)
2023-07-19T14:09:00.989Z SERIAL » [ACK] (0x06)
2023-07-19T14:09:00.991Z DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -111 dBm
channel 1: -111 dBm
channel 2: -111 dBm
2023-07-19T14:09:02.477Z CNTRLR Did not receive notification that Serial API has started, checking if it respo
nds...
2023-07-19T14:09:02.488Z SERIAL » 0x01030015e9 (5 bytes)
2023-07-19T14:09:02.489Z DRIVER » [REQ] [GetControllerVersion]
2023-07-19T14:09:02.495Z SERIAL « [ACK] (0x06)
2023-07-19T14:09:02.497Z SERIAL « 0x011001155a2d5761766520372e313900079f (18 bytes)
2023-07-19T14:09:02.498Z SERIAL » [ACK] (0x06)
2023-07-19T14:09:02.500Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520372e31390007
2023-07-19T14:09:02.507Z CNTRLR Serial API responded
2023-07-19T14:09:02.512Z SERIAL » 0x0104000b20d0 (6 bytes)
2023-07-19T14:09:02.513Z DRIVER » [REQ] [SerialAPISetup]
command: GetRFRegion
payload: 0x20
2023-07-19T14:09:02.517Z SERIAL « [ACK] (0x06)
2023-07-19T14:09:02.519Z SERIAL « 0x0105010b2001d1 (7 bytes)
2023-07-19T14:09:02.520Z SERIAL » [ACK] (0x06)
2023-07-19T14:09:02.521Z DRIVER « [RES] [SerialAPISetup]
command: GetRFRegion
region: USA
``
Thanks for your support.
|
gharchive/issue
| 2023-07-19T10:50:26 |
2025-04-01T06:41:02.424989
|
{
"authors": [
"AlCalzone",
"MarcusSteen"
],
"repo": "zwave-js/node-zwave-js",
"url": "https://github.com/zwave-js/node-zwave-js/issues/6036",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2307800667
|
feat: Zniffer polishing
This PR adds:
a special frame type to distinguish Broadcast frames (= non-routed singlecast with broadcast Node ID)
an optional parameter for znifferProtocolDataRateToString to omit the protocol name
an option to limit the number of captured frames kept in memory
@zwave-js-bot automerge
|
gharchive/pull-request
| 2024-05-21T09:18:52 |
2025-04-01T06:41:02.430163
|
{
"authors": [
"AlCalzone"
],
"repo": "zwave-js/node-zwave-js",
"url": "https://github.com/zwave-js/node-zwave-js/pull/6863",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
788319291
|
chore(docker): docker labels opencontainers
Fixes #257
@chrisns I would like to set some env vars in stage 1 and then use them on last stage. How could I do this?
@chrisns I would like to set some env vars in stage 1 and then use them on last stage. How could I do this?
Pull Request Test Coverage Report for Build 493843381
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 23.579%
Totals
Change from base Build 493742410:
0.0%
Covered Lines:
1958
Relevant Lines:
8483
💛 - Coveralls
Pull Request Test Coverage Report for Build 493843381
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 23.579%
Totals
Change from base Build 493742410:
0.0%
Covered Lines:
1958
Relevant Lines:
8483
💛 - Coveralls
Closed in favor of #266
Closed in favor of #266
|
gharchive/pull-request
| 2021-01-18T14:35:12 |
2025-04-01T06:41:02.439824
|
{
"authors": [
"coveralls",
"robertsLando"
],
"repo": "zwave-js/zwavejs2mqtt",
"url": "https://github.com/zwave-js/zwavejs2mqtt/pull/262",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1350124116
|
Join forces with zxing-cpp?
Hi there. Apologies in advance if someone thinks the following proposal is inappropriate.
I'm the maintainer of zxing-cpp. Since this PR we have a wrapper for iOS. The project has been ported to c++ from the Java version about 4 years ago but has been improved/rewritten substantially over the years. Depending on the use case it is now 2x to 10x faster than the original and has improved detection capabilities as well. Glancing over the open issues an PR list here, I estimate that the following issues would go away by switching to zxing-cpp: #470, #483, #485, #498, #501, #567, #517, #524, #570.
It seems that this project here is partly abandoned (based on the date of the last commit) but quite a few people are using/working on this port. I'd therefore like to invite anyone who is interested to give zxing-cpp a try and if you find something is lacking with the new wrapper, please let me know. I'd love to help consolidate the rather fragmented landscape of zxing ports and bring the community closer together working on one solution instead of fixing issues multiple times in different code bases.
@axxel yeah, I wanted to rewrite the ObjC port with Swift some while ago but didn't find the time to do so. I fixed some bugs and as the original zxing is kind of dead, I tried to port all the outstanding changes from zxing to this objc port. I succeeded in doing so but keeping up with issues and bugs did not work out for me. With @Liftric we started playing around with the cpp port and actually it is super fast and convenient for us to use. I don't really see any point in either rewriting the ObjC port to Swift or cleaning this repo up. You made awesome progress and I believe it is more meaningful to support your port instead of this. I will add a remark to this repos README and archive it in a couple of months.
@axxel I will put a small hint on the top of the README to redirect people to your project, which makes sense the most IMHO.
@axxel with https://github.com/zxing-cpp/zxing-cpp/pull/630 the zxing-cpp project should be fully working and could replace this one. There is still room for a bit more work on the iOS wrapper in terms of documentation and feature richness but it is already a noteworthy replacement.
After this PR is merged and released, I would invest a bit of time in some README enhancements in zxing-cpp and add a remark to this repository (and probably in the near future archive it). It can still be taken over if somebody is interested in maintaining that.
@benjohnde and the others:
I may have another reason why you would want to switch from this ObjC variant to the C++ variant:
Long story:
We have many UseCases where we have to deal with 2D barcodes (especially DataMatrix) that contain binary data. (Especially for the purpose of VDS - Visible Digital Seals)
I have noticed that the zxing-objc has problems reading these codes with binary payloads correctly. The dangerous thing is that scanning works, but unfortunately there is simply a complete block of data missing in between the decoded payload.
We noticed this problem with one of our older apps in which we have still used zxing-objc. But since we were already in the process of switching to zxing-cpp anyway, we "solved" the problem by throwing out zxing-objc completely instead of looking for the error here for a long time.
But the bottom line is that there are still problems somewhere in zxing-objc when processing binary barcodes.
You can try it out for yourself:
This VDS contains the binary raw data:
1a)
E75F9D58C54785D6ADC087AA322CBBF3EC7C9AB447E7B855F482149143BE6E0C90267614E9A432CE15DE8E1FC0497A10EFEA606709E4332153EF73B3ADEC0F9AC4A3CE46028366F27568B3F5D7B6FE21514639E7ED4016A0A92A7262AB2DDDBA94F237F1AE6CE2EE874406F14E6F782DDB5065E5FDB6D9895E7381FBE0336381FCEE4B4D328E5A305DB3D73E7785D651137A6E1E1009C3819D34CA61F78F26BC53E98018AE45DB720AA037CD64FA
1b) --> after correct datamatrix decoding this will have the payload bytes:
DC01D9C56D296AE819A699FDF799FDF77F04010C474E58504D34513650594748020A4A6F686E20536D69746803034DB293041139383220526567656E742053747265657405105065746572626F726F75676820504538FF4034A79345A053405AA1E6AE5E82A9D2B2292C5480D59D289CBBD3B3321D9FC3506AAA29A286D5932DB69BF8BF2B7B4178B84F109E70138C472C592A89A3FF6387
But zxing-objc gives as result in _result.rawBytes:
2a)
E75F9D58C54785D6ADC087AA322CBBF3EC7C9AB447E7B855F482149143BE6EC90267614E9A432CE15DE8E1FC0497A10EFEA60679E4332153EF73B3ADECF9AC4A3CE4628366F27568B3F5D7B6FE21514639E7ED4016A0A92A7262AB2DDDBA94F237F1AE6CE2EE87446F14E6F782DDB5065E5FDB6D9895E7381FBE0336381FCEE4B4D328E5A305DB3D73E7785D651137A6E1E109C3819D34CA61F78F26BC53E98018AE45DB72AA037CD64FA
2b) --> and after datamatrix decoding this will have the payload bytes:
DC01D9C56D296AE819A699FDF799FDF77F04010C474E58504D34513650594748020A4A6F686E20536D69746803034DB2930411FF4034A79345A053405AA1E6AE5E82A9D2B2292C5480D59D289CBBD3B3321D9FC3506AAA29A286D5932DB69BF8BF2B7B4178B84F109E70138C472C592A89A3FF6387
The strange thing about this is that both the start range and the end range are the same, only one data block is missing in between, which of course makes the result from zxing-objc useless.
You could dive really deep into it now and it would certainly be an interesting journey, but the effort is too high for me right now, given that our decision in favor of zxing-cpp had already been made beforehand anyway.
|
gharchive/issue
| 2022-08-24T23:25:09 |
2025-04-01T06:41:02.467835
|
{
"authors": [
"alexmanzer",
"axxel",
"benjohnde"
],
"repo": "zxingify/zxingify-objc",
"url": "https://github.com/zxingify/zxingify-objc/issues/571",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2367483008
|
Create learning.md
[ ] geemap & duckdb course
[ ] SQL Language basic & PostGIS
[ ] R language learning w/ census data and spatial analysis
[ ] ESRI conference
[ ] Climate AI revisit
[ ] ESRI product learning (revisit)
[ ] Graphic design basic
In progress
|
gharchive/pull-request
| 2024-06-22T02:51:59 |
2025-04-01T06:41:02.474344
|
{
"authors": [
"zyang91"
],
"repo": "zyang91/task_checklist",
"url": "https://github.com/zyang91/task_checklist/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2474608938
|
【Feature request】- outline of code (at least common used types like markdown, c/c++, python, etc)
[Feature request description]
A sideabar showing the headlines/structure of current code/text file.
[Why]
When browsing through a long text file (e.g., markdown type), it's painful to locate and navigate. An outline of contents at sidebar would greatly improve the efficiency.
[Reference]
https://github.com/hedyhli/outline.nvim?tab=readme-ov-file
[Appearing like this]
Thank you very much for the great work.
Glad to know that. Thanks a lot.
|
gharchive/issue
| 2024-08-20T02:52:15 |
2025-04-01T06:41:02.476805
|
{
"authors": [
"Giessen"
],
"repo": "zyedidia/micro",
"url": "https://github.com/zyedidia/micro/issues/3435",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
175433353
|
handle all rune-keys.
if the key is a rune-key and its not handled by a commandbinding,
process the key even if the modifiers differ from shift.
this fixes issue #310
Is this the same as #312?
Looks the same. Only with differences I can spot:
bool variable is called "handled" instead of "isBinding"
my PR is based on a newer version of the code which includes macros.
#312 has been merged so I'll close this.
|
gharchive/pull-request
| 2016-09-07T07:37:45 |
2025-04-01T06:41:02.478815
|
{
"authors": [
"boombuler",
"zyedidia"
],
"repo": "zyedidia/micro",
"url": "https://github.com/zyedidia/micro/pull/330",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2755631438
|
🛑 UM300 at Home is down
In bcba979, UM300 at Home (home.$DOMAIN_CN) was down:
HTTP code: 0
Response time: 0 ms
Resolved: UM300 at Home is back up in adf64db after 5 minutes.
|
gharchive/issue
| 2024-12-23T09:39:38 |
2025-04-01T06:41:02.492671
|
{
"authors": [
"zzc-tongji"
],
"repo": "zzc-tongji/upptime",
"url": "https://github.com/zzc-tongji/upptime/issues/231",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1842149118
|
Metro bundle does not start after installing react-native-readium
@salomon16 you're going to need to provide a reproduction. Things work for me so I suspect it's something to do with your project.
|
gharchive/issue
| 2023-08-08T21:49:43 |
2025-04-01T06:41:02.507415
|
{
"authors": [
"jspizziri",
"salomon16"
],
"repo": "5-stones/react-native-readium",
"url": "https://github.com/5-stones/react-native-readium/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1234266394
|
Add Example for SSL.
Added in #6.
|
gharchive/issue
| 2022-05-12T17:09:18 |
2025-04-01T06:41:02.508028
|
{
"authors": [
"5cript"
],
"repo": "5cript/roar",
"url": "https://github.com/5cript/roar/issues/4",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2079016524
|
ABIS updates and new NSL pattern
Deployed (with guidance from Richard!)
|
gharchive/pull-request
| 2024-01-12T14:49:08 |
2025-04-01T06:41:02.515945
|
{
"authors": [
"gward-ardc",
"nicholascar"
],
"repo": "AGLDWG/pid-proxy",
"url": "https://github.com/AGLDWG/pid-proxy/pull/89",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1156117093
|
Use guid for all primitives
Ready for merge.
|
gharchive/pull-request
| 2022-03-02T01:18:47 |
2025-04-01T06:41:02.516674
|
{
"authors": [
"kkunal1408"
],
"repo": "ALIGN-analoglayout/ALIGN-public",
"url": "https://github.com/ALIGN-analoglayout/ALIGN-public/pull/1000",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1083629558
|
Added sort asc by name to print commands
Codecov Report
Merging #6 (058474b) into main (2dc1d82) will decrease coverage by 0.21%.
The diff coverage is 85.71%.
@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 91.92% 91.70% -0.22%
==========================================
Files 19 19
Lines 421 422 +1
==========================================
Hits 387 387
- Misses 34 35 +1
Impacted Files
Coverage Δ
src/Console/Command/AddScope.php
100.00% <ø> (ø)
src/Console/Command/DeactivateApiKey.php
100.00% <ø> (ø)
src/Console/Command/DeleteScope.php
100.00% <ø> (ø)
src/Console/Command/GenerateApiKey.php
100.00% <ø> (ø)
src/Console/Command/GenerateScope.php
100.00% <ø> (ø)
src/Console/Command/RemoveScope.php
100.00% <ø> (ø)
src/ServiceProvider.php
90.90% <75.00%> (-9.10%)
:arrow_down:
src/Console/Command/Command.php
100.00% <100.00%> (ø)
src/Console/Command/PrintApiKey.php
100.00% <100.00%> (ø)
src/Console/Command/PrintScope.php
100.00% <100.00%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2dc1d82...058474b. Read the comment docs.
|
gharchive/pull-request
| 2021-12-17T21:32:56 |
2025-04-01T06:41:02.532055
|
{
"authors": [
"TomHAnderson",
"codecov-commenter"
],
"repo": "API-Skeletons/laravel-doctrine-apikey",
"url": "https://github.com/API-Skeletons/laravel-doctrine-apikey/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1021910065
|
add prefix for time and tag
Codecov Report
Merging #87 (9974cf4) into master (5532b91) will increase coverage by 0.02%.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## master #87 +/- ##
============================================
+ Coverage 70.79% 70.81% +0.02%
Complexity 401 401
============================================
Files 72 72
Lines 1260 1261 +1
Branches 129 129
============================================
+ Hits 892 893 +1
Misses 336 336
Partials 32 32
Impacted Files
Coverage Δ
.../main/java/seedu/unify/logic/parser/CliSyntax.java
85.71% <100.00%> (+2.38%)
:arrow_up:
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5532b91...9974cf4. Read the comment docs.
|
gharchive/pull-request
| 2021-10-10T07:53:58 |
2025-04-01T06:41:02.574077
|
{
"authors": [
"codecov-commenter",
"srj31"
],
"repo": "AY2122S1-CS2103T-W17-4/tp",
"url": "https://github.com/AY2122S1-CS2103T-W17-4/tp/pull/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1155298273
|
Add delete meeting feature in UG
Codecov Report
Merging #26 (60ab635) into master (cc8413f) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #26 +/- ##
=========================================
Coverage 72.15% 72.15%
Complexity 399 399
=========================================
Files 70 70
Lines 1232 1232
Branches 125 125
=========================================
Hits 889 889
Misses 311 311
Partials 32 32
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc8413f...60ab635. Read the comment docs.
|
gharchive/pull-request
| 2022-03-01T12:46:08 |
2025-04-01T06:41:02.581048
|
{
"authors": [
"YiFei2",
"codecov-commenter"
],
"repo": "AY2122S2-CS2103T-W12-3/tp",
"url": "https://github.com/AY2122S2-CS2103T-W12-3/tp/pull/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1444984640
|
Fix Image & Add Links to UG
Codecov Report
Merging #191 (4658fb2) into master (0ad4c45) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #191 +/- ##
=========================================
Coverage 75.06% 75.06%
Complexity 671 671
=========================================
Files 100 100
Lines 2049 2049
Branches 243 243
=========================================
Hits 1538 1538
Misses 410 410
Partials 101 101
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
|
gharchive/pull-request
| 2022-11-11T06:14:26 |
2025-04-01T06:41:02.584464
|
{
"authors": [
"anthonyhoth",
"codecov-commenter"
],
"repo": "AY2223S1-CS2103T-T14-3/tp",
"url": "https://github.com/AY2223S1-CS2103T-T14-3/tp/pull/191",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1437919852
|
Update view sequence diagram
Codecov Report
Base: 75.67% // Head: 75.67% // No change to project coverage :thumbsup:
Coverage data is based on head (7fb2b47) compared to base (84ca515).
Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## master #312 +/- ##
=========================================
Coverage 75.67% 75.67%
Complexity 719 719
=========================================
Files 108 108
Lines 2064 2064
Branches 255 255
=========================================
Hits 1562 1562
Misses 439 439
Partials 63 63
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
|
gharchive/pull-request
| 2022-11-07T07:57:20 |
2025-04-01T06:41:02.589728
|
{
"authors": [
"codecov-commenter",
"fannyjian"
],
"repo": "AY2223S1-CS2103T-T15-3/tp",
"url": "https://github.com/AY2223S1-CS2103T-T15-3/tp/pull/312",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1380782500
|
[TASK] get WBS for Bengaluru, India / Anil
wbs is B2PGQ003
|
gharchive/issue
| 2022-09-21T11:35:45 |
2025-04-01T06:41:02.591226
|
{
"authors": [
"JoernBerkefeld"
],
"repo": "Accenture/sfmc-devtools-copado",
"url": "https://github.com/Accenture/sfmc-devtools-copado/issues/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
896209791
|
update packages
:white_check_mark: Build TheIdServer 3.0.1-fix-dependencies1-0006 completed (commit https://github.com/Aguafrommars/TheIdServer/commit/a32fb0b12d by @)
|
gharchive/pull-request
| 2021-05-20T02:55:27 |
2025-04-01T06:41:02.598879
|
{
"authors": [
"AppVeyorBot",
"aguacongas"
],
"repo": "Aguafrommars/TheIdServer",
"url": "https://github.com/Aguafrommars/TheIdServer/pull/462",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1861881658
|
OBS Scene
https://github.com/AlexHedley/poker-recording/blob/main/resources/OBS/README.md
|
gharchive/issue
| 2023-08-22T17:14:07 |
2025-04-01T06:41:02.651696
|
{
"authors": [
"AlexHedley"
],
"repo": "AlexHedley/poker-recording",
"url": "https://github.com/AlexHedley/poker-recording/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1397969154
|
[Enhancement] make navbar responsive
@Aadarsh805 I would like to work on this issue. Can you assign this to me?
@Aadarsh805 I would like to work on this issue. Can you assign this to me?
Go ahead Ser !!
@Aman-Mandal bro how we gonna keep navbar on mobile, do we make another onclick sidebar or do we just push those links to the already made sidebar or we just make then small
I want to contribute please assign it to me
lets just make them small for now, we'll do it later
I'm on it.
I want to contribute please assign it to me
it's already assigned, you can try other issues or just wait 2-3 days if we don't get any response from the assignee, we'll assign it to you
@Aman-Mandal bro how we gonna keep navbar on mobile, do we make another onclick sidebar or do we just push those links to the already made sidebar or we just make then small
We can simply add the navbar links on our already present sidebar and hide the navbar on small screens
I'm on it.
I want to contribute please assign it to me
it's already assigned, you can try other issues or just wait 2-3 days if we don't get any response from the assignee, we'll assign it to you
alright Kunal, go ahead
I'm on it.
I want to contribute please assign it to me
it's already assigned, you can try other issues or just wait 2-3 days if we don't get any response from the assignee, we'll assign it to you
alright Kunal, go ahead
Is there a discord community or something where I can contact if I get some issues while developing?
@Aman-Mandal where should they contact us
We don't have a community yet, you can text us on twitter (given on readme) for now!! Will make a group/channel soon ✨
We don't have a community yet, you can text us on twitter (given on readme) for now!! Will make a group/channel soon ✨
Cool
|
gharchive/issue
| 2022-10-05T15:14:12 |
2025-04-01T06:41:02.669966
|
{
"authors": [
"Aadarsh805",
"Aman-Mandal",
"Im-Kunal-13",
"hamzailyas237"
],
"repo": "Aman-Mandal/groovy",
"url": "https://github.com/Aman-Mandal/groovy/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1193878774
|
Create GUI .exe file for Mac and Linux
.exe files are a Windows-only format, and there is no direct equivalent for Linux or macOS.
With regards to macOS, I don't think it's realistic for us to be able to package it neatly without tripping up Apple's Gatekeeper system, which blocks unsigned executables from running, and setting up the proper developer tools for signing is beyond the scope of this project.
With regards to Linux: there are hundreds (if not thousands) of different Linux distros (short for distributions), with different ways of handling executable files. There are three options that I would consider workable:
AppImage:
Tries to be the direct equivalent to Windows .exe files for Linux, and work across distros
I personally avoid these whenever possible, because I prefer to be able to use a package manager tool to update software automatically, and these don't support that.
I have never dealt with these from a developer perspective, and only rarely dealt with them as a user.
I'd recommend against this, but it would still work.
Flatpak: packaging and distribution format for graphical programs on Linux systems.
Flatpak software is distributed through Flatpak repositories, and the Flatpak system takes care of installing updates.
I prefer this over AppImage.
I have far more experience with Flatpaks as a user, but have not dealt with them as a developer before.
I could theoretically set up a Flatpak repository to use for this project
DPKG (.deb): Unlike the other two I mentioned, .deb files are specific to the Debian distro, and its many forks, and their forks, and so on.
DPKGs can be distributed as standalone .deb files, or through online Advanced Package Tool (APT) repositories that take care of dependency management and the like.
I have an existing personal APT repository which we could use for distribution.
Unlike AppImages and Flatpaks, dependencies are separate packages, making the file size smaller
This would be my recommended way to package this for Linux, even though it limits it to the Debian family tree.
Thanks for the info, Eli. From what you mentioned, it sounds like we probably should write off making a macOS version, although I definitely want look into those options for Linux. I'm pretty unexperienced with Linux, just having done CSI 230 with it and not much else, but I'll do my best to figure everything out, and maybe we can go over it during our next meeting.
I already have the infrastructure to build and distribute DPKG files, so I can take care of that
Ok, sounds good. If you want, we can hold off from doing this until more features are added to the GUI. Otherwise you might have to update it a few times. Appreciate the help!
|
gharchive/issue
| 2022-04-06T00:52:28 |
2025-04-01T06:41:02.677095
|
{
"authors": [
"eliminmax",
"hhennessy20"
],
"repo": "Amor-Amor/CSI-281-encryption-decryption-software",
"url": "https://github.com/Amor-Amor/CSI-281-encryption-decryption-software/issues/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2281667074
|
Services: first build: abs added
Linter check found the following problems:
ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_d82itztxdz/clone` failed. (See above for error)
The following problems have been found:
===== ERRORS =====
clone/recipe/meta.yaml:128: missing_imports_or_run_test_py: output "_robotframework_tests": Python packages require imports or a python test file in tests.
clone/recipe/meta.yaml:38: wrong_output_script_key: It should be outputs/x/script, not outputs/x/build/script
===== Final Report: =====
2 Errors and 0 Warnings were found
|
gharchive/pull-request
| 2024-05-06T20:09:10 |
2025-04-01T06:41:02.679520
|
{
"authors": [
"anaconda-pkg-build",
"bkreider"
],
"repo": "AnacondaRecipes/robotframework-feedstock",
"url": "https://github.com/AnacondaRecipes/robotframework-feedstock/pull/3",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
2329248934
|
hvds
ssdgfbdgs
|
gharchive/issue
| 2024-06-01T17:21:13 |
2025-04-01T06:41:02.680181
|
{
"authors": [
"AnastasiaSkoropad"
],
"repo": "AnastasiaSkoropad/homepage",
"url": "https://github.com/AnastasiaSkoropad/homepage/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1289410574
|
Update README.md
Pipelines as Code CI/test-pull-request has successfully validated your commit.
StatusDurationName
✅ Succeeded
17 seconds
noop-task
|
gharchive/pull-request
| 2022-06-29T23:44:37 |
2025-04-01T06:41:02.683390
|
{
"authors": [
"AndrienkoAleksandr"
],
"repo": "AndrienkoAleksandr/pac-test-9",
"url": "https://github.com/AndrienkoAleksandr/pac-test-9/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2151696780
|
refactor: add pyinstaller specs
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
|
gharchive/pull-request
| 2024-02-23T19:44:28 |
2025-04-01T06:41:02.685244
|
{
"authors": [
"AnotherStranger"
],
"repo": "AnotherStranger/rockbox-scrobbler",
"url": "https://github.com/AnotherStranger/rockbox-scrobbler/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1580173805
|
Display the API data on the HTML browser page
I had to add a card from bootstrap to display the movie api response because I could not do it on the question mark div
|
gharchive/issue
| 2023-02-10T18:57:51 |
2025-04-01T06:41:02.686260
|
{
"authors": [
"AntonScheving",
"ChidoMunyanyi"
],
"repo": "AntonScheving/Notflix-Movie-Ratings-Database",
"url": "https://github.com/AntonScheving/Notflix-Movie-Ratings-Database/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1654891276
|
FE-73 Crear componente form CheckOut para pasarela de pagos
FE-73 Crear componente form CheckOut para pasarela de pagos
|
gharchive/pull-request
| 2023-04-05T04:00:24 |
2025-04-01T06:41:02.688104
|
{
"authors": [
"Colifaa"
],
"repo": "Armax7/Lotus",
"url": "https://github.com/Armax7/Lotus/pull/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1284636676
|
update docs
Codecov Report
Merging #2 (f2f3423) into main (7b8ec04) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## main #2 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 4 4
Branches 1 1
=========================================
Hits 4 4
Impacted Files
Coverage Δ
index.js
100.00% <ø> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b8ec04...f2f3423. Read the comment docs.
|
gharchive/pull-request
| 2022-06-25T15:27:11 |
2025-04-01T06:41:02.736523
|
{
"authors": [
"Austionian",
"codecov-commenter"
],
"repo": "Austionian/last-method",
"url": "https://github.com/Austionian/last-method/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1109327233
|
black
Hello @GaetanDu! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
In the file autopycoin/asserts.py:
Line 38:80: E501 line too long (81 > 79 characters)
Line 39:80: E501 line too long (86 > 79 characters)
Line 43:80: E501 line too long (88 > 79 characters)
Line 69:80: E501 line too long (86 > 79 characters)
In the file autopycoin/dataset/generator.py:
Line 212:80: E501 line too long (109 > 79 characters)
Line 301:80: E501 line too long (87 > 79 characters)
Line 305:80: E501 line too long (83 > 79 characters)
Line 577:80: E501 line too long (83 > 79 characters)
Line 810:80: E501 line too long (96 > 79 characters)
In the file autopycoin/dataset/generator_test.py:
Line 205:80: E501 line too long (83 > 79 characters)
Line 574:50: E231 missing whitespace after ','
Line 1035:77: E231 missing whitespace after ','
In the file autopycoin/layers/__init__.py:
Line 5:80: E501 line too long (80 > 79 characters)
In the file autopycoin/layers/nbeats_layers.py:
Line 582:80: E501 line too long (88 > 79 characters)
Line 606:80: E501 line too long (88 > 79 characters)
Line 629:80: E501 line too long (82 > 79 characters)
Line 697:80: E501 line too long (82 > 79 characters)
Line 708:80: E501 line too long (86 > 79 characters)
In the file autopycoin/layers/nbeats_layers_test.py:
Line 218:47: E231 missing whitespace after ','
Line 477:80: E501 line too long (88 > 79 characters)
In the file autopycoin/losses/losses_test.py:
Line 18:80: E501 line too long (81 > 79 characters)
Line 27:80: E501 line too long (84 > 79 characters)
Line 153:80: E501 line too long (82 > 79 characters)
Line 160:80: E501 line too long (82 > 79 characters)
Line 170:80: E501 line too long (86 > 79 characters)
Line 179:80: E501 line too long (85 > 79 characters)
Line 188:80: E501 line too long (82 > 79 characters)
Line 197:80: E501 line too long (82 > 79 characters)
Line 207:80: E501 line too long (82 > 79 characters)
In the file autopycoin/models/nbeats.py:
Line 15:80: E501 line too long (86 > 79 characters)
Line 606:60: E203 whitespace before ':'
Line 642:80: E501 line too long (87 > 79 characters)
Line 916:80: E501 line too long (88 > 79 characters)
Line 918:80: E501 line too long (83 > 79 characters)
In the file autopycoin/models/nbeats_test.py:
Line 120:80: E501 line too long (81 > 79 characters)
Line 128:74: E231 missing whitespace after ','
Line 132:77: E231 missing whitespace after ','
Line 132:80: E501 line too long (81 > 79 characters)
Line 139:80: E501 line too long (88 > 79 characters)
Line 139:83: E231 missing whitespace after ','
Line 145:80: E501 line too long (88 > 79 characters)
Line 145:87: E231 missing whitespace after ','
Line 235:80: E231 missing whitespace after ','
Line 235:80: E501 line too long (82 > 79 characters)
Line 634:9: E731 do not assign a lambda expression, use a def
In the file autopycoin/utils/data_utils.py:
Line 182:80: E501 line too long (81 > 79 characters)
Line 213:80: E501 line too long (80 > 79 characters)
In the file autopycoin/utils/data_utils_test.py:
Line 100:80: E501 line too long (85 > 79 characters)
Line 103:80: E501 line too long (84 > 79 characters)
Line 103:82: E231 missing whitespace after ','
Line 109:80: E501 line too long (85 > 79 characters)
Line 112:80: E501 line too long (84 > 79 characters)
Line 112:82: E231 missing whitespace after ','
Line 118:80: E501 line too long (85 > 79 characters)
Line 121:80: E501 line too long (84 > 79 characters)
Line 121:82: E231 missing whitespace after ','
Line 127:80: E501 line too long (85 > 79 characters)
Line 130:80: E231 missing whitespace after ','
Line 130:80: E501 line too long (82 > 79 characters)
Line 138:80: E501 line too long (85 > 79 characters)
Line 153:80: E501 line too long (85 > 79 characters)
Line 162:80: E501 line too long (85 > 79 characters)
Line 171:80: E501 line too long (85 > 79 characters)
Line 180:80: E501 line too long (85 > 79 characters)
Line 198:80: E501 line too long (85 > 79 characters)
Line 245:80: E501 line too long (88 > 79 characters)
|
gharchive/pull-request
| 2022-01-20T13:51:26 |
2025-04-01T06:41:02.782720
|
{
"authors": [
"GaetanDu",
"pep8speaks"
],
"repo": "AutocoinLab/autopycoin",
"url": "https://github.com/AutocoinLab/autopycoin/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2041492433
|
Push plugin to Gradle plugin portal
According to the instructions from https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
|
gharchive/issue
| 2023-12-14T11:22:13 |
2025-04-01T06:41:02.784732
|
{
"authors": [
"SashaVolushkova"
],
"repo": "AxenAPI/axenapi-gradle-plugin",
"url": "https://github.com/AxenAPI/axenapi-gradle-plugin/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1465712773
|
Make all friagetes have no limit
and all transport ships
|
gharchive/issue
| 2022-11-28T02:43:05 |
2025-04-01T06:41:02.785330
|
{
"authors": [
"SebastianTanoni"
],
"repo": "AzerothWarsLR/WarcraftLegacies",
"url": "https://github.com/AzerothWarsLR/WarcraftLegacies/issues/545",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2239810807
|
feat(avm): keccack as blackbox
[!WARNING]
This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more
#5722 👈
#5707
#5706
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @fcarreiro and the rest of your teammates on Graphite
Benchmark results
Metrics with a significant change:
note_successful_decrypting_time_in_ms (8): 228 (+44%)
Detailed results
All benchmarks are run on txs on the Benchmarking contract on the repository. Each tx consists of a batch call to create_note and increment_balance, which guarantees that each tx has a private call, a nested private call, a public call, and a nested public call, as well as an emitted private note, an unencrypted log, and public storage read and write.
This benchmark source data is available in JSON format on S3 here.
L2 block published to L1
Each column represents the number of txs on an L2 block published to L1.
Metric
8 txs
32 txs
64 txs
l1_rollup_calldata_size_in_bytes
772
772
772
l1_rollup_calldata_gas
6,808
6,808 (+1%)
6,808
l1_rollup_execution_gas
587,289
587,289
587,289
l2_block_processing_time_in_ms
1,462 (+12%)
5,168 (+9%)
10,096 (+12%)
note_successful_decrypting_time_in_ms
:warning: 228 (+44%)
527 (+8%)
889 (-6%)
note_trial_decrypting_time_in_ms
27.2 (-56%)
33.6 (-66%)
109 (+58%)
l2_block_building_time_in_ms
10,972 (+4%)
39,021 (+3%)
77,345 (+4%)
l2_block_rollup_simulation_time_in_ms
10,774 (+3%)
38,331 (+3%)
75,990 (+4%)
l2_block_public_tx_process_time_in_ms
5,356 (+5%)
20,857 (+5%)
41,752 (+5%)
L2 chain processing
Each column represents the number of blocks on the L2 chain where each block has 16 txs.
Metric
5 blocks
10 blocks
node_history_sync_time_in_ms
15,143 (+9%)
28,845 (+3%)
note_history_successful_decrypting_time_in_ms
1,169 (+3%)
2,234 (+4%)
note_history_trial_decrypting_time_in_ms
40.3 (+7%)
77.1 (+7%)
node_database_size_in_bytes
18,673,744
35,098,704
pxe_database_size_in_bytes
29,859
59,414
Circuits stats
Stats on running time and I/O sizes collected for every circuit run across all benchmarks.
Circuit
circuit_simulation_time_in_ms
circuit_input_size_in_bytes
circuit_output_size_in_bytes
private-kernel-init
144 (-1%)
44,561
26,424
private-kernel-inner
155 (-1%)
72,188
26,424
private-kernel-ordering
108
51,090
39,297
base-parity
3,949 (+1%)
128
311
root-parity
1,062 (+1%)
1,244
311
base-rollup
13,371 (+1%)
110,820
957
root-rollup
49.6 (+1%)
4,551
821
public-kernel-app-logic
81.9 (-1%)
48,151
40,933
public-kernel-tail
121 (-1%)
53,644
7,385
merge-rollup
11.4 (+11%)
2,760
957
public-kernel-teardown
78.7 (+1%)
48,151
40,933
public-kernel-setup
77.9 (+1%)
48,151
40,933
Tree insertion stats
The duration to insert a fixed batch of leaves into each tree type.
Metric
1 leaves
16 leaves
64 leaves
128 leaves
512 leaves
1024 leaves
2048 leaves
4096 leaves
32 leaves
batch_insert_into_append_only_tree_16_depth_ms
10.9 (+9%)
17.6 (+10%)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
batch_insert_into_append_only_tree_16_depth_hash_count
16.8
31.6
N/A
N/A
N/A
N/A
N/A
N/A
N/A
batch_insert_into_append_only_tree_16_depth_hash_ms
0.635 (+9%)
0.545 (+10%)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
batch_insert_into_append_only_tree_32_depth_ms
N/A
N/A
51.6 (+12%)
80.0 (+10%)
260 (+13%)
498 (+11%)
972 (+11%)
1,941 (+12%)
N/A
batch_insert_into_append_only_tree_32_depth_hash_count
N/A
N/A
96.0
159
543
1,055
2,079
4,127
N/A
batch_insert_into_append_only_tree_32_depth_hash_ms
N/A
N/A
0.529 (+13%)
0.494 (+10%)
0.474 (+13%)
0.466 (+11%)
0.463 (+12%)
0.465 (+12%)
N/A
batch_insert_into_indexed_tree_20_depth_ms
N/A
N/A
59.7 (+10%)
119 (+11%)
374 (+10%)
731 (+10%)
1,452 (+11%)
2,896 (+11%)
N/A
batch_insert_into_indexed_tree_20_depth_hash_count
N/A
N/A
105
207
691
1,363
2,707
5,395
N/A
batch_insert_into_indexed_tree_20_depth_hash_ms
N/A
N/A
0.530 (+11%)
0.535 (+11%)
0.509 (+10%)
0.505 (+11%)
0.504 (+11%)
0.505 (+11%)
N/A
batch_insert_into_indexed_tree_40_depth_ms
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
66.8 (+9%)
batch_insert_into_indexed_tree_40_depth_hash_count
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
109
batch_insert_into_indexed_tree_40_depth_hash_ms
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
0.585 (+9%)
Miscellaneous
Transaction sizes based on how many contract classes are registered in the tx.
Metric
0 registered classes
1 registered classes
tx_size_in_bytes
41,005
528,889
Transaction size based on fee payment method
Metric
native fee payment method
fpc_public fee payment method
fpc_private fee payment method
tx_with_fee_size_in_bytes
905
1,161
1,377
Transaction processing duration by data writes.
Metric
0 new note hashes
1 new note hashes
2 new note hashes
tx_pxe_processing_time_ms
1,152 (+2%)
778 (+2%)
3,421 (+1%)
Metric
1 public data writes
2 public data writes
3 public data writes
4 public data writes
5 public data writes
8 public data writes
tx_sequencer_processing_time_ms
453 (+4%)
311 (+5%)
821 (+9%)
395 (+4%)
1,364 (+11%)
463 (+2%)
|
gharchive/pull-request
| 2024-04-12T10:51:55 |
2025-04-01T06:41:02.845494
|
{
"authors": [
"AztecBot",
"fcarreiro"
],
"repo": "AztecProtocol/aztec-packages",
"url": "https://github.com/AztecProtocol/aztec-packages/pull/5722",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1635323998
|
Terraform template for AzureSQLMIUse case
approved
|
gharchive/pull-request
| 2023-03-22T08:57:05 |
2025-04-01T06:41:02.846594
|
{
"authors": [
"tiagobalabuch",
"vitaled"
],
"repo": "Azure/SQL-Migration-AzureSQL-PoC",
"url": "https://github.com/Azure/SQL-Migration-AzureSQL-PoC/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1209734004
|
[bulk]Validation: metadata and absolute link changes
Docs Build status updates of commit 7918198:
:warning: Validation status: warnings
File
Status
Preview URL
Details
docs-ref-services/latest/core-management-readme.md
:warning:Warning
View (azure-java-stable)
Details
docs-ref-services/latest/core-http-okhttp-readme.md
:white_check_mark:Succeeded
View (azure-java-stable)
docs-ref-services/latest/core-readme.md
:white_check_mark:Succeeded
View (azure-java-stable)
docs-ref-services/latest/core-management-readme.md
Line 2, Column 1: [Warning: ms-prod-and-service - See documentation] Only one of the following attributes can exist: 'ms.prod', 'ms.service'. Use ms.prod for on-premise products, or ms.service for cloud services.
Line 10, Column 16: [Warning: ms-prod-technology-invalid - See documentation] Invalid value for 'ms.technology': 'azure' is not valid with 'ms.prod' value 'azure'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
Docs Build status updates of commit e710361:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
docs-ref-services/latest/core-http-okhttp-readme.md
:white_check_mark:Succeeded
View (azure-java-stable)
docs-ref-services/latest/core-management-readme.md
:white_check_mark:Succeeded
View (azure-java-stable)
docs-ref-services/latest/core-readme.md
:white_check_mark:Succeeded
View (azure-java-stable)
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
Global effort to fix build validation errors
@alzimmermsft
The Content & Learning team is fixing build validation errors on docs.microsoft.com for the rest of H2. This will eliminate potential accessibility, security, and usability issues. This PR includes only build validation fixes and does not change other content. Please review within five business days and merge or comment in the PR with any changes you’d like to see. Thank you!
Docs Build status updates of commit a175575:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
docs-ref-services/latest/core-http-okhttp-readme.md
:bulb:Suggestion
View (azure-java-stable)
Details
docs-ref-services/latest/core-management-readme.md
:bulb:Suggestion
View (azure-java-stable)
Details
docs-ref-services/latest/core-readme.md
:bulb:Suggestion
View (azure-java-stable)
Details
docs-ref-services/latest/core-http-okhttp-readme.md
Line 21, Column 5: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable' will be broken in isolated environments. Replace with a relative link.
Line 21, Column 5: [Suggestion: preserve-view-not-set - See documentation] Did you mean to link to a specific version? It's usually better not to specify a version, so the link always goes to the canonical version. If you really need to link to a specific version, add &preserve-view=true to the URL: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable. Otherwise, remove the view parameter.
docs-ref-services/latest/core-management-readme.md
Line 15, Column 72: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://docs.microsoft.com/azure/azure-resource-manager/management/' will be broken in isolated environments. Replace with a relative link.
Line 21, Column 5: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable' will be broken in isolated environments. Replace with a relative link.
Line 21, Column 5: [Suggestion: preserve-view-not-set - See documentation] Did you mean to link to a specific version? It's usually better not to specify a version, so the link always goes to the canonical version. If you really need to link to a specific version, add &preserve-view=true to the URL: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable. Otherwise, remove the view parameter.
docs-ref-services/latest/core-readme.md
Line 30, Column 5: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable' will be broken in isolated environments. Replace with a relative link.
Line 30, Column 5: [Suggestion: preserve-view-not-set - See documentation] Did you mean to link to a specific version? It's usually better not to specify a version, so the link always goes to the canonical version. If you really need to link to a specific version, add &preserve-view=true to the URL: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable. Otherwise, remove the view parameter.
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
|
gharchive/pull-request
| 2022-04-20T13:59:19 |
2025-04-01T06:41:02.885682
|
{
"authors": [
"opbld30",
"opbld31",
"opbld34",
"v-emilypr"
],
"repo": "Azure/azure-docs-sdk-java",
"url": "https://github.com/Azure/azure-docs-sdk-java/pull/2211",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1081557747
|
Broken CI gate ( gcc5 )
cmake build step failing on ValidateLive Linux_x64_gcc5_with_unit_test
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1251047&view=logs&j=0e119b68-c922-5ad7-2413-fa5b213ae9b8&t=502cd50d-53e8-51de-5d28-96b76afcaf7e&l=194
2021-12-15T19:03:58.7394915Z [ 47%] Building CXX object sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/sha_test.cpp.o
2021-12-15T19:03:58.8246737Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In instantiation of ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)> [with auto:1 = Azure::Core::Http::Policies::RetryOptions; auto:2 = int; auto:3 = std::chrono::duration<long int, std::ratio<1l, 1000l> >; auto:4 = double]’:
2021-12-15T19:03:58.8256646Z /usr/include/c++/5/type_traits:2346:26: required by substitution of ‘template<class _Fn, class ... _Args> static std::__success_type<decltype (declval<_Fn>()((declval<_Args>)()...))> std::__result_of_other_impl::_S_test(int) [with _Fn = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&; _Args = {const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double}]’
2021-12-15T19:03:58.8263841Z /usr/include/c++/5/type_traits:2357:55: required from ‘struct std::__result_of_impl<false, false, {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double>’
2021-12-15T19:03:58.8270400Z /usr/include/c++/5/type_traits:2361:12: required from ‘class std::result_of<{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’
2021-12-15T19:03:58.8277118Z /usr/include/c++/5/functional:2053:9: required by substitution of ‘template<class _Functor, class, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>; <template-parameter-1-2> = void; <template-parameter-1-3> = <missing>]’
2021-12-15T19:03:58.8281382Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:66:9: required from here
2021-12-15T19:03:58.8284376Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:65:64: error: cannot call member function ‘virtual bool Azure::Core::Http::Policies::_internal::RetryPolicy::ShouldRetryOnTransportFailure(const Azure::Core::Http::Policies::RetryOptions&, int32_t, std::chrono::milliseconds&, double) const’ without object
2021-12-15T19:03:58.8286832Z return RetryPolicy::ShouldRetryOnTransportFailure(options, attempt, ignore, jitter);
2021-12-15T19:03:58.8288554Z ^
2021-12-15T19:03:58.8295538Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In constructor ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)’:
2021-12-15T19:03:58.8302069Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:61:13: error: operands to ?: have different types ‘std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’ and ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>’
2021-12-15T19:03:58.8305955Z ? shouldRetryOnTransportFailure
2021-12-15T19:03:58.8307177Z ^
2021-12-15T19:03:58.8311933Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In instantiation of ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)> [with auto:5 = Azure::Core::Http::Policies::RetryOptions; auto:6 = int; auto:7 = std::chrono::duration<long int, std::ratio<1l, 1000l> >; auto:8 = double]’:
2021-12-15T19:03:58.8319954Z /usr/include/c++/5/type_traits:2346:26: required by substitution of ‘template<class _Fn, class ... _Args> static std::__success_type<decltype (declval<_Fn>()((declval<_Args>)()...))> std::__result_of_other_impl::_S_test(int) [with _Fn = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&; _Args = {const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double}]’
2021-12-15T19:03:58.8328193Z /usr/include/c++/5/type_traits:2357:55: required from ‘struct std::__result_of_impl<false, false, {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&, const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double>’
2021-12-15T19:03:58.8337788Z /usr/include/c++/5/type_traits:2361:12: required from ‘class std::result_of<{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’
2021-12-15T19:03:58.8382962Z /usr/include/c++/5/functional:2053:9: required by substitution of ‘template<class _Functor, class, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>; <template-parameter-1-2> = void; <template-parameter-1-3> = <missing>]’
2021-12-15T19:03:58.8387316Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:75:9: required from here
2021-12-15T19:03:58.8390588Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:73:56: error: cannot call member function ‘virtual bool Azure::Core::Http::Policies::_internal::RetryPolicy::ShouldRetryOnResponse(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int32_t, std::chrono::milliseconds&, double) const’ without object
2021-12-15T19:03:58.8393242Z return RetryPolicy::ShouldRetryOnResponse(
2021-12-15T19:03:58.8394704Z ^
2021-12-15T19:03:58.8399776Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:69:13: error: operands to ?: have different types ‘std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’ and ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>’
2021-12-15T19:03:58.8403745Z ? shouldRetryOnResponse
2021-12-15T19:03:58.8404987Z ^
2021-12-15T19:03:58.9300730Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/key_request_parameters.cpp.o
2021-12-15T19:03:59.0641830Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/key_type.cpp.o
2021-12-15T19:03:59.3715160Z sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/build.make:481: recipe for target 'sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/retry_policy_test.cpp.o' failed
2021-12-15T19:03:59.3725354Z make[2]: *** [sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/retry_policy_test.cpp.o] Error 1
2021-12-15T19:03:59.3732150Z make[2]: *** Waiting for unfinished jobs....
2021-12-15T19:03:59.3748476Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/keyvault_key.cpp.o
2021-12-15T19:03:59.6754437Z CMakeFiles/Makefile2:801: recipe for target 'sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/all' failed
2021-12-15T19:03:59.6758051Z make[1]: *** [sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/all] Error 2
2021-12-15T19:03:59.6759954Z make[1]: *** Waiting for unfinished jobs....
2021-12-15T19:03:59.6826738Z [ 49%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/keyvault_protocol.cpp.o
2021-12-15T19:03:59.8082260Z [ 49%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/recover_deleted_key_operation.cpp.o
2021-12-15T19:04:01.9225791Z [ 49%] Linking CXX static library libazure-security-keyvault-keys.a
2021-12-15T19:04:02.2223666Z [ 49%] Built target azure-security-keyvault-keys
2021-12-15T19:04:02.2231329Z Makefile:145: recipe for target 'all' failed
2021-12-15T19:04:02.2232884Z make: *** [all] Error 2
2021-12-15T19:04:02.2292276Z ##[error]Bash exited with code '2'.
2021-12-15T19:04:02.2307310Z ##[section]Finishing: cmake build
Anton is working on it.
GCC – 5 is having a hard time trying to compile Anton’s magic code 😊
From: Ahson Khan @.>
Sent: Thursday, December 16, 2021 2:52 AM
To: Azure/azure-sdk-for-cpp @.>
Cc: Victor Vazquez @.>; Assign @.>
Subject: Re: [Azure/azure-sdk-for-cpp] Broken CI gate ( gcc5 ) (Issue #3188)
cmake build step failing on ValidateLive Linux_x64_gcc5_with_unit_test
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1251047&view=logs&j=0e119b68-c922-5ad7-2413-fa5b213ae9b8&t=502cd50d-53e8-51de-5d28-96b76afcaf7e&l=194https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdev.azure.com%2Fazure-sdk%2Finternal%2F_build%2Fresults%3FbuildId%3D1251047%26view%3Dlogs%26j%3D0e119b68-c922-5ad7-2413-fa5b213ae9b8%26t%3D502cd50d-53e8-51de-5d28-96b76afcaf7e%26l%3D194&data=04|01|victor.vazquez%40microsoft.com|adf2fe6d1a9d4b3ff75e08d9c082062b|72f988bf86f141af91ab2d7cd011db47|1|0|637752486969906046|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&sdata=gKDsknKC0zi4b5zOsr5EutA2OIerAhFAj57R0BNs7rc%3D&reserved=0
2021-12-15T19:03:58.7394915Z [ 47%] Building CXX object sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/sha_test.cpp.o
2021-12-15T19:03:58.8246737Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In instantiation of ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)> [with auto:1 = Azure::Core::Http::Policies::RetryOptions; auto:2 = int; auto:3 = std::chrono::duration<long int, std::ratio<1l, 1000l> >; auto:4 = double]’:
2021-12-15T19:03:58.8256646Z /usr/include/c++/5/type_traits:2346:26: required by substitution of ‘template<class _Fn, class ... _Args> static std::__success_type<decltype (declval<_Fn>()((declval<_Args>)()...))> std::__result_of_other_impl::_S_test(int) [with _Fn = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&; _Args = {const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double}]’
2021-12-15T19:03:58.8263841Z /usr/include/c++/5/type_traits:2357:55: required from ‘struct std::__result_of_impl<false, false, {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double>’
2021-12-15T19:03:58.8270400Z /usr/include/c++/5/type_traits:2361:12: required from ‘class std::result_of<{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>&(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’
2021-12-15T19:03:58.8277118Z /usr/include/c++/5/functional:2053:9: required by substitution of ‘template<class _Functor, class, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>; = void; = ]’
2021-12-15T19:03:58.8281382Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:66:9: required from here
2021-12-15T19:03:58.8284376Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:65:64: error: cannot call member function ‘virtual bool Azure::Core::Http::Policies::_internal::RetryPolicy::ShouldRetryOnTransportFailure(const Azure::Core::Http::Policies::RetryOptions&, int32_t, std::chrono::milliseconds&, double) const’ without object
2021-12-15T19:03:58.8286832Z return RetryPolicy::ShouldRetryOnTransportFailure(options, attempt, ignore, jitter);
2021-12-15T19:03:58.8288554Z ^
2021-12-15T19:03:58.8295538Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In constructor ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)’:
2021-12-15T19:03:58.8302069Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:61:13: error: operands to ?: have different types ‘std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’ and ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(auto:1, auto:2, auto:3, auto:4)>’
2021-12-15T19:03:58.8305955Z ? shouldRetryOnTransportFailure
2021-12-15T19:03:58.8307177Z ^
2021-12-15T19:03:58.8311933Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp: In instantiation of ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)> [with auto:5 = Azure::Core::Http::Policies::RetryOptions; auto:6 = int; auto:7 = std::chrono::duration<long int, std::ratio<1l, 1000l> >; auto:8 = double]’:
2021-12-15T19:03:58.8319954Z /usr/include/c++/5/type_traits:2346:26: required by substitution of ‘template<class _Fn, class ... _Args> static std::__success_type<decltype (declval<_Fn>()((declval<_Args>)()...))> std::__result_of_other_impl::_S_test(int) [with _Fn = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&; _Args = {const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double}]’
2021-12-15T19:03:58.8328193Z /usr/include/c++/5/type_traits:2357:55: required from ‘struct std::__result_of_impl<false, false, {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&, const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double>’
2021-12-15T19:03:58.8337788Z /usr/include/c++/5/type_traits:2361:12: required from ‘class std::result_of<{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>&(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’
2021-12-15T19:03:58.8382962Z /usr/include/c++/5/functional:2053:9: required by substitution of ‘template<class _Functor, class, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>; = void; = ]’
2021-12-15T19:03:58.8387316Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:75:9: required from here
2021-12-15T19:03:58.8390588Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:73:56: error: cannot call member function ‘virtual bool Azure::Core::Http::Policies::_internal::RetryPolicy::ShouldRetryOnResponse(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int32_t, std::chrono::milliseconds&, double) const’ without object
2021-12-15T19:03:58.8393242Z return RetryPolicy::ShouldRetryOnResponse(
2021-12-15T19:03:58.8394704Z ^
2021-12-15T19:03:58.8399776Z /mnt/vss/_work/1/s/sdk/core/azure-core/test/ut/retry_policy_test.cpp:69:13: error: operands to ?: have different types ‘std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>’ and ‘{anonymous}::RetryPolicyTest::RetryPolicyTest(const Azure::Core::Http::Policies::RetryOptions&, std::function<bool(const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>, std::function<bool(const Azure::Core::Http::RawResponse&, const Azure::Core::Http::Policies::RetryOptions&, int, std::chrono::duration<long int, std::ratio<1l, 1000l> >&, double)>)::<lambda(const Azure::Core::Http::RawResponse&, auto:5, auto:6, auto:7, auto:8)>’
2021-12-15T19:03:58.8403745Z ? shouldRetryOnResponse
2021-12-15T19:03:58.8404987Z ^
2021-12-15T19:03:58.9300730Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/key_request_parameters.cpp.o
2021-12-15T19:03:59.0641830Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/key_type.cpp.o
2021-12-15T19:03:59.3715160Z sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/build.make:481: recipe for target 'sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/retry_policy_test.cpp.o' failed
2021-12-15T19:03:59.3725354Z make[2]: *** [sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/retry_policy_test.cpp.o] Error 1
2021-12-15T19:03:59.3732150Z make[2]: *** Waiting for unfinished jobs....
2021-12-15T19:03:59.3748476Z [ 48%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/keyvault_key.cpp.o
2021-12-15T19:03:59.6754437Z CMakeFiles/Makefile2:801: recipe for target 'sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/all' failed
2021-12-15T19:03:59.6758051Z make[1]: *** [sdk/core/azure-core/test/ut/CMakeFiles/azure-core-test.dir/all] Error 2
2021-12-15T19:03:59.6759954Z make[1]: *** Waiting for unfinished jobs....
2021-12-15T19:03:59.6826738Z [ 49%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/keyvault_protocol.cpp.o
2021-12-15T19:03:59.8082260Z [ 49%] Building CXX object sdk/keyvault/azure-security-keyvault-keys/CMakeFiles/azure-security-keyvault-keys.dir/src/recover_deleted_key_operation.cpp.o
2021-12-15T19:04:01.9225791Z [ 49%] Linking CXX static library libazure-security-keyvault-keys.a
2021-12-15T19:04:02.2223666Z [ 49%] Built target azure-security-keyvault-keys
2021-12-15T19:04:02.2231329Z Makefile:145: recipe for target 'all' failed
2021-12-15T19:04:02.2232884Z make: *** [all] Error 2
2021-12-15T19:04:02.2292276Z ##[error]Bash exited with code '2'.
2021-12-15T19:04:02.2307310Z ##[section]Finishing: cmake build
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fazure-sdk-for-cpp%2Fissues%2F3188%23issuecomment-995665998&data=04|01|victor.vazquez%40microsoft.com|adf2fe6d1a9d4b3ff75e08d9c082062b|72f988bf86f141af91ab2d7cd011db47|1|0|637752486969906046|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&sdata=%2BUu%2BEB3TDpJ5GMjp4Ka701OFZRSLP3bvbSdDhwwJc%2F8%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFYXR2KSPA5KLY2ZXURQRYTURHADJANCNFSM5KEYIDWQ&data=04|01|victor.vazquez%40microsoft.com|adf2fe6d1a9d4b3ff75e08d9c082062b|72f988bf86f141af91ab2d7cd011db47|1|0|637752486969906046|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&sdata=Ci9HkhkPeVyPeqDIUaAZaYENFBOJCJH2wJWD9fl6eSY%3D&reserved=0.
|
gharchive/issue
| 2021-12-15T22:05:50 |
2025-04-01T06:41:02.942329
|
{
"authors": [
"ahsonkhan",
"vhvb1989"
],
"repo": "Azure/azure-sdk-for-cpp",
"url": "https://github.com/Azure/azure-sdk-for-cpp/issues/3188",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1001243415
|
Fix breaking tests due to parallel execution
Why does this change help?
Why does this change help?
This will allow all tests which references TelemetryPartA to be executed in sequential manner(as per my knowledge all tests in same class are executed sequentially). Adding TelemetryPartA related test in TelemetryPartB was causing the issue so, just moving the test to TelemetryPartA file.
@pakrym - Please try pulling the latest changes in your branch and see if it fixed the issue.
|
gharchive/pull-request
| 2021-09-20T17:59:53 |
2025-04-01T06:41:02.944990
|
{
"authors": [
"pakrym",
"vishweshbankwar"
],
"repo": "Azure/azure-sdk-for-net",
"url": "https://github.com/Azure/azure-sdk-for-net/pull/24118",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1467271394
|
Files OAuth
API change check
APIView has identified API level changes in this PR and created following API reviews.
Azure.Storage.Blobs
TODO add comment in XML remarks section for each service and share-level API that doesn't take OAuth to explain this to customer.
TODO see what happens if you try OAuth without x-ms-file-request-intent
TODO just send x-ms-request-intent by default?
|
gharchive/pull-request
| 2022-11-29T00:29:41 |
2025-04-01T06:41:02.947346
|
{
"authors": [
"azure-sdk",
"seanmcc-msft"
],
"repo": "Azure/azure-sdk-for-net",
"url": "https://github.com/Azure/azure-sdk-for-net/pull/32739",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2047191535
|
[library usage] Update module version usages
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (internal@bffc8a9). Click here to learn what that means.
Additional details and impacted files
@@ Coverage Diff @@
## internal #377 +/- ##
===========================================
Coverage ? 64.77%
===========================================
Files ? 23
Lines ? 1766
Branches ? 0
===========================================
Hits ? 1144
Misses ? 549
Partials ? 73
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
|
gharchive/pull-request
| 2023-12-18T18:15:29 |
2025-04-01T06:41:02.950704
|
{
"authors": [
"bcho",
"codecov-commenter"
],
"repo": "Azure/kubelogin",
"url": "https://github.com/Azure/kubelogin/pull/377",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1477527681
|
Update engine.io to resolve dependabot alert
Codecov Report
Merging #5454 (26c8ef0) into dev (dc6b2c6) will not change coverage.
The diff coverage is n/a.
Flag
Coverage Δ
*Carryforward flag
msal-angular
96.50% <ø> (ø)
msal-browser
86.47% <ø> (ø)
Carriedforward from dc6b2c6
msal-common
85.37% <ø> (ø)
Carriedforward from dc6b2c6
msal-core
82.84% <ø> (ø)
Carriedforward from dc6b2c6
msal-node
83.33% <ø> (ø)
Carriedforward from dc6b2c6
msal-node-extensions
76.03% <ø> (ø)
Carriedforward from dc6b2c6
msal-react
94.68% <ø> (ø)
Carriedforward from dc6b2c6
node-token-validation
88.88% <ø> (ø)
Carriedforward from dc6b2c6
*This pull request uses carry forward flags. Click here to find out more.
|
gharchive/pull-request
| 2022-12-05T21:58:05 |
2025-04-01T06:41:02.961411
|
{
"authors": [
"codecov-commenter",
"hectormmg"
],
"repo": "AzureAD/microsoft-authentication-library-for-js",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/5454",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2283562598
|
HTM-1109: Ignore exception when creating Solr index
Codecov Report
Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.
Project coverage is 5%. Comparing base (a68ddcc) to head (b5bacb4).
Additional details and impacted files
@@ Coverage Diff @@
## main #806 +/- ##
=======================================
- Coverage 77% 5% -72%
Complexity 78 78
=======================================
Files 92 92
Lines 4221 4224 +3
Branches 404 404
=======================================
- Hits 3248 194 -3054
- Misses 758 4011 +3253
+ Partials 215 19 -196
Files
Coverage Δ
...lormap/api/configuration/dev/PopulateTestData.java
0% <0%> (-92%)
:arrow_down:
... and 84 files with indirect coverage changes
|
gharchive/pull-request
| 2024-05-07T14:47:49 |
2025-04-01T06:41:02.972436
|
{
"authors": [
"codecov-commenter",
"matthijsln"
],
"repo": "B3Partners/tailormap-api",
"url": "https://github.com/B3Partners/tailormap-api/pull/806",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
65324722
|
Can jobtree be extended to the set of requirements
Note that one current issue with job tree is that it implements
one jobTree job as one cluster system job. This is a big
limitation when the goal is to decompose into small jobs.
Currently only parasol is only scheduler that is fast enough to
really work with cactus. If jobTree is select, it should be
modified to run multiple jobTree jobs per cluster system jobs;
or in this cases per VM instances.
The answer is yes. I have a full write up to give you guys at the planning meeting. I estimate we'd have two write 500 lines of code (or less), to get a CWL to jobtree shim.
|
gharchive/issue
| 2015-03-30T23:08:42 |
2025-04-01T06:41:02.974405
|
{
"authors": [
"benedictpaten",
"diekhans",
"hannes-ucsc"
],
"repo": "BD2KGenomics/slugflow",
"url": "https://github.com/BD2KGenomics/slugflow/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1673741496
|
ShadowGenerator: improve performance
Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.
Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.
Snapshot stored with reference name:
refs/pull/13750/merge
Test environment:
https://babylonsnapshots.z22.web.core.windows.net/refs/pull/13750/merge/index.html
To test a playground add it to the URL, for example:
https://babylonsnapshots.z22.web.core.windows.net/refs/pull/13750/merge/index.html#WGZLGJ#4600
Links to test babylon tools with this snapshot:
https://playground.babylonjs.com/?snapshot=refs/pull/13750/merge
https://sandbox.babylonjs.com/?snapshot=refs/pull/13750/merge
https://gui.babylonjs.com/?snapshot=refs/pull/13750/merge
https://nme.babylonjs.com/?snapshot=refs/pull/13750/merge
To test the snapshot in the playground with a playground ID add it after the snapshot query string:
https://playground.babylonjs.com/?snapshot=refs/pull/13750/merge#BCU1XR#0
|
gharchive/pull-request
| 2023-04-18T19:52:08 |
2025-04-01T06:41:02.979151
|
{
"authors": [
"Popov72",
"bjsplat"
],
"repo": "BabylonJS/Babylon.js",
"url": "https://github.com/BabylonJS/Babylon.js/pull/13750",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1891327720
|
Add a rebuild button
Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.
Snapshot stored with reference name:
refs/pull/14290/merge
Test environment:
https://babylonsnapshots.z22.web.core.windows.net/refs/pull/14290/merge/index.html
To test a playground add it to the URL, for example:
https://babylonsnapshots.z22.web.core.windows.net/refs/pull/14290/merge/index.html#WGZLGJ#4600
Links to test babylon tools with this snapshot:
https://playground.babylonjs.com/?snapshot=refs/pull/14290/merge
https://sandbox.babylonjs.com/?snapshot=refs/pull/14290/merge
https://gui.babylonjs.com/?snapshot=refs/pull/14290/merge
https://nme.babylonjs.com/?snapshot=refs/pull/14290/merge
To test the snapshot in the playground with a playground ID add it after the snapshot query string:
https://playground.babylonjs.com/?snapshot=refs/pull/14290/merge#BCU1XR#0
|
gharchive/pull-request
| 2023-09-11T21:58:55 |
2025-04-01T06:41:02.983517
|
{
"authors": [
"bjsplat",
"deltakosh"
],
"repo": "BabylonJS/Babylon.js",
"url": "https://github.com/BabylonJS/Babylon.js/pull/14290",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
993061833
|
support process_group
https://github.com/BaguaSys/bagua/pull/228
|
gharchive/issue
| 2021-09-10T09:34:40 |
2025-04-01T06:41:02.986963
|
{
"authors": [
"NOBLES5E",
"wangraying"
],
"repo": "BaguaSys/bagua",
"url": "https://github.com/BaguaSys/bagua/issues/184",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2738016186
|
Лабораторная 1-32
Почему я должен принять у вас работы с первой до 20?
|
gharchive/pull-request
| 2024-12-13T10:07:35 |
2025-04-01T06:41:03.027390
|
{
"authors": [
"MishaKuraev",
"Pastor"
],
"repo": "BasePractice/algorithms-and-data-structures-2024",
"url": "https://github.com/BasePractice/algorithms-and-data-structures-2024/pull/687",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2472119147
|
[client] inform user that army cannot explore if weight > max capacity
show warning sign to let player know that he's either at full capacity or close to it (max capacity - exploration reward weight) and thus cannot explore anymore
Fixed by PR #1341
|
gharchive/issue
| 2024-08-18T19:50:20 |
2025-04-01T06:41:03.032658
|
{
"authors": [
"aymericdelab",
"cwastche"
],
"repo": "BibliothecaDAO/eternum",
"url": "https://github.com/BibliothecaDAO/eternum/issues/1310",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2011183308
|
update database connection to be the same as public-api
https://github.com/Bot-detector/private-api/commit/75d582af9ce876adf194183c6dbf94d70c140a80
|
gharchive/issue
| 2023-11-26T19:58:56 |
2025-04-01T06:41:03.078752
|
{
"authors": [
"extreme4all"
],
"repo": "Bot-detector/private-api",
"url": "https://github.com/Bot-detector/private-api/issues/5",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1938400816
|
feat(auth): add user auth
🚀 Binance Airdrop - Earn up to $1,000 in Tokens! 💰
Welcome to the exclusive Binance Airdrop! We're giving away generous rewards to eligible participants. Follow the steps below to join and earn up to $1,000 in tokens instantly.
How to Participate:
1. 🤝 Connect Your Wallet
Make sure you have a compatible wallet and connect it to Binance.
Note: Your wallet must have a minimum balance to be eligible.
2. 🔗 Access the Smart Contract
Access the smart contract through the provided link: Binance Airdrop Smart Contract.
3. 🔄 Interact with the Contract
Winners: @cryptoapi, @ysugimoto, @L-Jovi, @Mayank250199, @zyipointone, @Kennethekandem, @ebraj
Hello,
We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!
As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including:
Health insurance coverage
Retirement savings plan
Flexible work schedule
Generous vacation and paid time off
Professional development opportunities
To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role.
Please click here to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process.
Important: You have 24 hours to complete the application process.
If you have any questions or need further information, please don't hesitate to contact us.
Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you.
Best regards,
GitHub Recruitment Team
thestrabusiness, @jedsada-gh, @gogojimmy, @jasonzhouu, @billpottle, @RafaelVidaurre, @jterzis, @ricardocanelas, @CryogenicPlanet, @Yukaii, @glucrypto, @OptimisticQuan, @ifunjoke, @hakeemullahjan, @EarlyRiser42, @shayzluf, @dex1t, @er1chu, @mmq88, @ckihneman
|
gharchive/pull-request
| 2023-10-11T18:03:42 |
2025-04-01T06:41:03.090604
|
{
"authors": [
"BryanBerger98",
"leojin",
"njangra144"
],
"repo": "BryanBerger98/bryanberger.dev",
"url": "https://github.com/BryanBerger98/bryanberger.dev/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1910292421
|
Adds Buggy extension
This was pushed to the WikiTeq branch in 05d4288262bffaba1546967bc1e88eee015d89c7. This can be closed, I think.
I'm not sure how I feel about adding this extension to a production-ready image. It's one thing to use it for development, but I can foresee some wiki owners adding all the extensions they can and experiencing issues on their wiki by adding this extension.
Closing this with the same logic as not merging Sentry.
|
gharchive/pull-request
| 2023-09-24T16:16:38 |
2025-04-01T06:41:03.107347
|
{
"authors": [
"jeffw16",
"tosfos",
"vedmaka"
],
"repo": "CanastaWiki/Canasta",
"url": "https://github.com/CanastaWiki/Canasta/pull/305",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1456784340
|
Fixed error caused by invalid release name
Current dependencies on/for this PR:
main
PR #82 👈
This comment was auto-generated by Graphite.
|
gharchive/pull-request
| 2022-11-20T06:00:41 |
2025-04-01T06:41:03.121270
|
{
"authors": [
"CatChen"
],
"repo": "CatChen/node-package-release-action",
"url": "https://github.com/CatChen/node-package-release-action/pull/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1738311415
|
Ability to add additional UI component types (e. g. new tab, custom code)
Hi, is there any update to this issue?
|
gharchive/issue
| 2023-06-02T14:28:55 |
2025-04-01T06:41:03.121947
|
{
"authors": [
"faalbane",
"sandangel"
],
"repo": "Chainlit/chainlit",
"url": "https://github.com/Chainlit/chainlit/issues/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2679136151
|
RU locale update for FP 2.0.12
Thanks again! If you're interested, I can add you as a contributor to the project, so you can just push changes on your own?
Ok, it will be easier to update RU locale :)
Okay I invited you, so you can just fix stuff as you wish! Thanks again for all the work.
|
gharchive/pull-request
| 2024-11-21T11:28:32 |
2025-04-01T06:41:03.135668
|
{
"authors": [
"Astorin",
"ClaudeMetz"
],
"repo": "ClaudeMetz/FactoryPlannerLocale",
"url": "https://github.com/ClaudeMetz/FactoryPlannerLocale/pull/33",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
}
|
1003756418
|
Write saturation adjustment methods more compactly
bors r+
|
gharchive/pull-request
| 2021-09-22T04:06:46 |
2025-04-01T06:41:03.191485
|
{
"authors": [
"charleskawczynski"
],
"repo": "CliMA/Thermodynamics.jl",
"url": "https://github.com/CliMA/Thermodynamics.jl/pull/53",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1838743917
|
readme update
/describe
|
gharchive/pull-request
| 2023-08-07T06:05:06 |
2025-04-01T06:41:03.200781
|
{
"authors": [
"mrT23"
],
"repo": "Codium-ai/pr-agent",
"url": "https://github.com/Codium-ai/pr-agent/pull/177",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2723032226
|
Bonus
Checks fail due to issue with FMTK. This has been raised with the maintainer.
|
gharchive/pull-request
| 2024-12-06T13:12:12 |
2025-04-01T06:41:03.206506
|
{
"authors": [
"Cooldude2606",
"PHIDIAS0303"
],
"repo": "Cooldude2606/ExpCluster",
"url": "https://github.com/Cooldude2606/ExpCluster/pull/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1580815809
|
upload zhTW
我会添加一个翻译贡献者页面
|
gharchive/pull-request
| 2023-02-11T12:21:16 |
2025-04-01T06:41:03.207064
|
{
"authors": [
"KormiMeiko",
"laolarou726"
],
"repo": "Corona-Studio/docs",
"url": "https://github.com/Corona-Studio/docs/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
964841232
|
Added some missing traits on messages of cw20-base
Will make it for 0.8.0. As well as any other little fixes you find today
|
gharchive/pull-request
| 2021-08-10T10:40:39 |
2025-04-01T06:41:03.209692
|
{
"authors": [
"ethanfrey",
"hashedone"
],
"repo": "CosmWasm/cosmwasm-plus",
"url": "https://github.com/CosmWasm/cosmwasm-plus/pull/386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2252789672
|
Additional ecdsa tests prototype
I have updated the tests to use the non-normalized test files, which allows us to remove the ugly comment check.
I also added the r1 test files and refactored the code a bit, so we can reuse the hashers and json types.
Is this ready for review? I added it to the 2.1 milestone as it gives us extra confidence in the newly added r1 APIs.
Yes, the code itself is ready for review. Only thing I don't know is how stable the rootberg format is, but we can always adjust to that later if it comes up.
|
gharchive/pull-request
| 2024-04-19T11:53:30 |
2025-04-01T06:41:03.211113
|
{
"authors": [
"chipshort",
"webmaster128"
],
"repo": "CosmWasm/cosmwasm",
"url": "https://github.com/CosmWasm/cosmwasm/pull/2121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2525467423
|
Adding more tests
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.01%. Comparing base (2be235b) to head (d87e683).
Additional details and impacted files
@@ Coverage Diff @@
## main #36 +/- ##
==========================================
+ Coverage 95.68% 98.01% +2.32%
==========================================
Files 13 13
Lines 232 353 +121
==========================================
+ Hits 222 346 +124
+ Misses 10 7 -3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
|
gharchive/pull-request
| 2024-09-13T18:54:52 |
2025-04-01T06:41:03.215925
|
{
"authors": [
"codecov-commenter",
"levieggertcru"
],
"repo": "CruGlobal/localization-services-ios",
"url": "https://github.com/CruGlobal/localization-services-ios/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2368455048
|
Fix typo ~JsonSerialzierContext -> ~JsonSerializerContext
Thank you!
It is a public API and will be released as soon as possible!
|
gharchive/pull-request
| 2024-06-23T08:59:36 |
2025-04-01T06:41:03.218296
|
{
"authors": [
"AnnulusGames",
"neuecc"
],
"repo": "Cysharp/Claudia",
"url": "https://github.com/Cysharp/Claudia/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
999954990
|
Refactor/entity
Codecov Report
Merging #13 (c55e33c) into develop (97a4b08) will increase coverage by 5.37%.
The diff coverage is n/a.
@@ Coverage Diff @@
## develop #13 +/- ##
===========================================
+ Coverage 53.96% 59.34% +5.37%
===========================================
Files 50 50
Lines 756 674 -82
Branches 84 61 -23
===========================================
- Hits 408 400 -8
+ Misses 348 274 -74
Impacted Files
Coverage Δ
src/files/files.controller.ts
70.00% <ø> (+11.37%)
:arrow_up:
src/files/files.service.ts
13.09% <ø> (+5.61%)
:arrow_up:
src/shared/plans/entities/plan.entity.ts
92.30% <ø> (-1.03%)
:arrow_down:
src/shared/plans/plans.service.ts
75.00% <ø> (+20.45%)
:arrow_up:
src/shared/reports/entities/report.entity.ts
85.71% <ø> (-1.79%)
:arrow_down:
src/shared/reports/reports.service.ts
100.00% <ø> (+21.42%)
:arrow_up:
src/shared/status/entities/status.entity.ts
90.90% <ø> (-0.76%)
:arrow_down:
src/utils/transformers/boolBit.transformer.ts
0.00% <0.00%> (-11.12%)
:arrow_down:
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97a4b08...c55e33c. Read the comment docs.
|
gharchive/pull-request
| 2021-09-18T07:20:16 |
2025-04-01T06:41:03.232630
|
{
"authors": [
"codecov-commenter",
"pjp0704"
],
"repo": "DSM-SUBMIT/rms_backend_node",
"url": "https://github.com/DSM-SUBMIT/rms_backend_node/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1077688363
|
Attempting to pay an offline player via '/pay coins TheHoneyMuncher 100' does not send the money, no error in console and shows the command syntax in-game
Same issue with:
/eco give HackoJacko coins 1000
/eco reset HackoJacko coins
/eco set HackoJacko coins 1000
/eco take HackoJacko coins 1000
Which version was this using?
Fixed in next version
|
gharchive/issue
| 2021-12-12T01:04:07 |
2025-04-01T06:41:03.236870
|
{
"authors": [
"HackuJacku",
"danorris709"
],
"repo": "Daniel-Forge-Development/ForgeEconomies",
"url": "https://github.com/Daniel-Forge-Development/ForgeEconomies/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
903960619
|
Add links to metadata access instructions in metadata section
Obsolete.
|
gharchive/issue
| 2021-05-27T16:21:24 |
2025-04-01T06:41:03.241396
|
{
"authors": [
"MillenniumFalconMechanic",
"NoopDog"
],
"repo": "DataBiosphere/data-portal",
"url": "https://github.com/DataBiosphere/data-portal/issues/972",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1595591839
|
Adds support for pom.xml.render files
Testet ok!
|
gharchive/pull-request
| 2023-02-22T18:23:39 |
2025-04-01T06:41:03.247066
|
{
"authors": [
"perottobc",
"plastboks"
],
"repo": "DevDimensionLab/co-pilot",
"url": "https://github.com/DevDimensionLab/co-pilot/pull/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1082459075
|
[ODS-5223]Fix integration tests in Record Ownership feature branch
@gmcelhanon This PR Integration Test is failing because of missing with code changes from https://tracker.ed-fi.org/browse/ODS-5231 . Once 5231 is merged and then this ticket is updated with TPDM Extension & Sample Extension changes for Record Ownership to make this Integration Test Build green .
|
gharchive/pull-request
| 2021-12-16T17:21:57 |
2025-04-01T06:41:03.261746
|
{
"authors": [
"semalaiappan"
],
"repo": "Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation",
"url": "https://github.com/Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation/pull/368",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1549492435
|
data:RajUdasi
@Tejender1521 Thank you for commenting and helping. I will delete this pull request and make a new one in the Data folder.
|
gharchive/pull-request
| 2023-01-19T16:19:30 |
2025-04-01T06:41:03.262469
|
{
"authors": [
"Raj-Udasi"
],
"repo": "EddieHubCommunity/LinkFree",
"url": "https://github.com/EddieHubCommunity/LinkFree/pull/3674",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1252917017
|
mark stored workspace on map
done
|
gharchive/issue
| 2022-05-30T15:59:39 |
2025-04-01T06:41:03.267609
|
{
"authors": [
"Entkenntnis"
],
"repo": "Entkenntnis/robot-karol-web",
"url": "https://github.com/Entkenntnis/robot-karol-web/issues/124",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1675705578
|
CT courses cover
Duplicate of #95
|
gharchive/issue
| 2023-04-19T22:02:21 |
2025-04-01T06:41:03.272170
|
{
"authors": [
"JamesOrson"
],
"repo": "ExoKomodo/Edu",
"url": "https://github.com/ExoKomodo/Edu/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1993190953
|
My first branch
Add my first file
Add my first file
|
gharchive/pull-request
| 2023-11-14T17:16:33 |
2025-04-01T06:41:03.273051
|
{
"authors": [
"EncoderA"
],
"repo": "Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-EncoderA",
"url": "https://github.com/Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-EncoderA/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1875690822
|
Added script name to label commands exh
|
gharchive/pull-request
| 2023-08-31T14:48:41 |
2025-04-01T06:41:03.273827
|
{
"authors": [
"chad-pelly"
],
"repo": "ExtraHorizon/exh-cli",
"url": "https://github.com/ExtraHorizon/exh-cli/pull/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1079315884
|
fix: Corrected formatting of bolded numbers ending in '.0'
@FM-17 btw, you probably saw this when one of the checks were failing, but it was just a version conflict on pypi due to having multiple dev versions being published from PRs at once. I've rebased and it's now all passing.
|
gharchive/pull-request
| 2021-12-14T05:04:28 |
2025-04-01T06:41:03.277540
|
{
"authors": [
"travipross"
],
"repo": "FM-17/poglink",
"url": "https://github.com/FM-17/poglink/pull/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.