0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Eric Duong
5eb98ef624
refactor: move event and person query to /posthog (#8970)
* refactor: move event and person query to /posthog

* move imports

* another import

* refactor: move actions

* refactor: move actions

* enterprise

* trigger tests

* test

* make dummy
2022-03-22 20:27:11 +00:00
Eric Duong
3cfee7816f
fix(ci): make sure migration safety test works (#8926)
* fake migration

* match whitespace not tab

* make migration check work

* remove fluff

* rename
2022-03-11 19:45:31 +00:00
Guido Iaquinti
f951a95e7b
style(flake8): enable F811 (#8945) 2022-03-09 18:38:43 +01:00
Guido Iaquinti
b6f42d2a3d
style(flake8): enable E713 (#8944) 2022-03-09 18:27:22 +01:00
Guido Iaquinti
9e88ef3901
style(flake8): enable E741 (#8923) 2022-03-08 19:01:27 +01:00
Guido Iaquinti
0ef7f6a493
ci(flake8): enable unused import check (#8714) 2022-03-08 09:53:54 +01:00
Guido Iaquinti
1d1d6d335c
flake8: enable E266,W291,W293,W391,W601 (#8699) 2022-02-21 15:47:27 +01:00
Guido Iaquinti
ddc260e1f1
Remove flake8-commas (#8695) 2022-02-18 17:20:55 +01:00
Guido Iaquinti
2f235dfb7a
.flake8: ignore more rules (#8675) 2022-02-17 15:30:21 +00:00
Guido Iaquinti
c72d230c96
.flake8: move from opt-in to opt-out (#8671) 2022-02-17 14:01:36 +00:00
Guido Iaquinti
96b3cd6eb7
Boolean should be compared with is/is not (#8651) 2022-02-17 10:31:54 +01:00
Yakko Majuri
5ad87d18b1
add test for async migrations not being required on fresh installs (#8323)
* add test for async migrations not being required on fresh installs

* fix

* fix testing

* Update .flake8

* fix test?

* run tests

* fix test for good

* fixes

* attempt

* remove ee tag
2022-02-02 07:47:49 -05:00
Guido Iaquinti
598cc006cb
flake8 - minor config changes (#7801) 2021-12-20 16:23:24 +01:00
Karthikeyan Singaravelan
7e20186064
Fix deprecation warnings due to invalid escape sequences. (#4633) 2021-06-15 11:41:49 +02:00
Raul Gallegos
150b061483
Flake8 setup and improvements (#660)
* flake8 setup

* flake8 first improvement example on test_action test

* fix on github workflow for installing dev requirements
2020-04-27 18:13:59 +02:00