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

Wre 458 testing #366

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://gecgithub01.walmart.com/mobile-platform/github-app-monolith
# https://github.com/probot/stale#usage
daysUntilStale: 1
daysUntilClose: 2
staleLabel: stale
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
15 changes: 15 additions & 0 deletions .github/walmart-probot-buddy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const config = {
admin_users: ["pranaygupta5"], // this is owner of the repository we are going to add the bot
merge_user: "pranaygupta5", // this can be same as the admin any one can merge
enabled_features: [
"autolabeler",
"bot-pr-merge",
"semantic-pull-requests",
"stalebot",
"merge-queue",
"stale-branch-bot",
"sync-base-branch"
],
add_pr_label:"foo",
sync_base_branch_on_changed_files_intersect:["^libs\/.*\/src\/","^apps\/.*\/app\/"]
}
6 changes: 4 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple demonstration application used in the [Jenkins: The Definitive

The project is a simple multi-module Maven project. To build the whole project, just run `mvn install` from the root directory.

## Running the game
## Running the game1

The application is a very simple online version of [Conway's 'game of life'](http://en.wikipedia.org/wiki/Conway's_Game_of_Life). To see what the game does, run `mvn install` as described above, thengo to the gameoflife-web directory and run `mvn jetty:run`. The application will be running on http://localhost:9090.

Expand All @@ -26,6 +26,8 @@ Ideal for developers, software architects, and project managers, Jenkins: The De
- Manage a farm of Jenkins servers to run distributed builds
- Implement automated deployment and continuous delivery

## The author
## The author1

John is an experienced consultant and trainer specialising in Enterprise Java, Web Development, and Open Source technologies, based in Sydney, Australia. Well known in the Java community for his many published articles, and as author of Java Power Tools, John helps organisations around the world to optimize their Java development processes and infrastructures and provides training and mentoring in open source technologies, SDLC tools, and agile development processes. John is CEO of [Wakaleo Consulting](http://www.wakaleo.com), a company that provides consulting, training and mentoring services in Enterprise Java and Agile Development. He is also part of the founding team of [Test Automation](http://www.testautomation.com.au/), a service that automates the manual regression tests conducted during the integration and acceptance testing stages of a web site release.

# WRE-458-Testing"