Skip to content

Commit

Permalink
Merge pull request #338 from ageddesi/dev
Browse files Browse the repository at this point in the history
v0.18.0 Candidate
  • Loading branch information
ageddesi authored Mar 8, 2023
2 parents e6e47e9 + 7ae658d commit 1ca0634
Show file tree
Hide file tree
Showing 273 changed files with 23,273 additions and 13,355 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,15 @@
"contributions": [
"doc"
]
},
{
"login": "vitormcferreira",
"name": "Vitor",
"avatar_url": "https://avatars.githubusercontent.com/u/50532101?v=4",
"profile": "https://github.com/vitormcferreira",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ registries:
token: ${{secrets.WORKFLOWS_TOKEN}}
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/api/" # Location of package manifests
registries:
- npm-github
target-branch: "dev"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*" #All the dependency it gonna ignore for major update
update-types: [ "version-update:semver-major" ]
update-types: [ "version-update:semver-major" ]
78 changes: 5 additions & 73 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,84 +6,16 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]

name: CodeSee Map
name: CodeSee

permissions: read-all

jobs:
test_map_action:
codesee:
runs-on: ubuntu-latest
continue-on-error: true
name: Run CodeSee Map Analysis
name: Analyze the repo with CodeSee
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
- uses: Codesee-io/codesee-action@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

# codesee-detect-languages has an output with id languages.
- name: Detect Languages
id: detect-languages
uses: Codesee-io/codesee-detect-languages-action@latest

- name: Configure JDK 16
uses: actions/setup-java@v3
if: ${{ fromJSON(steps.detect-languages.outputs.languages).java }}
with:
java-version: '16'
distribution: 'zulu'

# CodeSee Maps Go support uses a static binary so there's no setup step required.

- name: Configure Node.js 14
uses: actions/setup-node@v3
if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }}
with:
node-version: '14'

- name: Configure Python 3.x
uses: actions/setup-python@v4
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.10'
architecture: 'x64'

- name: Configure Ruby '3.x'
uses: ruby/setup-ruby@v1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).ruby }}
with:
ruby-version: '3.0'

# We need the rust toolchain because it uses rustc and cargo to inspect the package
- name: Configure Rust 1.x stable
uses: actions-rs/toolchain@v1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).rust }}
with:
toolchain: stable

- name: Generate Map
id: generate-map
uses: Codesee-io/codesee-map-action@latest
with:
step: map
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}
languages: ${{ steps.detect-languages.outputs.languages }}

- name: Upload Map
id: upload-map
uses: Codesee-io/codesee-map-action@latest
with:
step: mapUpload
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}

- name: Insights
id: insights
uses: Codesee-io/codesee-map-action@latest
with:
step: insights
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
- name: Install dependencies
working-directory: ./api
run: npm install
- name: Run tests
working-directory: ./api
run: npm test
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/Mocked-API.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-47-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-48-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<p align="center" style="margin-bottom: 20px">
Expand All @@ -21,6 +21,8 @@ Welcome to Mocked-API, this is a live API that can be accessed by anyone who nee

We are eternally greatful for the amazing sponsors of this project. They help provide this little birdy with a home to live in. So thank you to the following sponsors for their contributions to the platform.

If you would like to help support this project. We now have an Open Collective page which you can visit [here](https://opencollective.com/mocked-api-os)

<table>
<tbody>
<tr>
Expand Down Expand Up @@ -173,6 +175,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://vishvamahadevan.netlify.app/"><img src="https://avatars.githubusercontent.com/u/34962962?v=4?s=100" width="100px;" alt="Vishwa Mahadevan"/><br /><sub><b>Vishwa Mahadevan</b></sub></a><br /><a href="https://github.com/ageddesi/Mocked-API/commits?author=Vishwamagdavan" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://christa-burch.com/"><img src="https://avatars.githubusercontent.com/u/16121690?v=4?s=100" width="100px;" alt="Christa"/><br /><sub><b>Christa</b></sub></a><br /><a href="https://github.com/ageddesi/Mocked-API/commits?author=cweave" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bpvcode"><img src="https://avatars.githubusercontent.com/u/66181027?v=4?s=100" width="100px;" alt="Bruno Vilar"/><br /><sub><b>Bruno Vilar</b></sub></a><br /><a href="https://github.com/ageddesi/Mocked-API/commits?author=bpvcode" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vitormcferreira"><img src="https://avatars.githubusercontent.com/u/50532101?v=4?s=100" width="100px;" alt="Vitor"/><br /><sub><b>Vitor</b></sub></a><br /><a href="https://github.com/ageddesi/Mocked-API/commits?author=vitormcferreira" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules
build
npm-debug.log
.nyc
.env
.DS_Store
.idea
coverage
.vscode
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1ca0634

Please sign in to comment.