Commit Graph

447 Commits

Author SHA1 Message Date
R. Tyler Croy
803587a160
Use the infra.withDockerCredentials() shortcut 2017-06-29 14:18:58 -07:00
R. Tyler Croy
006c8f0ec7
Looks like Docker wants DOCKER_CONFIG to be a directory, not a file.
So that's fun
2017-06-29 13:54:34 -07:00
R. Tyler Croy
c8252a1292
Use our configured credentials for publishing containers to DockerHub 2017-06-29 13:41:54 -07:00
R. Tyler Croy
931c35567b
Ensure we're running in our trusted.ci infrastructure to publish 2017-06-29 13:41:29 -07:00
Vernin Olivier
fd9403d4e8 Merge pull request #105 from olblak/smtp
[INFRA-1210] Accountapp: Add Auth options for SMTP server
2017-06-16 11:42:30 +02:00
olblak
1522f7d062 Cleanup smtp code 2017-06-07 09:12:21 +02:00
olblak
4fafa8a2f9 Add authentication options for SMTP server
* Update README with SMTP configurations
     * Update entrypoint.sh with new SMTP configurations
     * Add username,password with starttls authentication for smtpserver
2017-06-02 15:17:53 +02:00
R. Tyler Croy
fa149f7287 Merge pull request #104 from olblak/config/02
BoardElections && CSS improvements
2017-05-12 08:23:41 -07:00
olblak
4c9994ad1c Add icons from fontAwesom for boardElection form 2017-05-12 10:57:00 +02:00
olblak
ae729fd311 Remove mavenCentral and Add fontawesome 2017-05-12 10:55:30 +02:00
olblak
1478389517 Use opendjdk docker image instead of java:8 2017-05-12 10:55:08 +02:00
olblak
ca26e2bae4 Fix PHONY rules 2017-05-10 11:00:47 +02:00
olblak
9da767c535 Add Makefile 2017-05-09 17:23:31 +02:00
olblak
2c0c1985c9 Add comments to config.properties.example 2017-05-09 17:23:20 +02:00
olblak
2e394f9c73 Define some default env variable 2017-05-09 17:23:03 +02:00
olblak
45d82efb21 Update documentation 2017-05-09 17:22:40 +02:00
olblak
cf20102bef Update css and page navigation 2017-05-09 17:08:04 +02:00
olblak
c1fa0bdd0c 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.
2017-05-09 17:03:50 +02:00
olblak
b198489c98 Redirect to home after succesfull login 2017-05-09 17:03:11 +02:00
olblak
62dbe1740a Add election_logdir support 2017-05-09 17:01:48 +02:00
olblak
5940efda1a Add jquery&jquery-ui library 2017-05-09 17:00:35 +02:00
olblak
5562f571bf Remove the dependency on the out-dated backend-theme library 2017-05-04 20:18:49 +02:00
olblak
3f46315bdd switch from 'org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021'
to compile 'commons-jelly:commons-jelly-tags-define:1.0'
2017-05-04 16:45:08 +02:00
olblak
2e0fd22f52 README: Update proxy command 2017-05-04 16:44:48 +02:00
Olivier Vernin
10092bac9d Add boardelection configurations 2017-04-27 15:20:06 +02:00
Olivier Vernin
cf3e65e610 Merge remote-tracking branch 'ndeloof/master' into config/02 2017-04-24 21:45:36 +02:00
R. Tyler Croy
6df93b17f3 Merge pull request #103 from olblak/config/01
Add application configuration through env variables
2017-04-24 08:59:20 -07:00
Olivier Vernin
b475312728 Add application configuration through env variables
* .gitignore: Add .env file used by docker-compose
                  for env variables
    * Add docker-compose for testing environment
    * Update documentation
    * Add an entrypoint script
    * Template config.properties if the file
      doesn't exist
