File tree 38 files changed +166
-1
lines changed
action_chain_runner/tests
announcement_runner/tests
38 files changed +166
-1
lines changed Original file line number Diff line number Diff line change 14
14
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
15
15
to pants' use of PEX lockfiles. This is not a user-facing addition.
16
16
#5778 #5789 #5817 #5795 #5830 #5833 #5834 #5841 #5840 #5838 #5842 #5837 #5849 #5850
17
- #5846
17
+ #5846 #5853
18
18
Contributed by @cognifloyd
19
19
20
20
* Added a joint index to solve the problem of slow mongo queries for scheduled executions. #5805
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["benchmarks" ])},
3
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_sources ()
2
7
3
8
python_tests (
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
dependencies = [
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
5
+
1
6
python_tests (
2
7
name = "tests" ,
3
8
)
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
Original file line number Diff line number Diff line change 1
1
__defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["integration" ])},
2
3
all = dict (
3
4
skip_pylint = True ,
4
5
),
Original file line number Diff line number Diff line change
1
+ __defaults__ (
2
+ {(python_test , python_tests ): dict (tags = ["unit" ])},
3
+ extend = True ,
4
+ )
You can’t perform that action at this time.
0 commit comments