Commit Graph
146 Commits
Author SHA1 Message Date
laurentsimonandGitHub c369c58c3b Add entry for SLSA Go builder (#1600)
* Add entry fo Go builder

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* rename icon

* updates

* updates

* updates

* updates

* updates

* updates

* disclaimer

* fix icon name

* updates

* updates

* comments
2022-06-20 11:54:36 +05:30
André ArkoandGitHub ac3c29ff5b Shorten Rails workflow name, in line with others
The workflows for Ruby, RubyGem, Jekyll, and similar are all just the name of the language, package, or framework. This name change brings Rails in line with the other starters.
2022-04-17 03:07:19 -07:00
Bishal PrasadandGitHub e59567a947 Bringing back Datadog Synthetics workflow (#1503)
* Revert "Revert "Add Datadog Synthetics GitHub action to starter workflows (#1342)" (#1385)"

This reverts commit de41169eb0.

* Add creator
2022-03-25 16:03:59 +05:30
Bishal PrasadandGitHub de41169eb0 Revert "Add Datadog Synthetics GitHub action to starter workflows (#1342)" (#1385)
This reverts commit f31e3a9c9d.
2022-02-04 09:45:26 +05:30
5635bf05bc Upgrade Rails workflow to true CI (#1353)
* Upgrade Rails workflow to true CI

The existing Rails CI example only runs linters, which is not continuous
integration. This change brings the Rails example workflow up to par
with the other web framework CI flows, like Django.

This example is optimized for Rails 7, which does not include NodeJS,
webpack, or yarn by default. No Rails application code changes are
required for this flow to run the tests, and both minitest and rspec are
supported via the `test` rake task.

* add Rails icon

* use env vars, hopefully

* use the full hash for ruby/setup-ruby

* remove PORT since services cannot use it

* stop repeating identical step envs

* resolve env var declaration error

* update setup-ruby to the SHA of v1.92

* use setup-ruby SHA for lint job too

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-01-18 02:04:33 +05:30
Beth GandGitHub f31e3a9c9d Add Datadog Synthetics GitHub action to starter workflows (#1342) 2022-01-15 11:41:46 +05:30
Myles BorinsandGitHub 4238ac653e chore: split npm publish into 2 workflows (#1281)
Currently we suggest that folks dual publish to both npm + gpr.

There are a large number of edge cases related to doing this and IMHO it is
not the best practice. Let's make two separate workflows.
2021-12-01 14:38:35 -05:00
Ashwin SangemandGitHub 7b9e3b6858 Revert "Azure Data Factory CI starter workflow (#1111)" (#1146)
This reverts commit 7f30309cce.
2021-10-01 18:50:08 +05:30
Aparna RavindraandGitHub 02d91c6ccf checking for allowed category in validate-data script (#1131)
* checking for allowed category

* Update index.ts
2021-09-30 10:19:20 +05:30
7f30309cce Azure Data Factory CI starter workflow (#1111)
* Azure Data Factory CI starter workflow

* fix: data factory starter categories

* fix: checkout step formatting

* fix: data-factory-export targeting latest version

* feature: latest adf validate and export versions

* feature: Azure Data Factory tech_stack category for CI starter

Co-authored-by: Fernando de Oliveira <5161098+fernandoBRS@users.noreply.github.com>
2021-09-29 10:32:01 +05:30
f0b8c8ad72 Starter workflow Symfony (#1069)
* Add Symfony to starter Workflow

* Added Properties from Symfony

* Update symfony.yml

* Update symfony.yml

* Update symfony.yml

* Fix Wrong Configuration

* Review and fixing

* Update Symfony Properties Category

Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-28 15:11:17 +05:30
5a1343bb22 Adding template - Build Xcode project (#1095)
* adding build for xcode

* renaming template

Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-23 10:29:50 +05:30
Ninad KavimandanandGitHub e4091f2f55 add Vue to nodejs props (#1109) 2021-09-21 13:35:26 +05:30
6dfa11d0c4 Add github/super-linter as starter workflow on CI (#1089)
This commit adds github/super-linter as a starter workflow to execute
several linters based on the user codebase on changed files.

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-09-17 16:58:46 -04:00
Ninad KavimandanandGitHub c36ea2c560 add Continuous integration to makefile props (#1100) 2021-09-16 11:51:53 +05:30
59daabb07b support AspNetCore and DotNetConsole (#1096)
Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-16 11:19:17 +05:30
Ninad KavimandanandGitHub 9095e7c9d5 added prefix npm- (#1097) 2021-09-16 11:17:56 +05:30
1cb322141e add makefile template (#1093)
Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-16 11:02:21 +05:30
Shubham TiwariandGitHub df5ac56102 Adding category in the template property file (#1092)
* adding category in the template property file

* added category on ruby template
2021-09-16 11:00:07 +05:30
dda42cb8f2 Addition to categories to python templates (#1088)
* addition to categories for python-app template

* adding categories to pylint template

* adding categories to python-package template

Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-15 20:04:06 +05:30
Aparna RavindraandGitHub 3175118151 Addressing review comments - Renaming template and updating setup-ruby action version (#1086)
* renaming template and updating setup-ruby action version

* renaming rubyrails files

* renaming rails files
2021-09-15 20:02:11 +05:30
Ashwin SangemandGitHub 028df69d88 Added support for Java Frameworks, Spring and JSF to CI Templates. (#1087) 2021-09-14 08:04:52 +05:30
Ninad KavimandanandGitHub 84a9757692 added React and Angular as categories to node (#1084) 2021-09-09 16:16:31 +05:30
Aparna RavindraandGitHub 237e7737ce restoring from main (#1078) 2021-09-08 11:52:12 +05:30
Aparna RavindraandGitHub 7b64f44165 Directory for deployments (#1071)
* moving deployment templates

* including deployment directory in scripts

* validate categories script init

* introducing scout

* introducing workflow

* Update validate-categories.yaml

* Update validate-categories.yaml

* Update validate-categories.yaml

* Update validate.rb

* Update validate.rb

* Update validate.rb

* Update validate.rb

* Update validate-categories.yaml

* Update validate-categories.yaml

* Update validate-categories.yaml

* Update validate.rb

* Update validate-categories.yaml

* Update validate-categories.yaml

* Create test_comment.yaml

* rename

* using [enter]

* testing newline

* test

* setting up variable

* using echo -e

* using join

* testing space space new line

* setting multi line in echo

* removing checkout

* setting rows-generator

* fixing error

* using join

* commit

* Update test_comment.yaml

* escaping pipe

* printing debug line

* using %0A

* Update validate-categories.yaml

* Update validate.rb

* Update validate.rb

* removing debug

* removing variable

* Update validate.rb

* Update validate-categories.yaml

* Validate categories comment on pr (#32)

* reverting deployment directory

* checking for output

* Categories validation two workflows (#34)

comment on pr in a separate workflow

* Categories validation two workflows (#35)

using right dir name

* Categories validation two workflows (#36)

.

* Categories validation two workflows (#37)

fixing typo

* adding if conditions

* adding try catch

* using console instead of echo

* equating to upstream

* moving deployment templates
2021-09-06 11:04:54 +05:30
Shubham TiwariandGitHub c27ff7a931 Merge branch 'main' into patch-2 2021-08-25 09:52:41 +05:30
Shubham TiwariandGitHub bb64945011 Update node.js.properties.json 2021-08-25 00:31:52 +05:30
Shubham TiwariandGitHub 973d29b6bf Update gem-push.properties.json 2021-08-25 00:17:39 +05:30
Shubham TiwariandGitHub e4eea0ea9c Update npm-publish.properties.json 2021-08-25 00:17:17 +05:30
Shubham TiwariandGitHub 680b06affc Update node.js.properties.json 2021-08-25 00:13:11 +05:30
aparna-ravindra f5724905e5 capitalizing category 2021-08-23 12:47:22 +05:30
aparna-ravindra b2ac199660 reordering categories 2021-08-23 11:08:57 +05:30
aparna-ravindra 671fc9a635 deployment as a category in properties.json 2021-08-23 11:00:59 +05:30
Ninad Kavimandan 3e7eb56f27 added TypeScript for gulp + grunt + webpack 2021-07-20 13:30:46 +05:30
Ninad Kavimandan e12559a4f8 updated descriptions and workflow names 2021-07-20 10:43:58 +05:30
Ninad Kavimandan 89f121147f Merge branch 'ninadkavimandan_node_frameworks' of github.com:NinadKavimandan/starter-workflows into ninadkavimandan_node_frameworks 2021-07-20 10:20:15 +05:30
Ninad Kavimandan 5175c33819 updated icons for gulp + grunt + webpack ci 2021-07-20 10:19:59 +05:30
Ninad KavimandanandGitHub 98436d569d Merge branch 'main' into ninadkavimandan_node_frameworks 2021-07-19 13:18:02 +05:30
acad7b6626 Update ci/properties/blank.properties.json
Co-authored-by: Andy McKay <andymckay@github.com>
2021-06-24 21:40:31 +05:30
Shubham TiwariandGitHub 2f86a8abbe Update blank.properties.json 2021-06-24 11:06:26 +05:30
Ninad Kavimandan 3bb230a79a added templates for gulp + grunt + webpack 2021-06-24 10:51:42 +05:30
ljingandGitHub 5adbc985bb Merge branch 'main' into main 2020-12-15 15:06:36 +08:00
ljingandGitHub 08c2049aed Create alibabacloud.properties.json 2020-12-11 23:26:26 +08:00
Rainer SigwaldandGitHub 4dae3bbf12 Update .NET Core branding to .NET
Per the branding that .NET 5.0 is the next release after .NET Core 3.1.
2020-12-10 17:40:37 +00:00
Ben McMorranandGitHub 5df85a656f Merge branch 'main' into add-msbuild-cpp-workflow 2020-12-02 09:28:27 -08:00
Tim Etchells cfbd40a9c2 Add Dockerfile category to openshift workflow
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-30 13:03:33 -05:00
Tim Etchells 6a074bcdf6 Update OpenShift starter with new actions
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-30 11:15:59 -05:00
Ben McMorran 92d9a2c433 Add MSBuild C/C++ starter workflow 2020-11-13 13:53:37 -08:00
Luca Stocchi 545967cef7 Add support for OpenShift Action
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-09-28 16:59:32 +02:00
Andy McKayandGitHub 3ba9eeb432 Merge pull request #493 from mosteo/master
Ada starter workflow, icon and properties
2020-08-25 09:17:05 -07:00