Skip to content

Commit

Permalink
docs/comments: more Jira link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Feb 14, 2024
1 parent 914093c commit 8febba5
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more information please go to:

For bugtracking system please go to:

https://jira.evolveum.com/
https://support.evolveum.com/

MidPoint source code is maintained on github:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For more information about midPoint identity manager please go to:
https://midpoint.evolveum.com/

For bugtracking system please go to:
https://jira.evolveum.com/
https://support.evolveum.com/

MidPoint source code is maintained on github:
https://github.com/Evolveum/midpoint
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-gui/resource-wizard/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ NOTE: You do not need to use the classification at all. If unsure, do not use it
.See also the following pages for more information:
* xref:/midpoint/reference/resources/resource-configuration/schema-handling/changes-in-4.6/#resource-object-type-delineation[Resource Object Type Delineation]

// TODO TODO we do not have better Delination example! I have created https://jira.evolveum.com/browse/MID-9404 to track this
// TODO TODO we do not have better Delination example! I have created https://support.evolveum.com/wp/9404 to track this

image::step-2-object-type-resource-data.png[link=step-2-object-type-resource-data.png, 100%,title=Resource data]

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/clockwork/conflict-resolution-howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:page-upkeep-status: green

If multiple operations are executed "at once" in parallel threads, some unexpected results might occur.
See e.g.link:https://jira.evolveum.com/browse/MID-4112[MID-4112]: user has two assignments, both induce the same resource account.
See e.g. bug:MID-4112[]: user has two assignments, both induce the same resource account.
If these are deleted at the same time (each thread deleting one of them), the resource account is *not* deleted.
The reason is that both operations see the object with one remaining assignment, and both think that the account must be kept.

Expand Down Expand Up @@ -104,4 +104,4 @@ An example:
<delayUnit>20000</delayUnit>
</conflictResolution>
</defaultObjectPolicyConfiguration>
----
----
2 changes: 1 addition & 1 deletion docs/concepts/query/query-concepts/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ is applied to the SQL `EXISTS` resulting in `NOT EXISTS` query, which works as e
`exists` for the old Generic repo was implemented using `LEFT JOIN` which works fine for positive
conditions, but does not work with `NOT` as usual in SQL.
In the Generic repo, `not` with `exists` is interpreted as "any of the entries does not match the condition inside".
See https://jira.evolveum.com/browse/MID-7203[MID-7203].
See bug:MID-7203[].
====

// TODO example with nesting exists, show the need for .block() in fluent API (see sqale search test)
Expand Down
2 changes: 1 addition & 1 deletion docs/repository/generic/implementation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SQL repository implements both repository and audit API.
It facilitates Hibernate 5 as persistence framework, and for connection pooling link:https://brettwooldridge.github.io/HikariCP/[HikariCP] (previously c3p0).

Audit records are stored synchronously and implementation currently shares connection pool with main repository.
There are few planned improvements for audit, see link:https://jira.evolveum.com/browse/MID-4745[MID-4745].
There are few planned improvements for audit, see bug:MID-4745[].

== Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/repository/generic/ms-sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Resolution:
However, If you have DB wrongly set - missing the ALLOW_SNAPSHOT_ISOLATION option, you will not get usual "SQLServerException: Snapshot isolation transaction failed" but rather confusing error that m_global_metadata table is missing.
So you just run "ALTER DATABASE "midpoint" SET ALLOW_SNAPSHOT_ISOLATION ON;" to fix it.

Jira:
Issue:

