Igor Raits

Results 128 comments of Igor Raits

```python DEBUG:ns1.rest.transport.basic:{'User-Agent': 'ns1-python 0.9.19 python 0x50791618 linux', 'X-NSONE-Key': ''} DEBUG:ns1.rest.transport.basic:GET https://api.nsone.net/v1/zones/na3.pcigdc.com/cloud.na3.pcigdc.com/A None DEBUG:ns1.rest.transport.basic:{'User-Agent': 'ns1-python 0.9.19 python 0x50791618 linux', 'X-NSONE-Key': ''} DEBUG:ns1.rest.transport.basic:POST https://api.nsone.net/v1/zones/na3.pcigdc.com/cloud.na3.pcigdc.com/A {"zone": "na3.pcigdc.com", "domain": "cloud.na3.pcigdc.com", "type": "A", "ttl": 3}...

Also please publish new version after you merge this. Would be very helpful for me.

@denis256 any chance to reopen?

@nox sure. We have one upstream repo with `master` and `auto` branches. - Now I create new branch `ignatenko/whatever_fix` and push there some commits and create PR from this branch...

well, I'm now talking only about if original repo and repo from pull request are same. in DNF our team working in branches in upstream repo and sending PRs without...

btw, recently GitHub added option to allow people with access to destination repository to make changes in source branch (pull request sender's branch).

also if I remove comment with, e.g. `delegate=` it delegates it again.

would be great to have it!

@SimonSapin, it is useful to verify that crate package within distribution works correctly. @emilio, I don't really against excluding test files. But if you do that, please make sure that...

so looking in the db, it should be possible to filter by `AppliedChange.curr_dep_id.is(None)`. Just check if EVR is empty, then make different path. Unfortunately I don't have time to provide...