Branch: refs/heads/master
Home: https://github.com/jenkins-infra/account-app
Commit: a1c33f68ad48e754f021414b7ac169b790153440
https://github.com/jenkins-infra/account-app/commit/a1c33f68ad48e754f021414b7ac169b790153440
Author: Nicolas De Loof <[email protected]>
Date: 2016-11-07 (Mon, 07 Nov 2016)
Changed paths:
M src/main/java/org/jenkinsci/account/Application.java
A src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Myself.java
M src/main/java/org/jenkinsci/account/Parameters.java
M src/main/resources/org/jenkinsci/account/Application/index.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/configure.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/done.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
Log Message:
-----------
Web UI to manage board election
Signed-off-by: Nicolas De Loof <[email protected]>
Commit: cf3e65e610a2f4d16c3741febc1ee48a73e73aae
https://github.com/jenkins-infra/account-app/commit/cf3e65e610a2f4d16c3741febc1ee48a73e73aae
Author: Olivier Vernin <[email protected]>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/Application.java
A src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Myself.java
M src/main/java/org/jenkinsci/account/Parameters.java
M src/main/resources/org/jenkinsci/account/Application/index.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/configure.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/done.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
Log Message:
-----------
Merge remote-tracking branch 'ndeloof/master' into config/02
Commit: 10092bac9df9e924eff97854e3638ad8a72a7a24
https://github.com/jenkins-infra/account-app/commit/10092bac9df9e924eff97854e3638ad8a72a7a24
Author: Olivier Vernin <[email protected]>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M Dockerfile
M config.properties.example
M docker-compose.yaml
M entrypoint.sh
Log Message:
-----------
Add boardelection configurations
Commit: 2e0fd22f52219eb75ed93acb505b94b1aee04484
https://github.com/jenkins-infra/account-app/commit/2e0fd22f52219eb75ed93acb505b94b1aee04484
Author: olblak <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M README.md
Log Message:
-----------
README: Update proxy command
Commit: 3f46315bdd91bd8392ce3e1a5caf30178f3c310f
https://github.com/jenkins-infra/account-app/commit/3f46315bdd91bd8392ce3e1a5caf30178f3c310f
Author: olblak <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M build.gradle
Log Message:
-----------
switch from 'org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021'
to compile 'commons-jelly:commons-jelly-tags-define:1.0'
Commit: 5562f571bf32f101e363f241a652af2c21d50f8f
https://github.com/jenkins-infra/account-app/commit/5562f571bf32f101e363f241a652af2c21d50f8f
Author: olblak <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/BoardElection/configure.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/done.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
Log Message:
-----------
Remove the dependency on the out-dated backend-theme library
Commit: 5940efda1ab51b2bea99a85c8912bdb2b7f26ff1
https://github.com/jenkins-infra/account-app/commit/5940efda1ab51b2bea99a85c8912bdb2b7f26ff1
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M build.gradle
M src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Add jquery&jquery-ui library
Commit: 62dbe1740aafe2f228bd364d88bc2090dd4ca1a2
https://github.com/jenkins-infra/account-app/commit/62dbe1740aafe2f228bd364d88bc2090dd4ca1a2
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M Dockerfile
M config.properties.example
M docker-compose.yaml
M entrypoint.sh
Log Message:
-----------
Add election_logdir support
Commit: b198489c984da083860e41759466d43934f7b2c6
https://github.com/jenkins-infra/account-app/commit/b198489c984da083860e41759466d43934f7b2c6
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/Application.java
Log Message:
-----------
Redirect to home after succesfull login
Commit: c1fa0bdd0c9f1442289997b34ed1f1084cfb515c
https://github.com/jenkins-infra/account-app/commit/c1fa0bdd0c9f1442289997b34ed1f1084cfb515c
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Parameters.java
Log Message:
-----------
Add yaml support for election
Instead of a simple txt file, we now use a yaml which is easier
to detect if a user already made a vote or not.
Commit: cf20102bef6afaf92c39c885f799830fd71cd050
https://github.com/jenkins-infra/account-app/commit/cf20102bef6afaf92c39c885f799830fd71cd050
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/AdminUI/signup.jelly
M src/main/resources/org/jenkinsci/account/Application/index.jelly
M src/main/resources/org/jenkinsci/account/Application/login.jelly
M src/main/resources/org/jenkinsci/account/Application/passwordReset.jelly
M src/main/resources/org/jenkinsci/account/Application/signup.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
M src/main/resources/org/jenkinsci/account/Myself/index.jelly
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Update css and page navigation
Commit: 45d82efb21bc0c4830239414326cf552ef8fb9d4
https://github.com/jenkins-infra/account-app/commit/45d82efb21bc0c4830239414326cf552ef8fb9d4
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M README.md
Log Message:
-----------
Update documentation
Commit: 2e394f9c73d60e34b213d9ff5ba84fe7f6b4da44
https://github.com/jenkins-infra/account-app/commit/2e394f9c73d60e34b213d9ff5ba84fe7f6b4da44
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M Dockerfile
Log Message:
-----------
Define some default env variable
Commit: 2c0c1985c92edc8ac9457d991f842677a760356a
https://github.com/jenkins-infra/account-app/commit/2c0c1985c92edc8ac9457d991f842677a760356a
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M config.properties.example
Log Message:
-----------
Add comments to config.properties.example
Commit: 9da767c535d71f46e8d2c4f56947a558882ed36f
https://github.com/jenkins-infra/account-app/commit/9da767c535d71f46e8d2c4f56947a558882ed36f
Author: olblak <[email protected]>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
A Makefile
Log Message:
-----------
Add Makefile
Commit: ca26e2bae4697fb7f791e8dac2f52045bd211ebf
https://github.com/jenkins-infra/account-app/commit/ca26e2bae4697fb7f791e8dac2f52045bd211ebf
Author: olblak <[email protected]>
Date: 2017-05-10 (Wed, 10 May 2017)
Changed paths:
M Makefile
Log Message:
-----------
Fix PHONY rules
Commit: 1478389517a3f0a67afb70222c29d7598e65ac87
https://github.com/jenkins-infra/account-app/commit/1478389517a3f0a67afb70222c29d7598e65ac87
Author: olblak <[email protected]>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
M Jenkinsfile
M Makefile
Log Message:
-----------
Use opendjdk docker image instead of java:8
Commit: ae729fd311b9b93c1103b1c2eb0589739b7de263
https://github.com/jenkins-infra/account-app/commit/ae729fd311b9b93c1103b1c2eb0589739b7de263
Author: olblak <[email protected]>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
M build.gradle
Log Message:
-----------
Remove mavenCentral and Add fontawesome
Commit: 4c9994ad1c1923d89eb46aea5dc4c037b79e3bd0
https://github.com/jenkins-infra/account-app/commit/4c9994ad1c1923d89eb46aea5dc4c037b79e3bd0
Author: olblak <[email protected]>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Add icons from fontAwesom for boardElection form
Commit: fa149f7287587478d130a6e82abdda1f41a93322
https://github.com/jenkins-infra/account-app/commit/fa149f7287587478d130a6e82abdda1f41a93322
Author: R. Tyler Croy <[email protected]>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
M Dockerfile
M Jenkinsfile
A Makefile
M README.md
M build.gradle
M config.properties.example
M docker-compose.yaml
M entrypoint.sh
M src/main/java/org/jenkinsci/account/Application.java
A src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Myself.java
M src/main/java/org/jenkinsci/account/Parameters.java
M src/main/resources/org/jenkinsci/account/AdminUI/signup.jelly
M src/main/resources/org/jenkinsci/account/Application/index.jelly
M src/main/resources/org/jenkinsci/account/Application/login.jelly
M src/main/resources/org/jenkinsci/account/Application/passwordReset.jelly
M src/main/resources/org/jenkinsci/account/Application/signup.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/configure.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/done.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
M src/main/resources/org/jenkinsci/account/Myself/index.jelly
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
M src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Merge pull request #104 from olblak/config/02
BoardElections && CSS improvements
Compare:
https://github.com/jenkins-infra/account-app/compare/6df93b17f3dd...fa149f728758
--
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.