Commit Graph

40 Commits

Author SHA1 Message Date
Ryan Nystrom
70f87a8804 bump mentionable user count (#2091) 2018-08-11 15:20:40 -04:00
Ryan Nystrom
5cf3a7c568 More granular messaging and controls for merge state (#1993)
* update schema

* more granular merge status messaging and controls

* handle unknown

* pending state
2018-07-28 17:04:08 -04:00
Ryan Nystrom
ae26f96f76 Only display repo-allowed merge methods on PRs (#1817)
* update to latest GQL schema

* remove deprecated GQL

* add merge-allowed APIs

* wire up merge methods

* remove pref type if changed
2018-05-19 19:08:10 -04:00
Yury Bogdanov
1428663700 GraphQL
- added base branch reference to GraphQL query
- removed previous base branch request implementation
- IssuesViewController adopted new request implementation
2018-03-18 00:20:17 +03:00
Ryan Nystrom
0b9508493e [WIP] Merge PRs (#1511)
* display merge status

* refactor merge button and wire up interactivity

* wire up merge type selection

* merge working
2018-02-15 22:30:14 -05:00
Ryan Nystrom
7008971a1b Show file change count and additions/deletions on PRs (#1187)
* add additions and deletions to PR, thread

* setup ui
2017-12-04 22:04:52 -05:00
Ryan Nystrom
7bc969a5f5 PR patch files use base list VC (#1092)
* PR patch files use base list VC

* white bg on cell

* remove dead code, update schema, thread file count
2017-11-27 13:07:58 -05:00
Ryan Nystrom
2d2b2f29ad Add support for cross reference events (#1070)
* update gql schema

* add cross ref event

* wire up cross ref event

* adjust reference cell

* nudge icon down
2017-11-23 11:29:42 -05:00
Ryan Nystrom
4733859946 Open PR comments in another VC (#828)
* WIP PR comments

* thread comment count to PR review model

* PR review comments in another VC
2017-11-04 21:46:21 -04:00
James Sherlock
63cc844b0a Use repository default branch rather than master for file view (#849) 2017-11-04 21:42:54 -04:00
Ryan Nystrom
94e1125408 Trim page sizes for GQL requests (#794) 2017-10-29 15:04:56 -04:00
James Sherlock
edf76f42f3 Add ability to delete comments (#530)
* Add alert action to delete comments, add viewerCanDelete variable

[skip ci]

* Add delete confirmation message

* Enable networking for deleting comments

* Updates as per @BasThomas feedback

* Update comment, oops
2017-10-14 14:41:45 -04:00
Ryan Nystrom
1b0e09c5f9 thread viewerCanUpdate for each comment 2017-09-27 22:33:42 -04:00
Rizwan Mohamed Ibrahim
79cc91ae68 Adds "view repository" alert action from Issues (#425) 2017-09-25 12:46:17 -04:00
Ryan Nystrom
e941dc3aed disable commenting when cannot admin and locked 2017-09-24 09:07:21 -04:00
Ryan Nystrom
cd69f64aa8 remove milestone progress graphics since gql doesnt support it 2017-08-27 22:33:43 -07:00
Ryan Nystrom
3252227e00 add milestone info to issues 2017-07-31 08:13:25 -06:00
Ryan Nystrom
1020178537 refactor timeline into page chunks 2017-07-27 13:54:57 -06:00
Ryan Nystrom
6ef769c59b request last 100 items along w/ page info for issues & PRs 2017-07-27 13:10:06 -06:00
Ryan Nystrom
bc57929274 commit events working 2017-07-26 22:03:34 -06:00
Ryan Nystrom
5cfa0847fd autocomplete users working 2017-07-24 14:43:35 -06:00
Ryan Nystrom
93a108ffed milestone events working, fixes #152 2017-07-19 16:51:42 -04:00
Ryan Nystrom
f2d601660e add milestone events to gql 2017-07-18 23:05:24 -04:00
Ryan Nystrom
da2fea1032 assignee and reviewers 2017-07-13 22:19:27 -04:00
Ryan Nystrom
9c3cca4eed combine all events into single type, fixes #129 2017-07-13 21:00:36 -04:00
Ryan Nystrom
96b4c93587 add assign and review request events to gql 2017-07-12 21:11:42 -04:00
Ryan Nystrom
e8e7a1baf2 add renamed event to gql 2017-07-11 23:53:15 -04:00
Ryan Nystrom
a146b5b6ee add name to ref commit, remove commit from PR, dont show ref if same issue/PR 2017-07-09 20:46:26 -04:00
Ryan Nystrom
2a03a63abb distinguish issue refs from commits 2017-07-09 19:24:48 -04:00
Ryan Nystrom
36486c33d7 push issue vc on ref tap 2017-07-09 19:03:10 -04:00
Ryan Nystrom
42eccf55cf set ref cell status, update query 2017-07-09 18:20:02 -04:00
Ryan Nystrom
450c1db4a1 add reference model, cell, SC 2017-07-09 18:11:49 -04:00
Ryan Nystrom
2a4bab7bff PR thread comments working 2017-07-03 16:37:36 -04:00
Ryan Nystrom
ef4ff45a14 add unlocked to gql 2017-07-02 23:23:09 -04:00
Ryan Nystrom
d35f4b803c add PR review info to gql 2017-07-02 23:22:16 -04:00
Ryan Nystrom
b7c62f5db0 merged event, fixes #9 2017-06-29 15:38:55 -07:00
Ryan Nystrom
8ed5e96ceb get merge info from PRs 2017-06-29 12:49:58 -07:00
Ryan Nystrom
1de117bfb4 merge status, fixes #8 2017-06-28 23:33:11 -07:00
Ryan Nystrom
035eb344bc add created date to labaled events 2017-06-07 21:31:55 -04:00
Ryan Nystrom
cadf93984c use issue|PR union query 2017-06-06 18:04:08 -04:00