Commit graph

  • adb6252f85
    feat(fastapi): add /account/{username}/comments Kevin Morris 2021-10-28 13:01:32 -07:00
  • 9fd07c36eb
    fix(fastapi): fix account page title Kevin Morris 2021-10-28 12:12:13 -07:00
  • a3a5ec678c
    fix(gitlab-ci): enable options.disable_http_login on aur-dev docker-deploy Kevin Morris 2021-10-28 07:21:31 -07:00
  • 7ee32a4ea1
    fix(gitlab-ci): set GIT_DATA_DIR=git_data on aur-dev Kevin Morris 2021-10-25 18:18:22 -07:00
  • 8239dcdd1b
    feat(docker): configure fastapi's commit_hash based on $COMMIT_HASH Kevin Morris 2021-10-25 15:38:51 -07:00
  • b49b629395
    feat(gitlab-ci): set FASTAPI_WORKERS=5 on aur-dev Kevin Morris 2021-10-25 14:47:51 -07:00
  • 1c0543c07e
    feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX Kevin Morris 2021-10-25 14:46:28 -07:00
  • 1656f5824d
    fix(docker): restore mariadb service Kevin Morris 2021-10-25 14:26:22 -07:00
  • 651c1cd8c6
    feat(gitlab-ci): Add logic for deploying aur-dev with docker-compose Kristian Klausen 2021-10-03 00:29:56 +02:00
  • 1f2347c6b4
    fix(fastapi): fix User.login signature typing Kevin Morris 2021-10-28 07:05:42 -07:00
  • 034288711b
    fix(fastapi): rework cookies - do not re-emit generically Kevin Morris 2021-10-28 00:11:23 -07:00
  • 5bc1b67a33
    fix(gitlab-ci): enable options.disable_http_login on aur-dev Kevin Morris 2021-10-28 07:21:31 -07:00
  • 971f98f816 development environment Kristian Klausen 2021-10-27 23:32:41 +02:00
  • 64ba18e417
    add Account Request issue template Kevin Morris 2021-10-27 00:53:46 -07:00
  • 7418c33a30
    add Account Request issue template Kevin Morris 2021-10-27 00:53:46 -07:00
  • 356fb8e156
    fix(gitlab-ci): set GIT_DATA_DIR=git_data on aur-dev Kevin Morris 2021-10-25 18:18:22 -07:00
  • 8294f6171f
    feat(docker): configure fastapi's commit_hash based on $COMMIT_HASH Kevin Morris 2021-10-25 15:38:51 -07:00
  • ffdd157f48
    feat(gitlab-ci): set FASTAPI_WORKERS=5 on aur-dev Kevin Morris 2021-10-25 14:47:51 -07:00
  • 8721ad5189
    feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX Kevin Morris 2021-10-25 14:46:28 -07:00
  • c2b74c25c7
    fix(docker): restore mariadb service Kevin Morris 2021-10-25 14:26:22 -07:00
  • 8c4ba251e2
    more fixes Kristian Klausen 2021-10-16 23:31:47 +02:00
  • 85f36fce0d
    fixes Kristian Klausen 2021-10-16 18:33:39 +02:00
  • a333cd0fee
    Add logic for deploying with docker-compose Kristian Klausen 2021-10-03 00:29:56 +02:00
  • d7ac95a707
    fix(fastapi): limit cookie migration to whitelisted keys Kevin Morris 2021-10-26 19:09:39 -07:00
  • 65be8b8e07
    fix(fastapi): support "Account Type:" input for account edit Kevin Morris 2021-10-25 21:56:15 -07:00
  • 7e7a1ead88
    fix(fastapi): unify homepage cache expiry time to five minutes Kevin Morris 2021-10-24 19:08:03 -07:00
  • 0d734eb07d
    feat(fastapi): add configurable commit hash display Kevin Morris 2021-10-24 18:07:56 -07:00
  • da55aa6491
    fix(fastapi): use more credentials in archdev-navbar.html Kevin Morris 2021-10-23 20:57:43 -07:00
  • 94d494866f
    fix(fastapi): increase recursion limit during tests Kevin Morris 2021-10-23 20:06:00 -07:00
  • 5fb75b9614
    feat(fastapi): add /pkgbase/{name}/merge (post) Kevin Morris 2021-10-15 22:52:08 -07:00
  • bc9bb045ed
    fix(fastapi): PackageRequest's PackageBase relationship should not required Kevin Morris 2021-10-15 22:50:30 -07:00
  • 6b065956f7
    Merge branch 'pu_packages_action_delete' into pu Kevin Morris 2021-10-23 18:48:46 -07:00
  • c6c04f4952
    fix(docker): add missing version for docker-compose.override.yml Kevin Morris 2021-10-23 18:47:59 -07:00
  • 60bffa4fb6
    feat(FastAPI): add /packages (post) action: 'delete' Kevin Morris 2021-10-10 20:10:45 -07:00
  • 81417ea8b2
    change(docker): merge production git repo bind mount Kevin Morris 2021-10-22 21:27:46 -07:00
  • 13b344d238
    feat(FastAPI): add /packages (post) action: 'disown' Kevin Morris 2021-10-10 00:08:06 -07:00
  • f1ad1b9aed
    feat(FastAPI): add /packages (post) action: 'adopt' Kevin Morris 2021-10-10 00:58:34 -07:00
  • 9b5eeb7652
    fix(pytest): ignore asyncio.base_events deprecation warnings Kevin Morris 2021-10-22 18:51:20 -07:00
  • 4ae3fbd5d1
    change(docker): depend on provided poetry.lock for dep resolution Kevin Morris 2021-10-22 17:43:00 -07:00
  • d4210c53cf
    fix: update poetry dependencies Kevin Morris 2021-10-22 17:39:59 -07:00
  • d5520c9ed2
    feat(FastAPI): add /packages (post) action: 'unnotify' Kevin Morris 2021-10-09 23:06:37 -07:00
  • b277d94e0b
    feat(FastAPI): add /packages (post) action: 'notify' Kevin Morris 2021-10-09 22:29:05 -07:00
  • e9fc27a33b feat(docker): make git data directory host-configurable Steven Guikal 2021-10-19 18:20:52 -04:00
  • fb85cb60a0
    feat(FastAPI): add /packages (post) action: 'unflag' Kevin Morris 2021-10-09 15:02:49 -07:00
  • 0b1c3ea539
    feat(docker): expose cgit-{php,fastapi} on {13000,13001} Kevin Morris 2021-10-20 17:33:25 -07:00
  • db730ad8cb
    fix(docker): fix cgit clone-prefix Kevin Morris 2021-10-20 17:31:52 -07:00
  • c4163547f6
    fix(docker): swap package cgit -> cgit-aurweb Kevin Morris 2021-10-20 17:31:27 -07:00
  • 65240c8343
    feat(rpc): enforce ratelimiting Kevin Morris 2021-10-21 10:17:34 -07:00
  • 6662975005
    change(rpc): handle 'version' and 'type' arguments in constructor Kevin Morris 2021-10-21 10:13:25 -07:00
  • a06f4ec19c
    fix(fastapi): centralize logging initialization Kevin Morris 2021-10-21 10:08:45 -07:00
  • 5ae9d09e98
    fix: remove unused "Merge into" input from /packages Kevin Morris 2021-10-20 23:27:07 -07:00
  • f5e38e9979
    Merge branch 'pu_pkgbase_auth_redirects' into pu Kevin Morris 2021-10-20 22:30:26 -07:00
  • 7c4fb539d8
    change(fastapi): rework /rpc (get) Kevin Morris 2021-10-19 18:27:03 -07:00
  • 30ab45f459
    fix(fastapi): add backref cascade to Package{Keyword,License} Kevin Morris 2021-10-19 18:02:47 -07:00
  • 2b9840149e
    feat(fastapi): add /pkgbase/{name}/merge (get) Kevin Morris 2021-10-11 23:17:54 -07:00
  • 990f4d182b
    feat(rpc): add 'suggest-pkgbase' type Kevin Morris 2021-10-18 18:43:50 -07:00
  • c8f3ea2eba
    fix(fastapi): fix various pkgbase-wise auth redirects Kevin Morris 2021-10-20 20:20:59 -07:00
  • fb0f252b39
    Merge branch 'fix-tuple-return-style' into pu Kevin Morris 2021-10-20 19:41:17 -07:00
  • ddc51dd5eb
    Merge branch 'fix-trailing-slashes' into pu Kevin Morris 2021-10-20 17:46:12 -07:00
  • fd58e4df04 fix(FastAPI): unify tuple return style Steven Guikal 2021-10-19 19:01:40 -04:00
  • a08036fb01
    Send request notifications to co-maintainers Bert Peters via aur-dev 2021-07-11 20:29:17 +02:00
  • 4cb0994fee
    fix(fastapi): correct unauthorized request creation redirect Kevin Morris 2021-10-19 11:26:22 -07:00
  • beed64e001
    fix(fastapi): persist package request form inputs Kevin Morris 2021-10-19 11:22:59 -07:00
  • b4092fe77d
    fix(fastapi): pass request type's name to Request*Notification Kevin Morris 2021-10-18 20:12:06 -07:00
  • 3b28be1741
    Merge branch 'pu_pkgbase_flag_comment' into pu Kevin Morris 2021-10-19 14:56:05 -07:00
  • f4cfc7c5ca
    Merge branch 'feat-host-maridb-cfg' into pu Kevin Morris 2021-10-19 14:33:05 -07:00
  • 4f505ca6c1
    feat(docker): support for host-mounted mariadb socket Kevin Morris 2021-10-19 14:25:59 -07:00
  • 1cb1ce0d99 feat(docker): allow production docker setup to use dedicated mariadb Steven Guikal 2021-10-19 15:23:00 -04:00
  • 37f0c352f6
    feat(FastAPI): add /pkgbase/{name}/flag-comment (get) Kevin Morris 2021-10-15 18:38:10 -07:00
  • 210d92e382
    Merge branch 'pu_packages_action_post' into pu Kevin Morris 2021-10-19 13:38:02 -07:00
  • 4e3cc1dfe2 feat(docker): only use mariadb socket for connections Steven Guikal 2021-10-19 14:55:43 -04:00
  • 36c1ee35a7
    Send request notifications to co-maintainers Bert Peters via aur-dev 2021-07-11 20:29:17 +02:00
  • be64ca7b0e
    Send request notifications to co-maintainers Bert Peters via aur-dev 2021-07-11 20:29:17 +02:00
  • 37232f71ee
    feat: add git-cliff configuration Kevin Morris 2021-10-19 08:57:43 -07:00
  • d22580fa74
    fix(docker): add aurweb-image service Kevin Morris 2021-10-19 07:35:27 -07:00
  • 267f2cb2c4
    fix(fastapi): remove trailing slashes from fastapi-driven links Kevin Morris 2021-10-18 22:25:40 -07:00
  • e05cfc3375
    Merge branch 'fix-missing-tags' into pu Kevin Morris 2021-10-18 22:17:29 -07:00
  • c588a4e82e
    feat(FastAPI): add /packages (post) Kevin Morris 2021-10-08 17:52:13 -07:00
  • db67e83bb8 fix(FastAPI): use elif statements where appropriate Steven Guikal 2021-10-18 15:07:25 -04:00
  • 7f72d78dcc fix(FastAPI): correct HTML tags and indentation Steven Guikal 2021-10-18 14:50:28 -04:00
  • 927f5e8567
    feat(docker): add gunicorn support & production default Kevin Morris 2021-10-16 21:02:05 -07:00
  • 28c4e9697b
    change(fastapi): simplify model imports across code-base Kevin Morris 2021-10-16 19:25:25 -07:00
  • bfdc85d7d6
    change(rpc): use simplified models package Kevin Morris 2021-10-16 18:48:05 -07:00
  • 6d59a97955
    feat(fastapi): include all models in aurweb.models package Kevin Morris 2021-10-16 18:24:55 -07:00
  • c572a97d1c
    fix(fastapi): EXPECTATION_FAILED -> BAD_REQUEST Kevin Morris 2021-10-16 17:38:33 -07:00
  • 6ddf888b67
    cleanup: remove int(...) casts on HTTPStatus usage Kevin Morris 2021-10-16 17:33:33 -07:00
  • 56eefabc6d
    change(fastapi): sanitize cascade backref strings Kevin Morris 2021-10-16 16:20:03 -07:00
  • 51320ab22a
    change(fastapi): unify all model relationship behavior Kevin Morris 2021-10-16 16:16:44 -07:00
  • 0c37216626
    change(gitignore): add various exclusions Kevin Morris 2021-10-16 15:08:42 -07:00
  • 7b7e571e93
    change(FastAPI): run test_initdb.py ahead of time in docker Kevin Morris 2021-10-15 20:16:38 -07:00
  • 50634d30b3
    Merge branch 'pu_package_keywords_fix' into pu Kevin Morris 2021-10-15 20:08:31 -07:00
  • 27a6563302
    fix(FastAPI): use CRED_PKGBASE_SET_KEYWORDS credential properly Kevin Morris 2021-10-15 19:11:15 -07:00
  • 8040ef5a9c
    fix(FastAPI): use pkgbase in package actions Kevin Morris 2021-10-15 19:02:53 -07:00
  • 2d46811c45
    fix(FastAPI): display VCS note when flagging a VCS package Kevin Morris 2021-10-15 16:15:53 -07:00
  • 71b3f781f7
    fix(FastAPI): maintainers are allowed to unflag their packages Kevin Morris 2021-10-15 15:11:45 -07:00
  • 81c9312606
    add Bug.md GitLab issue template Kevin Morris 2021-10-11 14:48:00 -07:00
  • dd420f8c41
    add Feature.md GitLab issue template Kevin Morris 2021-10-11 14:13:29 -07:00
  • b631dcb756
    Merge branch 'pu_pkgbase_flag_fix' into pu Kevin Morris 2021-10-15 13:50:56 -07:00
  • c1a45d355b
    Revert "feat(PHP): add aurweb Prometheus metrics" Kevin Morris 2021-10-15 13:39:19 -07:00
  • 1e4345dadf
    Revert "fix(PHP): sanitize and produce metrics at shutdown" Kevin Morris 2021-10-15 13:39:13 -07:00