Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A AsapoWorker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FS-SC
  • AsapoWorker
  • Merge requests
  • !22

Feat/next stream update

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mikhail Karnevskiy requested to merge feat/next_stream_update into master Mar 31, 2021
  • Overview 11
  • Commits 6
  • Pipelines 4
  • Changes 2

@tim.schoof

in ASAPO 21.03 get_stream_list function return a list of dicts, which contains information about stream:

[{'lastId': 1, 'name': 'default', 'timestampCreated': 1617037228745609571, 'timestampLast': 1617037228745609571, 'finished': False, 'nextStream': ''}, {'lastId': 4, 'name': 'test001', 'timestampCreated': 1617037509990713974, 'timestampLast': 1617038135593899580, 'finished': True, 'nextStream': ''}, ...

Presented changes adopt function get_next_stream for the API changes of ASAPO.

CI tests are supplied.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feat/next_stream_update

imprint | privacy | Conditions of Use