Commit Graph

  • 96800d7d63
    Merge e7f0cb7d1b into c898b54605 Christian Clauss 2019-11-22 14:12:16 +0000
  • e7f0cb7d1b
    Add "black --check . || true" on Python 3 Christian Clauss 2019-11-22 15:12:14 +0100
  • e5a32942e7
    Merge 148527664d into c898b54605 thomasmckay 2019-11-22 14:08:45 +0000
  • 148527664d PROJQUAY-19 - correct migration logic Tom McKay 2019-11-21 08:20:09 -0500
  • da70759c6b
    Merge afcf902436 into c898b54605 Alec Merdler 2019-11-21 21:38:53 +0000
  • afcf902436 refactoring repo-state components alecmerdler 2019-11-21 15:32:08 -0500
  • a6749dcf51
    Merge 8e3780ed5c into c898b54605 Jimmy Zelinskie 2019-11-21 21:25:03 +0000
  • 8e3780ed5c conf/init: add validate supervisord config test Jimmy Zelinskie 2019-11-21 16:22:29 -0500
  • 6bd12cae73
    Merge a2284141d2 into c898b54605 Max Audron 2019-11-21 23:06:01 +0200
  • efcb7a0f3c conf/init: remove service directory Jimmy Zelinskie 2019-11-20 14:31:24 -0500
  • 1f420b82f6 conf/init: add startup dependencies on pushgateway Jimmy Zelinskie 2019-11-15 16:29:20 -0500
  • fa1deff1ad conf: replace prometheus aggregator w/ pushgateway Jimmy Zelinskie 2019-11-13 15:11:59 -0500
  • 4bf4ce33c9 util/metrics: remove metricqueue abstraction Jimmy Zelinskie 2019-11-13 14:50:33 -0500
  • 484e84af01
    Merge a55fcc97d8 into c898b54605 thomasmckay 2019-11-21 11:41:41 -0500
  • d8472aa70e
    Merge 99a9f8b869 into c898b54605 dependabot[bot] 2019-11-21 16:38:24 +0000
  • fd57be03e8
    Merge 703742d7cd into c898b54605 Subhendu Ghosh 2019-11-21 11:38:23 -0500
  • c898b54605
    Merge pull request #32 from thomasmckay/20-non-root master thomasmckay 2019-11-21 11:38:19 -0500
  • a55fcc97d8 PROJQUAY-18 - .travis.yml runs all branches Tom McKay 2019-11-21 10:27:10 -0500
  • 45e8df1def PROJQUAY-20 - Dockerfile.osbs for non-root container Tom McKay 2019-11-21 09:09:18 -0500
  • a2284141d2
    add required new-installation env value to configapp supervisord.conf Max Audron 2019-11-21 08:43:53 +0100
  • 73bab07baf
    Merge pull request #21 from alecmerdler/opensearch Alec Merdler 2019-11-20 14:14:51 -0500
  • f4836f7916
    Merge pull request #25 from thomasmckay/12-mirror-api thomasmckay 2019-11-20 13:44:34 -0500
  • 68fa29a36e add OpenSearch capabilities for Chrome omnibar search alecmerdler 2019-11-15 15:29:31 -0500
  • ebce976333
    Bump angular from 1.6.2 to 1.7.9 dependabot[bot] 2019-11-20 17:28:08 +0000
  • 04fbaa8890
    Merge pull request #26 from tparikh/fix-openshift-deployment Jake Moshenko 2019-11-20 09:51:54 -0500
  • 36d0aa4fbb PROJQUAY-12 - remove mirror/rules API Tom McKay 2019-11-19 13:09:24 -0500
  • 703742d7cd
    Update build.sh Subhendu Ghosh 2019-11-20 07:24:35 -0500
  • aa13f95ca5 Reformat Python code with psf/black cclauss 2019-11-20 08:58:47 +0100
  • d0d68816f9
    update QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS value for openshift deployment Tejas Parikh 2019-11-19 16:08:27 -0500
  • f915352138
    Merge pull request #24 from tparikh/quayio-osd-deployment Jimmy Zelinskie 2019-11-19 14:17:01 -0500
  • f386e7acce
    updated memory limits and requests Tejas Parikh 2019-11-18 15:10:12 -0500
  • c975807e50
    added OpenShift template for Quay app Tejas Parikh 2019-11-18 12:57:07 -0500
  • 8196bcec8a
    ServiceKeyAlreadyApproved Christian Clauss 2019-11-16 19:43:23 +0100
  • d980cbe484
    import logging ; from util.log import logfile_path Christian Clauss 2019-11-16 19:41:05 +0100
  • 5bc0f6f115
    Travis CI: Lint for syntax errors Christian Clauss 2019-11-16 13:08:25 +0100
  • 23c5120790
    Merge pull request #20 from josephschorr/fix-alembic-no-migration Joseph Schorr 2019-11-15 13:29:02 -0600
  • 9834bddae6 Fix the alembic version returned if there is no active data migration Joseph Schorr 2019-11-15 13:12:20 -0500
  • 2e3457ae76
    Merge pull request #17 from josephschorr/fix-encrypted-token-migration Joseph Schorr 2019-11-14 15:58:20 -0600
  • 99a9f8b869
    Bump sshpk from 1.10.2 to 1.16.1 dependabot/npm_and_yarn/sshpk-1.16.1 dependabot[bot] 2019-11-14 21:45:19 +0000
  • 57ba9c9ad5
    Merge pull request #18 from josephschorr/remove-email-viewer-tool Joseph Schorr 2019-11-14 15:44:40 -0600
  • a6da932456 Remove the old email viewer tool Joseph Schorr 2019-11-14 15:02:20 -0500
  • a54fb1b23a Fix the encrypted token migration issue encountered on HEAD Joseph Schorr 2019-11-14 14:25:38 -0500
  • a0f7c4f396
    Merge pull request #16 from tparikh/app-sre-pipeline-integration thomasmckay 2019-11-14 13:37:30 -0500
  • 622d31103d
    Merge pull request #13 from kbrwn/nginx-storage-proxy-header-fix Joseph Schorr 2019-11-14 12:35:41 -0600
  • b35986d764
    Added app-sre ci pipleline scripts and Makefile targets Tejas Parikh 2019-11-14 10:53:22 -0500
  • c4621966e9
    Added app-sre ci pipleline scripts and Makefile targets Tejas Parikh 2019-11-14 10:38:12 -0500
  • 417f245d04
    Merge pull request #14 from danielhelfand/dtr_broken_link Joseph Schorr 2019-11-13 14:44:22 -0500
  • 9ef0046ca1 fix broken link for docker registry protocol danielhelfand 2019-11-12 21:59:00 -0500
  • 92aa3cf963 issues.jboss.org/projects/PROJQUAY/issues/PROJQUAY-4 kbrwn 2019-11-12 13:27:05 -0800
  • 733c44922b
    Merge pull request #12 from jzelinskie/jboss-jira Jimmy Zelinskie 2019-11-12 16:20:31 -0500
  • 2f62ddf898
    Merge pull request #11 from alecmerdler/PROJQUAY-3 Alec Merdler 2019-11-12 16:19:22 -0500
  • bef1500978 README/docs: s/projectquay/quay in git URIs Jimmy Zelinskie 2019-11-12 16:16:47 -0500
  • 1d1092e4b4 README: link to JBoss JIRA for issue tracking Jimmy Zelinskie 2019-11-12 16:16:00 -0500
  • 96e47e8f79 fix missing TypeScript code alecmerdler 2019-11-12 15:24:14 -0500
  • 1affe15141
    Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /integration_tests dependabot[bot] 2019-11-12 19:07:16 +0000
  • dd3145e997
    Bump handlebars from 4.0.6 to 4.5.1 dependabot[bot] 2019-11-12 18:56:55 +0000
  • a4c49508bf
    Bump macaddress from 0.2.8 to 0.2.9 dependabot[bot] 2019-11-12 18:56:51 +0000
  • e35feb2ded
    Bump diff from 3.2.0 to 3.5.0 dependabot[bot] 2019-11-12 18:56:50 +0000
  • d00a531cfc
    Bump stringstream from 0.0.5 to 0.0.6 dependabot[bot] 2019-11-12 18:56:50 +0000
  • d627e24350
    Bump is-my-json-valid from 2.16.0 to 2.20.0 dependabot[bot] 2019-11-12 18:56:47 +0000
  • 197ad79b3e
    Bump clean-css from 4.1.3 to 4.1.11 dependabot[bot] 2019-11-12 18:56:47 +0000
  • d2de7782f8
    Bump werkzeug from 0.9.4 to 0.15.3 in /tools/email-viewer dependabot[bot] 2019-11-12 18:56:42 +0000
  • f4f256041f
    Bump flask from 0.10.1 to 1.0 in /tools/email-viewer dependabot[bot] 2019-11-12 18:56:41 +0000
  • 3a77b5b1a9
    Merge pull request #1 from quay/init Jimmy Zelinskie 2019-11-12 11:20:57 -0500
  • 9c0dd3b722 initial import for Open Source 🎉 Jimmy Zelinskie 2019-11-12 11:09:47 -0500
  • 1898c361f3 thomasmckay 2019-11-07 18:14:33 -0500
  • 5b3fc6de91 Joseph Schorr 2019-11-07 16:11:38 -0500
  • 4482244493 Joseph Schorr 2019-11-07 16:08:46 -0500
  • d18067d860 Joseph Schorr 2019-11-07 15:10:17 -0500
  • 74020727f1 Joseph Schorr 2019-11-07 15:06:06 -0500
  • 5bda8f3fb2 Joseph Schorr 2019-11-07 15:04:12 -0500
  • 2d31ab2776 Joseph Schorr 2019-11-07 15:02:55 -0500
  • fdd1fd5656 Joseph Schorr 2019-11-07 14:07:29 -0500
  • 089c8b4110 Joseph Schorr 2019-11-07 14:04:47 -0500
  • 72946e8eea Joseph Schorr 2019-11-07 14:02:34 -0500
  • 03de964c79 Joseph Schorr 2019-11-07 14:00:12 -0500
  • 597e2e3e16 Joseph Schorr 2019-11-07 11:23:07 -0500
  • 47dc8430a9 Joseph Schorr 2019-11-06 15:29:49 -0500
  • 4ceceb9157 Joseph Schorr 2019-11-06 15:05:22 -0500
  • 368afd3ee8 Joseph Schorr 2019-11-06 15:03:47 -0500
  • 219689bf0c Joseph Schorr 2019-11-06 14:53:11 -0500
  • a1fc69c9a6 Joseph Schorr 2019-11-06 14:48:41 -0500
  • 9c48ebf7a2 Joseph Schorr 2019-11-06 14:18:19 -0500
  • 7d31f9ae25 Joseph Schorr 2019-11-06 14:08:54 -0500
  • 66e3c8f7b4 Joseph Schorr 2019-11-06 10:43:31 -0500
  • ab0ee42d81 Tom McKay 2019-11-04 10:20:52 -0500
  • 4d57047ce3 Joseph Schorr 2019-11-05 13:56:32 -0500
  • c09dbcbc28 Joseph Schorr 2019-11-05 13:55:43 -0500
  • 771507fd3b Joseph Schorr 2019-11-05 12:29:17 -0500
  • f999804c3a Jimmy Zelinskie 2019-11-05 12:23:29 -0500
  • 66b3553e66 Joseph Schorr 2019-11-05 11:37:34 -0500
  • effb4796b6 Joseph Schorr 2019-11-05 11:12:17 -0500
  • 50145fc64c Joseph Schorr 2019-11-05 11:11:58 -0500
  • 3c1cf85329 Jimmy Zelinskie 2019-11-04 12:17:00 -0500
  • e75cb531ad Joseph Schorr 2019-11-04 15:59:08 -0500
  • df09b19337 Joseph Schorr 2019-11-04 14:58:58 -0500
  • 1bd2dec897 Joseph Schorr 2019-11-04 14:30:24 -0500
  • 6387b32bfe Joseph Schorr 2019-11-04 14:30:18 -0500
  • 312cc74a51 Joseph Schorr 2019-11-04 13:59:33 -0500
  • 1e82fffc7e Joseph Schorr 2019-11-04 13:52:33 -0500