2017-04-24 15:29:21 +02:00
R. Tyler Croy
5a2c1ed838
Avoid javax.json:1.1.0-M1 version
17:55 <@abayer> That javax.json-1.1.0-M1.jar was built with Java 9.

GUHHH
2017-04-06 11:04:54 -07:00
R. Tyler Croy
d5cf84abc9
Remove the dependency on the out-dated backend-theme library and instead drop a layout in this repo
Fixes WEBSITE_346
2017-04-06 09:48:26 -07:00
R. Tyler Croy
79b97cef1c
Add some fresh new blacklist items 2017-02-13 07:26:09 -08:00
R. Tyler Croy
fa04cf6aaa
Poll SCM for the latest account-app changes 2016-12-28 14:12:39 -08:00
R. Tyler Croy
0bf436efe0 Merge pull request #98 from jenkins-infra/larrys-patch-1
Remove trailing space after password in email.
2016-11-30 07:56:18 -08:00
Larry Shatzer, Jr
a0c248148f Remove trailing space after password in email.
Some mail clients will select it when copying, and users have problems signing in, not noticing it.
2016-11-30 08:34:37 -07:00
R. Tyler Croy
b5b141c62f Merge pull request #97 from jenkins-infra/new-jenkinsfile
Update the Jenkinsfile to be a bit more modern and properly skip deployment for PRs
2016-11-09 11:49:03 -08:00
R. Tyler Croy
23b3a24ccf
Update the Jenkinsfile to be a bit more modern and properly skip deployment in pull requests 2016-11-09 11:46:25 -08:00
Nicolas De Loof
a1c33f68ad
Web UI to manage board election
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2016-11-07 10:12:38 +01:00
Kohsuke Kawaguchi
79c90e0073 This is a horrible UX, but I don't have time to fix this.
So for the time being I'm just going to document this.
2016-06-15 14:23:34 +09:00
Kohsuke Kawaguchi
caa6707c14 Merge branch origin/master 2016-06-15 14:20:50 +09:00
Kohsuke Kawaguchi
6ff96b51a3 Revert "Revert "Making CAPTCHA optional so that I can test this locally""
This reverts commit 04ec34e91c.
2016-06-15 14:20:42 +09:00
Kohsuke Kawaguchi
678994e33f This check apparently needs to be explicit 2016-06-15 14:17:09 +09:00
R. Tyler Croy
04ec34e91c
Revert "Making CAPTCHA optional so that I can test this locally"
This reverts commit d6999fb2b4.
2016-06-14 21:20:33 -07:00
Kohsuke Kawaguchi
d6999fb2b4 Making CAPTCHA optional so that I can test this locally 2016-06-15 12:31:25 +09:00
Kohsuke Kawaguchi
a8291c0e27 Incorporated bug fix 2016-06-15 12:31:25 +09:00
Kohsuke Kawaguchi
ab47821bf1 Build is on trusted.ci.jenkins.io
So no more badge to show.
2016-06-14 18:49:56 -07:00
Kohsuke Kawaguchi
99f010963c Deploying new REST version of JIRA/LDAP syncer
See https://github.com/jenkins-infra/jira-ldap-syncer
2016-06-15 10:44:14 +09:00
Kohsuke Kawaguchi
8807404332 IntelliJ told me this is better as it allows source code & auto-completion 2016-06-15 10:43:20 +09:00
R. Tyler Croy
daf957ba80 Merge pull request #95 from larrys/master
Having issues with this triggering all the time. Remove ldap exists c…
2016-04-25 09:59:26 -07:00
Larry Shatzer, Jr
4bef3a6bfe Having issues with this triggering all the time. Remove ldap exists check. The create record account will still take care of duplicate user ids... multiple accounts per email are now allowed, until this can be fixed properly. 2016-04-25 08:17:34 -06:00
R. Tyler Croy
fb4607dc1e Merge pull request #94 from larrys/master
Remove a few blacklist items.
2016-04-24 09:06:38 -07:00