Commit Graph

131 Commits

Author SHA1 Message Date
dependabot[bot]
f62f9e5c94
Bump websocket-extensions from 0.1.3 to 0.1.4 in /client (#17)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-10 11:25:39 +05:30
Victor Perevertkin
ab54583751
Move jsconfig.json to the right place 2020-03-16 06:18:37 +03:00
Victor Perevertkin
6e3fe0fa1a
Upgrade dependencies 2020-03-16 06:06:54 +03:00
Victor Perevertkin
6ae81f6a1b
Add support for absolute imports
Rearrange style files
2020-03-16 06:03:44 +03:00
Victor Perevertkin
e2049f1b31
Returned componentDidUpdate for Pulls and Commits
It broke page updates when switching between branches/pull states
2020-03-16 05:50:54 +03:00
Victor Perevertkin
d3eb50f978
Center loading text, convert text prop to children 2020-03-16 05:40:53 +03:00
Victor Perevertkin
55258739d2
Better handle loading states
Now if BuildBot does not have build data, it will be indicated
with question mark.
Moved pagination to a separate component, got rid of pageReducer
2020-03-16 05:36:21 +03:00
dependabot[bot]
9d00ab2f3f Bump acorn from 5.7.3 to 5.7.4 in /client
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 02:40:57 +03:00
dependabot[bot]
690138e143 Bump acorn from 6.3.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 02:39:30 +03:00
Victor Perevertkin
30e4e23ac6
Reworked tests/build status representation
Added links for downloading bootcd/livecd
Added a hack for distinguishing GCC/GCC8 builds
2020-02-16 21:11:17 +03:00
Victor Perevertkin
8d35e26504
Improve visibility of commit and pull request grid entry 2020-02-14 03:33:53 +03:00
Victor Perevertkin
de35c43d89
Make branches and pull request state work with react-router 2020-02-14 03:10:29 +03:00
Victor Perevertkin
323a4274e2
Bump dependencies 2020-02-14 01:05:31 +03:00
Victor Perevertkin
cf08a1e0c0
Use react-router in application, for keeping url updated while navigating
Remove tabs and move Commits and Pull Requests links to navbar
2020-02-14 01:00:10 +03:00
Ayush Kumar Sinha
4fac68e19c PR state==closed fix and css modifs 2019-12-08 14:00:03 +05:30
Victor Perevertkin
35fc796927
Bump dependencies and switch to yarn [2] 2019-11-04 20:57:18 +03:00
Victor Perevertkin
0e23e48a89
Bump dependencies and switch to yarn 2019-11-04 20:55:07 +03:00
Victor Perevertkin
542576fbbd
Improved UI of Pull Requests page 2019-11-03 03:50:34 +03:00
shooter0106
f53f79e23b Display test count changes from previous commit 2019-10-06 15:53:53 +03:00
shooter0106
91455cf1a3 Updated ESLint configuration to better match project's code style 2019-10-06 15:53:53 +03:00
shooter0106
8950b28d93 Updated .gitignore 2019-10-06 15:53:53 +03:00
Ayush Kumar Sinha
7387726ddd
Merge pull request #7 from reactos/readme-update
updated Readme
2019-09-29 23:03:19 +05:30
Ayush Kumar Sinha
197e7004bd changes #2 2019-09-29 23:02:05 +05:30
Ayush Kumar Sinha
7d5308ef90 changes #1 2019-09-29 22:59:21 +05:30
Ayush Kumar Sinha
d2359747f0 Merge remote-tracking branch 'origin/master' into readme-update 2019-09-29 22:57:03 +05:30
Ayush Kumar Sinha
454a2d169b
Merge pull request #8 from reactos/splitting-sever-logic
cleaning server code
2019-09-24 23:02:39 +05:30
Ayush Kumar Sinha
31725382a2 cleaning server code 2019-09-24 13:20:45 +05:30
Ayush Kumar Sinha
1f116a3e29 updated Readme 2019-09-17 22:30:48 +05:30
Victor Perevertkin
7bd218c3d6
Added redux-logger 2019-08-15 19:35:29 +03:00
Ayush Kumar Sinha
aceb7cf635 Testman integration (#4) 2019-08-15 18:45:23 +03:00
Ayush Kumar Sinha
842c5acd06 Fixing buildset req (#3)
* Adding builders to state

* indentation fix

* printing buildData in commitsCard.js

* changing into functional component and mapping stateToProps

* buildset endpoint now loads only relevent data

* fixing reducer- builders were undefined

* Adding builds to PR tab

* increasing the range of unixF

* adding message to outer check
2019-08-15 14:50:46 +03:00
Ayush Kumar Sinha
3ff7737442 changing into functional component and mapping stateToProps 2019-07-24 02:54:08 +03:00
Ayush Kumar Sinha
3a81d9d33c printing buildData in commitsCard.js 2019-07-24 02:50:25 +03:00
Ayush Kumar Sinha
bfadfd4fdb indentation fix 2019-07-24 02:50:25 +03:00
Ayush Kumar Sinha
07df420005 Adding builders to state 2019-07-24 02:50:25 +03:00
Victor Perevertkin
a86ce37d58 Fix flatMap and forgotten BuildBot doc links 2019-07-20 21:12:24 +03:00
Ayush Kumar Sinha
2b677d9d57 api modifs 2019-07-20 16:14:09 +05:30
Ayush Kumar Sinha
7f1457076c changing flatMap() to flat().map() 2019-07-20 15:47:36 +05:30
Ayush Kumar Sinha
7e13e3cc9b updated buildsetSaga.js 2019-07-20 14:42:22 +05:30
Ayush Kumar Sinha
fc78d1291d Merge logic for fetching builds into one saga
* Merge logic for fetching builds into one saga
* Refactor CommitsCard and PullsCard
2019-07-19 20:39:26 +03:00
Ayush Kumar Sinha
51b861935e removing console.log() 2019-07-19 15:09:20 +05:30
Ayush Kumar Sinha
332d442edb fetching builds(final) 2019-07-19 15:08:54 +05:30
Ayush Kumar Sinha
e91063ea53 resolving issues 2019-07-18 18:59:43 +05:30
Ayush Kumar Sinha
02c1a5c4b4 passing props using spread operator[...] 2019-07-18 18:59:01 +05:30
Ayush Kumar Sinha
b62de67c76 fetching builds corresponding to each commit 2019-07-18 00:11:10 +05:30
Ayush Kumar Sinha
8d638e4f2b removing bsid and builData from state 2019-07-18 00:09:39 +05:30
Ayush Kumar Sinha
4d36b0185c cleaning commit.js 2019-07-18 00:06:40 +05:30
Ayush Kumar Sinha
638721e07e removing logics 2019-07-17 14:07:09 +05:30
Ayush Kumar Sinha
f9bdada9cc converting to functional component 2019-07-17 14:05:53 +05:30
Ayush Kumar Sinha
6d969262d8 unnecessary map 2019-07-15 23:16:05 +05:30