Commit Graph

37 Commits

Author SHA1 Message Date
Owain van Brakel
f0be529f93 actions: Remove item scraping 2019-10-15 18:27:57 +02:00
Lucwousin
85f266c181 api/client: various (MenuEntry api stuff, agility/translate plugin stuff to use that) (#1748)
* Standardize MenuEntry methods, make MenuEntry events extend MenuEntry

* Make agility plugin only change entries it needs to

* Clean up chat translator by a lot, also implement cloneable instead of just adding a ranodm copy method smh

* actions: allow slash in PR title

* devtools: Fix checkstyle

* examineplugin: Fix tests
2019-10-11 11:05:45 +01:00
Owain van Brakel
1f5911b48c actions: Remove merge 2019-10-10 11:54:55 +02:00
Owain van Brakel
15ad899093 actions: Check event source on merge action 2019-10-09 06:15:46 +02:00
Owain van Brakel
67b17b9bbe actions: Run scraper everyday
Bot PRs are automatically merged anyways
2019-10-09 06:08:30 +02:00
Owain van Brakel
79fcfeef94 actions: Merge 2019-10-08 04:53:51 +02:00
Owain van Brakel
b710d86311 actions: Gradle updater labels 2019-10-08 03:23:37 +02:00
Owain van Brakel
7c7fdafe1d actions: Scraper labels 2019-10-08 03:22:53 +02:00
Owain van Brakel
89a411ad45 actions: Fix stale action 2019-10-06 01:53:40 +02:00
Owain van Brakel
2395059594 actions: Scraper free Ganom 2019-10-05 19:12:04 +02:00
Owain van Brakel
4bd5cd3e39 actions: Gradle free Ganom 2019-10-05 19:11:35 +02:00
ST0NEWALL
027a369084 client: Rebrand (#1688)
client: Rebrand
2019-10-04 22:49:34 -04:00
Owain van Brakel
beb12f0d60 actions: Remove broken actions 2019-10-04 02:56:42 +02:00
Owain van Brakel
ea0c8d6a3a actions: Fix item stats scraper 2019-10-04 02:55:53 +02:00
Owain van Brakel
bd9284e2f6 Merge remote-tracking branch 'upstream/master' into openosrs_branding 2019-10-03 20:41:16 +02:00
Owain van Brakel
e3d02ffbdb rs-client: Fix getters (#1708)
* rs-client: Fix worldmap getters

* rs-client: Fix selectedItemID getter

* rs-client: Fix Clock getters

* rs-client: Fix GameShell getters

* rs-client: Fix ItemDefinition getters

* rs-client: Fix MusicPatchNode getters

* rs-client: Fix NPCDefinition getters

* rs-client: Fix ObjectDefinition getters

* rs-client: Fix ObjectSound getters

* rs-client: Fix class225 getters

* actions: PR lint allow dashes
2019-10-03 14:40:03 -04:00
Owain van Brakel
3eb6156ca4 Merge remote-tracking branch 'upstream/openosrs_branding' into openosrs_branding 2019-10-03 05:14:16 +02:00
Owain van Brakel
d83db2b8e4 actions: simplify dependencies 2019-10-02 00:35:52 +02:00
Owain van Brakel
7d2d353c81 actions: No need to run a matrix 2019-10-01 21:13:53 +02:00
Owain van Brakel
cdb69f3d40 actions: Automatically remove merged branches 2019-10-01 20:57:26 +02:00
Owain van Brakel
e03843a985 actions: Automatically merge PRs from the bot 2019-10-01 20:50:01 +02:00
Owain van Brakel
d0133dc77a actions: More GitHub actions (#1678)
* actions: Rename stale action

* actions: Use master branch of the action repos

* actions: Use OpenOSRS as name

* gradle: filter dependency updates

* gradle: Add use-latest-versions plugin

* actions: Update dependencies

* actions: Combine actions

* actions: Lint PR title

* actions: gradle console plain

* actions: Build and test with java matrix

* actions: Rane some actions
2019-09-29 20:56:40 -04:00
f0rmatme
00f6cbf39e OPENOSRS branding 2019-09-29 17:29:53 -07:00
Owain van Brakel
72e2ed8f48 actions: use bash to update the gradle wrapper 2019-09-25 06:14:48 +02:00
Owain van Brakel
23b1cd3ca5 actions: gradle wrapper permissions 2019-09-25 05:43:36 +02:00
Owain van Brakel
ec3b99f0a7 actions: More GitHub actions (#1636)
* actions: Run in parallel

* actions: NPC stats scraper

* actions: Rename actions

* actions: Auto approve NPC stats updates

* gradle: Add tasks for different wiki scrape actions

* actions: Add item stats scraper

* actions: run scraper on a schedule (twice a week)

* actions: gradle wrapper updater
2019-09-22 16:33:25 -04:00
Owain van Brakel
c9a3abfae6 actions: Labeler and interaction actions have issues running from a non
authorized github token (When sending a PR from a fork for example)
2019-09-11 16:43:17 +02:00
Owain van Brakel
e9b017a78b project: GitHub actions (#1577) 2019-09-10 19:45:09 +01:00
Tyler Bochard
b440389b1f Create FUNDING.yml 2019-07-07 21:50:34 -04:00
zeruth
eafb024f16 Revert to old layout for refactor 2019-06-07 23:54:32 -04:00
zeruth
882be3cb71 Merges Injector
Welcome to the new world boys.
2019-06-06 20:47:41 -04:00
Kyleeld
6722be51d5 Update CONTRIBUTING.md 2019-05-06 01:12:23 +01:00
Tomas Slusny
d646a37bdb Follow GitHub templates for bug report and issue (#4205)
Based on points made in #4160, update GitHub issue templates to be more
versatile, do not include any inline comments and be straightforward,
while pointing out reporter in correct direction. Also, one of the
crucial things that previous template for bug report was missing was
RuneLite and Launcher versions and steps to reproduce the bug.

Supersedes #4160

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-21 18:33:47 +02:00
Lars
e51e4b8b2f CONTRIBUTING.md - Provide link to coding conventions
Because the coding conventions are somewhat extensive, provide link to wiki article rather than listing a few of the conventions.
2018-06-14 20:13:43 +02:00
Chris Jimenez
4e6710d6ec Small contributing.md clarification
Update rebase instructions and reference developer guide

[ci skip]
2018-06-10 18:20:27 -04:00
Adam
6b277aa840 Rename CONTRRIBUTING.md -> CONTRIBUTING.md 2018-05-31 21:18:46 -04:00
Gert de Pagter
74182a095e Use github issue templates 2018-05-26 14:07:27 +02:00