bug:MID-5880[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ and both upgrade scripts are run for the same schema:
+
[source,sql]
----
-- MID-7484, always add some relevant comment or a related Jira issue
-- MID-7484, always add some relevant comment or a related issue key
-- We add the new enum value in separate change, because it must be committed before it is used.
call apply_change(2, $aa$
ALTER TYPE ObjectType ADD VALUE IF NOT EXISTS 'MESSAGE_TEMPLATE' AFTER 'LOOKUP_TABLE';
Expand Down
2 changes: 1 addition & 1 deletion docs/roles-policies/certification/authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ The last privilege could be added by adding action URI #closeCertificationCampai
----

Alternatively, we might want to specify the second authorization in a way of "all campaigns whose owner is currently logged-in user".
But the implementation of owner = self is not quite finished yet (see link:https://jira.evolveum.com/browse/MID-2789[MID-2789]).
But the implementation of owner = self is not quite finished yet (see bug:MID-2789[]).
5 changes: 3 additions & 2 deletions docs/samples/iot-cloud/midpoint-object-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ These resources have majority of items the same:
* synchronization.

They are stored in _ThingSpeak (master resource)_ object.
We would need to use Resource template feature (link:https://jira.evolveum.com/browse/MID-1653[MID-1653]). Until it is ready, however, we do a small workaround by creating resource object by simply copying the "master".
We would need to use Resource template feature (bug:MID-1653[]).
Until it is ready, however, we do a small workaround by creating resource object by simply copying the "master".
Properties specific for each resource copy are:

[%autowidth]
Expand Down Expand Up @@ -269,4 +270,4 @@ Like this:
----
channel=145736
writeKey=N35UIE4V3O1WMKH6
----
----
3 changes: 2 additions & 1 deletion docs/tasks/task-manager/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ Available since midPoint 4.1.
Specified in milliseconds.
Increase if you experience "This scheduler instance (...) is still active but was recovered by another instance in the cluster.
This may cause inconsistent behavior." messages and you are sure that clocks in your cluster are correctly synchronized.
See link:https://jira.evolveum.com/browse/MID-5500[MID-5500]. Available since midPoint 4.1.
See bug:MID-5500[].
Available since midPoint 4.1.
| 7500


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
See git history for this package.

https://jira.evolveum.com/browse/MID-8502
https://support.evolveum.com/wp/8502
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector-fake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<SCM-Revision>${git.describe}</SCM-Revision>
<Organization>Evolveum</Organization>
<Organization-URL>https://www.evolveum.com</Organization-URL>
<Bugtracking-System>https://jira.evolveum.com</Bugtracking-System>
<Bugtracking-System>https://support.evolveum.com</Bugtracking-System>
<License>Apache License v2.0</License>
<License-URL>https://www.apache.org/licenses/LICENSE-2.0.txt</License-URL>
<Bundle-Name>Dummy Connector</Bundle-Name>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<SCM-Revision>${git.describe}</SCM-Revision>
<Organization>Evolveum</Organization>
<Organization-URL>https://www.evolveum.com</Organization-URL>
<Bugtracking-System>https://jira.evolveum.com</Bugtracking-System>
<Bugtracking-System>https://support.evolveum.com</Bugtracking-System>
<License>Apache License v2.0</License>
<License-URL>https://www.apache.org/licenses/LICENSE-2.0.txt</License-URL>
<Bundle-Name>Dummy Connector</Bundle-Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ public <T extends Containerable> Integer countContainers(Class<T> type, ObjectQu
}
}

// See MID-6323 in Jira
// See MID-6323

private boolean checkNoneFilterBeforeAutz(ObjectQuery query) {
if (ObjectQueryUtil.isNoneQuery(query)) {
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
<url>https://github.com/Evolveum/midpoint.git</url>
</scm>
<issueManagement>
<system>Atlassian JIRA</system>
<url>https://jira.evolveum.com/browse/MID</url>
<system>OpenProject</system>
<url>https://support.evolveum.com/</url>
</issueManagement>

<distributionManagement>
Expand Down Expand Up @@ -1701,7 +1701,7 @@
<SCM-Revision>${git.describe}</SCM-Revision>
<Organization>Evolveum</Organization>
<Organization-URL>https://www.evolveum.com</Organization-URL>
<Bugtracking-System>https://jira.evolveum.com</Bugtracking-System>
<Bugtracking-System>https://support.evolveum.com</Bugtracking-System>
<License>dual-licensed under the Apache License 2.0 and European Union Public License</License>
<License-URL>https://www.apache.org/licenses/LICENSE-2.0.txt and https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12</License-URL>
</manifestEntries>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void processErrorCriticality(Object object, CriticalityType critic
} else {
LoggingUtils.logUnexpectedException(
// This may be a programming problem in midPoint - or a disguised operational problem.
// In the latter case, please log a JIRA issue to fix the error reporting mechanism.
// In the latter case, please report an issue to fix the error reporting mechanism.
//
// TODO It is unclear what we should do with SystemException.
// For the time being, we will display it in full.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private boolean applyThreadStopActionForRecoveringJobs(OperationResult result) t

private void checkLocalSchedulerRunning(OperationResult result) throws StopJobException {
// if task manager is stopping or stopped, stop this task immediately
// this can occur in rare situations, see https://jira.evolveum.com/browse/MID-1167
// this can occur in rare situations, see https://support.evolveum.com/wp/1167
if (beans.localScheduler.isRunningChecked()) {
return;
}
Expand Down

0 comments on commit 8febba5

Please sign in to comment.