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

Introducing github action for build automatisation (using python) #268

Merged
merged 52 commits into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
bffbac0
Moved css into its own folders
Thomas-Boi Apr 25, 2020
864e08a
Merge branch 'master' of https://github.com/konpa/devicon
Thomas-Boi Jul 28, 2020
effdb96
Added files to upgrade devicon.json and a simple github workflow
Thomas-Boi Aug 17, 2020
330c994
Added workflow for building the repo
Thomas-Boi Aug 18, 2020
d3ef847
Workflow now takes path to geckodriver instead of manually adding it …
Thomas-Boi Aug 21, 2020
7fafae1
Added action to commit built file
Thomas-Boi Aug 21, 2020
9a33742
Added checks to see if devicon zip file is downloaded
Thomas-Boi Aug 25, 2020
24efc9a
Built new icons, icomoon.json and devicon.css
Thomas-Boi Aug 25, 2020
7d8b3cb
Update .github/workflows/build_icons.yml
Thomas-Boi Sep 1, 2020
a34da1b
merge master with build-integrate branch
amacado Sep 1, 2020
5ac2c58
Merge remote-tracking branch 'origin/master' into merge/build-integra…
amacado Sep 1, 2020
83378fa
Merge pull request #276 from devicons/merge/build-integrate/master
Thomas-Boi Sep 2, 2020
33b0722
Added __pycache__ to gitignore. Documented geckodriver. Invalid path …
Thomas-Boi Sep 2, 2020
72a6dbf
Add checks for when there are no files to commit. Also fix a bug with…
Thomas-Boi Sep 2, 2020
5aa1708
Removed .pyc files and add them to gitignore
Thomas-Boi Sep 2, 2020
0a71b13
Fixed a bug where workflow trigger got reverted back to push
Thomas-Boi Sep 2, 2020
2fb0918
Fix a bug where the SeleniumRunner doesn't run properly
Thomas-Boi Sep 2, 2020
00b2996
download_path commandline arg doesn't have to exist for script to fun…
Thomas-Boi Sep 2, 2020
ecf1012
Build script now look for devicon-*.zip pattern instead of const string
Thomas-Boi Sep 2, 2020
c6848be
Fix a bug with the workflow
Thomas-Boi Sep 3, 2020
52d729a
Fix a bug for the ref error in the workflow
Thomas-Boi Sep 3, 2020
2aa03e2
Added a fix to the workflow commit bug
Thomas-Boi Sep 4, 2020
96fb237
Downgrade geckodriver to v0.26
Thomas-Boi Sep 4, 2020
dcdcc60
Revert "Downgrade geckodriver to v0.26"
Thomas-Boi Sep 4, 2020
a7619e2
Add try-except in icomoon_upload. Workflow will also upload geckodriv…
Thomas-Boi Sep 4, 2020
77460c3
Built new icons, icomoon.json and devicon.css
Thomas-Boi Sep 4, 2020
75a9195
remove icons with typo (as in 493ebf3c0b94849323b333e1f19eb3dd1f7e3582)
amacado Sep 6, 2020
220c3d8
enhance readme about geckodriver
amacado Sep 6, 2020
fd24c48
Merge pull request #1 from amacado/build-integrate
amacado Sep 6, 2020
668c10a
remove built_files dir
amacado Sep 6, 2020
3a49809
Built new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
138798f
Merge pull request #2 from amacado/build-integrate
amacado Sep 6, 2020
2d3abe9
readd amazonwebservices in devicon.json
amacado Sep 6, 2020
edf42fe
Merge remote-tracking branch 'origin/build-integrate' into build-inte…
amacado Sep 6, 2020
bd20509
Built new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
112532c
Merge pull request #3 from amacado/build-integrate
amacado Sep 6, 2020
45c7bfb
remove branch from action
amacado Sep 6, 2020
e8c2839
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
2187e82
Merge remote-tracking branch 'origin/master' into build-integrate
amacado Sep 6, 2020
ee24132
Merge remote-tracking branch 'origin/build-integrate' into build-inte…
amacado Sep 6, 2020
17bf149
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
a24e3aa
Merge pull request #4 from amacado/build-integrate
amacado Sep 6, 2020
dedf8c7
add name for geckodriver log build artifact
amacado Sep 6, 2020
5627a92
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
8dbd464
Merge pull request #5 from amacado/build-integrate
amacado Sep 6, 2020
a818e3e
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
e9d110b
add handling for no given aliases
amacado Sep 6, 2020
047ab67
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
e6a5f9c
add gulp action for building devicon.min.css
amacado Sep 6, 2020
3788400
Build new icons, icomoon.json and devicon.css
amacado Sep 6, 2020
377c739
Merge pull request #281 from amacado/master
Thomas-Boi Sep 7, 2020
a2a1720
Build new icons, icomoon.json and devicon.css
Thomas-Boi Sep 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a bug where the SeleniumRunner doesn't run properly
  • Loading branch information
Thomas-Boi committed Sep 2, 2020
commit 2fb0918a8478b83bc1e966371e43cc6a7b665d63
Loading