- Oct 13, 2023
-
-
Balasankar 'Balu' C authored
- containers built in trigger builds are now tagged additionally with CI_COMMIT_REF_SLUG to enable local testing Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 20, 2023
-
-
Balasankar "Balu" C authored
Move the following method: * `Build::Info.qa_image` => `Build::Info::QA.image` Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 12, 2023
-
-
Balasankar 'Balu' C authored
Prevent out of memory errors when compiling node assets on 32-bit operating systems. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8207 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 30, 2023
-
-
Balasankar 'Balu' C authored
Move the following methods: * `Build::Info.docker_tag` => `Build::Info::Docker.tag` * `Build::Info.release_file_contents` => `Build::Info::Docker.release_file_contents` Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8063 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 29, 2023
-
-
Balasankar 'Balu' C authored
- Replace google cloud SDK with the google-cloud-storage gem thereby reducing the total footprint size of the builders Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8088 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 07, 2023
-
-
Robert Marshall authored
Stop syncing packages to S3 bucket Closes https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/issues/3 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7057 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Removes package sync to S3 now that GCP sync is established and stable Closes https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/issues/3 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Move the following methods: * `Build::Info.gitlab_version` => `Build::Info::Componets::GitLabRails.version` * `Build::Info.gitlab_version_slug` => `Build::Info::Componets::GitLabRails.version_slug` * `Build::Info.gitlab_rails_ref` => `Build::Info::Componets::GitLabRails.ref` * `Build::Info.gitlab_rails_project_path` => `Build::Info::Componets::GitLabRails.project_path` * `Build::Info.gitlab_rails_repo` => `Build::Info::Componets::GitLabRails.repo` Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8063 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 08, 2023
-
-
Balasankar 'Balu' C authored
Move the following methods: * `Build::Info.package` => `Build::Info::Package.name` * `Build::Info.edition` => `Build::Info::Package.edition` * `Build::Info.semver_version` => `Build::Info::Package.semver_version` * `Build::Info.release_version` => `Build::Info::Package.release_version` * `Build::Info.package_list` => `Build::Info::Package.file_list` * `Build::Info.name_version` => `Build::Info::Package.name_version` Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Oscar Tovar authored
-
- Aug 04, 2023
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 05, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 14, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 19, 2023
-
-
Balasankar "Balu" C authored
Move the following methods: * `Build::Info.branch_name` => `Build::Info::Git.branch_name` * `Build::Info.current_git_tag` => `Build::Info::Git.tag_name` * `Build::Info.commit_sha` => `Build::Info::Git.commit_sha` * `Build::Info.latest_tag` => `Build::Info::Git.latest_tag` * `Build::Info.latest_stable_tag` => `Build::Info::Git.latest_stable_tag` Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 19, 2023
-
-
DJ Mountney authored
Rather than whether the git checkout is on a tag This fixes an issue where we use the wrong job name on a branch pipeline when the commit matches a git tag.
-
- Jun 19, 2023
-
-
Balasankar "Balu" C authored
Use the dedicated library to fetch artifact files Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 04, 2023
-
-
Robert Marshall authored
- Adds support for Oracle Linux 9 Changelog: added Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jun 15, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 14, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7839 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 24, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 12, 2023
-
-
vincent stchu authored
Allows JH to set custom rails settings in gitlab.yml
-
- May 15, 2023
-
-
Balasankar 'Balu' C authored
Remove blanket allowlist for EPL 2.0; allowlist `elkjs` instead See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6870 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Thong Kuah <tkuah@gitlab.com>
-
Thong Kuah authored
elkjs has been approved in https://gitlab.com/gitlab-com/legal-and-compliance/-/issues/1505
-
- May 12, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 11, 2023
-
-
Robert Marshall authored
- Adds AlmaLinux 9 package test and build jobs. - Excludes FIPS packages for AlmaLinux 9 because OpenSSL 3.0 is not yet FIPS compliant nor does upstream provide a FIPS compliant package at this time to ship. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6878 Changelog: added Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 10, 2023
-
-
Paul Gascou-Vaillancourt authored
- Removes select2 jquery based library from license analyzer file Related https://gitlab.com/gitlab-org/gitlab/-/issues/374520 Changelog: removed
-
- May 08, 2023
-
-
Andrew Patterson authored
Changelog: other Signed-off-by:
Andrew Patterson <apatterson@gitlab.com>
-
- May 05, 2023
-
-
Paul Gascou-Vaillancourt authored
- To support a recent update in Mermaid, add the Eclipse Public License version 2.0 as an acceptable license when checking with license_finder. Changelog: added
-
- Apr 20, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 05, 2023
-
-
DJ Mountney authored
- Only add boringcrypto where needed in omnibus
-
- Mar 31, 2023
-
-
Robert Marshall authored
- Update ohai helper to code AlmaLinux as a variant of Enterprise Linux - Use AlmaLinux 8 instead of CentOS 8 for EL8 package builds Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6712 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Apr 03, 2023
-
-
Stan Hu authored
This commit bumps the version to include images that include a Rust compiler.
-
- Mar 30, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 21, 2023
-
-
Andrejs Cunskis authored
-
John Jarvis authored
-
- Mar 16, 2023
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Feb 21, 2023
-
-
vincent_stchu authored
-