Skip to content

Commit

Permalink
(#22668) [config] Add waitaing list for users in authorized users
Browse files Browse the repository at this point in the history
* Move users to waitlist

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Add change name in docs

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Update .c3i/waitlist_users.yml

---------

Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Feb 7, 2024
1 parent 748e168 commit b362f2b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .c3i/authorized_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,6 @@ authorized_users:
- wu-vincent
- Inujel
- keszegrobert
- Mike-Solar
- tomasz-wezyk
- RaguzovaTatyana
- st9007a
Expand All @@ -1278,7 +1277,6 @@ authorized_users:
- stefansli
- wgtmac
- kevinAlbs
- retroandchill
- adamws
- rob-baily
- crhowell3
Expand Down
1 change: 1 addition & 0 deletions .c3i/config_v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ artifactory:
github:
reviewers: "reviewers.yml"
authorized_users: "authorized_users.yml"
waitlist_users: "waitlist_users.yml"

slack:
credential_success_url: SLACK_SUCCESS_WEBHOOK_URL
Expand Down
1 change: 1 addition & 0 deletions .c3i/config_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ artifactory:
github:
reviewers: "reviewers.yml"
authorized_users: "authorized_users.yml"
waitlist_users: "waitlist_users.yml"

# Things related to Jenkins jobs:
tasks:
Expand Down
4 changes: 4 additions & 0 deletions .c3i/waitlist_users.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
waitlist_users:
- Mike-Solar
- retroandchill
- refactorTractor
9 changes: 9 additions & 0 deletions docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This section gathers the most common questions from the community related to pac
* [How to watch only specific recipes?](#how-to-watch-only-specific-recipes)
* [Is it possible to disable Pylint?](#is-it-possible-to-disable-pylint)
* [How long can I be inactive before being removed from the authorized users list?](#how-long-can-i-be-inactive-before-being-removed-from-the-authorized-users-list)
* [What happens in case I change my user name?](#what-happens-in-case-i-change-my-user-name)
* [Can we add package which are parts of bigger projects like Boost?](#can-we-add-package-which-are-parts-of-bigger-projects-like-boost)
* [Can I add my project which I will submit to Boost?](#can-i-add-my-project-which-i-will-submit-to-boost)
* [Can I add options that do not affect `package_id` or the package contents](#can-i-add-options-that-do-not-affect-package_id-or-the-package-contents)
Expand Down Expand Up @@ -431,6 +432,14 @@ difficult to understand [linter errors](linters.md), please comment on your pull

Please, read [Inactivity and user removal section](adding_packages/README.md#inactivity-and-user-removal).

## What happens in case I change my user name?

Your Github user name is used to identify you in the authorized users list. If you change your user name, you will need to communicate or, in the #4, or opening a new issue.
Otherwise, the CI will not be able to find you and will not build your pull requests.
In case you change you user name just after asking for authorization in #4, please, communicate the change in the same issue.
Users are revised before being added to the authorized users list, in case the user name is not found in #4, it will be asked in the pull request `Update authorized users list`.
If the user does not answer, the user will be moved to the `waitlist_users.yml` file, until having further communication.

## Can we add package which are parts of bigger projects like Boost?

Sadly no. There have been many efforts in the past and we feel it's not sustainable given the number of combinations of libraries and version.
Expand Down

0 comments on commit b362f2b

Please sign in to comment.