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

Package Updates, Linting and Small Fixes #1

Merged
merged 17 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
7acefb7
ci: added dependabot
alireza-sheikholmolouki Jun 20, 2024
83bc71d
Merge pull request #8 from miroapp-dev/ci/dependabot
alireza-sheikholmolouki Jun 20, 2024
45bf825
chore(deps): bump @aws-sdk/client-eks from 3.569.0 to 3.600.0
dependabot[bot] Jun 20, 2024
175a326
chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5
dependabot[bot] Jun 20, 2024
103d908
chore(deps): bump @aws-sdk/client-auto-scaling from 3.556.0 to 3.600.0
dependabot[bot] Jun 20, 2024
b178044
fix: placement object fixes for elb and ec2
alireza-sheikholmolouki Jun 21, 2024
c5ed800
lint: ran general linting script
alireza-sheikholmolouki Jun 21, 2024
be459a6
feat: added name to the placement object
alireza-sheikholmolouki Jun 21, 2024
ea73f5b
Merge pull request #14 from miroapp-dev/fix/placement-elb-ec2
alireza-sheikholmolouki Jun 21, 2024
4c902d3
Merge pull request #13 from miroapp-dev/dependabot/npm_and_yarn/aws-s…
alireza-sheikholmolouki Jun 21, 2024
e7f1fe5
Merge pull request #12 from miroapp-dev/dependabot/npm_and_yarn/ts-je…
alireza-sheikholmolouki Jun 21, 2024
cd51ba4
Merge pull request #11 from miroapp-dev/dependabot/npm_and_yarn/aws-s…
alireza-sheikholmolouki Jun 21, 2024
f408fbe
chore(deps): bump @aws-sdk/client-ec2 from 3.557.0 to 3.600.0
dependabot[bot] Jun 21, 2024
5320981
chore(deps): bump @aws-sdk/client-cloudfront from 3.569.0 to 3.600.0
dependabot[bot] Jun 21, 2024
340fee2
Merge pull request #9 from miroapp-dev/dependabot/npm_and_yarn/aws-sd…
alireza-sheikholmolouki Jun 21, 2024
0d4b88f
Merge pull request #10 from miroapp-dev/dependabot/npm_and_yarn/aws-s…
alireza-sheikholmolouki Jun 21, 2024
a7f6144
Merge pull request #15 from miroapp-dev/feat/name-added
alireza-sheikholmolouki Jun 21, 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
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,37 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

> ❗ Important Note: You may have encountered a permissions error that is solvable by your Cloud Provider administrator. You should have get the relevant logs if it's a permission error.

## Description

A clear and concise description of what the bug is.

## Commands and Options

1. Run the script with the following command: `...`
2. Options I ran the script with: `...`

## Expected Behavior

A clear and concise description of what you expected to happen.

## Actual Behavior

A clear and concise description of what actually happened.

## Logs (or Screenshots)

If applicable, add logs (or screenshots) to help explain your problem.

## Environment

- **OS**: [e.g., macOS, Windows, Linux]
- **Terminal**: [e.g., bash, zsh, PowerShell]
- **Script Version**: [e.g., 0.1.0]

## Additional Context

Add any other context about the problem here.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,29 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Feature Description

A clear and concise description of the feature you are requesting.

## Use Case

Explain how this feature would be used and why it is important.

## Suggested Solution

If you have an idea of how to implement this feature, please describe it here.

## Alternatives Considered

Describe any alternative solutions or features you have considered.

## Additional Context

Add any other context or screenshots about the feature request here.

## Checklist

- [ ] I have searched for similar feature requests.
- [ ] I have included all necessary information.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ about: e.g. requesting adding support for AWS Sagemaker
title: ''
labels: ''
assignees: ''

---

## Cloud Provider

e.g. AWS

## Service and Resource

e.g. SageMaker Endpoints

## Additional Context

Add any other context about the resource here.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
Loading
Loading