Skip to content
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

Reduce unnecessary DB queries for Actions tasks #25199

Merged
merged 48 commits into from
Jul 24, 2023

Commits on May 23, 2023

  1. fetch task with index

    sillyguodong committed May 23, 2023
    Configuration menu
    Copy the full SHA
    82cbd09 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. add test

    sillyguodong committed May 24, 2023
    Configuration menu
    Copy the full SHA
    da135c4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    65395a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/fetch_with_task_index' of github.com:sillyguodo…

    …ng/gitea into feature/fetch_with_task_index
    
    # Conflicts:
    #	models/actions/run.go
    sillyguodong committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2f460ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964e860 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. use version

    sillyguodong committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    148606c View commit details
    Browse the repository at this point in the history
  2. update

    sillyguodong committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7caf9d2 View commit details
    Browse the repository at this point in the history
  3. go mod

    sillyguodong committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b718d8b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    94c3bee View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    6b4fbad View commit details
    Browse the repository at this point in the history
  2. go mod

    sillyguodong committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d59c383 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    23f8721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ea6ac View commit details
    Browse the repository at this point in the history
  3. support re-run job

    sillyguodong committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e905fed View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. log error

    sillyguodong committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c430b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483a01a View commit details
    Browse the repository at this point in the history
  3. typo

    sillyguodong committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    96915c6 View commit details
    Browse the repository at this point in the history
  4. fix migrations

    sillyguodong committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1861d25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46edcba View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    ff179fd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix review

    sillyguodong committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0771112 View commit details
    Browse the repository at this point in the history
  2. delete fmt

    sillyguodong committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b61682b View commit details
    Browse the repository at this point in the history
  3. fix if cond

    sillyguodong committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    67a4216 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. delete empty line

    sillyguodong committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0d5b917 View commit details
    Browse the repository at this point in the history
  2. update

    sillyguodong committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5285ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8e9d93 View commit details
    Browse the repository at this point in the history
  4. adjust some logic

    sillyguodong committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3e12fd3 View commit details
    Browse the repository at this point in the history
  5. fix

    sillyguodong committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7d66700 View commit details
    Browse the repository at this point in the history
  6. comment

    sillyguodong committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9b025bc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. typo

    sillyguodong committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8c7051a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. context

    sillyguodong committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    be3576b View commit details
    Browse the repository at this point in the history
  2. another context

    sillyguodong committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4283ebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9837fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98cec83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32a4778 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e8be9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75d7109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23ec84e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56fe8de View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    900d1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ad0cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43f076f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8590ce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82fffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd94ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    fc22e0c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    f3a43f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f840c1b View commit details
    Browse the repository at this point in the history