Commit Graph

  • 614100163d Transition module build to failed if PDC wasn't updated Lubos Kocman 2016-10-17 13:21:55 +02:00
  • dbcc33edae remove log.debug for unrelated messages (too spammy) Lubos Kocman 2016-10-17 13:21:37 +02:00
  • 41079a1a0c Tell koji to use dnf on our builds. Ralph Bean 2016-10-14 12:15:55 -04:00
  • 62a07b4026 Check the SCM availability of components of modulemd file in parallel in multiple threads to save time. Jan Kaluza 2016-10-12 14:18:11 +02:00
  • a10f93b69e Merge #87 Instantly fail component builds if we fail to submit them Ralph Bean 2016-10-13 15:03:40 +00:00
  • 00acd777d2 Merge #74 debug is the new go Ralph Bean 2016-10-13 14:55:19 +00:00
  • 0106086836 separate inline comment by two spaces Lubos Kocman 2016-10-13 15:08:49 +02:00
  • b4d712cf33 Instantly fail component builds if we fail to submit them Lubos Kocman 2016-10-12 16:32:52 +02:00
  • 8e075bfeb0 Merge branch 'mprahl/fix-jenkins' Nils Philippsen 2016-10-11 10:41:53 +02:00
  • 81e6b69b37 Use the m2ext RPM instead of install via pip in Docker Matt Prahl 2016-10-10 13:07:34 -04:00
  • 33b9234acd Change the Jenkins Dockerfile to only have the build dependencies to install via pip Matt Prahl 2016-10-10 13:05:00 -04:00
  • 2ae9e872fa create koji sessions on behalf of users Nils Philippsen 2016-10-04 12:48:00 +02:00
  • 45c61c9249 Change loglevel for Dev and Test Configuration to DEBUG + note in readme Lubos Kocman 2016-10-04 15:52:24 +02:00
  • 151d4ebadb messaging: amq PEP improvements Lubos Kocman 2016-10-04 15:05:09 +02:00
  • 452aba0373 messaging: publish*, unify order of args, remove positional arg Lubos Kocman 2016-10-04 15:00:19 +02:00
  • b00ea5ac95 messaging: fixed typo Lubos Kocman 2016-10-04 14:14:06 +02:00
  • 6ec05fd058 messaging.py: mng -> msngr Lubos Kocman 2016-10-04 14:12:34 +02:00
  • bb1110758e remove unuseful/obsolete get_amq_addr call Lubos Kocman 2016-10-04 14:09:13 +02:00
  • b090a8d7f8 messaging: add space after comma Lubos Kocman 2016-10-04 14:08:33 +02:00
  • 3daef24158 config.py: get rid of meaningless str() oneliners Lubos Kocman 2016-10-04 14:04:10 +02:00
  • 372367bb9c messaging: use single isinstance() Lubos Kocman 2016-10-04 14:00:46 +02:00
  • b576dd70d7 config: fixed typo in path Lubos Kocman 2016-09-26 15:28:05 +02:00
  • 11703ccb41 Improved conditions for message filtering Lubos Kocman 2016-09-26 15:24:43 +02:00
  • 9783fe6c04 Fixed hasattr Lubos Kocman 2016-09-26 14:34:10 +02:00
  • c83eb15194 config.py: example amq config Lubos Kocman 2016-09-26 07:58:28 -04:00
  • 823f851d29 rida.messaging add initial amq support Lubos Kocman 2016-09-26 14:13:24 +02:00
  • 0787abd1b5 rida.messaging: few changes: Lubos Kocman 2016-09-26 14:12:39 +02:00
  • 2f2688dc01 rida.config: add Apache MQ config options Lubos Kocman 2016-09-26 07:29:09 -04:00
  • 31ec1835db rename method to KojiModuleBuilder.get_session() Nils Philippsen 2016-10-04 12:38:10 +02:00
  • b94c460184 add owner attribute to Builder classes Nils Philippsen 2016-10-04 12:35:09 +02:00
  • 300f947425 get rid of unused koji profile module Nils Philippsen 2016-10-04 12:53:31 +02:00
  • 5368b6b344 actually use Builder factory Nils Philippsen 2016-10-04 12:32:55 +02:00
  • ede7543970 make Builder a new-style class Nils Philippsen 2016-09-26 15:20:24 +02:00
  • 388687a19d Fix subheadings in the README Matt Prahl 2016-09-30 11:15:13 -04:00
  • d1c03c1309 Merge branch 'mprahl/vagrant-ridad' Nils Philippsen 2016-09-30 17:04:49 +02:00
  • 482a6b3cff Add documentation on using Vagrant for development Matt Prahl 2016-09-30 10:14:24 -04:00
  • 0aab0b6edb Add support for running ridad in the Vagrant guest Matt Prahl 2016-09-30 10:13:51 -04:00
  • e6e8d13b5c fix incorrect rida.logger reference to rida.log Lubos Kocman 2016-09-22 08:05:46 -04:00
  • 632812f15d Merge branch 'mprahl/message-signing' Nils Philippsen 2016-09-30 09:59:07 +02:00
  • 7a84e65752 Fix the API URL in submit-build.sh Matt Prahl 2016-09-22 12:41:28 -04:00
  • 02b24cdda9 Replace generate_localhost_cert.sh with python manage.py generatelocalhostcert Matt Prahl 2016-09-23 11:41:28 -04:00
  • d86374f360 Add documentation on how to setup fedmsg signing in development Matt Prahl 2016-09-23 10:51:38 -04:00
  • c77be1c4d3 Add the dependencies required for fedmsg signing Matt Prahl 2016-09-23 10:50:54 -04:00
  • 681ca5a8cf Implement python manage.py gendevfedmsgcert command Matt Prahl 2016-09-23 10:16:43 -04:00
  • 610d6a8c81 Split up long lines to comply with PEP8 standards Matt Prahl 2016-09-22 14:03:54 -04:00
  • 7260a029d1 Merge branch 'abstract-messaging-repr' Nils Philippsen 2016-09-22 16:08:59 +02:00
  • 94723614f5 Remove the use of pprint in main.run function Matt Prahl 2016-09-21 10:17:20 -04:00
  • 2233f60f58 implement BaseMessage.__repr__ Nils Philippsen 2016-09-22 15:59:35 +02:00
  • 8f36d863cf Merge #66 Put Kerberos options in rida config Matt Prahl 2016-09-22 13:49:15 +00:00
  • a4cc011eed put kerberos config params in rida configuration Nils Philippsen 2016-09-16 13:33:46 +02:00
  • 7689c05c51 remove bogus code Nils Philippsen 2016-09-16 13:39:53 +02:00
  • 1c18f00a52 Merge branch 'mprahl/change-api-layout' Nils Philippsen 2016-09-22 13:27:06 +02:00
  • 4f629fe64c Use view type better suited for a REST API Matt Prahl 2016-09-21 11:12:55 -04:00
  • 5aef7fed98 Fix whitespace, indentation Matt Prahl 2016-09-22 13:25:44 +02:00
  • 9cc7649444 Merge branch 'mprahl/python3-compatibility' Nils Philippsen 2016-09-22 12:49:08 +02:00
  • ec8126c226 Fix/cleanup Python 3 compatibility Matt Prahl 2016-09-21 14:06:05 -04:00
  • 256a57e906 Remove unnecessary import statement Matt Prahl 2016-09-19 15:44:02 -04:00
  • 634fabb798 Fix bug "object has no attribute" Matt Prahl 2016-09-21 16:30:45 -04:00
  • e236e86fce Prefix API calls with version number (for example '/1/'). Add initial support for multiple versions of API calls. Jan Kaluza 2016-09-21 11:14:52 +02:00
  • 806d20c4f2 Merge branch 'mprahl/570-abstract-messaging' Nils Philippsen 2016-09-21 15:28:30 +02:00
  • d37659afd8 Modify message functions to accept conf instead of backend Matt Prahl 2016-09-20 08:49:14 -04:00
  • a3ecd4180d Add unit tests for abstract messaging Matt Prahl 2016-09-21 11:20:02 +02:00
  • 23f057b750 Use abstract message classes instead of legacy code Matt Prahl 2016-09-21 13:43:41 +02:00
  • 03831262e4 Update documentation about messaging Matt Prahl 2016-09-21 11:09:47 +02:00
  • 43f80e181c Implement message classes for abstract messaging Matt Prahl 2016-08-25 13:54:21 -04:00
  • a674de3fc3 Separate top-level function by two blank lines Matt Prahl 2016-09-21 11:16:10 +02:00
  • 180b376ee2 Remove stray space in log string Matt Prahl 2016-09-21 13:45:32 +02:00
  • 183166ab9c Fix broken unit tests from PR#63 and PR#64 merge Matt Prahl 2016-09-12 13:08:33 -04:00
  • dc30b483c5 Merge #64 Add unit tests for API routes Matt Prahl 2016-09-12 16:38:55 +00:00
  • ae14f068b1 Merge #63 Check FAS for packager status, not pkgdb. Ralph Bean 2016-09-12 16:37:36 +00:00
  • fbc5deaa56 Add unit tests for the API routes Matt Prahl 2016-09-08 16:41:53 -04:00
  • 2a26dd4375 Add function to create dummy data for unit tests Matt Prahl 2016-09-08 16:41:32 -04:00
  • 2f64e5dc45 Add test configuration Matt Prahl 2016-09-08 16:37:19 -04:00
  • b12bda2d55 Check FAS for packager status, not pkgdb. Ralph Bean 2016-09-07 16:33:35 -04:00
  • f0e062c5a3 don't use vars() on munch.Munch() dict Nils Philippsen 2016-09-05 18:29:35 +02:00
  • fbe1beee54 Convert errors to JSON Matt Prahl 2016-08-24 15:21:44 -04:00
  • d809d34ed7 Add jenkins-check.sh to run unit tests from docker. James Antill 2016-08-24 15:17:37 -04:00
  • ed8b2ee97a Remove unused state variable. Pyflakes complained Lubos Kocman 2016-08-25 14:24:46 +02:00
  • c1eb85044a Merge branch 'lkocman/ready_state' Nils Philippsen 2016-08-25 14:27:46 +02:00
  • a53f37ecff direct transition to ready from done Lubos Kocman 2016-08-25 14:16:07 +02:00
  • 4bb5227aec add 'connect' parameter which was missing Nils Philippsen 2016-08-24 16:37:55 +02:00
  • 343ad70c5a Merge branch 'api-search' Nils Philippsen 2016-08-24 15:23:15 +02:00
  • 015990bc6c fix typos and "i.e." instead of "e.g." Nils Philippsen 2016-08-24 15:21:57 +02:00
  • 09d857b25d Add and cleanup documentation Matt Prahl 2016-08-22 14:37:04 -04:00
  • 4997e06258 Update Vagrant to use Fedora 24 Matt Prahl 2016-08-22 10:29:58 -04:00
  • 361de94693 Add filtering to the module-builds route Matt Prahl 2016-08-17 10:37:24 -04:00
  • c79139b82c Add additional info to the module-build(s) API output Matt Prahl 2016-08-17 10:36:46 -04:00
  • 864ba5104e Modify the database timestamps when the build state changes Matt Prahl 2016-08-17 10:30:01 -04:00
  • d1a01e5d79 Add owner and timestamp columns to the module_builds table Matt Prahl 2016-08-17 10:27:16 -04:00
  • 1cd21434fb catch exceptions when removing temporary directory Nils Philippsen 2016-08-24 14:58:45 +02:00
  • d65f4fed55 Fix migration comments Matt Prahl 2016-08-24 14:53:01 +02:00
  • 1386d3506c Modify formatting for readability Matt Prahl 2016-08-17 10:19:57 -04:00
  • 66764e2d5b Merge branch 'use_variant_id' Nils Philippsen 2016-08-24 15:12:56 +02:00
  • 6bfc6c4f47 Rida needs to use variant_id rather than variant_name for pdc queries - variant_id: base_runtime where variant_name: The base runtime module Lubos Kocman 2016-08-24 15:09:34 +02:00
  • 4259ecd894 Merge branch 'frostyx/master' Nils Philippsen 2016-08-24 14:21:51 +02:00
  • ef4caa3455 Ensure temporary directories are cleaned up always. Nils Philippsen 2016-08-24 14:11:44 +02:00
  • 7d487b64fc Cleanup the temporary directory Jakub Kadlčík 2016-08-18 17:24:13 +02:00
  • 2c90806aa7 Use mkdtemp instead of TemporaryDirectory Jakub Kadlčík 2016-08-17 13:35:04 +02:00
  • 3ba33f4e53 Use Popen's returncode instead of getstatusoutput Jakub Kadlčík 2016-08-17 13:22:45 +02:00
  • 42e2686a99 Install git package to get SCM class working Jakub Kadlčík 2016-08-17 13:21:59 +02:00