Skip to content

Commit 4bbde86

Browse files
authored
Merge branch 'develop' into feature/c/ssyr
Signed-off-by: Shabareesh Shetty <[email protected]>
2 parents 2df183e + f17f40a commit 4bbde86

File tree

9,900 files changed

+712517
-119104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,900 files changed

+712517
-119104
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: "Run analysis"
7171
# Pin action to full length commit SHA
72-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
72+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
7373
with:
7474
results_file: results.sarif
7575
results_format: sarif

.github/workflows/scripts/run_tests_coverage

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ compare_cov() {
144144
main() {
145145
start_heartbeat "${heartbeat_interval}"
146146

147-
# Only keep files which reside in package directories:
148-
changed=$(echo "${changed}" | tr ' ' '\n' | grep '^lib/node_modules/@stdlib') || true
147+
# Only keep files which reside in package directories, but exclude _tools:
148+
changed=$(echo "${changed}" | tr ' ' '\n' | \
149+
grep '^lib/node_modules/@stdlib' | \
150+
grep -v '^lib/node_modules/@stdlib/_tools') || true
149151

150152
# Find unique package directories:
151153
directories=$(echo "${changed}" | tr ' ' '\n' | sed -E 's/\/(benchmark|bin|data|docs|etc|examples|include|lib|scripts|src|test)(\/.*)?\/?$//' | uniq)

.github/workflows/terminal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
git_commit_gpgsign: true
8989

9090
# Setup a terminal session:
91-
- name: 'Setup upterm session'
91+
- name: 'Setup tmate session'
9292
# Pin action to full length commit SHA
93-
uses: lhotari/action-upterm@b0357f23233f5ea6d58947c0c402e0631bab7334 # v1.0.0
93+
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.2.2

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Chinmay Joshi <[email protected]> Chinmay J
5555
5656
Debashis Maharana <[email protected]> DebashisMaharana
5757

58+
Deepak Singh <[email protected]>
59+
5860
Dhruv Arvind Singh <[email protected]> DhruvArvindSingh
5961
Dhruv Arvind Singh <[email protected]> Dhruv/
6062

CONTRIBUTORS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
26+
Annamalai Prabu <[email protected]>
2527
Anshu Kumar <[email protected]>
2628
Anshu Kumar <[email protected]>
2729
Anudeep Sanapala <[email protected]>
30+
Arihant Pal <[email protected]>
31+
Aryan Bhirud <[email protected]>
2832
Athan Reines <[email protected]>
2933
3034
Bhavishy Agrawal <[email protected]>
@@ -34,10 +38,13 @@ Bryan Elee <[email protected]>
3438
Chinmay Joshi <[email protected]>
3539
Christopher Dambamuromo <[email protected]>
3640
41+
Daniel Hernandez Gomez <[email protected]>
3742
Daniel Killenberger <[email protected]>
3843
Daniel Yu <[email protected]>
3944
Debashis Maharana <[email protected]>
4045
Deep Trivedi <[email protected]>
46+
Deepak Singh <[email protected]>
47+
Deepak Singh <[email protected]>
4148
Desh Deepak Kant <[email protected]>
4249
4350
Dhanyabad behera <[email protected]>
@@ -53,11 +60,13 @@ Frank Kovacs <[email protected]>
5360
GK Bishnoi <[email protected]>
5461
GURU PRASAD SHARMA <[email protected]>
5562
63+
Gautam Kaushik <[email protected]>
5664
Gautam sharma <[email protected]>
5765
Girish Garg <[email protected]>
5866
Golden Kumar <[email protected]>
5967
Gunj Joshi <[email protected]>
6068
Gururaj Gurram <[email protected]>
69+
Harishchandra Reddy <[email protected]>
6170
Haroon Rasheed <[email protected]>
6271
6372
@@ -80,6 +89,7 @@ Joris Labie <[email protected]>
8089
Justin Dennison <[email protected]>
8190
Justyn Shelby <[email protected]>
8291
Karan Anand <[email protected]>
92+
Karan Vasudevamurthy <[email protected]>
8393
Karan Yadav <[email protected]>
8494
Karthik Prakash <[email protected]>
8595
Kaushikgtm <[email protected]>
@@ -89,6 +99,7 @@ Krishnam Agarwal <[email protected]>
8999
Krishnendu Das <[email protected]>
90100
Kshitij-Dale <[email protected]>
91101
Lalit Narayan Yadav <[email protected]>
102+
Lokesh Ranjan <[email protected]>
92103
Lovelin Dhoni J B <[email protected]>
93104
94105
Mahfuza Humayra Mohona <[email protected]>
@@ -117,6 +128,7 @@ Ognjen Jevremović <[email protected]>
117128
Oneday12323 <[email protected]>
118129
Ori Miles <[email protected]>
119130
Philipp Burckhardt <[email protected]>
131+
Pierre Forstmann <[email protected]>
120132
Prajjwal Bajpai <[email protected]>
121133
Prajwal Kulkarni <[email protected]>
122134
Pranav Goswami <[email protected]>
@@ -157,6 +169,7 @@ Seyyed Parsa Neshaei <[email protected]>
157169
Shabareesh Shetty <[email protected]>
158170
Shashank Shekhar Singh <[email protected]>
159171
Shivam Ahir <[email protected]>
172+
160173
Shraddheya Shendre <[email protected]>
161174
Shubh Mehta <[email protected]>
162175
Shubham Mishra <[email protected]>
@@ -172,7 +185,9 @@ Tanishq Ahuja <[email protected]>
172185
Tirtadwipa Manunggal <[email protected]>
173186
Tudor Pagu <[email protected]>
174187
Tufailahmed Bargir <[email protected]>
188+
Tushar Bhardwaj <[email protected]>
175189
Uday Kakade <[email protected]>
190+
Ujjwal Kirti <[email protected]>
176191
Utkarsh <http://[email protected]>
177192
Utkarsh Raj <[email protected]>
178193
UtkershBasnet <[email protected]>
@@ -186,11 +201,13 @@ Yaswanth Kosuru <[email protected]>
186201
Yernar Yergaziyev <[email protected]>
187202
Yugal Kaushik <[email protected]>
188203
Yuvi Mittal <[email protected]>
204+
deepak427 <[email protected]>
189205
devshree-bhati <[email protected]>
190206
191207
ekambains <[email protected]>
192208
fadiothman22 <[email protected]>
193209
iraandrushko <[email protected]>
210+
194211
lohithganni <[email protected]>
195212
olenkabilonizhka <[email protected]>
196213
pranav-1720 <[email protected]>

0 commit comments

Comments
 (0)