Sergey Lyapustin

Results 25 issues of Sergey Lyapustin

Old items needs to be removed (deactivated). - Items should be deactivated after `DCF_ITEM_MAX_AGE_DAYS`. - Couple days prior to deactivation date user should be notified about upcoming item deactivation.

enhancement
help wanted

Looks like `dj_database_url` was not defined as a requirement.

Got that error in the Chrome console. Django 3.2.13 debug_toolbar 3.4.0

`run` does not works on Windows and `exec` works well on Windows too.

hacktoberfest

This does not work, if object representation have type `unicode`: ```python return '{} field history for {}'.format(self.field_name, self.object) ``` fix for python 2.7: ```python return u'{} field history for {}'.format(self.field_name,...

[NOTE]: # Server stopped working **Description** After upgrading from newrelic-7.10.0.175 to newrelic-7.14.0.177 **Expected Behavior** Nothing should happen in terms of the Application performance **[Troubleshooting](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) or [NR Diag](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) results** Stack trace...

bug
needs-triage

Got 'DatabaseTrace' object has no attribute 'sql_format' error I'm using 7.10.0.175 with PostgreSQL ``` newrelic/api/database_trace.py in create_node at line 231 start_time=self.start_time, end_time=self.end_time, duration=self.duration, exclusive=self.exclusive, stack_trace=self.stack_trace, sql_format=self.sql_format, connect_params=self.connect_params, cursor_params=self.cursor_params, sql_parameters=self.sql_parameters, execute_params=self.execute_params,...

bug
needs-triage

Remove extra unprintable symbols from data (for ex. chr(31)). That probably can also helps here #20

What is the right way to specify `connection_kwargs`? Based on the changelog - it was implemented a while ago, but there are no examples on how to set that and...

I have an issue upgrading from the version `1.4.0` to `2.0.0` I can't access the values of the fields stored in the DB with the version of the 1.4.0. Here...