Ticket #9907 (closed: fixed)
Update IDF schema address
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.3 |
Component: | Documentation | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #10232 | Tester: | Karl Palmen |
Description
Currently we have in all our IDFs a link to a schema location that does not exist.
Based on email exchange on mantid-developer in addition to fixing this also change the url schema address from http://www.mantidproject.org/IDF/1.0 to http://schema.mantidproject.org/IDF/1.0.
Also check existing mantid document to see if there are any mention to old url schema address that needs updating
Change History
comment:2 Changed 6 years ago by Anders Markvardsen
The following url is now live http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd
comment:3 Changed 6 years ago by Anders Markvardsen
- Status changed from assigned to inprogress
update to idf schema address. re #9907
Changeset: 0ab3ff56f087178f1d4416591cfc43083fa9f23d
comment:4 Changed 6 years ago by Anders Markvardsen
force schema validation against file. re #9907
Changeset: 32ea73588c97f23f55d6187dc25011b9bf67c19b
comment:5 Changed 6 years ago by Anders Markvardsen
Merge branch into feature/9907_update_idf_schema. re #9907
Conflicts:
Code/Mantid/instrument/IN4_Definition.xml Code/Mantid/instrument/IN6_Definition.xml
Changeset: 6de4fc84ef0fcda117a7f8822ed31ecd8e8d8b07
comment:6 Changed 6 years ago by Anders Markvardsen
Hopefully remaining IDFs that need updating. re #9907
Changeset: 650e4f310de18e8936bb21429255640c9b105335
comment:8 Changed 6 years ago by Anders Markvardsen
- Status changed from inprogress to verify
- Resolution set to fixed
To tester:
- Check that systemtests are passing
- Optional note I have added the user schema landing page http://www.mantidproject.org/IDF/1.0 targeted towards user not developer. #10232 deals with adding documentation for developer
- Optional. Note a nice thing about having the schema now referenced by an external URL is that you can take a IDF file, put it in any folder, and as long as you have an internet connnection, you can load it e.g. in develop studio and instantanious have the XML is schema aware, e.g. it will tell you if you XML is not conforming to the schema. You may optionally try this by typing a wrong attribute name
comment:9 Changed 6 years ago by Anders Markvardsen
To tester2:
IMPORTANT, there are both a master and systemtests branch for this ticket, but called feature/9907_update_idf_schema
comment:10 Changed 6 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:11 Changed 6 years ago by Karl Palmen
- Status changed from verifying to reopened
- Resolution fixed deleted
There are merge conflicts in the IDFs of IN4 and IN6.
comment:12 Changed 6 years ago by Anders Markvardsen
- Status changed from reopened to verify
- Resolution set to fixed
Merge conflicts should now have been resolved.
To tester: see commends above
comment:14 Changed 6 years ago by Anders Markvardsen
- Status changed from verifying to closed
Merge branch 'master' of github.com:mantidproject/mantid into feature/9907_update_idf_schema
Full changeset: 22f4e5c11c4b744f6619b285a6be5e2e77363fee
comment:15 Changed 6 years ago by Anders Markvardsen
Merge branch into feature/9907_update_idf_schema. re #9907
Conflicts:
Code/Mantid/instrument/IN4_Definition.xml Code/Mantid/instrument/IN6_Definition.xml
Full changeset: 6de4fc84ef0fcda117a7f8822ed31ecd8e8d8b07
comment:16 Changed 6 years ago by Anders Markvardsen
Merge branch 'master' of github.com:mantidproject/mantid into feature/9907_update_idf_schema
Full changeset: 01af8beb308a8f91197be5e266a63abdc7254be6
comment:17 Changed 6 years ago by Karl Palmen
Merge remote-tracking branch 'origin/feature/9907_update_idf_schema'
Full changeset: 0f84d816bb20154adc6045decbe0d2ab8d43c4f7
comment:18 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 10749