Commit graph

53 commits

Author SHA1 Message Date
0c31c59017
fix(issues): pylint fixes 2023-09-24 20:27:01 -04:00
ce3da3c91b
misc(pylint): added arguments-differ rule to pylint ignore
Some checks failed
Pylint / Pylint (push) Failing after 1m9s
2023-09-24 20:22:23 -04:00
d2df32ddaf
fix(issues): pylint fixes 2023-09-24 17:16:32 -04:00
639951bd94
fix(issues): changed button formatting so it doesn't look as weird under the embed
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:38:55 -04:00
c50c24216d
feat(issues): added a proper embed to the /issues command 2023-08-20 16:37:36 -04:00
f416bd0513
fix(issues): fixed something not being properly made epheremal
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:34:36 -04:00
137acf6532
fix(issues): temporary fix so the cog functions, labels will be fixed later™️
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:32:52 -04:00
95669e0847
fix(issues): fixed response field being added even if response textinput was empty
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:22:27 -04:00
7fe63e99bd
fix(issues): awaited a corotuine
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:21:45 -04:00
b08a9e337c
fix(issues): fixed fetch_lables outputting a tuple
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:21:22 -04:00
9b07892087
feat(issues): added support for labels
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 16:19:34 -04:00
a8d873be33
fix(issues): fixed modals not being imported properly
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 15:52:35 -04:00
633295c446
feat(issues): added modals for all the distinct issue types
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 15:48:46 -04:00
9e95da3c9e
misc(issues): changed how imports are processed in issues.py 2023-08-20 15:48:26 -04:00
978f5e857d
feat(issues): testing splitting the code into two separate files
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-20 15:32:34 -04:00
c65c00f5ff
fix(issues): config values now set themselves properly 2023-08-20 15:08:21 -04:00
d4203cad9c
feat(issues): fixed configuration prompt
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 17:42:10 -04:00
1f26e32852
feat(issues): added url to embed title
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 17:36:58 -04:00
2087bdd054
fix(issues): fixed title generation
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 17:30:16 -04:00
4f90076c37
feat(issues): finished api integration with gitea
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 17:27:30 -04:00
cfd5f7b19c
fix(issues): reverted a previous incorrect change
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 17:00:02 -04:00
93f87fdf37
misc(issues): changed some code formatting 2023-08-19 16:59:06 -04:00
efb292ca10
fix(issues): improved split formatting
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 16:57:42 -04:00
854935da7e
fix(issues): added proper handling for if a string is longer than 1024 characters
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-08-19 16:54:55 -04:00
ff1b942d8c
fix(issues): testing a fix to a ux problem
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 18:03:57 -04:00
e19143de18
fix(issues): fixed some minor issues with the approve/deny system
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 17:57:25 -04:00
1581c267b9
feat(issues): added approval/deny buttons
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 17:55:47 -04:00
765ed67738
fix(issues): fixing the interaction not being responded to
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
2023-08-18 17:35:09 -04:00
afa2a31ef5
misc(issues): testing if I can change something without discord breaking
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 17:32:22 -04:00
cddffc8e5b
fix(issues): fixed discriminator checking
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 17:25:45 -04:00
6ca3e914b1
fix(issues): awaited a corotuine
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
2023-08-18 17:24:15 -04:00
3cc3245c8b
fix(issues): text channel is now stored as an id
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 17:21:12 -04:00
f649d92808
feat(issues): added configuration
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 17:19:43 -04:00
65e2c1d93c
misc(issues): added original_interaction
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 16:57:30 -04:00
473e5c3165
fix(issues): changed some config names
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 16:48:37 -04:00
6c0a38af59
fix(issues): fixed broken corotuine
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 16:46:24 -04:00
8847754595
fix(issues): testing chatgpt fix
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 16:45:02 -04:00
5c0f74a08d
fix(issues): testing possible fix for submit_issue_request
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
2023-08-18 16:39:22 -04:00
67b30154bb
fix(issues): fixed embed.add_field
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 14:50:57 -04:00
44769ae4b0
fix(issues): fixed a bug causing an error when the embed color was set
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 14:49:43 -04:00
246242ad71
feat(issues): implemented submit_issue_request
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 14:46:24 -04:00
83b7c3f17e
fix(issues): reverted modal to older version for testing purposes 2023-08-18 14:30:16 -04:00
88ce09cb2d
fix(issues): maybe fixed modals?
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 14:25:39 -04:00
4d21f9c769
fix(issues): hopefully fixed it just not working lmao
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 14:21:18 -04:00
032f695277
feat(issues): added more logic to IssuesModal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 14:17:11 -04:00
feb5dd0be8
fix(issues): fixed modal placeholder being over 100 characters
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 13:39:15 -04:00
e34f5d09fa
fix(issues): fixed paraemeter ordering breaking stuff
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
2023-08-18 13:34:22 -04:00
8110fe6d3e
misc(issues): changing button rows around
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 13:21:19 -04:00
72f633a83e
feat(issues): added the rest of the buttons
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2023-08-18 13:18:52 -04:00
b3c9ced80e
fix(issues): hopefully made the modal work?
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
2023-08-18 13:13:01 -04:00