Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch packages implementation #25396

Closed
wants to merge 187 commits into from
Closed

Arch packages implementation #25396

wants to merge 187 commits into from

Commits on Jun 20, 2023

  1. added arch packages implementation

    dancheg97 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ec18d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24e41a View commit details
    Browse the repository at this point in the history
  3. updated icon name and centered viewbox

    dancheg97 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6ec9686 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4811ebc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. generated optimized svg arch icon

    dancheg97 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6328a92 View commit details
    Browse the repository at this point in the history
  2. replaced zstd with archiver and limit reader to speed up metadata eje…

    …ction and remove windows incompatible dependency
    dancheg97 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    808a7ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b354f02 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    af99efb View commit details
    Browse the repository at this point in the history
  2. reused existing services/packages functions for package and signature…

    … files/blobs creation
    dancheg97 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e75ddfd View commit details
    Browse the repository at this point in the history
  3. package UI corrections

    dancheg97 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ae79dbd View commit details
    Browse the repository at this point in the history
  4. Update web_src/svg/octicon-arch.svg

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a5784f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. corrected arch icon reference and optimization

    dancheg97 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f31e52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41667b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. opdated operation pacman database craetion to form or update database…

    … file in memory, added download counter related to pkg.tar.zst files
    dancheg97 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e399ce8 View commit details
    Browse the repository at this point in the history
  2. fixed error when attempting to read empty database

    dancheg97 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e2b12f2 View commit details
    Browse the repository at this point in the history
  3. corrected package database connection description and documentation r…

    …eference in UI
    dancheg97 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c372311 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. added method to remove package verified with user's GPG key, removed …

    …unnecessary directory creation
    dancheg97 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    5beeb24 View commit details
    Browse the repository at this point in the history
  2. changed function retrieving package version when deleting package ver…

    …sion and related files
    dancheg97 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    04a3ddd View commit details
    Browse the repository at this point in the history
  3. updated remove function description

    dancheg97 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    749a106 View commit details
    Browse the repository at this point in the history
  4. added function removing old package entries from pacman database to a…

    …void duplication error
    dancheg97 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1d1a5a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. changed procedure of package metadata ejection, removed unnecessary f…

    …ields and unnecessary string conversions
    dancheg97 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f1fae9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e42f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6ac2815 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. documentation for arch packages, additional signature in arch package…

    … upload for better security
    dancheg97 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2873deb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b42b8c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6532fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ffb4b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    6d1037d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. corrected package blob structure, pacman database is created on get r…

    …equest automatically from package metadata in database
    dancheg97 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    56772de View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0ed4d0c View commit details
    Browse the repository at this point in the history
  2. build date, installed and compressed size UI view

    dancheg97 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6d7c770 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. test for package create, get and delete operations

    dancheg97 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    568c3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5db5b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Dancheg97 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    176b09b View commit details
    Browse the repository at this point in the history
  2. added test printing after execution

    dancheg97 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d8623be View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Dancheg97 authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f0d569c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. fixed pacman database creation error for case with multiple architect…

    …ures and distributions
    dancheg97 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    364c33b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'go-gitea:main' into pacman-packages

    Dancheg97 authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b5218eb View commit details
    Browse the repository at this point in the history
  3. time mocked for arch package unit tests

    dancheg97 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    38024b5 View commit details
    Browse the repository at this point in the history
  4. created user with gpg token in arch package tests

    dancheg97 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    da5c7c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2685f1a View commit details
    Browse the repository at this point in the history
  6. fixed file size for mock and scope of time patch

    dancheg97 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1df0a1d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. corrected tests, added test cases for databases with different archit…

    …ectures for one package
    dancheg97 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f912dd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'go-gitea:main' into pacman-packages

    Dancheg97 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    73fe874 View commit details
    Browse the repository at this point in the history
  3. lint corrections

    dancheg97 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8195185 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    f3841f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Dancheg97 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d679c7e View commit details
    Browse the repository at this point in the history
  3. markdown and code documentation lint corrections

    dancheg97 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c4f3fb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'main' into pacman-packages

    Dancheg97 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1e16783 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. temporarily removed dependency for time mock in tests

    Danila Fominykh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c20e1e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1a08290 View commit details
    Browse the repository at this point in the history
  3. fixed dependency for time mocks in integration tests for arch linux p…

    …ackages
    Danila Fominykh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    baf3a03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d691f0 View commit details
    Browse the repository at this point in the history
  5. fixed version order when creating pacman database for package with mu…

    …ltiple versions
    Danila Fominykh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e24db36 View commit details
    Browse the repository at this point in the history
  6. updated documentation about metadata update function

    Danila Fominykh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    9e7c6ef View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fixed package version owner in metadata update operation

    Danila Fominykh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1ea4d48 View commit details
    Browse the repository at this point in the history
  2. getting storage object instead of reading bytes

    Danila Fominykh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    faff9d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    245a545 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. replaced custom auth with existing methods

    Danila Fominykh committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    597a948 View commit details
    Browse the repository at this point in the history
  2. fixed tests, corrected documentation

    Danila Fominykh committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    542882d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc5107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0093004 View commit details
    Browse the repository at this point in the history
  5. lint corrections

    Danila Fominykh committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0632f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. simplified push in docs, corrected pkg UI

    Danila Fominykh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    67bd2bc View commit details
    Browse the repository at this point in the history
  2. replaced base domain variable in metadata with registry host variable…

    … in similarly with container registry
    Danila Fominykh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    23f1ba1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e22a3c7 View commit details
    Browse the repository at this point in the history
  4. arch icon lint fix

    Danila Fominykh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aec1780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    672b00b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    523e826 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b13e3d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    749a873 View commit details
    Browse the repository at this point in the history
  3. changed mirrors, documentation location

    Danila Fominykh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    59bf7a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab1a9a1 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary headers in arch package template

    Danila Fominykh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ce0d393 View commit details
    Browse the repository at this point in the history
  6. removed unused package size limit

    Danila Fominykh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9543262 View commit details
    Browse the repository at this point in the history
  7. corrected title in documentation

    Danila Fominykh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3cef8c6 View commit details
    Browse the repository at this point in the history
  8. refactoring function to find unique values

    Danila Fominykh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1abff64 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update routers/api/packages/arch/arch.go

    Co-authored-by: KN4CK3R <[email protected]>
    Danila Fominykh and KN4CK3R authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7b92529 View commit details
    Browse the repository at this point in the history
  2. Update routers/api/packages/arch/arch.go

    Co-authored-by: KN4CK3R <[email protected]>
    Danila Fominykh and KN4CK3R authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    524a2a0 View commit details
    Browse the repository at this point in the history
  3. Update routers/api/packages/arch/arch.go

    Co-authored-by: KN4CK3R <[email protected]>
    Danila Fominykh and KN4CK3R authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1e33f61 View commit details
    Browse the repository at this point in the history
  4. replaced HTTP headers with url params

    Danila Fominykh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b06f76 View commit details
    Browse the repository at this point in the history
  5. dynamic architecture and distribution in arch repo link

    Danila Fominykh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    730cbb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. changed pacman database creation mechanics, storing package desc as f…

    …ile in object storage, metadata structure update
    Danila Fominykh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3df8d52 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5e4c582 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3c6dd37 View commit details
    Browse the repository at this point in the history
  2. fixed mechanics of pacman database creation

    Danila Fominykh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f422942 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a15a924 View commit details
    Browse the repository at this point in the history
  2. fixed pacman database creation algorithm, arch UI template

    Danila Fominykh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d069303 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a95453b View commit details
    Browse the repository at this point in the history
  2. documentation fixes

    Danila Fominykh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d2d8aa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fdd807d View commit details
    Browse the repository at this point in the history
  2. reduced package size in tests, additional tests to verify package sig…

    …natures
    Danila Fominykh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bfe6b37 View commit details
    Browse the repository at this point in the history
  3. documentation corrections

    Danila Fominykh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e01ac83 View commit details
    Browse the repository at this point in the history
  4. lint corrections

    Danila Fominykh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ebaa543 View commit details
    Browse the repository at this point in the history
  5. refactoring

    Danila Fominykh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0c7aa7f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1c0a0e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a45be30 View commit details
    Browse the repository at this point in the history
  2. refactoring

    Danila Fominykh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    28712bc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a3cb45c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    02dcce8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2548414 View commit details
    Browse the repository at this point in the history
  2. metadata and signature are stored in package properties instead of ob…

    …ject storage
    Danila Fominykh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e86bdfc View commit details
    Browse the repository at this point in the history
  3. reduced amount of logic, removed unnecessary fields

    Danila Fominykh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0d08eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27fa815 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c311ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4a40107 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a702734 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ccccfae View commit details
    Browse the repository at this point in the history
  2. removed AUR helpers from arch package manager list

    Danila Fominykh committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9273dc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    065d134 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8604494 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    eb7f51a View commit details
    Browse the repository at this point in the history
  3. removed/corrected some documentation

    Danila Fominykh committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ce01499 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ad2af70 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    93b1f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fixed procedure of retrieving package properties for signatures and p…

    …acman database file
    Danila Fominykh committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    431dabf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    70effa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    934d119 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f914c93 View commit details
    Browse the repository at this point in the history
  2. fixed package key when getting any architecture

    Danila Fominykh committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7c2d1b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    429477e View commit details
    Browse the repository at this point in the history
  2. refactoring funciton creating arch package database archive

    Danila Fominykh committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a2aaae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'go-gitea:main' into pacman-packages

    Danila Fominykh authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a4d878c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1b4b03d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    17f02ce View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    8faea42 View commit details
    Browse the repository at this point in the history
  2. Update models/packages/package_file.go

    Co-authored-by: KN4CK3R <[email protected]>
    Danila Fominykh and KN4CK3R authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    d7bd108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6005281 View commit details
    Browse the repository at this point in the history
  4. service method to get package file stream

    Danila Fominykh committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    a9a5b7a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. function to get package file property by composite key, refactoring f…

    …unction creating pacman database
    Danila Fominykh committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    54fd84d View commit details
    Browse the repository at this point in the history
  2. refactoring create pacman database function

    Danila Fominykh committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    907aa02 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    946d8cc View commit details
    Browse the repository at this point in the history
  2. replaced bytes.Buffer with packages.HashedBuffer to return working io…

    ….ReadSeeker implementation
    Danila Fominykh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4656b3b View commit details
    Browse the repository at this point in the history
  3. fixed user in package upload operation

    Danila Fominykh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0dd3db2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. removed functionality related to automatic source code repository con…

    …nection
    Danila Fominykh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c09da2a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a1ee2a0 View commit details
    Browse the repository at this point in the history
  3. pass context to package service methods

    Danila Fominykh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ba92fc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. corrected procedure of retrieving package file property to package ow…

    …ner scope
    Danila Fominykh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fcb3fd1 View commit details
    Browse the repository at this point in the history
  2. removed unnecessary filename from composite key

    Danila Fominykh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f515f6e View commit details
    Browse the repository at this point in the history
  3. corrected arch template and related locale options

    Danila Fominykh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4bf84c1 View commit details
    Browse the repository at this point in the history
  4. refactoring in metadata module, better readability

    shorter function calls in arch service
    fix - request now ends if unable to decode package signature from hex
    fix - now package search continues to previous versions in package file for required architecture not found for current version
    Danila Fominykh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8974d27 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    784b4f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    33ae3bd View commit details
    Browse the repository at this point in the history
  3. change interface{} to any, move apiError function to bottom

    Danila Fominykh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    94f45f4 View commit details
    Browse the repository at this point in the history
  4. fixed pacman database creation process, corrected switch to next entr…

    …y when current package desc is found
    Danila Fominykh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d473e01 View commit details
    Browse the repository at this point in the history
  5. formatting corrections

    Danila Fominykh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b7725c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    54c0816 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge branch 'main' into pacman-packages

    Danila Fominykh authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    26e5f9e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. metadata tests, json struct tag unification with other linux packages…

    …, removed package backup files from metadata and arch package UI
    Danila Fominykh committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b63af7e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    99f856a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a9c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6052aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f812aa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95a1df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    fe9086b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    52a5c61 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    f8b78cb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. additional validations for package metadata fields, split package met…

    …adata into file and version related structures, better test coverage and refactoring in metadata module
    thionic committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8aeada8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5becd3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73aef3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1840207 View commit details
    Browse the repository at this point in the history
  5. remove endpoint tests

    thionic committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6652fba View commit details
    Browse the repository at this point in the history
  6. lint corrections

    thionic committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5c22b91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45c86cc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    1e972d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8f807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42587dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a05c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca66c6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9abcf9 View commit details
    Browse the repository at this point in the history
  7. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    11bc5f6 View commit details
    Browse the repository at this point in the history
  8. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1d168c6 View commit details
    Browse the repository at this point in the history
  9. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8d0e301 View commit details
    Browse the repository at this point in the history
  10. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d42e381 View commit details
    Browse the repository at this point in the history
  11. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    373d904 View commit details
    Browse the repository at this point in the history
  12. Update docs/content/usage/packages/arch.en-us.md

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    16da9f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffca863 View commit details
    Browse the repository at this point in the history
  14. Update web_src/svg/gitea-arch.svg

    Co-authored-by: silverwind <[email protected]>
    Danila Fominykh and silverwind authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4b96ddd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a054f02 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    d234b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9080be View commit details
    Browse the repository at this point in the history
  3. fix arch linux icon

    thionic committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4ba0567 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. integration tests fixes and enhancements: isolated tests for differen…

    …t functionality, test cases for different distributions, architectures and versions
    thionic committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b12de2a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    b97d4f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    a4af98e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    9202199 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    feb99cd View commit details
    Browse the repository at this point in the history