7 Commits

Author SHA1 Message Date
Yara
5c293a85bf Merge pull request #103 from idealista/features/PLATFORM-3582
[PLATFORM-3582] Add .gitattributes file for linguist detection
2024-05-13 09:26:39 +02:00
ygomez
0a600912bf add #PR number on CHANGELOG.md 2024-01-17 11:54:56 +01:00
ygomez
141baf25a0 [PLATFORM-3582] Add .gitattributes file for linguist detection 2024-01-17 11:52:05 +01:00
mgnavarrete
6d78981a4f Update CHANGELOG.md 2023-03-02 11:13:47 +01:00
mgnavarrete
b19e169235 Merge pull request #98 from idealista/features/98
#98 Update goss url
2023-03-01 16:58:08 +01:00
mgnavarrete
a364a0df36 #98 remove three flag 2023-03-01 12:49:18 +01:00
mgnavarrete
800c5f2644 #98 Update goss url 2023-02-28 15:39:20 +01:00
6 changed files with 18 additions and 4 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.yml linguist-detectable=true
*.yaml linguist-detectable=true
*.html linguist-detectable=false

View File

@@ -3,8 +3,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
## Added
- *[#103](https://github.com/idealista/cookiecutter-ansible-role/pull/103) (2024-01-17)- Add ".gitattributes" file for linguist detection.* @ygomezsaiz
## Unreleased
## [2.10.2](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.2)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.10.1...2.10.2)
### Changed
- *[98](https://github.com/idealista/cookiecutter-ansible-role/issues/98)* Change goss URL @Marionv91
## [2.10.1](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.10.0...2.10.1)

View File

@@ -28,7 +28,7 @@ printf "cookiecutter==1.7.2\nJinja2==2.11.2" > requirements.txt && pipenv instal
sed -i 's/1.0.0/0.6.4/g' defaults/main.yml
sed -i 's/exampleapplication/gh/g' defaults/main.yml
# Launch molecule tests
pipenv install -r test-requirements.txt --three
pipenv install -r test-requirements.txt
pipenv run molecule test
)

View File

@@ -32,7 +32,7 @@ Ansible {{ cookiecutter.ansible_version }} version installed.
Molecule 3.x.x version installed.
For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/aelsabbahy/goss) as verifier.
For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/goss-org/goss) as verifier.
### Installing

View File

@@ -39,7 +39,7 @@ file:
## Check if ports are really exposed
# port:
# # Check port at IPv6
# # https://github.com/aelsabbahy/goss/issues/177
# # https://github.com/goss-org/goss/issues/177
# tcp6:<port>:
# listening: true
# ip:

View File

@@ -12,7 +12,7 @@
goss_arch: amd64
goss_dst: /usr/local/bin/goss
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}"
goss_url: "https://github.com/goss-org/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}"
goss_test_directory: /tmp
goss_format: documentation