Branch: refs/heads/master
Home: https://github.com/jenkins-infra/account-app
Commit: 3094d926cd872e349ca6f4cbc21cc7d59c6b3fc4
https://github.com/jenkins-infra/account-app/commit/3094d926cd872e349ca6f4cbc21cc7d59c6b3fc4
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M docker-compose.yaml
Log Message:
-----------
Add docker volume to sandbox
Commit: 893544ec1ceb0da8fe77c02c9b16b83890148659
https://github.com/jenkins-infra/account-app/commit/893544ec1ceb0da8fe77c02c9b16b83890148659
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/BoardElection.java
A src/main/resources/org/jenkinsci/account/BoardElection/results.jelly
Log Message:
-----------
Add accounts/results webpage
Commit: 7fde53905de594e43af73d54d0d5b4272cebe9d3
https://github.com/jenkins-infra/account-app/commit/7fde53905de594e43af73d54d0d5b4272cebe9d3
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
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 menu style
Commit: d6036f29bcb4e3e14d8ae51dc90b6f8993763490
https://github.com/jenkins-infra/account-app/commit/d6036f29bcb4e3e14d8ae51dc90b6f8993763490
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M build.gradle
M 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/BoardElection/index.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/ongoing.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/result.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/results.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/seniority.jelly
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Improve Board Election feature (voting&results)
* Store one vote per file
* Test if user is old enough to vote
* Add views:
results -> display election history
result -> display one election result
seniority -> display the rule to be a senior community member
ongoing -> display warning if we try to access result for ongoing
election
Commit: 1ea43a0da0031b91a9c08366ba986a303ef81266
https://github.com/jenkins-infra/account-app/commit/1ea43a0da0031b91a9c08366ba986a303ef81266
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M config.properties.example
M entrypoint.sh
Log Message:
-----------
Add parameter to configure seniority
Commit: f408f040df6f347d4a551ab14f10a4da817794c2
https://github.com/jenkins-infra/account-app/commit/f408f040df6f347d4a551ab14f10a4da817794c2
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M Makefile
M docker-compose.yaml
M env.sandbox
A voteGenerator.py
Log Message:
-----------
Improve tests environment
* voteGenerator.py generate fake election date
* Define Make rule to deploy an accountapp with open election and
another one with close election
Commit: 227fed07c6c3f0c9f01289992dfd0989e9d08c0a
https://github.com/jenkins-infra/account-app/commit/227fed07c6c3f0c9f01289992dfd0989e9d08c0a
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M Dockerfile
M Makefile
M docker-compose.yaml
Log Message:
-----------
Add dev environment without fake data
Commit: d28cceacf712edba2249be9e5f37fec9d4c5e022
https://github.com/jenkins-infra/account-app/commit/d28cceacf712edba2249be9e5f37fec9d4c5e022
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M .gitignore
M config.properties.example
M entrypoint.sh
M env.sandbox
M src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Parameters.java
M src/main/resources/org/jenkinsci/account/BoardElection/index.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/result.jelly
M voteGenerator.py
Log Message:
-----------
Use single transferable vote algorythm
* Add script 'voteGenerator.py' to generate fake data
* Add STV algorythm
* Add paramater to define number of seats for election
Commit: ce1cdbf4a8cda23b0efe36c17763c1fc3f037fa6
https://github.com/jenkins-infra/account-app/commit/ce1cdbf4a8cda23b0efe36c17763c1fc3f037fa6
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Don't stick footer to screen
Commit: 95f5f7872bf556c52861c1c13e7d06155902db0a
https://github.com/jenkins-infra/account-app/commit/95f5f7872bf556c52861c1c13e7d06155902db0a
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/BoardElection/seniority.jelly
Log Message:
-----------
Rephrase seniority description
Commit: 956c260f2d18cbabbca23593b68671fb42fe263d
https://github.com/jenkins-infra/account-app/commit/956c260f2d18cbabbca23593b68671fb42fe263d
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/resources/org/jenkinsci/account/BoardElection/result.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/results.jelly
Log Message:
-----------
Display election raw results
Commit: d92a4d06066b32efbb98405d70ca7c873d45d28d
https://github.com/jenkins-infra/account-app/commit/d92a4d06066b32efbb98405d70ca7c873d45d28d
Author: olblak <[email protected]>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M Dockerfile
M Makefile
M docker-compose.yaml
M env.sandbox
M src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/resources/org/jenkinsci/account/BoardElection/ongoing.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/result.jelly
M src/main/resources/org/jenkinsci/account/BoardElection/results.jelly
Log Message:
-----------
Add admin views and some refactoring
Commit: fcb5756d85db4ae750d88ae61a67e8a9059c6f56
https://github.com/jenkins-infra/account-app/commit/fcb5756d85db4ae750d88ae61a67e8a9059c6f56
Author: olblak <[email protected]>
Date: 2017-10-17 (Tue, 17 Oct 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Move sidebar menu to below top navbar
Commit: 311df69533e7c30cd25add72621e0fa31cbe03ac
https://github.com/jenkins-infra/account-app/commit/311df69533e7c30cd25add72621e0fa31cbe03ac
Author: olblak <[email protected]>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M docker-compose.yaml
M env.sandbox
M src/main/java/org/jenkinsci/account/BoardElection.java
Log Message:
-----------
Use ISO8601 Date format instead of YYYY/MM/dd for Board Election
Commit: 7db90aacdc621bb8215f6c745d4ed5626b243025
https://github.com/jenkins-infra/account-app/commit/7db90aacdc621bb8215f6c745d4ed5626b243025
Author: olblak <[email protected]>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Update top accountapp navbar
Commit: 05a9e653694d66fd30456d45c3b09eecab07771c
https://github.com/jenkins-infra/account-app/commit/05a9e653694d66fd30456d45c3b09eecab07771c
Author: olblak <[email protected]>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M Dockerfile
Log Message:
-----------
Checkout a specific commit for stv
Commit: 76439c15783e25604d1d089086969b3bbad7b286
https://github.com/jenkins-infra/account-app/commit/76439c15783e25604d1d089086969b3bbad7b286
Author: olblak <[email protected]>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/account/BoardElection.java
Log Message:
-----------
Add Permission check on doUpdateResult and @RequirePost
Commit: 1e9ff6433f537ba4db0cf55320578a7ef66c392a
https://github.com/jenkins-infra/account-app/commit/1e9ff6433f537ba4db0cf55320578a7ef66c392a
Author: olblak <[email protected]>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M Dockerfile
M config.properties.example
M docker-compose.yaml
M entrypoint.sh
M env.sandbox
M src/main/java/org/jenkinsci/account/Application.java
M src/main/java/org/jenkinsci/account/BoardElection.java
M src/main/java/org/jenkinsci/account/Parameters.java
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Log Message:
-----------
Add electionEnabled option
Commit: 9952ba5feece8973154b9336e7c1f54658fa112f
https://github.com/jenkins-infra/account-app/commit/9952ba5feece8973154b9336e7c1f54658fa112f
Author: Vernin Olivier <[email protected]>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M .gitignore
M Dockerfile
M Makefile
M build.gradle
M config.properties.example
M docker-compose.yaml
M entrypoint.sh
M env.sandbox
M src/main/java/org/jenkinsci/account/Application.java
M 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/BoardElection/index.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/ongoing.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/result.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/results.jelly
A src/main/resources/org/jenkinsci/account/BoardElection/seniority.jelly
M src/main/resources/org/jenkinsci/account/Myself/index.jelly
M src/main/resources/org/jenkinsci/account/taglib/layout.jelly
A voteGenerator.py
Log Message:
-----------
Merge pull request #108 from olblak/INFRA-536
[INFRA-536][INFRA-1323] Implement voting in board election
Compare:
https://github.com/jenkins-infra/account-app/compare/ce5349b275df...9952ba5feece
--
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.