Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Consider the following summary table:
Collection manifests
--------------------

Both STAGE and PROD collections attributes and permissions are managed via YAML files in the `remote-settings-permissions <https://github.com/mozilla-services/remote-settings-permissions>`_ Github repository.
Both STAGE and PROD collections attributes and permissions are managed via YAML files in the `remote-settings-permissions <https://github.com/mozilla/remote-settings-permissions>`_ Github repository.

If you want to accelerate the process of getting your collection deployed or adjust its schema, in DEV, STAGE or PROD, you can open a pull-request with the collection, and the definition of ``{collection}-editors`` and ``{collection}-reviewers`` groups. Check out the existing ones that were merged.

.. note::

Only members of the `mozilla/all-wg` workgroup have read access to this repository. If you are part of the `mozilla` Github organization, you can request your membership via the https://github.com/orgs/mozilla/teams/remote-settings-collections-owners/members team.
12 changes: 12 additions & 0 deletions docs/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,15 @@ In order to test using a real application context instead of an arbitrary object
);

await FilterExpressions.eval("env.locale == 'fr-FR'", {env: ClientEnvironmentBase})


How to change my collection JSON schema?
''''''''''''''''''''''''''''''''''''''''

Collections definition are managed via YAML files in the `remote-settings-permissions <https://github.com/mozilla/remote-settings-permissions>`_ Github repository.

.. note::

Only members of the `mozilla/all-wg` workgroup have read access to this repository. If you are part of the `mozilla` Github organization, you can request your membership via the https://github.com/orgs/mozilla/teams/remote-settings-collections-owners/members team.

If you are stuck, please request your schema change via Bugzilla (`example <https://bugzilla.mozilla.org/show_bug.cgi?id=2012607>`_.)
Loading