Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collab advanced new #250

Open
wants to merge 261 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
261 commits
Select commit Hold shift + click to select a range
98671bd
#19 Use lists instead of sets for command palette and menu items (#20)
planger Dec 10, 2019
cd8e5b6
Fix GEdgeImpl manual implementations of methods (#24)
planger Dec 10, 2019
01dfe5a
Update README.md
planger Dec 10, 2019
403823a
Add badges for deploy jobs
tortmayr Dec 11, 2019
5ce0e32
Remove brackets from build status
planger Dec 11, 2019
69da4f5
Generalize 'layoutOptions' to a generic string-object map (#26)
martin-fleck-at Dec 12, 2019
ecfad86
Ensure JavaSE-10 compatibility for all plugin projects (#27)
tortmayr Dec 13, 2019
39658e0
Update JDK preferences and fix wrong copyright headers
tortmayr Dec 16, 2019
78d4627
Minimize target definition (#28)
planger Dec 20, 2019
0e5724b
Add default handlers for reroute and reconnect
tortmayr Dec 30, 2019
a211e19
Fix Eclipse project setup
planger Jan 1, 2020
edd2524
Set plugin compliance to Java 1.8
tortmayr Jan 3, 2020
0b0beef
Add missing default ContainerConfigurator to GlspConfigurator (#33)
tortmayr Jan 8, 2020
41e0bd7
Let server handle the dirty state (#32)
planger Jan 10, 2020
6212b3c
Refactor RerouteConnectionOperation to ChangeRoutingPointsOperation
tortmayr Jan 16, 2020
b9d7273
Ensure that JavaSE-1.8 is used instead of 10
tortmayr Jan 22, 2020
0818b89
Update P2 build to Tycho 1.6
tortmayr Jan 27, 2020
1de3c7b
Update README.md (#38)
tortmayr Jan 27, 2020
ceb08cd
Refactor DI multibinding approach (#37)
tortmayr Jan 27, 2020
7f342af
Update maven config for RC releases
tortmayr Jan 28, 2020
d61b40b
glsp#12 Add initial support for copy & paste
planger Jan 5, 2020
e543ea5
Factor out editor context
planger Jan 20, 2020
0376c57
Adapt to new multibinding approach
tortmayr Jan 28, 2020
f6fb4d5
Bump checkstyle from 8.23 to 8.29 (#41)
dependabot[bot] Feb 1, 2020
cc05c4f
Update README.md
planger Feb 4, 2020
3ec7436
Update README.md
planger Feb 4, 2020
c64b880
Support popups for validation markers (eclipse-glsp/glsp-client#31) (…
jfaltermeier Feb 10, 2020
2d31a44
Increased buffer size of websocket endpoints (#44)
tortmayr Feb 10, 2020
e0a973b
Add plugin sources to p2 update site
tortmayr Feb 10, 2020
256efb0
Add timeouts to CI pipline stages (#42)
tortmayr Feb 11, 2020
aca65d5
Fix CenterAction and FitToScreenAction (#47)
ndoschek Feb 18, 2020
07b0d59
Update README.md
planger Feb 19, 2020
e028999
Align snapshot version numbers (#48)
tortmayr Feb 20, 2020
d8d6b5a
#18 Revise Action/Operation API (#46)
tortmayr Feb 24, 2020
4cede84
Fix guava version contraint
tortmayr Feb 25, 2020
69458c6
Add CONTRIBUTION.MD
planger Feb 27, 2020
20239aa
Fix BasicActionHandler constructor (#49)
tortmayr Mar 3, 2020
5e6c70f
Fix uri of graph package
tortmayr Mar 9, 2020
127954b
Create issue template
planger Mar 12, 2020
d5ae6f0
Add unit tests for glsp.graph (#50)
planger Mar 12, 2020
62521fd
Add custom action for sending messages from the server to the client …
martin-fleck-at Mar 16, 2020
8d378b1
Fallback to model search when the GModelIndexImpl is still indexing
planger Mar 16, 2020
c146392
DefaultToolPaletteItemProvider should provide a consistent order (#53)
planger Mar 17, 2020
8adc42b
Add auto-complete widget and generic edit validation support (#54)
planger Apr 2, 2020
16c762b
#58 Support for multiple elementTypes per CreateOperationHandler
tortmayr Apr 9, 2020
b03b60d
Subtype support for GModelElementTypeAdapter (#56)
tortmayr May 8, 2020
b57e6b8
Add navigation support and navigation target resolution (#57)
planger May 18, 2020
e7442ca
Also support line and columns that have double style (e.g. 1.0) (#58)
planger May 19, 2020
e4e1637
Remove unnecessary arguments and usages of this
planger May 19, 2020
29a124a
Add support for CompoundOperations (#59) (#60)
tortmayr Jun 4, 2020
3ac4556
#75 Update to LSP4J 0.9.0 (#61)
tortmayr Jun 26, 2020
711aea7
#82 Properly dispose sockets after client connection close (#63)
tortmayr Jul 3, 2020
1372448
Reduce minimum requirement for lsp4j (#64)
tortmayr Jul 6, 2020
75f5577
#42 Add customizable location retrieval to CreateNodeOperationHandler
tortmayr Jul 1, 2020
ecc595e
#87 Add readonly support for GLSP diagrams (#65)
tortmayr Jul 20, 2020
09bd204
Fix typo in OperationActionhandler
tortmayr Jul 20, 2020
509762f
Fixes #21: Align action processor with client-side action dispatcher …
martin-fleck-at Aug 3, 2020
7660f10
#87 Make editMode retrievable via ModelState (#67)
tortmayr Aug 5, 2020
810a4ae
#21 Refactor ActionProcessor (#68)
tortmayr Aug 6, 2020
add144a
#95 Cleanup GLSPServerLauncher & add CLI parsing (#69)
tortmayr Aug 14, 2020
e39ff76
#88 Apply fix for PropertyBasedTyeAdapter (#70)
tortmayr Aug 14, 2020
240aa82
Ensure Java 1.8 compatibility in LaunchUtil (#71)
tortmayr Aug 17, 2020
4a8be94
#101 Ensure proper handling of empty DeleteElementOperation (#72)
tortmayr Aug 20, 2020
a2aa2e0
#96 #94 Cleanup and refactor client-server communication (#73)
tortmayr Aug 25, 2020
fd93384
Align jetty version & shutdown server on websocket close
tortmayr Aug 25, 2020
869bd2e
#97 ActionDispatcher should process all messages in the same thread (…
CamilleLetavernier Aug 27, 2020
169c1d9
#96 Introduce InitializeClientSessionAction (#75)
tortmayr Aug 27, 2020
0a15627
Use clientId provided by DisposeClientSession
tortmayr Aug 27, 2020
d598a99
#109 Remove the UUID requirement / ApplicationID (#76)
CamilleLetavernier Aug 28, 2020
44fd729
#109 Fix concurrent modification exception when a client disconnects …
CamilleLetavernier Aug 28, 2020
5fcc9ff
#96 Propagate errors to client in case of non-initialized session
tortmayr Aug 30, 2020
51383ac
Fix errorHandling in GLPSDefaultServer (#78)
tortmayr Sep 1, 2020
b68e8cc
#111 Restructure workflow server example (#79)
tortmayr Sep 4, 2020
ee0273d
#123 Centralize configuration in the server (#80)
CamilleLetavernier Sep 30, 2020
321094d
Refactor internal and public API (#81)
planger Oct 9, 2020
22ba4e0
#112, #131: Minor adaptations for consistency
martin-fleck-at Oct 12, 2020
3cce802
Add model source change notification (#83)
planger Oct 30, 2020
388160c
Fix failing test cases by avoiding debouncing on file watching (#85)
martin-fleck-at Oct 30, 2020
6508f85
Properly use completable future during server initialization (#84)
tortmayr Oct 30, 2020
211fe3c
#140 Improve extendibility of DefaultGLSPServer (#87)
tortmayr Nov 6, 2020
537502e
#124 [Server - ActionDispatcher] Missing error handling for responses…
CamilleLetavernier Nov 9, 2020
e565e25
#35 Extend server launcher for embedded use case (#88)
tortmayr Nov 17, 2020
3ce80ce
#132 Further clean up server API (#89)
tortmayr Nov 19, 2020
7c94bc9
0.8.0 Release
tortmayr Nov 20, 2020
b28dc41
Update to 0.9.0-SNAPSHOT versions
tortmayr Nov 20, 2020
72c1c59
Websocket: Do not reuse the same Injector for each client connection …
CamilleLetavernier Nov 26, 2020
94f7658
#153: Improve external navigation support through dedicated action (#92)
martin-fleck-at Dec 1, 2020
893663a
#153: Add utility class for JsonOpenerOptions (#93)
martin-fleck-at Dec 1, 2020
828eb37
Set minimal version constraint for javax.websocket to 1.0.0
tortmayr Dec 2, 2020
2ee2d54
#156 Use package-import rather than require-bundle for javax.servlet …
CamilleLetavernier Dec 7, 2020
17b959b
#122 #123 Centralize configuration in the server (#95)
planger Dec 16, 2020
d3f70af
[136] Readme for Workflow example and integrations (#97)
CamilleLetavernier Dec 18, 2020
b14d1ba
Remove unneeded question mark
planger Dec 18, 2020
19600e7
Prevent exception when starting from fat jar
planger Dec 18, 2020
bffdd11
Fix item list
planger Dec 18, 2020
1d3f8b4
Remove additional GIF at the end
planger Dec 18, 2020
dc6239f
Fix command to build fat jar
planger Dec 21, 2020
3d9df79
In-comment Elk Layout Initialization
planger Dec 21, 2020
fdcc09c
Centralize model loading and GModel creation (#96)
planger Jan 4, 2021
66c8e7d
#191: Provide correct kind for SelectAction (#98)
martin-fleck-at Feb 15, 2021
c3ff7f8
Adds SetViewportAction (#99)
planger Feb 19, 2021
8ebeee8
Add args to SModelElements (#100)
planger Mar 1, 2021
4057635
#197, #196: Improve dirty state handling (#101)
tortmayr Mar 23, 2021
2e3477b
#193 #200 Update model loading & saving (#102)
tortmayr Mar 23, 2021
eeece97
#208 Add `fileUri` to `SaveModelAction` (#103)
tortmayr Mar 25, 2021
0644ec8
#180: Add additional default types and improve arguments handling (#105)
martin-fleck-at Apr 21, 2021
5cc08aa
#220 Rework workflow-example (#107)
lucas-koehler May 3, 2021
acc8e99
#233 Add operation arguments to CreateNodeOperationHandler (#108)
tortmayr May 10, 2021
bef86fa
#81 Migrate to emfcloud checkstyle project (#106)
tortmayr May 14, 2021
736732c
#151 Cleanup incomplee Refactoring of `ShapeTypeHint` (#109)
tortmayr May 25, 2021
94d0469
#60 #17 Cleanup/update CI & maven build (#112)
tortmayr May 25, 2021
9e0966f
Update CONTRIBUTING.md (#113)
planger Jun 11, 2021
5ef121f
Update maven config
tortmayr Jun 13, 2021
eb92049
Update README.md (#114)
tortmayr Jun 16, 2021
500248a
#253 Align operation definitions for ChangeContainerOperation (#115)
ndoschek Jul 7, 2021
fadb5e5
#246 Use generic stand-in developer (#116)
tortmayr Jul 12, 2021
4aff77d
Replace `mvn install` with `mvn verify` (#117)
planger Jul 15, 2021
9ca913d
#237 Setup automated code scanning alerts (#118)
tortmayr Aug 2, 2021
6816814
Update codeql-analysis.yml
tortmayr Aug 2, 2021
d36f040
#260 Update to Guice 5.0.1 (#119)
tortmayr Aug 3, 2021
0c45065
Bump Guava to version 30.1 to fix security alert (#122)
tortmayr Aug 4, 2021
b19c75c
Update maven build to fix security alert (#124)
tortmayr Aug 15, 2021
e2ee370
#315 Refactor base protocol (#123)
tortmayr Aug 16, 2021
a41def6
Spectrum to GH Discussions (#125)
planger Aug 18, 2021
1cdaf34
#385 Improve customizability of DefaultGLSPServerLauncher (#128)
tortmayr Sep 9, 2021
55413f7
Fix error in popup rendering if <br> is unclosed (#130)
planger Sep 20, 2021
f4caf3d
Create SECURITY.md (#131)
tortmayr Sep 21, 2021
ef228ce
#150 #141 Rework dependency injection architecture (#127)
tortmayr Oct 5, 2021
e3212d2
Add property map in model state to store values in between handler ca…
planger Oct 15, 2021
de979e3
#421 Improve implementation of DefaultGLSPServer (#133)
tortmayr Oct 18, 2021
3b69c61
392: Add categories to the model (#129)
CamilleLetavernier Oct 19, 2021
bfd1d4a
#406 Update to Theia 1.18.0 and switch to Codicons
ndoschek Oct 18, 2021
673a5c5
Change to Import-Package for org.apache.log4j
ivy-cst Oct 25, 2021
80861b1
Change org.apache.log4j from Require-Bundle to Import-Package (#137)
ivy-cst Oct 25, 2021
93602f6
#425#120 Rework Actionhandler/Operationhandler API (#135)
tortmayr Oct 26, 2021
2689a11
#422 Cleanup ActionDispatcher API (#138)
tortmayr Nov 1, 2021
45d8bb7
#441#219 Ensure that `newBounds` of ChangeBoundsAction are properly a…
tortmayr Nov 2, 2021
48c8421
#441 Always apply size in `ChangeBoundsOperationHandler` (#140)
tortmayr Nov 2, 2021
2a13df9
#448 Implement dispatching of actions on next model-update (#141)
tortmayr Nov 4, 2021
edfdeec
#467: Use graph as default root element instead of plain model root (…
martin-fleck-at Dec 7, 2021
4f63c49
#460: Notify source/target feature change on source/target id change …
martin-fleck-at Dec 7, 2021
d8c5aea
#432#257 Align server action with client protocol
tortmayr Nov 9, 2021
010c9c0
v.0.9.0
tortmayr Dec 6, 2021
03b2954
Switch to 0.10.0-SNAPSHOT versions
tortmayr Dec 9, 2021
690a6ae
Set minimum version for jetty to 4.4
tortmayr Dec 14, 2021
968a911
#484 Update WorkflowPopupFactory (#145)
tortmayr Dec 20, 2021
abfee53
#487 Improve GLSP Server API documentation (#146)
ndoschek Dec 22, 2021
7dbeac2
#487 Fix Javadoc parameter (#147)
ndoschek Dec 22, 2021
ecfd74c
Improve styling and simplify workflow example (#148)
planger Jan 17, 2022
870cbac
#529 Add GitHub issue templates to the repositories
ndoschek Feb 7, 2022
e01800e
#503: Add 'model' directory to generated maven artifacts (#149)
martin-fleck-at Feb 7, 2022
20f1d2a
#571 Properly dispose temporary configuration session injectors (#151)
tortmayr Mar 7, 2022
49add54
#534: Provide utility methods to properly match actual type argument …
martin-fleck-at Mar 21, 2022
1dfd99f
Ensure that LayoutEngine is only injected into an optional field
planger Mar 22, 2022
4031e35
Refactorings regarding source model loading and saving (#154)
planger Mar 25, 2022
fe0583f
Improve workflow layouter (#156)
planger Apr 18, 2022
24d6e3e
Remove dependency to Apache Commons IO (org.apache.commons.io) (#157)
ivy-cst Apr 20, 2022
1c88981
#622 Add reusable API for EMF use cases and add notation model (#159)
ndoschek Apr 28, 2022
5b2ddd5
#622: Remove 'setRoot' from API in favor of 'updateRoot' (#161)
martin-fleck-at May 3, 2022
6ae7edb
#579 Update to log4j 2.17.1 (#163)
ndoschek May 5, 2022
9c23872
648: Clean up operation handlers (#164)
martin-fleck-at May 13, 2022
afc9995
#622 Add new plugin to p2 deployment (#160)
ndoschek May 14, 2022
7d77a6a
Fix video and add more info for GLSP client frames (#162)
planger May 14, 2022
cde176a
Update changelog (#166)
tortmayr May 16, 2022
b658f26
Refactor classes that are only useful for GModel source models (#165)
planger May 16, 2022
7b83708
Remove final modifier from DefaultClientSessionManager (#167)
tortmayr May 19, 2022
4b59106
GH-641 Implement GShapePrerenderedElement builder (#168)
tortmayr May 23, 2022
e9e541d
Rename `ModelSourceChangedAction` etc to `SourceModelChangedAction` (…
planger Jun 1, 2022
42df2f9
#658 Fix console log level for WebsocketLauncher (#170)
ndoschek Jun 2, 2022
c53b472
#635: Execute all pending actions before disposing action dispatcher …
martin-fleck-at Jun 2, 2022
3e896ab
v1.0.0 (#173)
tortmayr Jul 1, 2022
f599b30
Change to 1.1.0-SNAPSHOT Version (#174)
tortmayr Jul 5, 2022
2e68379
#622 Add glsp.server.emf source to p2 plugin (#176)
ndoschek Jul 6, 2022
4086508
#622 Export missing package org.eclipse.glsp.server.emf.idgen (#177)
ndoschek Jul 6, 2022
6a73618
#694: Add Layoutable interface (#175)
CamilleLetavernier Jul 14, 2022
2c98175
#694 Update CHANGELOG (#178)
ndoschek Jul 14, 2022
8e04f99
GH-706 Update protocol version (#179)
xai Sep 23, 2022
9d5605c
#738: Extend ComputedBoundsAction with route (#181)
martin-fleck-at Nov 14, 2022
bb8c083
added a new constructor method providing a custom sort string (#182)
rsoika Nov 16, 2022
ffdd8d2
Update tycho maven version: 2.3.0 => 2.7.5 (#180)
xai Dec 9, 2022
db1154f
Update Jenkinsconfiguration (#184)
tortmayr Dec 14, 2022
a0ede16
Replace shield.io bages
tortmayr Dec 16, 2022
5de00e2
Update server.websocket to Jetty 11 (#185)
tortmayr Jan 20, 2023
2c89a2d
Switch to Jetty 10 (#186)
tortmayr Jan 23, 2023
cd912b2
Update changelog (#188)
tortmayr Jan 24, 2023
284e2dd
don't wait on stdin in websocket server (#189)
mockersf Jan 26, 2023
cbff858
Let OperationHandlers return an optional command to control execution…
martin-fleck-at Jan 27, 2023
88719d8
Fix Javadoc comment (#190)
martin-fleck-at Jan 27, 2023
e1e1ef4
Remove unnecessary 'ApplyTaskEditAction' and update operation handler…
martin-fleck-at Jan 30, 2023
3cd5d8a
Ensure existing IdKeeperAdapters are found
planger Feb 1, 2023
30f049b
Update changelog (#193)
tortmayr Feb 6, 2023
a398b24
Maintain the revision of graph models in `EMFGModelFactory`
planger Feb 6, 2023
24a9ee7
Adds Ares Spifly to target & update site (#196)
tortmayr Feb 22, 2023
75284c4
GLSP-964 Properly bind WorkflowGLSPServer (#197)
tortmayr Mar 22, 2023
406046b
chore: align startup message to include port number (#195)
xai Mar 24, 2023
5a0d50b
GLSP-974: Use interface-injection for all subclasses of ModelState (#…
CamilleLetavernier Apr 17, 2023
a5107f0
implement subclientId for server
hege088 Apr 21, 2023
4a5bb99
Add validation reason and distinguish between live and batch validati…
planger Apr 21, 2023
75cf930
feat: adjust server startup to use autoassigned ports (#198)
xai May 3, 2023
593b597
GLSP-991: Switch Jenkins build to Java 17 (#201)
tortmayr May 8, 2023
f4ebcf0
fix selection bug: subclientId not passed to response actions
hege088 May 8, 2023
63dc23b
Merge branch 'master' into glsp-collaboration
hege088 May 8, 2023
017bf0e
add subclientId to EmfModelState interface
hege088 May 8, 2023
adb437d
move CommandStackManager out of internal
hege088 May 8, 2023
dbc2f53
give access to command package from outside
hege088 May 9, 2023
353b98a
Adding max version requirements for guava to prevent version conflicts
N1k145 Jul 4, 2023
de002f8
Replace VSCode with VS Code in readme
planger Jul 4, 2023
63ac005
GLSP-979: Introduce 'deselectAll' flag for SelectAction (#204)
martin-fleck-at Jul 5, 2023
92b3258
Add support for progress reporting
planger Jul 14, 2023
975dec8
Fix Javadoc @returns and use @return instead (#206)
planger Jul 17, 2023
d01e5da
Expected and actual are swapped
planger Jul 17, 2023
0f9e3ee
GLSP-77: Allow WebSocket connections to reconnect after interrupt (#208)
ndoschek Jul 24, 2023
3e31289
Remove constant for deprecated stack layout
planger Aug 24, 2023
7ecc193
GLSP-1116 Revise model loading
tortmayr Sep 12, 2023
947ad04
GLSP-1117: Remove need for explicit definition of client actions
tortmayr Sep 14, 2023
c8389fa
GLSP-1071: Rename ServerStatus/ServerMessage action
tortmayr Sep 14, 2023
ff544bc
Fix typo in javadoc
tortmayr Sep 15, 2023
4e59c8e
Remove accidential commited code
tortmayr Sep 20, 2023
b061e44
Add hostname arg to cli parser (#214)
tortmayr Sep 22, 2023
7dc105e
211: Revise TypeHints and server side feedback for creation actions (…
CamilleLetavernier Sep 26, 2023
c242862
GLSP-211 Fix typos in new Edge Checker API (#215)
tortmayr Sep 27, 2023
2d38664
Updated Guice to 7.0.0 (#216)
N1k145 Sep 28, 2023
0814290
Update to Java 17 (#217)
tortmayr Oct 9, 2023
c17a028
GLSP-1127: Fix publish build (#218)
tortmayr Oct 11, 2023
3a422c8
Bugfixes for 2.0 (#219)
tortmayr Oct 13, 2023
28f8498
v2.0.0 (#220)
tortmayr Oct 15, 2023
3ba1ec1
Switch back to snapshot versions (#222)
tortmayr Nov 16, 2023
6df5044
Add ghost elements to tool palette items through trigger actions (#221)
martin-fleck-at Nov 21, 2023
3586921
Fixes https://github.com/eclipse-glsp/glsp/issues/1199 (#223)
dmm9 Dec 15, 2023
dece944
GLSP-1213 Fix ELK version to 0.8.1 (#225)
tortmayr Jan 24, 2024
de3825e
Fixes eclipse-glsp/glsp#1212 (#224)
ivy-cst Jan 24, 2024
3d47c33
v2.1.0 (#226)
tortmayr Jan 25, 2024
7a40ce7
fix findings
xai May 3, 2023
bae2608
Merge branch 'master' into glsp-collaboration
hege088 Feb 1, 2024
960bfb6
Add comment to subclientId, fix remaining findings from Merge
hege088 Feb 1, 2024
9738515
Add PR template
planger Feb 8, 2024
3f46eee
Fix log4j maven version (#230)
haydar-metin May 10, 2024
384e49c
Add Resizable with 'resizeLocations' to shape elements (#231)
martin-fleck-at May 27, 2024
d1f939b
Minor improvements (#233)
tortmayr Jun 11, 2024
f421a56
Configure fork and join nodes as not resizable (#232)
tortmayr Jun 12, 2024
e7f46ab
Make ActionDispatcher more easily customizable (#235)
martin-fleck-at Jun 18, 2024
f137307
Improve customizability through more protected methods and fields (#236)
martin-fleck-at Jun 19, 2024
f5eda9c
Update changelog (#237)
tortmayr Jun 22, 2024
cfb3ec5
Fix workflow documentation navigation example (#238)
tortmayr Jun 24, 2024
4a2c8dc
Update to 2.2.0 snapshot versions (#239)
tortmayr Jul 1, 2024
fee6301
v2.2.1
tortmayr Jul 22, 2024
2830044
Switch to 2.3.0-SNAPSHOT version
tortmayr Jul 22, 2024
6fad991
* set subclientid within ActionDispatcher to remove it from method si…
MatthiasHofstaetter Aug 9, 2024
a9010b8
* implement fixes of PR comments
MatthiasHofstaetter Dec 13, 2024
411073c
Merge branch 'refs/heads/master' into collabAdvancedNew
MatthiasHofstaetter Dec 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://github.com/eclipse-glsp/glsp/discussions
about: Please ask questions on the Eclipse GLSP discussions page.
- name: Create issue in GLSP umbrella project
url: https://github.com/eclipse-glsp/glsp/issues/new/choose
about: Please create new issues in the GLSP umbrella project, as we are tracking the issues for all components of GLSP there.
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
Thank you for your Pull Request. Please provide a description and review
the requirements below.

Contributors guide: https://github.com/eclipse-glsp/glsp/blob/master/CONTRIBUTING.md

Note: Security vulnerabilities should not be disclosed on GitHub, through a PR or any
other means. See [SECURITY.md](https://github.com/eclipse-glsp/glsp/blob/master/SECURITY.md),
to learn how to report vulnerabilities.
-->

#### What it does

<!-- Include relevant issues and describe how they are addressed. -->

#### How to test

<!-- Explain how a reviewer can reproduce a bug, test new functionality or verify performance improvements. -->

#### Follow-ups

<!-- Please list potential follow-up work, including known issues, possible future work, identified technical debt, and potentially introduced technical debt. If the PR introduces technical debt, specify the reason why this is acceptable. Please create tickets and link them here. Please use the label "technical debt" for new issues when it applies. -->

#### Changelog

<!-- Please check, when if it applies to your change. -->

- [ ] This PR should be mentioned in the changelog
- [ ] This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)
76 changes: 76 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '22 12 * * 3'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'java' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-java@v1
with:
java-version: 17

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Build with Maven

run: mvn -B -Pm2 clean verify --file pom.xml

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
213 changes: 1 addition & 212 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,213 +1,2 @@

# Created by https://www.gitignore.io/api/java,linux,macos,maven,gradle,windows,eclipse,intellij
# Edit at https://www.gitignore.io/?templates=java,linux,macos,maven,gradle,windows,eclipse,intellij

### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

### Eclipse Patch ###
# JDT-specific (Eclipse Java Development Tools)
.classpath

# Annotation Processing
.apt_generated

.sts4-cache/

# IntelliJ
*.iml
out/
.idea/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# JetBrains templates
**___jb_tmp___

### Java ###
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

### Gradle ###
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

### Gradle Patch ###
**/build/

.temp

# End of https://www.gitignore.io/api/java,linux,macos,maven,gradle,windows,eclipse,intellij
target/
Loading