Commit Graph

260 Commits

Author SHA1 Message Date
dependabot[bot]
aa5fe6daf2
Bump the npm_and_yarn group across 1 directories with 6 updates
Bumps the npm_and_yarn group with 5 updates in the /. directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `0.22.0` | `0.28.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.21` | `8.4.31` |
| [webpack](https://github.com/webpack/webpack) | `5.75.0` | `5.76.0` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.20.13` | `7.23.9` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |


Updates `axios` from 0.22.0 to 0.28.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.22.0...v0.28.0)

Updates `postcss` from 8.4.21 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

Updates `webpack` from 5.75.0 to 5.76.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

Updates `@babel/traverse` from 7.20.13 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-traverse)

Updates `follow-redirects` from 1.15.2 to 1.15.5
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: webpack
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 12:38:58 +00:00
resf-prow[bot]
7a95bf17ec
Merge pull request #159 from mstg/latest-ir-fix
fix: Import Revisions from other projects should NOT be counted as latest
2024-01-25 06:18:58 +00:00
Mustafa Gezen
096a7fd3ee
fix: Import Revisions from other projects should NOT be counted as latest 2024-01-25 07:04:09 +01:00
resf-prow[bot]
1eae2071ae
Merge pull request #155 from rocky-linux/hotfix/timeouts
hotfix: increase heartbeat timeout for updateinfo activity, too
2023-11-09 04:03:44 +00:00
679a841c57
hotfix: increase heartbeat timeout for updateinfo activity, too
Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2023-11-08 22:58:42 -05:00
resf-prow[bot]
62b626691a
Merge pull request #154 from mstg/hotfix-increase-timeout-again
hotfix: Increase timeout again (force re-deploy, reduce impacted list)
2023-11-09 00:29:43 +00:00
Mustafa Gezen
189b416f48
hotfix: Increase timeout again (force re-deploy, reduce impacted list) 2023-11-09 01:24:43 +01:00
Mustafa Gezen
ac49b359b4
Merge pull request #153 from mstg/hotfix-timeout-increase-yumrepofs 2023-11-09 01:21:57 +01:00
Mustafa Gezen
0fe924be64 New bazel diff version 2023-11-09 01:18:30 +01:00
Mustafa Gezen
dd80d922eb Match bazelversion to new image 2023-11-09 01:12:02 +01:00
Mustafa Gezen
1fba85e083
Merge pull request #152 from mstg/hotfix-presubmit 2023-11-09 01:06:42 +01:00
Mustafa Gezen
d6c6564852
Use newer CI images due to Bazel corruption issue 2023-11-09 01:02:38 +01:00
Mustafa Gezen
b5af09c028 hotfix: Increase yumrepofs update timeout to accommodate kernel 2023-11-09 00:44:09 +01:00
resf-prow[bot]
a2aef0460e
Merge pull request #150 from mstg/hotfix/heartbeat
Increase HeartbeatTimeout for BuildArchActivity
2023-10-23 13:09:26 +00:00
Mustafa Gezen
2d8541533d Increase HeartbeatTimeout for BuildArchActivity
Currently the Rust builds fails, most likely due to a lock that happens
with aarch64. Either the heartbeat tick dies early and timeout happens
right before success or something else makes heartbeats not work at all.
Best solution for now is to just increase timeout.
2023-10-23 09:53:48 +02:00
resf-prow[bot]
805fef24e5
Merge pull request #149 from mstg/updates-packages-ui
Change Affected Packages to Updated Packages
2023-10-16 20:29:18 +00:00
Mustafa Gezen
5f1ef27be1
Change Affected Packages to Updated Packages 2023-10-14 20:58:42 +02:00
resf-prow[bot]
3e40c16368
Merge pull request #146 from TrevorBenson/readme-include-wiki-reference
section for reporting issues
2023-09-25 20:52:59 +00:00
7011295290
section for reporting issues
Signed-off-by: illuminatus <trevor.benson@gmail.com>
2023-09-12 11:14:19 -07:00
resf-prow[bot]
163e01c788
Merge pull request #142 from NeilHanlon/remove-syncform-file-field
Remove file form field from CatalogSync
2023-07-31 05:20:09 +00:00
c88369fd66
Remove file form field from CatalogSync
This endpoint doesn't ask for a file, so this is superfluous and,
therefore, confusing.. me. It's confusing me.

Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2023-07-26 16:15:26 -04:00
resf-prow[bot]
1adc5d0b93
Merge pull request #140 from mstg/dualstack-yumrepofs
Enable dual stack for yumrepofs s3
2023-07-18 15:06:57 +00:00
Mustafa Gezen
71e4fd8618
Enable dual stack for yumrepofs s3 2023-07-18 17:02:15 +02:00
resf-prow[bot]
320a10d11c
Merge pull request #113 from mstg/fix-nvr-for-upload
Allow ^ in version (NVR)
2023-04-23 18:36:37 +00:00
Mustafa Gezen
978deeb4e4
Allow ^ in version (NVR) 2023-04-23 20:30:12 +02:00
resf-prow[bot]
10aab151d5
Merge pull request #112 from NeilHanlon/main
fix(regression): respect modules enabled by ModuleMd during module builds
2023-03-30 20:18:29 +00:00
6a6fc2924c
fix(regression): respect modules enabled by ModuleMd during module builds 2023-03-30 16:13:53 -04:00
resf-prow[bot]
65ba92ea9c
Merge pull request #110 from xenserver-next/setup_external_dev_services.postgres
hack/setup_external_dev_services: Improve postgresql installation
2023-03-17 17:30:18 +00:00
resf-prow[bot]
47f6d67e98
Merge pull request #111 from xenserver-next/README.md-add-missing-dependencies
README.md: Add information on additional dependencies
2023-03-17 14:29:17 +00:00
Bernhard Kaindl
b6ce0050e0 README.md: Add information on additional dependencies 2023-03-10 17:30:13 +01:00
root
7911485063 hack/setup_external_dev_services: Improve postgresql installation
The postgresql helm chart requires the cluster to provide a PersistentVolume
and places a PersisentVolumeClaim for this.
Ensure that the cluster provides PersistentVolumes.

