David Cramer
|
b5b3d74f1b
Various improvements to logging/imports
|
10 years ago |
David Cramer
|
1497e87d58
Merge pull request #1251 from jaysoffian/remove_event_perm
|
10 years ago |
David Cramer
|
e79f0cff17
Merge pull request #1252 from jaysoffian/sentry_enable_invites
|
10 years ago |
Jay Soffian
|
73dd9ebf94
Make sending email invites configurable
|
10 years ago |
Jay Soffian
|
42abc1f024
Add new "remove_event" permission
|
10 years ago |
David Cramer
|
104d63c2dc
Merge pull request #1250 from jaysoffian/unhide-new-user-admin-button
|
10 years ago |
Jay Soffian
|
3e6f602db1
Make "Create a new user" button on Admin users page visible
|
10 years ago |
David Cramer
|
b6088bafe6
Merge pull request #1248 from x0xMaximus/master
|
10 years ago |
Max Nanis
|
d8b86ad80a
R Configuration DSN quote comment fix
|
10 years ago |
David Cramer
|
6941a8f9a5
Merge pull request #1245 from jaysoffian/remove_pool_code
|
10 years ago |
Jay Soffian
|
fefc370e76
Remove unused reservoir sampling code
|
10 years ago |
David Cramer
|
5a4cfd686d
Note about how to start workers as its own topic
|
10 years ago |
Matt Robenolt
|
e5a5e14b89
Merge pull request #1238 from jaysoffian/fix-remove-access-group-btn
|
10 years ago |
Jay Soffian
|
0d3381a474
Fix Remove button on "Access Groups" page
|
10 years ago |
David Cramer
|
68771109e7
Remove print statement
|
10 years ago |
David Cramer
|
4f4e222d09
Merge pull request #1237 from jaysoffian/fix_truncate
|
10 years ago |
Jay Soffian
|
6b27e0b07c
Remove redundant truncation of {culprit, message}
|
10 years ago |
David Cramer
|
c1b9d98169
Only send regression signal on actual regressions
|
10 years ago |
David Cramer
|
8f68d71fa3
Maintain a new event is only new when it hasnt existed
|
10 years ago |
David Cramer
|
e3d91bce55
Simplify some logic
|
10 years ago |
David Cramer
|
7781142f44
existing_hashes => all_hashes
|
10 years ago |
Matt Robenolt
|
3948d9eeef
Merge pull request #1235 from alex/patch-7
|
10 years ago |
Alex Gaynor
|
ab19ad1810
Use a constant time comparison in the API auth
|
10 years ago |
David Cramer
|
617c4dca5f
Note race condition
|
10 years ago |
David Cramer
|
39d2a0f627
Merge in times_seen total
|
10 years ago |
David Cramer
|
a073e7d8b6
Ensure we dont flag legacy data as new
|
10 years ago |
David Cramer
|
8ac49b6986
Improve is_new behavior to be more correct
|
10 years ago |
David Cramer
|
96b5ed2c0d
Only treat a group as new if there are no existing hashes
|
10 years ago |
David Cramer
|
4285acb61a
Ensure key context is a store key
|
10 years ago |
David Cramer
|
ba448304f2
Delete GroupHash objects as part of soft cascade
|
10 years ago |
David Cramer
|
d09a7685c0
Correct sample data creation
|
10 years ago |
David Cramer
|
d0e2278770
Add multi hash to interface API
|
10 years ago |
Matt Robenolt
|
a9cadc40ce
Merge pull request #1231 from jpadilla/patch-1
|
10 years ago |
José Padilla
|
b07e2f3dfd
Add sentry-slack to 3rd party extensions
|
10 years ago |
David Cramer
|
e8398fc09e
Scrub values which also sort-of resemble credit cards
|
10 years ago |
David Cramer
|
cbccb46617
Scrub values which look like passwords or credit cards
|
10 years ago |
David Cramer
|
6b39be7f63
Remove useless finally clause
|
10 years ago |
David Cramer
|
68fff3da4a
Remove unused processors
|
10 years ago |
David Cramer
|
8fadcdafc7
Revert "Remove unused processors"
|
10 years ago |
David Cramer
|
68a46f164e
Remove unused processors
|
10 years ago |
David Cramer
|
d7071074dc
Correct update clause on GroupRuleStatus
|
10 years ago |
David Cramer
|
80b5da5827
Fix reference to plugins
|
10 years ago |
David Cramer
|
d50386e7aa
Add vendor directory to ignore (better support redesign)
|
10 years ago |
Matt Robenolt
|
944d70c325
Add TODO for handling Cookies in replay_event
|
10 years ago |
Matt Robenolt
|
54030a6b24
Let's just always format_cookies when creating the interface
|
10 years ago |
Matt Robenolt
|
10a34ef996
safe_execute around to_curl and try to fix malformed cookie dicts
|
10 years ago |
Matt Robenolt
|
54bdcabab9
Send full_url to Replayer to retain querystring
|
10 years ago |
Matt Robenolt
|
23869d0178
Simplify logic to match what we do for the Replayer
|
10 years ago |
Matt Robenolt
|
a85abb02ad
self.data may also be a dict
|
10 years ago |
Matt Robenolt
|
d5be3d151a
SmartCookie requires dict keys to be strings, not unicode
|
10 years ago |