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

Work flows #2012

Merged
merged 30 commits into from
Sep 2, 2022
Merged

Work flows #2012

merged 30 commits into from
Sep 2, 2022

Commits on Nov 16, 2020

  1. experimentations with github workflows

    fredkingham committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2b5a8f0 View commit details
    Browse the repository at this point in the history
  2. Remove the old travis file

    fredkingham committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9ac99d5 View commit details
    Browse the repository at this point in the history
  3. Coverralls tweaks to merge js and python

    fredkingham committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    77df11b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. remove the github windows test and combine things into work workflow …

    …build file that tests everything
    fredkingham committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ae5a7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5076533 View commit details
    Browse the repository at this point in the history
  3. Updates the readme to look at the opal repo's build

    fredkingham committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0fe2645 View commit details
    Browse the repository at this point in the history
  4. Remove appveyor this is covered by the gh action

    fredkingham committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    9330056 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Remove the duplicate line in the definition

    fredkingham committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    70ed01e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Use the coverralls secret for pushing to coveralls

    fredkingham committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ab211de View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. merging in v0.21.0

    fredkingham committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    b694223 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. try and avoid the tyranny of depending on firefox versions to find lc…

    …ov.info
    fredkingham committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    be53e74 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge in v0.21.0 fix conflict as travis has been updated where as we …

    …have deleted it
    fredkingham committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    77f9103 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Merges in v0.23.0

    fredkingham committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bb6683e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Fixes the Kombu version to 5.2.3

    Celery allows Kombu 5.3 to be imported but that includes an import that
    does not work for python 3.6.9 (although celery should be supporting
    3.6)
    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    097a1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70563ac View commit details
    Browse the repository at this point in the history
  3. Downgrade Kombu to 5.1.0

    Kombu 5.2.3 cannot be found on windows
    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4fb63ef View commit details
    Browse the repository at this point in the history
  4. Change the github actions to run on 18.04

    We have no servers still running on ubuntu 16 and github don't support
    it, so use a more recent version of ubuntu
    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    76475e6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v0.23.0' into work-flows

    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5908ab3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v0.23.0' into work-flows

    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2ff1e1f View commit details
    Browse the repository at this point in the history
  7. Adds the coverralls completion action

    The coverralls completion action tells coverralls when to send the
    information about the coverrage back to github
    fredkingham committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ef3f538 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Fixes indentations in the runtests file

    fredkingham committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0ac32fe View commit details
    Browse the repository at this point in the history
  2. Changes the version of ubuntu CI runs on to 20.04

    Ubuntu 18.04 is deprecated and support will be removed Jan 23
    fredkingham committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5af5dc8 View commit details
    Browse the repository at this point in the history
  3. Removes rake from the github actions

    fredkingham committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9666006 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    e51ec73 View commit details
    Browse the repository at this point in the history
  2. Removes the final coverralls step from the opal work flows as this is…

    … only used by coverralls in parallel task execution
    fredkingham committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9759a6a View commit details
    Browse the repository at this point in the history
  3. Uses postgres on github actions CI except on windows

    Use a variable set by github to define whether we should use the CI's
    postgres as the test database
    fredkingham committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7d65b77 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    0ca3305 View commit details
    Browse the repository at this point in the history
  2. Makes CI action only fire on pull requests

    fredkingham committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b2269dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799ae59 View commit details
    Browse the repository at this point in the history
  4. Slight renaming of the workflows to stop the duplicate use of ubuntu …

    …in the name and to make the windows capitalization of python match the ubuntu
    fredkingham committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9a63e9f View commit details
    Browse the repository at this point in the history