Commit Graph

9 Commits (2fe4505eab2c321f89e4e720800a276089c160bd)

Author SHA1 Message Date
Igor Vinokur fc35ba2618 CHE-6114: Fix problems with project explorer performance in big projects (#6175)
1. Add ability to get Git status with filter.
2. Reworked Injecting VCS status info in Project service to make Status request only once instead of requesting each time in the loop.
3. Removed `format` parameter from get status method in Git Service, because it is redundant and do not affects to anything, since we use Jgit as a Git engine.
2017-09-12 14:41:28 +00:00
Sergii Kabashniuk 5b373e6cf5 Used Google Java Codestyle (#5851) 2017-08-18 17:00:58 +03:00
Mykhailo Kuznietsov 69d5148385 Changed copyright owner to "Red Hat, Inc." in license headers (#5964)
Change license header contributor to Red Hat, Inc.
2017-08-11 10:46:58 +03:00
Sun Seng David Tan e0c9d06ac3 PR Panel: refactoring
Signed-off-by: Sun Seng David Tan <sutan@redhat.com>
2017-07-13 15:20:33 +02:00
Vitalii Parfonov 3d25154964 Replace Window.open() with JS native call (#5584)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-10 19:39:33 +03:00
Igor Vinokur cb1348b26c CHE-5346 Rework git client-service (#5476)
1. Get rid of using Everrest based Websocket calls in `GitServiceClientImpl.java`.
2. Remove deprecated methods from git client service.
3. Get rid of `DevMachine devMachine` parameter from all git client service methods.
4. Rework Git clent side to use streams and lambdas.
2017-07-04 11:25:18 +03:00
Anatoliy Bazko 0c0110a6e7 CODENVY-1949: Create PR to owner's origin reporistory (#5158) 2017-05-24 06:48:05 +00:00
Vitaliy Guliy 261cb400dc CHE-4379 Cannot reduce process panel size (#4829)
* CHE-4379 Cannot reduce process panel size

* CHE-4379 Cannot reduce process panel size

* CHE-4379 Cannot reduce process panel size
2017-04-24 17:57:59 +03:00
Max Shaposhnik 62d32687c2 Factory migration (#4413) 2017-04-03 15:11:45 +03:00