An error occurred fetching the project authors.
- 09 Feb, 2021 1 commit
-
-
Steve Abrams authored
Adds the rubygems_metadata table and models as a basis for the RubyGems package registry
-
- 08 Feb, 2021 1 commit
-
-
Mathieu Parent authored
-
- 12 Jan, 2021 1 commit
-
-
Steve Abrams authored
Use the namespace_package_settings values for Maven packages to evaluate if duplicate packages are allowed to be created.
-
- 11 Jan, 2021 1 commit
-
-
Steve Abrams authored
When the maven package finder finds more than one versionless package, it returns the one with the most recent file.
-
- 11 Dec, 2020 1 commit
-
-
Mathieu Parent authored
-
- 16 Nov, 2020 1 commit
-
-
Steve Abrams authored
Create a new relationship between package_files and pipelines named package_file_build_infos. Change existing packages_build_infos relationship from 1:1 to 1:many, removing the unique index.
-
- 30 Oct, 2020 1 commit
-
-
David Fernandez authored
During the metadata extraction, the package name will now be validated.
-
- 29 Oct, 2020 1 commit
-
-
ggelatti authored
-
- 15 Oct, 2020 1 commit
-
-
Steve Abrams authored
Normalize names of packages per PEP 503 to allow packages with [._-] in their names to be installed from the GitLab package registry.
-
- 06 Oct, 2020 1 commit
-
-
Steve Abrams authored
Change NuGet to custom regex from semver regex to allow for extended versions such as 1.1.1.1
-
- 03 Oct, 2020 1 commit
-
-
ggelatti authored
- adds debian pkg type - adds specs for type - Update graphql docs
-
- 30 Sep, 2020 2 commits
-
-
Krasimir Angelov authored
in order to match API parameter validation. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/235493.
-
Krasimir Angelov authored
Add API endpoint to pull generic packages. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/235493.
-
- 22 Sep, 2020 1 commit
-
-
Ethan Reesor authored
- Add `golang` as a valid `Packages::Package#package_type` - Add `golang_max_file_size` to `PlanLimits` - Add `prefixed_semver_regex` to `Gitlab::Regex::Packages` - Filter `Packages::Package#version` with `prefixed_semver_regex` for Go - Make appropriate changes to GraphQL, specs, factories, and docs
-
- 07 Sep, 2020 1 commit
-
-
Giorgenes Gelatti authored
- Make creator required - Add tests for the different pkgs - Adds share example
-
- 03 Sep, 2020 1 commit
-
-
Steve Abrams authored
Add .with_build_info to prevent 7 additional queries for each package fetched using the ::API::Entities::Package entity.
-
- 01 Sep, 2020 1 commit
-
-
Krasimir Angelov authored
Add new enum for `Packages::Package` for the generic package type. Validate version. Add unique DB index on project_id, name, version when package_type is generic. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/235492.
-
- 24 Aug, 2020 1 commit
-
-
Bola Ahmed Buari authored
Add the optional 'v' in the version regex to allow version that starts with v, for example, 'v1.2', example of this is added to the tests and documentation. Also, reword the documentation with a more clear sentence
-
- 08 Jul, 2020 1 commit
-
-
Giorgenes Gelatti authored
- move package models to core - split package file GEO code into EE - move package services to core - move package factories to core
-
- 18 Jun, 2020 1 commit
-
-
Bola Ahmed Buari authored
-
- 16 Jun, 2020 1 commit
-
-
Giorgenes Gelatti authored
Serve composer files
-
- 04 Jun, 2020 1 commit
-
-
Giorgenes Gelatti authored
- Creates package object for composer with proper version from branch/tag - Creates unique package name on instance level - Specs for version handling - Adds composer metadata migration
-
- 18 May, 2020 1 commit
-
-
David Fernandez authored
Extract: * project url * license url * icon url and persist them using `Packages::NugetMetadtum`. Expose them in the search and metadata endpoints.
-
- 12 May, 2020 1 commit
-
-
David Fernandez authored
Extract them from the nuspec file Expose them in the nuget API metadata and search endpoints
-
- 11 May, 2020 1 commit
-
-
Steve Abrams authored
Include array showing all versions of a given package when rendering the package entity in the API.
-
- 08 May, 2020 1 commit
-
-
Sashi authored
-
- 23 Apr, 2020 2 commits
-
-
David Fernandez authored
Those versions have to be SemVer compliant. See https://docs.microsoft.com/en-us/nuget/concepts/package-versioning
-
Bola Ahmed Buari authored
The username, package name, channel and version that makes up the Conan recipe is validated using the official conan.io regex from https://docs.conan.io/en/latest/reference/conanfile/attributes.html This [prevent problems when working with the GitLab registry. The regex matches a minimum of 2 and a maximum of 50 characters, starts with alphanumeric or underscore, then alphanumeric, underscore, +, ., - characters. Tests are added to check the cases listed above. Fix #214471
-
- 14 Apr, 2020 2 commits
-
-
Giorgenes Gelatti authored
-
Giorgenes Gelatti authored
- Lists pypi package versions from the API - Downloads package file endpoint
-
- 10 Apr, 2020 1 commit
-
-
Giorgenes Gelatti authored
Adds full support to uploading PyPi packages through the project/package API
-
- 24 Mar, 2020 2 commits
-
-
Giorgenes Gelatti authored
- Supports token authentication - Supports `sample-project` package instalation - Base API skeleton
-
David Fernandez authored
Using the official SemVer regex: https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
-
- 23 Mar, 2020 1 commit
-
-
Alex Buijs authored
By using batch counting
-
- 02 Mar, 2020 2 commits
-
-
Eugenia Grieff authored
These errors are only the ones added to :base and not a specific model attribute
-
Eugenia Grieff authored
- Add internationalization support to errors found in models - Update PO files
-
- 27 Feb, 2020 1 commit
-
-
Giorgenes Gelatti authored
-
- 17 Feb, 2020 1 commit
-
-
David Fernandez authored
See https://docs.microsoft.com/en-us/nuget/api/search-query-service-resource Add the relevant service and presenter
-
- 13 Feb, 2020 1 commit
-
-
Steve Abrams authored
Conan recipes do not share the same naming validation as other packages. A new validation is added to check the conan_metadatum for recipe uniqueness
-
- 10 Feb, 2020 1 commit
-
-
David Fernandez authored
See https://docs.microsoft.com/en-us/nuget/api/package-base-address-resource Update finders to support a case insensitive mode Add relevant presenter for package versions
-