- Feb 02, 2023
-
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7401 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 24, 2023
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 19, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
DJ Mountney authored
We don't prepend a `v` for the version on docker images, despite the git tag having it.
-
- Jan 10, 2023
-
-
Balasankar 'Balu' C authored
Use the QA image builds from the rails pipeline during release and copy them to DockerHub instead of rebuilding. Allow for others to retain the old behavior with an environment variable. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7332 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 06, 2023
-
-
John Jarvis authored
-
- Jan 04, 2023
-
-
John Jarvis authored
-
- Jan 02, 2023
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Dec 14, 2022
-
-
John Jarvis authored
-
- Dec 08, 2022
-
-
Balasankar 'Balu' C authored
- As a first iteration to using GitLab release feature, print the details that can eventually go to the releases page. - Adds a CI job to run the new rake task. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Dec 03, 2022
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/102347 added @gitlab/fonts to `package.json`. OFL is a free and open source license and has been deemed acceptable. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7340
-
- Nov 23, 2022
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Nov 11, 2022
-
-
Balasankar 'Balu' C authored
Make sure the fips value set by qa_trigger_vars is actually passed along when generating the FIPS package URL. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Writes version information to build_facts/COMPONENT_version files and considers them before *VERSION files when present - Stable and tag pipelines will continue to use *VERSION files Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 31, 2022
-
-
Balasankar 'Balu' C authored
Removes the rake job that invoked the GET:Geo job in favor of using a multi-project trigger pipeline. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 28, 2022
-
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7232 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 27, 2022
-
-
Balasankar 'Balu' C authored
- RAT triggers from merge requests now use multi-project pipelines - Add RAT trigger variables to facts - Update documentation for variables when using RAT pipelines - Handles errors when API does not return successfully Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7191 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 12, 2022
-
-
Balasankar 'Balu' C authored
This reverts merge request !6381
-
Balasankar 'Balu' C authored
- RAT triggers from merge requests now use multi-project pipelines - Add RAT trigger variables to facts - Update documentation for variables when using RAT pipelines Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7191 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 06, 2022
-
-
Balasankar 'Balu' C authored
- Stop building QA images during package-and-qa triggered pipelines - Pull QA container image using the edition to select the correct upstream GitLab Rails project container registry Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7069 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 05, 2022
-
-
Hossein Pursultani authored
Changelog: added
-
- Sep 29, 2022
-
-
Takuya Noguchi authored
https://docs.rubocop.org/rubocop/v1_upgrade_notes.html Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: fixed
-
- Sep 22, 2022
-
-
Balasankar 'Balu' C authored
- Use the correct path in RAT triggers - Eliminate code generating project path that is no longer used Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 21, 2022
-
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7068 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 30, 2022
-
-
Reuben Pereira authored
Use the retriable gem to retry uploading of packages if it fails. It will retry 10 times, with a total wait time of about 6 minutes. If the upload continues to fail, an exception will be raised.
-
- Sep 08, 2022
-
-
Balasankar 'Balu' C authored
Replaces the multi-project pipelines used during package-and-qa jobs with child pipelines. Pipelines will no longer require the presence of the commit SHAs in omnibus-gitlab-mirror, a process which is periodically broken when mirroring stops during a security release. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6985 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 22, 2022
-
-
Balasankar 'Balu' C authored
Allow merge request authors to manually request a job that tests package builds on all supported operating systems. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6592 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 17, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 27, 2022
-
-
Balasankar 'Balu' C authored
Adds jobs and supporting rake tasks that validate whether a released package is installable from PackageCloud. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3999 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jul 22, 2022
-
-
vincent stchu authored
-
- Jul 14, 2022
-
-
Stan Hu authored
Previously Gitaly's `bundle install` installed a native gem for Nokogiri, even though GitLab Rails already installed the Ruby platform version. `bundle config set <value>`by default only sets the value locally, so the `force_ruby_platform` setting only affected GitLab Rails. Due to `rack-compiler-dock` building native gems on ARM64 with a Ubuntu 20.04-based image instead of `manylinux` (https://github.com/pypa/manylinux) as x86 builds do, ARM64 native gems depend on glibc v2.29. RedHat ARM64 platforms usually use an older version, such as v2.28 in CentOS 8. Note that Omnibus depends on a number of projects that may use native gems: - GitLab Rails - Gitaly - gitlab-exporter - MailRoom Currently only Nokogiri v1.13 appears to ship an ARM64 native gem. However, if some gem does the same, such as `pg`, then we'd hit similar issues with `gitlab-exporter`. To avoid this, set `force_ruby_platform` to `true` globally. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/367444 Changelog: fixed
-
- Jun 23, 2022
-
-
Balasankar 'Balu' C authored
Add support for generating Oracle Linux packages from Enterprise Linux 8 builds. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6115 Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 31, 2022
-
-
Robert Marshall authored
Stable branch builds should use latest tag on branch Closes #6843 See merge request gitlab-org/omnibus-gitlab!6118
-
Balasankar 'Balu' C authored
Builds on the stable branch should compute the GitLab version using the latest tag associated with the branch. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6843 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Will Meek authored
-
- May 30, 2022
-
-
DJ Mountney authored
Differentiate architecture from OS in platform directory Closes #6858 See merge request gitlab-org/omnibus-gitlab!6124
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 19, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 09, 2022
-
-
Ian Baum authored
* Geo specific CI jobs were moved to a separate project
-
- Mar 11, 2022
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-