Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotemacs/pdfboxing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dotemacs/pdfboxing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: github-actions
Choose a head ref
  • 15 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 28, 2020

  1. Adding GitHub Actions as CI

    Adding clj-kondo as the first action
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    758f7f4 View commit details
    Browse the repository at this point in the history
  2. Run tests via GitHub Actions

    Execute tests via GitHub actions since TravisCI is being retired
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b1e6103 View commit details
    Browse the repository at this point in the history
  3. Have separate configs for linting & tests

    Have separate configs for linting & for tests to keep things simple
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    42b95e6 View commit details
    Browse the repository at this point in the history
  4. Unifed the jobs in one YAML file

    Since they run in two separate file, it produces two actions with the
    same name, that of the subject of the commit. Which is confusing, so
    joined the jobs in one YAML file because that presents a cleaner
    overview in GitHub Actions web UI, as you can see the names of all the
    jobs and the outcome.
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0199dbb View commit details
    Browse the repository at this point in the history
  5. Added deps.edn and GitHub Action for testing

    Added deps.edn because it's about time to migrate to it.
    
    Added GitHub Action for running the tests via Clojure CLI, so that I
    can smoothly migrate off of project.clj/Leiningen.
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    90306d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a46674 View commit details
    Browse the repository at this point in the history
  7. Removed TravisCI integration

    Moved the CI functionality to GitHub Actions because TravisCI is
    retiring its CI functionality for open source projects for free.
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c9bf37a View commit details
    Browse the repository at this point in the history
  8. Flipped the URLs in GitHub Action badge

    I don't want the link on the badge to take you to the badge, but to
    the outcome of GitHub Action.
    dotemacs committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    44372a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Check dependencies via GitHub Action

    Since https://versions.deps.co/ doesn't work reliably, use this,
    "manual", way of verifying dependencies.
    dotemacs committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    2c4f6d7 View commit details
    Browse the repository at this point in the history
  2. Run every minute, fixup

    dotemacs committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    8f800e8 View commit details
    Browse the repository at this point in the history
  3. Both Clojure CLI & Lein based test matrix

    Test across as many Java versions for both Clojure CLI & Leiningen
    based setups
    dotemacs committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    a07d366 View commit details
    Browse the repository at this point in the history
  4. Run at 21:25

    dotemacs committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    e105b6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d2666f View commit details
    Browse the repository at this point in the history
  6. Check if it's just an indentation issue

    The cron line looks not indented here:
    
    https://github.com/marketplace/actions/scheduled-issue
    dotemacs committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    45c8c1e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

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