-
Notifications
You must be signed in to change notification settings - Fork 0
update views ref #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ Available endpoints: | |
| * Requires valid branch reference in payload | ||
| * Requires auth token | ||
| * Protected by distributed locking | ||
| * Example payload: `{"ref": "refs/heads/views"}` | ||
| * Example payload: `{"ref": "refs/heads/main"}` | ||
|
|
||
| * `GET /cacheHash.json` | ||
| * Returns current git hash of the data store | ||
|
|
@@ -93,7 +93,7 @@ Required environment variables: | |
| * `TEMP`: path to an existing folder to create temporary locks | ||
| * `dataViewsFolder`: path to where your repository of `addon-datastore` is checked out locally | ||
| * `branchRef`: Git branch to track for `addon-datastore` | ||
| * views-staging/views | ||
| * Default is `main` | ||
|
Comment on lines
93
to
+96
|
||
| * `COPYRIGHT_YEARS`: String of years displayed on web front-end for add-on store | ||
| * e.g. 2025-2026 | ||
|
|
||
|
|
@@ -117,5 +117,5 @@ Test the following scenarios: | |
| * Invalid NVDA API version should return appropriate error | ||
|
|
||
| 3. Update Endpoint: | ||
| * Valid branch update (e.g., `{"ref": "refs/heads/views"}`) | ||
| * Valid branch update (e.g., `{"ref": "refs/heads/main"}`) | ||
| * Invalid branch reference should be rejected | ||
seanbudd marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.