summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated F24 (second alpha) build of pki-core.Matthew Harmsen2016-04-073-3/+3
|
* Updated file listMatthew Harmsen2016-04-071-1/+1
|
* Removed 'dogtag.pylintrc' and 'pylint-build-scan.py' from 'pki/scripts'Matthew Harmsen2016-04-072-398/+0
| | | | | directory, as they were moved to the top-level directory to promote easier use with patches.
* Rebase to 10.3.xMatthew Harmsen2016-03-043-3/+3
| | | | - PKI TRAC Ticket #1724 - Rebase pki-core to 10.3.x
* Fedora 24 fixes for Python 3.5 and pylint 1.5Christian Heimes2016-02-291-18/+0
| | | | | | | | | | | Fedora 24 has Python 3.5 instead of Python 3.4. tox.ini now uses python3 to use any Python 3 interpreter. Python 3.5 has unittest.mock in the stdlib. Tests must attempt to import mock from unittest first. Pylint 1.5 has deprecated a couple of old options. Dogtag doesn't use the options anyway. I just removed them from dogtag.pylintrc.
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-02-261-2/+12
| | | | | | | | | | | | | | | | | | A Python wrapper module has been added for the pki pkcs12-import command to provide a mechanism to implement a workaround for JSS import limitation. Additional fixes by cheimes have been merged into this patch: setup.py: We must track all sub-packages manually. pylint-build-scan.py: pylint confuses the 'pki' package with the 'pki' command. The workaround symlinks the command and analysis the command under its alternative name. https://fedorahosted.org/pki/ticket/1742
* Run flake8 and pylint --py3k tests during RPM buildChristian Heimes2016-01-251-1/+1
| | | | | | | pki-core.spec now ensures that Python code stays compatible with Python 3 and is nicely formatted, too. https://fedorahosted.org/pki/ticket/1738
* Fixed pylint warnings on F21.Endi S. Dewata2015-08-191-1/+1
|
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-171-1/+3
| | | | | | | | | | | | | | Enforce absolute imports or explicit relative imports. Python 3 no longer supports implicit relative imports, that is unqualified imports from a module's directory. In order to load a module from the same directory inside a package, use from . import module The future feature 'from __future__ import absolute_import' ensures that pki uses absolute imports on Python 2, too. See https://www.python.org/dev/peps/pep-0328/
* Move pylint-build-scan.py to scripts directoryChristian Heimes2015-08-143-1/+405
| | | | | | Move internal helper and its configuration out of the project's root directory into scripts/. Also use re instead of fnmatch to find the upgrade scriptlets.
* Rewrite pylint-build-scan as improved Python scriptChristian Heimes2015-08-101-1/+1
| | | | | | | The upgrade scripts don't have a .py file extension. For this reason they are not picked up by pylint in tox.ini. Tox doesn't support shell scripting. In order to check all files I rewrote the pylint-build-scan.sh script as Python script.
* Updated version number to 10.3.0-0.1Matthew Harmsen2015-08-083-3/+3
|
* Updated version number to 10.2.7-0.1Matthew Harmsen2015-07-183-3/+3
|
* Remove 'setup' directory containing remaining Perl routinesMatthew Harmsen2015-07-171-1/+1
| | | | - PKI TRAC Ticket #1492 - remove pki-proxy-setup
* Updated version number to 10.2.6-0.1Matthew Harmsen2015-06-193-3/+3
|
* Remove x86 architecture limitationsMatthew Harmsen2015-06-111-12/+2
| | | | - PKI Trac Ticket #1392 - Remove i686/x86_64 architecture
* Updated version number to 10.2.5-0.1Matthew Harmsen2015-05-263-3/+3
|
* Updated version number to 10.2.4-0.1Matthew Harmsen2015-04-233-3/+3
|
* RHCS 9.0 theme fixesMatthew Harmsen2015-04-231-0/+6
| | | | - PKI TRAC Ticket #1296 - RHCS 9.0 theme
* Add nuxwdog functionality to DogtagAde Lee2015-04-221-0/+1
| | | | | | | | | | | | This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList
* Reverted version number back to 10.2.3-0.1.Matthew Harmsen2015-04-093-3/+3
|
* Updated version number to 10.3.0-0.1.Matthew Harmsen2015-04-063-3/+3
|
* Updated version number to 10.2.3-0.1Matthew Harmsen2015-03-183-3/+3
|
* Fixed development script.Matthew Harmsen2015-03-171-1/+1
|
* Update compose_functions development script to account for remote tarballsMatthew Harmsen2015-03-051-4/+65
| | | | | | and patches PKI TRAC Ticket #1211 - New release overwrites old source tarball
* Fix for developer script on Fedora 21.Matthew Harmsen2015-02-261-0/+3
|
* Updated Resteasy and Jackson dependenciesEndi S. Dewata2015-02-031-6/+0
| | | | | | | | | | In Fedora 22 the Resteasy package has been split into several subpackages. The pki-core.spec has been modified to depend on more specific Resteasy packages which depend only on Jackson 1.x. The classpaths and various scripts have been modified to remove unused references to Jackson 2.x. https://fedorahosted.org/pki/ticket/1254
* Updated version number to 10.2.2-0.1Matthew Harmsen2015-01-083-3/+3
|
* Updated JUnit JAR file name.Endi S. Dewata2014-10-271-1/+1
| | | | | | | The Eclipse classpath and the test scripts have been updated to use junit.jar instead of junit4.jar to support Fedora 20 and 21. https://fedorahosted.org/pki/ticket/1192
* Updated version to 10.2.1-0.1.Endi S. Dewata2014-10-273-3/+3
| | | | https://fedorahosted.org/pki/ticket/1191
* Remove 'pki-migrate' coderoot2014-09-302-200/+0
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Remove 'pki-selinux' codeMatthew Harmsen2014-09-302-3/+2
| | | | - PKI TRAC Ticket #1139 - Remove 'selinux' code from 'master' branch
* Remove IPA theme component and old unused UI directoriesMatthew Harmsen2014-09-304-230/+4
| | | | | | - PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-032-8/+3
| | | | * PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Integrate 'tpsclient' back into primary TPS packageMatthew Harmsen2014-09-022-199/+2
| | | | - PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Remove RA and pkicreate and pkisilentMatthew Harmsen2014-08-285-217/+3
| | | | | - PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
* Misc TPS packaging tasks:Jack Magne2014-08-222-199/+199
| | | | | | | | | | | | | 1. Make sure the new TPS packages all the applet files, like the old TPS has done. 2. Create a small new package called "pki-tps-client", which will hold ONLY the command line utility "tpsclient" and all of its supporting libraries. 3. Move the directory pki/base/tps to pki/base/tps-client We will do this until we can rewrite "tpclien" on the new Java TPS system. Add package pki-tps-client.
* Upgraded RESTEasy client library.Endi S. Dewata2014-02-271-0/+1
| | | | | | | | | | The Dogtag client library has been modified to use RESTEasy 3.0 client library. A new upgrade script has been added to update existing servers. The JAXB annotation in ResourceMessage has been modified to require explicit property mapping. Ticket #554
* Replaced Jettison with Jackson.Endi S. Dewata2014-02-061-1/+65
| | | | | | | | | The Jettison library has been replaced with Jackson library as JSON provider for RESTEasy. All class paths and the deployment tools have been updated accordingly. The Python library and the TPS UI have been updated as well to use the new JSON format. Ticket #817
* Added option to build without server packages.Endi S. Dewata2013-12-062-12/+22
| | | | | The build scripts have been modified to accept an optional parameter to build pki-core without the server packages.
* Updated version to 10.2.0-0.1.Endi S. Dewata2013-12-057-7/+7
|
* Maintain seperate scripts for task and jobxml creation.Abhishek Koneru2013-11-203-41/+54
| | | | | | | | The compose script for creating the test rpm and submitting the job is broken into two scripts, one for creating the test rpm and one for creating the job xml. CI Test Framework
* Minor changes to the test scripts.Abhishek Koneru2013-11-133-13/+2
| | | | | Removed unnecessary lines and changed the classpath used to build the JUnit tests.
* Fixes for review commentsAbhishek Koneru2013-11-103-18/+11
| | | | | | Fixed the basic review comments for patches 74,75,76,77,78. Tickets #657,722,723,724,725,785
* Provide build scripts for the Java test classes.Abhishek Koneru2013-11-101-1/+25
| | | | | | | | Added the scripts to compile the java test sources when trying to build a beaker test rpm. This is required in a CI setup as the source is freshly checked out and the build is automated. Tickets 725, 785
* Provide compose scripts for tests.Abhishek Koneru2013-11-105-2/+213
| | | | | | | | | | Provide a compose script for building the test rpm and creating the job xml (by updating the job template with custom values provided in a job xml config file). Also add a new option --createrepo to the compose_pki_core_package script to create a repository of the built rpms at the location specified in a config file. Tickets #657, 722,723,724
* Moved Tomcat-based TPS to separate folder.Endi S. Dewata2013-08-158-13/+26
| | | | | | | | | | | The source files for the new Tomcat-based TPS has been moved from base/tps to base/tps-tomcat. The new TPS will now be build in pki-core and packaged in pki-tps-tomcat RPM. The old TPS and RA have been restored to the previous state before adding the new TPS. Once the new TPS is complete, the old TPS can be removed, the new TPS can be moved back to base/tps and the package can be renamed back to pki-tps. Ticket #702
* Adding pylint scan to the build.Abhishek Koneru2013-08-091-1/+1
| | | | | | | | Adding the scripts and the pylintrc file to the build process. The script is called before packaging the classes in the compose scripts. Ticket #316
* Added option to override compose work directory.Endi S. Dewata2013-07-229-9/+50
| | | | | | Currently the compose scripts always use a fixed work directory called "packages" to do the build. To provide more flexibility, a new optional parameter has been added to allow overriding the work directory.
* Change spec versions to 10.1.0-0.1 for 10.1 developmentAde Lee2013-05-077-7/+7
|