Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-08feature[TW18065]: Remove unnecessary doors.connector.ui OSEE-INF configdonald.g.dunne1-1/+0
Change-Id: I75299e8cdd22604d286fa06a4da78c500fb07752
2020-08-29bug[TW17924]: Osee Type not found on SearchStephen J. Molaro5-92/+3
Change-Id: I2cc748c2787eb7d436215e60d0a5ffe99a34d96b Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2020-07-21refactor[TW17449]: Remove ArtifactTypeManager.getTypeStephen J. Molaro1-1/+1
Change-Id: Ib4f72aef5b98bf9f2860462689ef381d66350835 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2020-07-07Revert "refactor[TW17449]: Remove ArtifactTypeManager.getType"Stephen J. Molaro1-1/+1
This reverts commit 889ffa2224606f832185f2b33eb6c57f51e98953. Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2020-06-25refactor[TW17449]: Remove ArtifactTypeManager.getTypeStephen J. Molaro1-1/+1
Change-Id: I8837f1def85c9538fdd86496ee840b2ee9c6a034 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2020-06-16feature[TW17342]: Add rest call to get all artifacts of a given type(s)audrey.e.denk1-12/+12
Change-Id: I72e4530a805e23a2e7f98f61f8fce5358f70df04 Signed-off-by: audrey.e.denk <audrey.e.denk@boeing.com>
2020-05-23refinement: Re-license from EPL-1.0 to EPL-2.0Ryan D. Brooks19-120/+209
- The Eclipse Foundation advises that version 1.0 of EPL is - deprecated and that projects should migrate to version 2.0. - - Major changes between EPL-1.0 and EPL-2.0: - The term of art is now referred to as "file" rather than "module" - The choice of law provisions has been removed - The license is now suitable for scripting languages such as JavaScript - The license now includes an option to add a secondary license - for GPL-2.0+ compatibility. For more information, please see https://www.eclipse.org/legal/epl-2.0/faq.php. Change-Id: I4b02bd5440e9df22446508d31b85ba488c683078
2020-04-17refactor[TW16935]: Use default OSGi component nameRyan D. Brooks1-1/+1
- Per OSGi Compendium Release 7 112.13.4.1, if not specified, - the name of a Component is the fully qualified type - name of the class being annotated. - https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#org.osgi.service.component.annotations.Component Change-Id: Ic44ffafffba4d02a4810a080b3880feb13db3927
2020-02-21refactor[TW16580]: Use JsonUtil.toJosn instead of writeValueAsStringRyan D. Brooks1-7/+1
Change-Id: Ic8164c8df73c5eb0d7a1e995dd05fe148fab0fba
2019-12-06feature[TW15199]: Register full type tokensRyan D. Brooks5-7/+17
Change-Id: Iccec264da579e234659f354b9b717f97e8f8230a
2020-01-09feature[TW15599]: Update Manifest Files & Enum NamesStephen J. Molaro1-0/+1
Change-Id: I9e12bf5296177fb0c34b7e90dec4d09bc0aeece2 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-11-18feature[TW14989]: Create full artifact tokensStephen J. Molaro1-1/+10
Change-Id: I3eb8fa70fe1e193a7f035c24704268893a146b79 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-11-21feature[TW15089]: Create full attribute tokens update attribs to use type ↵Stephen J. Molaro1-19/+10
token provider Change-Id: I168e78e2e0171618fbfe31192d8e4c35edc6d316 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-10-31refinement[TW14989]: Register artifact type token NamespacesStephen J. Molaro3-8/+37
Change-Id: I9dcdd8d73f01915fc61557c9b88f83aac4c065b8 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-11-14refinement[TW15199]: Make OSGi bundles singleton with lazy activationRyan D. Brooks1-1/+1
- The OSGi lazy activation policy is specified via the bundle header - Bundle-ActivationPolicy: lazy and allows launching with as few - bundles active as possible which improves scalability and startup - performance. When the bundle header Bundle-SymbolicName is - followed by singleton:=true only one version of the bundle is - loaded in the OSGi runtime (normally the highest version). This - is required for a plug-in providing an extension or an extension - point. Change-Id: I731b61fb8dacb2801d0c276c5960814646f9c18f
2019-10-01refinement[TW15089]: Add missing indirect dependency jdt.annotationRyan D. Brooks1-0/+1
- The use of @NonNull in AttributeTypeToken caused the type - org.eclipse.jdt.annotation.NonNull to not be resolved since it is - indirectly referenced from required .class files. This commit - resolves this by adding the package import org.eclipse.jdt.annotation Change-Id: I82d92e75549318e61978c1ebf8d62518d318dae6
2019-10-01feature: REST change artifactType outside of historyRyan D. Brooks1-1/+2
Change-Id: I3b198de0d3297011c6c93b3114f24f20f9e1016d
2019-09-26feature[TW15089]: Create full attribute tokensStephen J. Molaro2-8/+24
Change-Id: I21c94a938577654718e1efca2395938f88c8d5a9 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-08-22refactor: Change Misc AttributeTypeToken Names to be More ConsistentStephen J. Molaro2-5/+5
Change-Id: I1b6578f962abfff5b426b3b45b74abc4f5325777 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-08-06refactor: Remove Misc Duplicate TypeTokensStephen J. Molaro2-14/+12
Change-Id: Ifec2c961c574ae35f1ededd5467c8a59befe0420 Signed-off-by: Stephen J. Molaro <stephen.j.molaro@boeing.com>
2019-03-27feature[TW14016]: Perform dev cleanup refactors, ArtifactTypeToken.valueOfjonas.khan2-5/+4
Change-Id: Icb0e2497a993655b516ebe3be6d34cfab6c57d9f Signed-off-by: jonas.khan <jonas.khan@boeing.com>
2019-03-22refactor: Remove the old unused jacksonbroberts1-3/+0
Signed-off-by: broberts <baily.e.roberts@boeing.com>
2019-03-18refactor: Finish jackson upgradebroberts1-1/+3
Signed-off-by: broberts <baily.e.roberts@boeing.com> Change-Id: I4d22caee5d5f9b4af58ee8b78bd1edb98d0584df
2019-03-03refactor: Replace IArtifactType with ArtifactTypeTokenRyan D. Brooks1-2/+2
- This is a purely automated refactor. Change-Id: I4f340663787d403a2257ff749a4de5ca10530c3b
2018-12-28feature[ats_TW8369]: Perform java code clean-updonald.g.dunne2-6/+6
Change-Id: Id4a397e783d2bc191c7c5b2c1cd58f0880a0b0be
2018-11-07bug: Cleanup javadocdonald.g.dunne1-3/+0
Change-Id: I8931a5f5d8aa019354879adfb9c499698018d746
2017-10-10refinement: Cleanup code warningsdonald.g.dunne2-7/+0
Change-Id: I1cfc5e045fca8fe7b067f21f6c02c74a2baefac5
2017-09-28refinement: Utilize JsonFactory to improve performanceRyan D. Brooks2-3/+3
Change-Id: I49bd9ea6e74637e6fbfd784fa955cf3dedbef261
2017-10-02refactor[ats_TSK19352]: Re-format all filesdonald.g.dunne2-21/+19
Change-Id: I1515a63a7cd69582343a67b2469327c76520370d
2017-06-02refactor: Update build numbers to 0.26.0Angel Avila2-2/+2
Change-Id: Iead9572b98c67af6998bab8221598abd248d2e4c
2018-04-19refactor: Update build numbers to 0.25.4David W. Miller2-2/+2
Change-Id: I908479dc1534477cbb95c4eb47cbab6d58ab1a96
2018-01-12refactor: Update build numbers to 0.25.3megumi.telles2-2/+2
2017-10-20refactor: Update build numbers to 0.25.2megumi.telles2-2/+2
2017-10-09refactor: Update build numbers to 0.25.1megumi.telles2-2/+2
2017-03-28refinement[ats_ATS358027]: Add query parsing, drag and dropDavid W. Miller8-27/+234
Change-Id: If343ec0337c8c91b8d802980de9411aa9ecd86c6
2017-03-03feature[ats_ATS317499]: OSLC IAD Integrate code into OSEEDavid W. Miller14-57/+731
Change-Id: Ie969357a44f5d0ac914801bb80175c203ff6b1eb
2017-02-03refactor: Remove IAttributeTypeRyan D. Brooks1-8/+8
Change-Id: I24a7a1ef24ae9d3c975b18b4b3e1b04bec6d9a10
2016-10-13feature[ats_ATS314065]: Convert types and type tokens to long.donald.g.dunne2-4/+4
Change-Id: I9eb57014468f82a3d0bf97b9044081fddc827602
2016-09-28refactor: Move RelationSorter to enum packageRyan D. Brooks1-4/+3
Change-Id: Ic7fcc92cd463c8d3eef1d23b55e937c7c366f56e
2017-03-06refactor: Update build numbers to 0.25.0donald.g.dunne1-1/+1
Change-Id: I48752ff1d924e281f17f43909560cc07664ddd93
2017-02-06refactor: Update build numbers to 0.24.4donald.g.dunne1-1/+1
Change-Id: I8bc6c661988f90df0ed6cd869ee8a9d693d98d65
2016-10-18refactor: Update build numbers to 0.24.3Angel Avila1-1/+1
Change-Id: I1eac1b6e510070e234fdc7e64d4e5c47043e0a33
2016-10-04refactor: Update build numbers to 0.24.2megumi.telles1-1/+1
2016-09-21refactor: Update build numbers to 0.24.1megumi.telles1-1/+1
2016-02-04refactor: Use BranchId were appropriateRyan D. Brooks1-2/+2
Change-Id: Ia1e98a547b09cdd283e5c288f8c2ad3ba7a23fa3
2015-09-14refactor: Update build numbers to 0.24.0jmisinco1-1/+1
Change-Id: I2d9d17ab66cb0c37afe41ad5f08d31435d7b2d38
2016-01-07refactor: Update build numbers to 0.23.1donald.g.dunne1-1/+1
Change-Id: I0782b5c5f6faa8146eed29cdedd4e1b391ab267f
2015-09-28refactor: Use type inference when invoking a generic constructorRyan D. Brooks1-2/+2
Change-Id: I5afeb235038dcf1dd0496930d15d6b42aeb46fec
2015-09-30feature[ats_ATS244686]: Remove 1.6 from .classpath filesdonald.g.dunne1-1/+1
Change-Id: Ic13129e41ad5f253505d97a7cadb66bb47d02954
2015-07-17feature[ats_ATS201944]: Link Doors Requirements to OSEE using OSLCDavid W. Miller23-0/+882
Change-Id: I94d26dfe0dfa8af048c317bf25dbf57045e8568c

    Back to the top