Skip to content

Commit

Permalink
Merge pull request #320 from ardumont/0.7.7
Browse files Browse the repository at this point in the history
0.7.7
  • Loading branch information
ardumont committed Feb 24, 2016
2 parents 1ecb8f4 + 917136f commit 18696ff
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 13 deletions.
1 change: 1 addition & 0 deletions .ert-runner
@@ -1 +1,2 @@
-L .
-L test/
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,42 @@
Hello,

Can you please provide the following information?

Thanks in advance.

## bug?

### M-x org-trello-bug-report

Report back the output from that command here.
(You can quote it with ``` for a better readability).

### Expected behavior

What command did you use and what were you expecting?

### Actual behavior

What really happened?

### Steps to reproduce the behavior

How can we try and reproduce?

Don't hesitate to show some scrambled sample of your org-mode file.
(or *Compile-Log* buffer when it's some packaging problem)...

### More information on

http://org-trello.github.io/contributions.html#issues


## Improvments?

### What do you want?

### Why is it better?

Thanks for sharing!

Cheers,
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
Hello,

Can you please provide the following information?
Thanks in advance

### Rapid summary

### What issue does this fix or improve?

### Have you checked and/or added tests?

Cheers,
6 changes: 6 additions & 0 deletions TODO.org
Expand Up @@ -32,6 +32,12 @@
- [ ] #245 - Trying to sync a card: orgtrello-buffer/compute-marker: Wrong type argument: numberp, nil
- [ ] #248 - Installing from melpa (unstable) works, but then it errs on an undefined variable "error-messages"
- [ ] #263 - Colors broken in org trello
* DONE 0.7.7 [100%]
- [X] Rework packaging problem
- [X] Add issue/pr templates
- [X] Add request-backend to the org-trello-bug-report
- [X] Update version
- [X] Release notes
* DONE 0.7.6 [100%]
CLOSED: [2016-02-13 Sat 19:36]
- [X] Update version
Expand Down
2 changes: 1 addition & 1 deletion org-trello-pkg.el
@@ -1,4 +1,4 @@
(define-package "org-trello" "0.7.6" "Minor mode to synchronize org-mode buffer and trello board"
(define-package "org-trello" "0.7.7" "Minor mode to synchronize org-mode buffer and trello board"
'((request-deferred "0.2.0")
(deferred "0.4.0")
(s "1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion org-trello-tools.el
Expand Up @@ -68,7 +68,7 @@
"Folder where tests files are defined.")

(defvar orgtrello-tools--tests-namespaces '() "Org-trello test namespaces for development purposes.")
(setq orgtrello-tools--tests-namespaces '("test/utilities-test.el"
(setq orgtrello-tools--tests-namespaces '("test/org-trello-tests-test.el"
"test/org-trello-setup-test.el"
"test/org-trello-action-test.el"
"test/org-trello-api-test.el"
Expand Down
7 changes: 4 additions & 3 deletions org-trello.el
Expand Up @@ -4,7 +4,7 @@

;; Author: Antoine R. Dumont <eniotna.t AT gmail.com>
;; Maintainer: Antoine R. Dumont <eniotna.t AT gmail.com>
;; Version: 0.7.6
;; Version: 0.7.7
;; Package-Requires: ((emacs "24") (dash "2.12.1") (dash-functional "2.12.1") (s "1.11.0") (deferred "0.4.0") (request-deferred "0.2.0"))
;; Keywords: org-mode trello sync org-trello
;; URL: https://github.com/org-trello/org-trello
Expand Down Expand Up @@ -112,7 +112,7 @@ Please consider upgrading Emacs." emacs-version)
(require 'json)
(require 'parse-time)

(defconst org-trello--version "0.7.6" "Current org-trello version installed.")
(defconst org-trello--version "0.7.7" "Current org-trello version installed.")



Expand Down Expand Up @@ -498,7 +498,8 @@ If UNASSIGN is not nil, unassign oneself from the card."
,(format "- emacs-version: %s" (emacs-version))
,(format "- org version: %s" (org-version))
,(format "- org-trello version: %s" org-trello--version)
,(format "- org-trello path: %s" (find-library-name "org-trello")))
,(format "- org-trello path: %s" (find-library-name "org-trello"))
,(format "- request-backend: %s" request-backend))
(s-join "\n")))

(defun org-trello-bug-report (&optional open-url)
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
@@ -1,3 +1,11 @@
# 0.7.7

- [X] Rework packaging problem
- [X] Add issue/pr templates
- [X] Add request-backend to the org-trello-bug-report
- [X] Update version
- [X] Release notes

# 0.7.6

- [X] Update version
Expand Down
6 changes: 4 additions & 2 deletions test/org-trello-test.el
Expand Up @@ -286,10 +286,12 @@ System information:
- emacs-version: emacs-version
- org version: org-version
- org-trello version: org-trello-version
- org-trello path: /path/to/org-trello"
- org-trello path: /path/to/org-trello
- request-backend: curl"
(let ((system-type "system-type")
(locale-coding-system "locale-coding-system")
(org-trello--version "org-trello-version"))
(org-trello--version "org-trello-version")
(request-backend "curl"))
(with-mock
(mock (emacs-version) => "emacs-version")
(mock (org-version) => "org-version")
Expand Down
6 changes: 3 additions & 3 deletions test/utilities-test.el → test/org-trello-tests-test.el
@@ -1,6 +1,6 @@
(require 'ert)
(require 'el-mock)
(require 'utilities)
(require 'org-trello-tests)

(ert-deftest test-hash-table-keys ()
(should (equal '(:c :b :a)
Expand Down Expand Up @@ -245,5 +245,5 @@ description
(goto-char (point-min))
(car (org-element-at-point)))))))

(provide 'utilities-test)
;;; utilities-test.el ends here
(provide 'org-trello-tests)
;;; org-trello-tests-test.el ends here
6 changes: 3 additions & 3 deletions utilities.el → test/org-trello-tests.el
@@ -1,4 +1,4 @@
;;; utilities.el --- org-trello tests utils
;;; org-trello-tests.el --- org-trello tests utils
;;; Commentary:
;;; Code:

Expand Down Expand Up @@ -112,5 +112,5 @@ BODY-TEST is the assertion to test on the buffer."
(org-mode)
,body-test))

(provide 'utilities)
;;; utilities.el ends here
(provide 'org-trello-tests)
;;; org-trello-tests.el ends here

0 comments on commit 18696ff

Please sign in to comment.