Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13refactor[TW18065]: Remove framework.core.dsl bundlesdonald.g.dunne13-1610/+0
Change-Id: I9be42fc4afb2951a53b2d20ef554caebf7aee604
2020-09-29feature[TW18065]: Convert legacy CM access control to not use XTextdonald.g.dunne11-690/+0
Change-Id: I1ee48535bc9f18f858cf9e44759df47c8c3cd392
2021-03-09refactor[TW18065]: Convert HasBranch to BranchTokendonald.g.dunne1-2/+2
Change-Id: I2a4bf689f5d027e20ae11417b4893dbe8d98c1c1
2021-03-08refactor[TW18065]: Rename IOseeBranch to BranchTokendonald.g.dunne2-6/+6
Change-Id: I468c8f52627042b23dd2a96ef6aa80c81cd24dc4
2021-02-12refactor[TW18065]: Rename IAccessContextId to AccessContextTokendonald.g.dunne5-10/+10
Change-Id: I9df53f3ab3c4dbc2a2d58433c1ea2e5ef2500d7c
2020-10-23refactor[TW18065]: Move access classes to framework.coredonald.g.dunne11-23/+24
Change-Id: Ia461c56a72e0bffdef0c667f2f2409cdf148af79
2020-06-27refactor[TW17487]: Remove RelationTypeToken.create()Ryan D. Brooks2-10/+3
Change-Id: I3e607f4db9dfe6fa02ce5aea9a4e86ea8a6727fc
2020-06-17refactor[TW17325]: Remove RelationTypeManager.getValidTypesRyan D. Brooks1-1/+2
Change-Id: Iaaac44be8938aa678a701e9de18ac4bf874ef2b9
2020-06-14refactor[TW17325]: Remove MockAccessDetailCollectorRyan D. Brooks2-22/+57
Change-Id: Ifc3544c6c83d05a77be3fd0b63d444e491750a33
2020-06-11refactor[TW17325]: Use ArtifactToken and ArtifactTokenType in CM accessRyan D. Brooks2-4/+1
Change-Id: Icb64c138648fec9bc2464ad3e6e88cea1406613a
2020-06-07refactor[TW17325]: Remove RelationType usage from skynetRyan D. Brooks2-14/+13
Change-Id: I56980a4d7c46b92081ad80eae47c78092b21c432
2020-05-23refinement: Re-license from EPL-1.0 to EPL-2.0Ryan D. Brooks16-112/+160
- 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-04-01refactor[TW16833]: Remove IRelationTypeRyan D. Brooks2-5/+5
Change-Id: I1bd38c6c765bce28aea56b0881e644626fa695c9
2020-01-31refactor: Remove some shallow usage of ArtifactTypeTokenRyan D. Brooks1-1/+0
Change-Id: Ida83b77479e1481c29fd5028d8509b8e4b761052
2020-01-23refactor: Remove redundant definitions of isAttributeTypeValidRyan D. Brooks1-3/+0
Change-Id: I116c5d0e8bcfc05de6e6637bfa8620f1256ed8dc
2020-01-11refactor: Remove redundant definition of isOfTypeRyan D. Brooks1-3/+0
Change-Id: Ideebc3318dd0e8015ee0c75336cdba0dd584651d
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-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-07-03refactor: Use getArtifactType where possible in ArtifactRyan D. Brooks4-18/+10
Change-Id: Ide4e07e3dd7b162c704c5697908e7c445eb34619
2019-03-29feature[TW14016]: Perform dev cleanup refactors - RelationTypeTokenjonas.khan1-1/+2
Change-Id: Ie6292d21bc2b8afa248d87f1f9e661e40c940c02 Signed-off-by: jonas.khan <jonas.khan@boeing.com>
2019-03-27feature[TW14016]: Perform dev cleanup refactors, ArtifactTypeToken.valueOfjonas.khan2-6/+5
Change-Id: Icb0e2497a993655b516ebe3be6d34cfab6c57d9f Signed-off-by: jonas.khan <jonas.khan@boeing.com>
2019-03-03refactor: Replace IArtifactType with ArtifactTypeTokenRyan D. Brooks4-9/+9
- This is a purely automated refactor. Change-Id: I4f340663787d403a2257ff749a4de5ca10530c3b
2018-12-28feature[ats_TW8369]: Perform java code clean-updonald.g.dunne3-3/+3
Change-Id: Id4a397e783d2bc191c7c5b2c1cd58f0880a0b0be
2018-11-07bug: Cleanup javadocdonald.g.dunne1-0/+3
Change-Id: I8931a5f5d8aa019354879adfb9c499698018d746
2018-06-07feature[ats_TW8369]: Rename osee.x.server bundles to osee.serverdonald.g.dunne1-2/+2
rename org.eclipse.osee.x.server.application to org.eclipse.osee.server.application rename org.eclipse.osee.x.server.external.feature to org.eclipse.osee.server.external.feature rename org.eclipse.osee.x.server.feature to org.eclipse.osee.server.feature rename org.eclipse.osee.x.server.integration.tests to org.eclipse.osee.server.integration.tests rename org.eclipse.osee.x.server.legacy.feature to org.eclipse.osee.server.legacy.feature rename org.eclipse.osee.x.server.p2 to org.eclipse.osee.server.p2 rename org.eclipse.osee.x.server.parent to org.eclipse.osee.server.parent rename lba.osee.x.server.customizations to lba.osee.server.customizations rename lba.osee.x.server.external.feature to lba.osee.server.external.feature rename lba.osee.x.server.feature to lba.osee.server.feature rename lba.osee.x.server.p2 to lba.osee.server.p2 rename lba.osee.x.server.parent to lba.osee.server.parent Change-Id: Ibbf81789bef5c9a899aea70b2e04575d8819aba5
2018-05-18bug[ats_TW9501]: Remove guids from access control grammardonald.g.dunne4-1/+8
Change-Id: I9afdca5536ae7fc4cb46c49443aae2a4666ffc3f
2018-01-29refactor: Use BranchId in framework.core.dslRyan D. Brooks1-28/+23
Change-Id: Iad13980698ae8cfe22d8936f1b32755affd2b2ec
2017-12-05refactor: Remove IArtifactType usage from ArtifactTokenRyan D. Brooks1-1/+0
Change-Id: Iec7cc7278908923c11610bc38495c7c6a2608e7c
2017-10-02refactor[ats_TSK19352]: Re-format all filesdonald.g.dunne14-42/+42
Change-Id: I1515a63a7cd69582343a67b2469327c76520370d
2017-10-02refactor[ats_TSK19351]: Organize Imports all filesdonald.g.dunne14-15/+1
Change-Id: Ie6c09d176385566fcb7fc726db113f5907595af7
2017-10-02refactor[ats_TSK19357]: Remove throws OseeCoreExceptiondonald.g.dunne14-42/+42
Change-Id: I796c928e8cfdf427a28c462b9b2385b349162346
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-01-25refactor: Change uses of getBranchId to getBranchMark Joy1-4/+5
Change-Id: I031d6ad323ffca29eb7e4396ab08efb9464ef2f9 Signed-off-by: Mark Joy <mark.joy@boeing.com>
2017-02-03refactor: Remove IAttributeTypeRyan D. Brooks1-2/+3
Change-Id: I24a7a1ef24ae9d3c975b18b4b3e1b04bec6d9a10
2017-02-03refactor: Remove IAttributeType usageRyan D. Brooks2-5/+5
Change-Id: I3f5f675756c931c7be27cff51a7cb83620838db1
2016-12-12refactor: Remove IAttributeType usage from attribute validityRyan D. Brooks1-2/+2
Change-Id: I62ee75de3567bd4fe36d3a88872be22e6787f53a
2016-10-18feature[ats_ATS314065]: Remove guid from OSEE type sheetsdonald.g.dunne1-1/+1
Change-Id: I7c37723491a8f7101c0c0f0d01ebf252347e1f4f
2016-10-13feature[ats_ATS314065]: Convert types and type tokens to long.donald.g.dunne2-5/+3
Change-Id: I9eb57014468f82a3d0bf97b9044081fddc827602
2016-09-22refactor: Consolidate IRelationTypeSide and RelationTypeSideRyan D. Brooks1-1/+1
- Automated refactor to remove IRelationTypeSide and move - RelationTypeSide to a more appropriate package. Change-Id: Ib35e9d5306b78bc71fdcd40ea2bb482b0e88ef3c
2016-09-23refactor: Convert RelationSorter to an enumRyan D. Brooks1-13/+1
- RelationOrderBaseTypes was in the enums package - org.eclipse.osee.framework.core.enums but was not actually an enum - and depended upon RelationSorter and RelationSorterIdComparator and - other unnecessary code to create the effect of an enum. This commit - replaces all this by making RelationSorter a true enum. The final - step of moving RelationSorter to the enum pakcage and removing - RelationOrderBaseTypes will be done in a future commit to keep that - automated refactor separate. Change-Id: I6f36b30f02ba94f5af97ab3fb999a7588700ecb2
2016-09-23refactor: Rename IRelationSorterId to RelationSorterRyan D. Brooks1-2/+2
- Strictly an automated refactor Change-Id: I471adc15cfb65ca689af8a23bfd78f870a41e441
2016-09-17refactor: Remove DefaultBasicArtifactRyan D. Brooks3-25/+18
Change-Id: I5d82b894c127908eefe92014f22855662c00dc90
2016-09-19refactor: Use ArtifactToken with CmAccessControlRyan D. Brooks1-2/+2
Change-Id: Iff2db7b014de073449a1828199b35ded6728f053
2016-09-16refactor: Rename IArtifactToken to ArtifactTokenRyan D. Brooks1-2/+2
Change-Id: Id4edfafb1c5d01520ed004495a977fc276639ae0
2017-03-06refactor: Update build numbers to 0.25.0donald.g.dunne2-2/+2
Change-Id: I48752ff1d924e281f17f43909560cc07664ddd93

Back to the top