forked from ietf-tools/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in ^/personal/henrik/6.64.2-ballotapi@14426. This provides per…
…sonal API keys and a ballot position API at /api/iesg/position. Also added an endpoint description at /api/. - Legacy-Id: 14430
- Loading branch information
Showing
27 changed files
with
948 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
# Weekly datatracker jobs. | ||
# | ||
# This script is expected to be triggered by cron from | ||
# /etc/cron.d/datatracker | ||
|
||
DTDIR=/a/www/ietf-datatracker/web | ||
cd $DTDIR/ | ||
|
||
# Set up the virtual environment | ||
source $DTDIR/env/bin/activate | ||
|
||
logger -p user.info -t cron "Running $DTDIR/bin/monthly" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
# Weekly datatracker jobs. | ||
# | ||
# This script is expected to be triggered by cron from | ||
# /etc/cron.d/datatracker | ||
|
||
DTDIR=/a/www/ietf-datatracker/web | ||
cd $DTDIR/ | ||
|
||
# Set up the virtual environment | ||
source $DTDIR/env/bin/activate | ||
|
||
logger -p user.info -t cron "Running $DTDIR/bin/weekly" | ||
|
||
|
||
# Send out weekly summaries of apikey usage | ||
|
||
$DTDIR/ietf/manage.py send_apikey_usage_emails | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.