Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a83c06

Browse files
authored
Merge branch 'project-one' into proj-one-whats-new-merge
2 parentsd84ad2c +03cc3ac commit6a83c06

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

‎_docs/example-catalog/ci-examples/coveralls-testing.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm install coveralls --save-dev
4242

4343
Coveralls requires a[script](https://github.com/nickmerwin/node-coveralls){:target="\_blank"} that takes standard input and sends it to coveralls.io to report your code coverage. Depending on the framework that you are using, you will have to add a different script to your application.
4444

45-
Any coverage reports can be forwarded that are within a[lcov data format](http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php){:target="\_blank"} (including[mocha's LCOV reporter](https://www.npmjs.com/package/mocha-lcov-reporter){:target="\_blank"}). For this, we are going to set-up a “bin” folder, and within the folder a coveralls.js file that contains the following content:
45+
Any coverage reports can be forwarded that are within a[lcov data format](https://github.com/linux-test-project/lcov){:target="\_blank"} (including[mocha's LCOV reporter](https://www.npmjs.com/package/mocha-lcov-reporter){:target="\_blank"}). For this, we are going to set-up a “bin” folder, and within the folder a coveralls.js file that contains the following content:
4646

4747
{% highlight yaml %}
4848
{% raw %}

‎_docs/example-catalog/ci-examples/nodejs-angular2-mongodb.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title:"NodeJS + Angular2 + MongoDB"
33
description:""
44
group:example-catalog
5-
sub_group:cd-examples
5+
sub_group:ci-examples
66
redirect_from:
77
-/docs/yaml-examples/examples/nodejs-angular2-mongodb/
88
-/docs/nodejs-angular2-mongodb/

‎_docs/example-catalog/examples.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ Codefresh is agnostic as far as programming languages are concerned. All major p
3838
-[C# .NET core]({{site.baseurl}}/docs/example-catalog/ci-examples/dotnet/)
3939
-[Scala App]({{site.baseurl}}/docs/example-catalog/ci-examples/scala-hello-world/)
4040
-[Android (Mobile)]({{site.baseurl}}/docs/example-catalog/ci-examples/android/)
41+
-[NodeJS + Angular2 + MongoDB]({{site.baseurl}}/docs/example-catalog/ci-examples/nodejs-angular2-mongodb/)
4142

4243
###Source code checkout examples
4344

4445
You can check out code from one or more repositories in any pipeline phase. Codefresh includes[built-in GIT integration]({{site.baseurl}}/docs/integrations/git-providers/) with all the popular GIT providers and can be used with[git-clone]({{site.baseurl}}/docs/pipelines/steps/git-clone/) steps.
4546

4647
-[Cloning Git repositories using the built-in integration]({{site.baseurl}}/docs/example-catalog/ci-examples/git-checkout/)
4748
-[Cloning Git repositories using manual Git commands]({{site.baseurl}}/docs/example-catalog/ci-examples/git-checkout-custom/)
48-
-[Checking out from Subversion, Perforce, Mercurial, etc]({{site.baseurl}}/docs/example-catalog/ci-examples/non-git-checkout/)
49+
-[Checking out from Subversion, Perforce, Mercurial, etc]({{site.baseurl}}/docs/example-catalog/ci-examples/non-git-checkout/)
4950

5051
###Build/push examples
5152

@@ -105,7 +106,6 @@ Codefresh can automatically export secret key-value pairs using the Vault plugin
105106

106107
Codefresh can automatically launch environments (powered by Docker swarm) to[preview a Pull Request or feature]({{site.baseurl}}/docs/quick-start/ci-quickstart/on-demand-environments/). The definition of the environment can come from an[existing composition]({{site.baseurl}}/docs/testing/create-composition/), a docker-compose file or an inline YAML. Preview environments can be launched manually or[automatically from pipelines]({{site.baseurl}}/docs/pipelines/steps/launch-composition/).
107108

108-
-[NodeJS + Angular2 + MongoDB]({{site.baseurl}}/docs/example-catalog/cd-examples/nodejs-angular2-mongodb/)
109109
-[NGINX Basic Auth]({{site.baseurl}}/docs/example-catalog/cd-examples/secure-a-docker-container-using-http-basic-auth/)
110110
-[Spring Boot + Kafka + Zookeeper]({{site.baseurl}}/docs/example-catalog/cd-examples/spring-boot-kafka-zookeeper/)
111111
-[Web terminal]({{site.baseurl}}/docs/example-catalog/cd-examples/web-terminal/)

‎_docs/pipelines/triggers/git-triggers.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The *modified files* field is a very powerful Codefresh feature that allows you
182182
files affected by a commit are in a specific folder (or match a specific naming pattern). This means that
183183
you can have a big GIT repository with multiple projects and build only the parts that actually change.
184184

185-
>Currently the field*modified files* is available only for GitHub, GitLab, Azure DevOps and[Bitbucket Server and Data Center](https://confluence.atlassian.com/bitbucketserver/add-a-post-service-webhook-776640367.html){:target="\_blank"} repositories, since they are the only GIT providers
185+
>Currently the field*modified files* is available only for GitHub, GitLab, Azure DevOps and[Bitbucket Server and Data Center](https://confluence.atlassian.com/bitbucketserver/manage-webhooks-938025878.html){:target="\_blank"} repositories, since they are the only GIT providers
186186
that send this information in the webhook. We will support other GIT providers as soon as they add the respective feature.
187187

188188
###Using the Modified files field to constrain triggers to specific folder/files

‎_docs/whats-new/gitops-whats-new.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
title:"What's new inCodefresh?"
3-
description:""
2+
title:"What's new inGitOps?"
3+
description:"New features, enhancements, and bug fixes"
44
group:whats-new
5-
redirect_from:
6-
-/docs/whats-new/
75
toc:true
86
---
97

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp