Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added env based support for HTTPS connection #4706

Merged
merged 25 commits into from
Jul 8, 2024
Merged
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0a19e54
Added env based support for HTTPS connection
Saranya-jena Jun 13, 2024
76345b2
Merge branch 'master' into encryption-fixes
Saranya-jena Jun 13, 2024
330ec52
resolved review comments
Saranya-jena Jun 21, 2024
336665c
Merge branch 'encryption-fixes' of https://github.com/Saranya-jena/li…
Saranya-jena Jun 21, 2024
149c387
Merge branch 'master' into encryption-fixes
namkyu1999 Jun 24, 2024
a9736c7
updated logic
Saranya-jena Jun 24, 2024
1d6eb99
Merge branch 'encryption-fixes' of https://github.com/Saranya-jena/li…
Saranya-jena Jun 24, 2024
710cb04
fixed importd
Saranya-jena Jun 24, 2024
f999601
added helper files
Saranya-jena Jun 24, 2024
13ec01c
resolved comments
Saranya-jena Jun 24, 2024
e9f6c01
resolved comments
Saranya-jena Jun 24, 2024
f32a433
Update push.yml
Saranya-jena Jul 2, 2024
12acd13
minor changes
Saranya-jena Jul 2, 2024
2979e72
Merge branch 'encryption-fixes' of https://github.com/Saranya-jena/li…
Saranya-jena Jul 2, 2024
708c787
minor changes
Saranya-jena Jul 2, 2024
187a959
minor changes
Saranya-jena Jul 2, 2024
9eadda5
minor changes
Saranya-jena Jul 2, 2024
70b280c
minor changes
Saranya-jena Jul 2, 2024
14796a4
Update push.yml
Saranya-jena Jul 2, 2024
53228c0
updated branch
Saranya-jena Jul 3, 2024
cc8f811
Merge branch 'encryption-fixes' of https://github.com/Saranya-jena/li…
Saranya-jena Jul 3, 2024
0cedfc6
updated branch
Saranya-jena Jul 8, 2024
f479270
updated oush.yam
Saranya-jena Jul 8, 2024
2240e1e
Merge branch 'master' of https://github.com/litmuschaos/litmus into e…
Saranya-jena Jul 8, 2024
427c364
updated manifest
Saranya-jena Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: push-pipeline
on:
push:
branches:
- master
- ^v[0-9]*.[0-9]*.x$
tags:
- "*"
workflow_dispatch:
inputs:
Tag:
default: "ci"
defaults:
run:
working-directory: chaoscenter
Expand Down