Branch: refs/heads/master
Home: https://github.com/jenkinsci/html5-notifier-plugin
Commit: 7f4c9cd3d10610364c5cc6ca108979208e7d0917
https://github.com/jenkinsci/html5-notifier-plugin/commit/7f4c9cd3d10610364c5cc6ca108979208e7d0917
Author: Gavin Mogan <[email protected]>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
A src/main/webapp/js/notify.js
Log Message:
-----------
notify.js - https://github.com/alexgibson/notify.js
Not certain if I'm allowed to commit this file. Looks like though
Commit: 3dc2eb2234c8b44bffed46a386c023449d4b6c0a
https://github.com/jenkinsci/html5-notifier-plugin/commit/3dc2eb2234c8b44bffed46a386c023449d4b6c0a
Author: Gavin Mogan <[email protected]>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RootActionImpl.java
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RunNotification.java
M
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/header.jelly
M src/main/webapp/js/html5-notifier.js
Log Message:
-----------
Update notifier to work
* Switch to using notify.js which should do proper html5 notifications on all
browsers
* Move all the javascript code and variables to its own namespace
* Return notifications instead of a link to notifications
Needs some cleanup but is now functional
Commit: 32a3a50324db00967e058be2054a8812a8a2d046
https://github.com/jenkinsci/html5-notifier-plugin/commit/32a3a50324db00967e058be2054a8812a8a2d046
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
A
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/footer.jelly
A
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/footer.properties
M src/main/webapp/js/html5-notifier.js
Log Message:
-----------
Use footer template to create an activate button. This gives access to the
translation/properties files.
Commit: e85235b399b45c935ef47a4ead48db00f0d51be5
https://github.com/jenkinsci/html5-notifier-plugin/commit/e85235b399b45c935ef47a4ead48db00f0d51be5
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
A html5-notifier-plugin.iml
Log Message:
-----------
Adding IntelliJ support
Commit: 7875324eb98fda5466b9e2f13409c53bcdb4f9a9
https://github.com/jenkinsci/html5-notifier-plugin/commit/7875324eb98fda5466b9e2f13409c53bcdb4f9a9
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
R src/main/java/org/jenkins/ci/plugins/html5_notifier/package-info.java
Log Message:
-----------
package-info.java seems to break compiling properly with maven/intellj so
remove
Commit: 4951bed4f013331504c1a87224c91b4e88f55869
https://github.com/jenkinsci/html5-notifier-plugin/commit/4951bed4f013331504c1a87224c91b4e88f55869
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
R src/main/webapp/css/html5-notifier.css
Log Message:
-----------
No longer using css, so remove it
Commit: fb767a95de891b5b3d7f8026f4c9cec08aeffcee
https://github.com/jenkinsci/html5-notifier-plugin/commit/fb767a95de891b5b3d7f8026f4c9cec08aeffcee
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RootActionImpl.java
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RunNotification.java
Log Message:
-----------
Remove a bunch of unused code, such as toHtmlString
Commit: ecab7da729916e4c3140106f9d9736928e5b571e
https://github.com/jenkinsci/html5-notifier-plugin/commit/ecab7da729916e4c3140106f9d9736928e5b571e
Author: Gavin Mogan <[email protected]>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
M .gitignore
M html5-notifier-plugin.iml
M pom.xml
A src/main/main.iml
M src/main/webapp/js/html5-notifier.js
Log Message:
-----------
add myself to the copyright of the .js file as I changed it quite a bit
clean up pom file
Commit: 698b23dce0128e98d4b970ad8a152f5674587e01
https://github.com/jenkinsci/html5-notifier-plugin/commit/698b23dce0128e98d4b970ad8a152f5674587e01
Author: Gavin Mogan <[email protected]>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M .gitignore
A html5-notifier-plugin.iml
M pom.xml
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RootActionImpl.java
M src/main/java/org/jenkins/ci/plugins/html5_notifier/RunNotification.java
R src/main/java/org/jenkins/ci/plugins/html5_notifier/package-info.java
A src/main/main.iml
A
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/footer.jelly
A
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/footer.properties
M
src/main/resources/org/jenkins/ci/plugins/html5_notifier/PageDecoratorImpl/header.jelly
R src/main/webapp/css/html5-notifier.css
M src/main/webapp/js/html5-notifier.js
A src/main/webapp/js/notify.js
Log Message:
-----------
Merge pull request #2 from halkeye/switch-to-notifyjs
Upgrade to support current version of the html5 notifications spec
Compare:
https://github.com/jenkinsci/html5-notifier-plugin/compare/d190dc4f9821...698b23dce012
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.