This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch scheduled_tasks
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    omit cf1a2b9  Add scheduled column for tasks, allow asf_uid to be passed in 
task arguments
    omit 30968f3  Add the ability to schedule future jobs. Worker claim updated 
to not claim future tasks. Metadata and workflow status tasks can schedule 
themselves.
     add 10795fc  Allow the state directory to be configured during setup
     add 26d2fa4  Check that the e2e container is running before starting the 
tests
     add ea5b945  Add a migration to use an audit state subdirectory
     add 2fb4d70  Add a migration to use a cache state subdirectory
     add 8c15c3c  Add a migration to use a database state subdirectory
     add 5e26ee1  Do not apply state subdirectory migrations when hot reloading
     add 9f8cac3  Add the ability to schedule future jobs. Worker claim updated 
to not claim future tasks. Metadata and workflow status tasks can schedule 
themselves.
     add 1da5583  Add scheduled column for tasks, allow asf_uid to be passed in 
task arguments

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf1a2b9)
            \
             N -- N -- N   refs/heads/scheduled_tasks (1da5583)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Makefile                      |  14 ++--
 alembic.ini                   |   2 +-
 atr/blueprints/__init__.py    |   2 +-
 atr/config.py                 |   4 +-
 atr/server.py                 | 157 ++++++++++++++++++++++++++++++++++++++++++
 atr/util.py                   |   4 +-
 scripts/generate-certificates |   2 +-
 tests/run-e2e.sh              |   8 +++
 8 files changed, 180 insertions(+), 13 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to