c7fab827d9
Adding Dropdown menus for small screens
2022-03-26 23:37:08 +01:00
6bf6b7675b
Merge branch 'dev' into dev-BetterDisplayMobile
2022-03-26 22:56:36 +01:00
8f95b0a96a
Merge branch 'tweak/add-default-env-to-ignore' into 'dev'
...
Add default.env to .gitignore
See merge request crafty-controller/crafty-commander!227
2022-03-26 21:37:04 +00:00
03b6c246e6
Add default.env to .gitignore
2022-03-26 21:33:19 +00:00
dfe7b05415
Badge Update
...
Fix supported versions, link correctly to python home
2022-03-26 16:46:54 +00:00
391e23a328
Merge branch 'devops/tweak/dockerfile-label-ordering' into 'dev'
...
Move our oci labelling of the image to the end
See merge request crafty-controller/crafty-commander!226
2022-03-24 22:50:25 +00:00
ca78e79076
Move our labeling of the image to the end
...
This is so we don't recache all the layers on a version number change
That would be silly😅
2022-03-24 22:47:04 +00:00
553ec0900d
Merge branch 'devops/fix-oci-version-annotation' into 'dev'
...
Strip string doublequotes from meta jq output
See merge request crafty-controller/crafty-commander!225
2022-03-24 22:16:28 +00:00
0f41e1ae25
Strip string doublequotes from meta jq output
2022-03-24 22:07:50 +00:00
cd0a6c0e88
Merge branch 'devops/minute-improvements-and-meta-tags' into 'dev'
...
Further fine tuning to better miniutes and add meta tags.
See merge request crafty-controller/crafty-commander!224
2022-03-24 21:49:28 +00:00
a548f49759
Add OCI Annotation Keys
2022-03-24 21:45:00 +00:00
d7e0716ccb
Merge branch 'dev' into dev-BetterDisplayMobile
2022-03-24 20:55:35 +01:00
e259d5c3d7
Replace pylint build step with prebuild
...
Kudos to Robbert Müller https://gitlab.com/mjrider
For implimenting my request to include the gitlab plugin for pylint
This means we don't have to waste time installing anything
2022-03-24 19:34:11 +00:00
1404da082c
Remove lint badge generation until public release
2022-03-24 19:28:37 +00:00
ff1d94505b
Merge branch 'devops/black' into 'dev'
...
🏴 Black Formatting
See merge request crafty-controller/crafty-commander!223
2022-03-24 18:52:52 +00:00
3797d5430f
Merge branch 'dev' into dev-BetterDisplayMobile
2022-03-23 19:33:43 +01:00
089e464d82
Adding *.stats files
2022-03-23 15:17:11 +01:00
e9ad7696a5
Add logo svg to Repo
...
Waiting for review, it's pretty :)
2022-03-23 12:29:46 +00:00
cd87aa6a04
Preemptively at badges
...
Hardcoded badges will be replaced with generated ones
when the repository is public
2022-03-23 11:11:59 +00:00
237e43fa75
Update readme to add ⬛ Black Badge
2022-03-23 06:25:44 +00:00
09bba7fdb0
Further fix files to conform with ⚫ Black pylintrc
...
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:16:22 +00:00
2a512d7273
Fix files to conform with new ⚫ Black pylintrc
...
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
9b2161d450
Add pylint compatability for black
...
Marking exemptions and pulling back to new line length
(It's gonna hate comments, will fix in a sec)
2022-03-23 02:51:37 +00:00
e06fe8a52a
⬛ Black codebase
...
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
9d8ed37341
Last lint correction on gitlab-ci file
2022-03-23 02:48:55 +00:00
69b547a553
Furthor minor yml corrections
2022-03-23 02:41:19 +00:00
932d81fe81
Correct yml for compose file and example for lint
2022-03-23 02:37:52 +00:00
6664ff276b
Lint corrections to gitlab-ci yml
2022-03-23 02:32:41 +00:00
f5ace96fe6
Add missing runner tags and triggers for ymllint
2022-03-23 02:12:18 +00:00
fc0adcd3cb
Add extra yaml lint
...
yamllint does not only check for syntax validity,
but for weirdnesses like key repetition and cosmetic problems
such as lines length, trailing spaces, indentation, etc.
2022-03-23 02:05:02 +00:00
416543d33e
Add extra linting to validate json files
2022-03-23 02:01:41 +00:00
dfd3220482
Add black cicd testing
2022-03-23 01:57:46 +00:00
698594087c
Amend editor config for black
...
Also restructure, separate js and move to tabs
Add md spec
2022-03-23 01:53:43 +00:00
5f2bd0a378
Merge branch 'bug/iOS-context' into 'dev'
...
Add context menu for iOS + Bug fix
See merge request crafty-controller/crafty-commander!222
2022-03-22 14:24:16 +00:00
ecc87a6137
Add context menu for iOS + Bug fix
2022-03-22 14:24:15 +00:00
f56b86308c
Merge branch '3.0-import' into 'dev'
...
Add ability to import config from 3.x
See merge request crafty-controller/crafty-commander!216
2022-03-22 11:27:06 +00:00
85d6f102e5
Merge branch 'darthleo-disable-mobile-sorting' into 'dev'
...
Disable server sorting on mobile
See merge request crafty-controller/crafty-commander!220
2022-03-22 01:57:57 +00:00
4177ca882c
Put encoding arg in its proper location for maximum linter appeasal
2022-03-20 12:19:11 -05:00
1279784cc7
Appease the linter again
2022-03-20 12:14:51 -05:00
bf6d0d0368
Appease the linter
2022-03-20 12:01:14 -05:00
5c04e1e748
Merge branch 'bug/remove-pesky-print' into 'dev'
...
Remove print statement everytime a page loads
See merge request crafty-controller/crafty-commander!219
2022-03-20 16:47:06 +00:00
5682455bcc
Appease the linter
2022-03-20 12:39:57 -04:00
0933c5750d
Trying to do table dropdown for Dashboard page
2022-03-20 14:41:27 +01:00
6d6699638a
Resolves an issue on mobile where the table cant be scrolled to the side
2022-03-20 08:03:56 -04:00
d311ccbfa1
Remove print statement everytime a page loads
2022-03-20 07:05:11 -04:00
c303a866b6
Added code to disabled sorting when the user is a mobile user
2022-03-20 06:04:06 -04:00
d234f51bab
Merge branch 'devops/tester-compatibility-speed' into 'dev'
...
Remove dind from tests and retag runners
See merge request crafty-controller/crafty-commander!218
2022-03-19 20:00:11 +00:00
ccf8d8d148
Remove dind from tests and retag
...
This should make tests faster as dind not required,
retagging tests to docker so if someone forks, tests should still run
on shared runners.
2022-03-19 16:43:05 +00:00
534a277abc
Merge branch 'tweak/remove-dep-duplication' into 'dev'
...
Tweak/remove dep duplication
See merge request crafty-controller/crafty-commander!217
2022-03-19 16:27:40 +00:00
5cefbab5ec
Sort requirements.txt alphabetically
2022-03-19 16:23:31 +00:00