This repository was archived by the owner on Apr 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ = 0.11.0 / 2014-11-14
2+
3+ * Add support for Slack chat rooms
4+ * Convert chat room ids from integers to strings
5+ * Ensure build completion works with new Jenkins versions
6+ * Allow custom build templates to be provided when setting up projects
7+ * Mark builds that are queued in Jenkins as pending on GitHub
8+ * Delete and recreate hooks when setting up repositories
9+ * Add the ability to delete repos via `/ci delete`
10+ * Get detailed info about repos via `/ci show`
11+ * Send updates from Janky as a separate context to GitHub
12+
113= 0.10.2 / 2013-10-02
214
315 * Revert AR deprecation warnings
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ lib/janky/database/migrate/1317384651_add_more_build_indexes.rb
7474lib/janky/database/migrate/1317384652_change_commit_message_to_text.rb
7575lib/janky/database/migrate/1317384653_add_build_pusher.rb
7676lib/janky/database/migrate/1317384654_add_build_queued_at.rb
77+ lib/janky/database/migrate/1317384655_add_template.rb
78+ lib/janky/database/migrate/1398262033_add_context.rb
79+ lib/janky/database/migrate/1400144784_change_room_id_to_string.rb
7780lib/janky/database/schema.rb
7881lib/janky/database/seed.dump.gz
7982lib/janky/exception.rb
Original file line number Diff line number Diff line change 11module Janky
2- VERSION = "0.10.3 "
2+ VERSION = "0.11.0 "
33end
You can’t perform that action at this time.
0 commit comments