-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: dotemacs/pdfboxing
base: master
head repository: dotemacs/pdfboxing
compare: github-actions
- 15 commits
- 5 files changed
- 1 contributor
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 758f7f4 - Browse repository at this point
Copy the full SHA 758f7f4View commit details -
Execute tests via GitHub actions since TravisCI is being retired
Configuration menu - View commit details
-
Copy full SHA for b1e6103 - Browse repository at this point
Copy the full SHA b1e6103View commit details -
Have separate configs for linting & tests
Have separate configs for linting & for tests to keep things simple
Configuration menu - View commit details
-
Copy full SHA for 42b95e6 - Browse repository at this point
Copy the full SHA 42b95e6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0199dbb - Browse repository at this point
Copy the full SHA 0199dbbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 90306d1 - Browse repository at this point
Copy the full SHA 90306d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a46674 - Browse repository at this point
Copy the full SHA 3a46674View commit details -
Moved the CI functionality to GitHub Actions because TravisCI is retiring its CI functionality for open source projects for free.
Configuration menu - View commit details
-
Copy full SHA for c9bf37a - Browse repository at this point
Copy the full SHA c9bf37aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 44372a3 - Browse repository at this point
Copy the full SHA 44372a3View commit details
Commits on Jan 1, 2021
-
Check dependencies via GitHub Action
Since https://versions.deps.co/ doesn't work reliably, use this, "manual", way of verifying dependencies.
Configuration menu - View commit details
-
Copy full SHA for 2c4f6d7 - Browse repository at this point
Copy the full SHA 2c4f6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f800e8 - Browse repository at this point
Copy the full SHA 8f800e8View commit details -
Both Clojure CLI & Lein based test matrix
Test across as many Java versions for both Clojure CLI & Leiningen based setups
Configuration menu - View commit details
-
Copy full SHA for a07d366 - Browse repository at this point
Copy the full SHA a07d366View commit details -
Configuration menu - View commit details
-
Copy full SHA for e105b6d - Browse repository at this point
Copy the full SHA e105b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2666f - Browse repository at this point
Copy the full SHA 5d2666fView commit details -
Check if it's just an indentation issue
The cron line looks not indented here: https://github.com/marketplace/actions/scheduled-issue
Configuration menu - View commit details
-
Copy full SHA for 45c8c1e - Browse repository at this point
Copy the full SHA 45c8c1eView commit details
Commits on Jan 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6813c5a - Browse repository at this point
Copy the full SHA 6813c5aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...github-actions