Also set volumePermissions.enabled=true which helps to fix Permission denied
when trying to create the data directory in the PV mount directory
if the PV's permissions are not open enough:
https://github.com/bitnami/charts/issues/1210#issuecomment-1145923630
2023-03-10 17:04:40 +01:00
resf-prow[bot]
0b9174bfcd
Merge pull request #105 from mstg/frontend-minimal
Re-add apollo proto and UI
2023-02-22 02:15:54 +00:00
Mustafa Gezen
d8ba8a94d5 Re-add apollo proto and UI (UI served from errata.rocky is still managed from this repo) 2023-02-22 03:10:28 +01:00
resf-prow[bot]
2fcfb200ce
Merge pull request #104 from NeilHanlon/dependabot/33
Bump go to 1.18.10
2023-02-19 19:57:52 +00:00
34475ec3db
Bump go to 1.18.10 2023-02-19 14:44:14 -05:00
resf-prow[bot]
7bf387659c
Merge pull request #103 from rocky-linux/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-18 14:47:51 +00:00
dependabot[bot]
d245f94bd2
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 14:41:42 +00:00
resf-prow[bot]
2b7ca60d98
Merge pull request #101 from PaulCharlton/issues/pcharlton/gh-peridot-100
Issues: peridot #100 -- empty migration files
2023-02-18 13:24:50 +00:00
mystic knight
988b9a1a2c Issues: peridot #100 -- empty migration files
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 15:02:17 -10:00
resf-prow[bot]
fe05de365a
Merge pull request #99 from PaulCharlton/issues/pcharlton/roc-1394
allow peridot project to specify a build pool type in additional to build pool architecture
2023-02-18 00:38:50 +00:00
mystic knight
e9e3cb54e7 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 14:11:35 -10:00
mystic knight
fdc848b847 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 14:01:50 -10:00
mystic knight
f19044b3d2 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 12:55:49 -10:00
resf-prow[bot]
64326cda62
Merge pull request #96 from mstg/peridot-yumrepofsupdater-1
Yumrepofsupdater now supports updateinfo.xml, and delete works better…
2023-02-17 19:06:50 +00:00
Mustafa Gezen
2b88f7b5c8 govendor 2023-02-17 20:00:41 +01:00
Mustafa Gezen
69f985f637 Remove references to apollopb 2023-02-17 19:54:32 +01:00
Mustafa Gezen
9854661cea Remove dependency on publisher 2023-02-17 19:51:20 +01:00
Mustafa Gezen
e901745be5 Support simple filter for Build API 2023-02-17 19:49:42 +01:00
Mustafa Gezen
5eec7a5354 Add peridotadmin and updateinfo workflow 2023-02-17 19:49:38 +01:00
Mustafa Gezen
2470a9df7f Yumrepofsupdater now supports updateinfo.xml, and delete works better. Heartbeats should no longer cause memory leaks 2023-02-17 19:48:59 +01:00