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

docs: add generated docs to gitignore #5827

Merged
merged 3 commits into from May 12, 2023
Merged

Conversation

mffap
Copy link
Member

@mffap mffap commented May 12, 2023

Some docs are generated by the docusaurus-plugin-openapi-docs plugin when doing a build. The generated files were not in the gitignore file, so when doing a local build these files are flagged as changes. This PR adds the generated paths to the gitignore file.

@vercel
Copy link

vercel bot commented May 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2023 9:08am

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #5827 (277fb16) into main (11f0f54) will decrease coverage by 29.56%.
The diff coverage is 31.49%.

❗ Current head 277fb16 differs from pull request most recent head 8336078. Consider uploading reports for the commit 8336078 to get more accurate results

@@             Coverage Diff             @@
##             main    #5827       +/-   ##
===========================================
- Coverage   44.40%   14.85%   -29.56%     
===========================================
  Files        1173     1180        +7     
  Lines      103086   104374     +1288     
===========================================
- Hits        45778    15504    -30274     
- Misses      55159    87963    +32804     
+ Partials     2149      907     -1242     
Impacted Files Coverage Δ
cmd/setup/03.go 0.00% <0.00%> (ø)
cmd/setup/config_change.go 0.00% <0.00%> (ø)
internal/api/grpc/settings/v2/settings.go 0.00% <0.00%> (ø)
internal/api/http/header.go 12.00% <ø> (ø)
internal/api/http/middleware/auth_interceptor.go 12.19% <0.00%> (ø)
internal/api/ui/console/console.go 24.74% <0.00%> (-5.64%) ⬇️
internal/api/ui/login/renderer.go 10.55% <0.00%> (-0.09%) ⬇️
internal/command/session_model.go 0.00% <0.00%> (ø)
internal/database/type.go 21.81% <0.00%> (-7.46%) ⬇️
internal/domain/permission.go 0.00% <ø> (ø)
... and 32 more

... and 408 files with indirect coverage changes

@mffap mffap enabled auto-merge (squash) May 12, 2023 07:07
@mffap mffap merged commit b449762 into main May 12, 2023
6 checks passed
@mffap mffap deleted the mpa_docsGitIgnore_20230512 branch May 12, 2023 09:08
adlerhurst added a commit that referenced this pull request May 17, 2023
* feat: enable grpc server reflection

* add server reflection to Probes list

* fix(eventstore): new column to test clock_timestamp()

* fix(eventstore): use creation_date for existing columns

* fix(eventstore): backfill column

* fix(step11): execute step 10 to make sure events are in correct order

* chore: speed up local console docker build (#5824)

Co-authored-by: Livio Spring <livio.a@gmail.com>

* docs(legal): editorial changes (#5828)

* docs(legal): editorial changes

* remove from tos

* docs: add generated docs to gitignore (#5827)

* fix: set exhausted cookie with env json (#5868)

* fix: set exhausted cookie with env json

* lint

* docs(nginx): fix nginx directory, system api proto description (#5809)

Co-authored-by: Elio Bischof <elio@zitadel.com>

* docs(contributing): don't repeat yourself (#5869)

* ng 16

* material cdk

* module imports, rmn @accounts

* deps

* lint

* buf

* cache to registry

* push

* var

* ref

* vars

* so?

* next

* new buildx

* params

---------

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
Co-authored-by: Elio Bischof <elio@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: kotoriのねこ <minamiktr@outlook.com>
Co-authored-by: Max Peintner <max@caos.ch>
@github-actions
Copy link

🎉 This PR is included in version 2.24.0-ignore-me2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants