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

Develop #5

Merged
merged 169 commits into from
Dec 7, 2019
Merged

Develop #5

merged 169 commits into from
Dec 7, 2019

Conversation

wildone
Copy link
Member

@wildone wildone commented Oct 14, 2019

3b53e6e - add debug messages (wildone)
63bc79a - dump output of tests into separate repo (wildone)
9f9dd68 - add missing git config (wildone)
4ead8e3 - add tests (wildone)
e22d2b9 - update badge (wildone)
ae5e2f3 - update to deploy on master only (wildone)
06de17b - use shared script to eval CURRENT_VERSION (wildone)
2b4317a - add missing requirements file (wildone)
da6574b - disabled automation dependencies (wildone)
90db175 - move python setup to top do not use docker for sonar steps (wildone)
a9b0359 - disable automation tests (wildone)
594fffb - add debug remove not required variables (wildone)
fdb04bd - add missing variable (wildone)
0686d43 - fix tabs (wildone)
5f46810 - add nodejs to allow sonarqube (wildone)
357a8db - Merge branch 'master' of github.com:aem-design/aemdesign-aem-support into develop (wildone)
b9f0610 - use spaces not tabs (wildone)
1415dfe - add search example (wildone)
f79756b - add lfs pull (wildone)
243c425 - Update README.md (leachuk)
0a6092d - remove package-lock.json from node config (wildone)
125cb42 - update to use refs/heads/master to test of on master branch (wildone)
3c767ff - add output of github.ref (wildone)
7ef0b05 - use set-env to set DOCKER_COMMAND (wildone)
b811b91 - remove user mapping (wildone)
4550990 - output string from expressions (wildone)
03ab247 - add escape for bash commands (wildone)
4e32795 - use 1.0 version (wildone)
65d70eb - use latest (wildone)
f34a23d - update version (wildone)
8542ad2 - update pipeline syntax (wildone)
9c6df19 - update pipeline syntax (wildone)
11a8851 - replace fontawesome pro with fontawesome free (wildone)
321e577 - update to match travis pipeline (wildone)
6c35e70 - use local build directory (wildone)
dcab964 - remove quite flags add package step (wildone)
c99d4c1 - cleanup (wildone)
aded42e - change to generic name (wildone)
58fb2ff - add .m2 to ignore (wildone)
ed23739 - update debug (wildone)
8203fbd - output contents of directories (wildone)
3e705e9 - fix debug (wildone)
380a75f - update debug (wildone)
2b93d8a - add debug to check docker contents (wildone)
b050c1f - update to run mvn clean in docker container (wildone)
051bbf2 - set env variables persist content between steps (wildone)
ee440ec - add badge (wildone)
2498a33 - add pipeline (wildone)
cab4624 - add ability to cache git lfs (wildone)
852a439 - fix paths (wildone)
ca49d4c - source /opt/pyenv/shims/virtualenvwrapper.sh (wildone)
bea606f - use pyenv instead of addons (wildone)
2880dbf - remove pyenv install 3.6.3 (wildone)
06bd561 - add debug (wildone)
19cbc9a - setup virtualenv (wildone)
a915a7e - update addons (wildone)
07373e9 - update poms (wildone)
9a8efc5 - force params to be passed (wildone)
7a59011 - add missing parameters (wildone)
8cafa1b - add services: docker (wildone)
ffa9b88 - use pip3 add skiptests (wildone)
171db0f - add python3 switch (wildone)
61b19a6 - update testing script (wildone)
cb807f2 - update playbook (wildone)
359ab2f - enable main steps (wildone)
751e201 - update reports (wildone)
025de3f - fix installDependencies to work in docker container (wildone)
0b6a7a3 - add comments update docker command to use bash --login remove unused function (wildone)
5aeba8c - add rvm usage (wildone)
286a7fd - mount project dir into subfolder in /build (wildone)
f0b0bcf - cleanup (wildone)
01f6b05 - move declarations after install (wildone)
0020dbe - refactor to work in multi-module project (wildone)
6c80165 - add debug helpers (wildone)
2ae2951 - return false if input is empty (wildone)
b2a91cc - add gem install bundler (wildone)
5341d6f - remove permission check run container as current user (wildone)
5c6e358 - add .editorconfig to keep everything consistent (wildone)
732e0a0 - add +x for install (wildone)
8466b32 - fix bundle and bundler detection (wildone)
d76b9c0 - cleanup to ensure tests work (wildone)
60ce14f - update to use isStringMatchesRegex helper fix grep output as static string (wildone)
5a5202d - update script to work (wildone)
0ec2487 - add and use helper isStringMatchesRegex (wildone)
4a82fb8 - update naming convention to use extended naming convention (wildone)
4d5f8ad - add list search showcase and tests (wildone)
1f3c5d3 - update readme (wildone)
85bd441 - move path into separate file (wildone)
bba59bc - remove buildnumber-maven-plugin (wildone)
b731aec - remove unused files (wildone)
7973f19 - add missing param opts (wildone)
92d1592 - remove hardcoded project name read specs list from file (wildone)
825b0ed - remove console log (wildone)
c9544b2 - add ability to read config from pom file and pass to tests, to avoid hardcoding variables (wildone)
1366624 - remove gitlab pipeline (wildone)
fd41ee1 - remove screenshot update properties (wildone)
2bd89f7 - remove not existent profile (wildone)
9947467 - add file to exclude paths when generating archetype (wildone)
ae685d4 - fix path (wildone)
1e29a9f - Merge branch 'master' into develop (wildone)
ae00319 - add helper script (wildone)
cef3e2c - Merge pull request #4 from aem-design/update-test-spec-scripts (Max Barrass)
0656fca - Updated the test spec scripts Unified the scripts so you now only need to run ./test-spec-local which will run against Selenium Hub by default. There are also other various improvements such as been able to run against a dispatcher server without a WCM mode which causes time out issues. (Chris Shaw)
dc1b8bb - update pipeline to use commit messages as release description (wildone)
143c266 - remove ignore debug (wildone)

wildone and others added 30 commits October 7, 2019 14:00
Unified the scripts so you now only need to run `./test-spec-local` which will run against Selenium Hub by default. There are also other various improvements such as been able to run against a dispatcher server without a WCM mode which causes time out issues.
update properties
read specs list from file
fix grep output as static string
wildone and others added 29 commits November 5, 2019 23:25
this is path variable not url variable its used by functions to create page path.
@wildone wildone merged commit ad304af into master Dec 7, 2019
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.

3 participants