Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mantidproject/mantid

cailafinn opened a draft pull request on mantidproject/mantid
Remove QObjects from ALCFitting Presenter and Model
### Description of work #### Summary of work Stops the presenter and the model from being QObjects, replacing their signals and slots with functionality based on the observer pattern where th...
GuiMacielPereira opened an issue on mantidproject/mantid
Unhandled exception when loading ARGUS data into Muon Analysis
<!-- Issues which impact security should have a Vulnerability label added to them --> Report to user: Victoria Pomijan Przedpelska <!-- If this issue is raised on behalf of a user they should be ...
GuiMacielPereira pushed 1 commit to release-notes-6.11-final-changes mantidproject/mantid
  • Add suggestions from review Corrected grammar, typos and re-worded a few confusing sentences. Co-authored-by: Sarah... 6d4cc35

View on GitHub

peterfpeterson opened a pull request on mantidproject/mantid
pre-commit.ci run clang-format - ornl-next
This is a sibling of #38126 into `ornl-next`
mantid-builder pushed 2 commits to main mantidproject/mantid
  • Merge release-next into ornl-next 4e1f0f6
  • Merge ornl-next into main b05c608

View on GitHub

mantid-builder pushed 4 commits to ornl-next mantidproject/mantid
  • Output build logs to a file for plugin to check RE #38148 97efa0f
  • Fix issue with non-existant directory RE #38148 7d0a283
  • Merge pull request #38153 from cailafinn/38148_unstable_builds_on_flaky_tests Output Build Logs to a File for the Je... 1463b07
  • Merge release-next into ornl-next 4e1f0f6

View on GitHub

github-actions[bot] created a comment on an issue on mantidproject/mantid
Closed by #38153.

View on GitHub

github-actions[bot] closed an issue on mantidproject/mantid
Builds Are Marked as Unstable When Flaky Tests Fail Once Then Pass
**Describe the bug** Jenkins is marking builds as unstable if _certain_ (I think) flaky tests fail. As far as I can tell, it's anything that produces an `Error: blah blah blah` message when the...
cailafinn pushed 1 commit to 37934_update_debugging_dev_docs mantidproject/mantid
  • Update CLion debugging instructions RE #37934 11f0af3

View on GitHub

mantid-builder pushed 4 commits to main mantidproject/mantid
  • Output build logs to a file for plugin to check RE #38148 97efa0f
  • Fix issue with non-existant directory RE #38148 7d0a283
  • Merge pull request #38153 from cailafinn/38148_unstable_builds_on_flaky_tests Output Build Logs to a File for the Je... 1463b07
  • Merge release-next into main 034ca14

View on GitHub

robertapplin pushed 3 commits to release-next mantidproject/mantid
  • Output build logs to a file for plugin to check RE #38148 97efa0f
  • Fix issue with non-existant directory RE #38148 7d0a283
  • Merge pull request #38153 from cailafinn/38148_unstable_builds_on_flaky_tests Output Build Logs to a File for the Je... 1463b07

View on GitHub

robertapplin closed a pull request on mantidproject/mantid
Output Build Logs to a File for the Jenkins Warnings Plugin
### Description of work #### Summary of work Added a file output in the same style as the `ctest` log for the build log. Once this is merged, the configurations for the 3 PR OSs need to be ...
robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests 3d61ea0

View on GitHub

robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests 2e01aee

View on GitHub

GuiMacielPereira opened a draft pull request on mantidproject/mantid
Final changes for release notes 6.11
Added release notes from changes that were merged during release period. ### Description of work Final touches for release notes for 6.11 #### Summary of work <!-- Please provide a short, h...
GuiMacielPereira pushed 1 commit to release-notes-6.11-final-changes mantidproject/mantid
  • Add unused release notes Added release notes from changes that were merged during release period. 5ff76bc

View on GitHub

jclarkeSTFC created a comment on a pull request on mantidproject/mantid
It looks like it works when I tested it, but I can't do things like add/remove descriptions on Jenkins builds through the web interface, so maybe someone from the DevOps teams should have a go.

View on GitHub

GuiMacielPereira created a branch on mantidproject/mantid

release-notes-6.11-final-changes - Main repository for Mantid code

robertapplin deleted a branch mantidproject/mantid

38104_PhaseTablePresenter_cleanup

robertapplin pushed 5 commits to main mantidproject/mantid
  • create phase table model 3dc500d
  • move model only tests to a new file b0cc51b
  • pr suggested changes 1f29f6a
  • Move performing calculations on a thread to model Move the code that runs the phasequad and phase table calculations... f0dc327
  • Merge pull request #38195 from mantidproject/38104_PhaseTablePresenter_cleanup Add phase table model 0b2ff14

View on GitHub

robertapplin closed an issue on mantidproject/mantid
PhaseTablePresenter contains state which should be in Model
**Describe the outcome that is desired.** The PhaseTablePresenter contains a lot of state (data and member variables). This data should ideally be in the Model so that we have a better separation ...
robertapplin closed a pull request on mantidproject/mantid
Add phase table model
### Description of work Part of the MVP workshop week. Adds `PhaseTableModel` which holds an FDA context and some other state, previously in the presenter. Some methods have been moved to th...
robertapplin created a comment on a pull request on mantidproject/mantid
Thanks for your hard work with this PR! The code separation between the Presenter and Model is much improved, and the Model also has its own test suite now.

View on GitHub

thomashampson created a review on a pull request on mantidproject/mantid
I can confirm that the new build log files are present and have been archived by the PR jobs.

View on GitHub

SilkeSchomann deleted a branch mantidproject/mantid

check_for_stderr_on_startup

SilkeSchomann pushed 2 commits to main mantidproject/mantid
  • check for logged errors / warnings in worbench startup Unfortunately all output is also coming through stderror (inc... cd1bd82
  • Merge pull request #38169 from mantidproject/check_for_stderr_on_startup Add a check for mantid warnins / logs in th... adf60cf

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
Only the methods which are called from the view or from the ALCInterface file. The rest can probably be private I think

View on GitHub

robertapplin created a review on a pull request on mantidproject/mantid

View on GitHub

jclarkeSTFC created a review on a pull request on mantidproject/mantid
Test passes normally, then it failed when I put an error in the log from `ConfigService`.

View on GitHub

jhaigh0 created a review comment on a pull request on mantidproject/mantid
Should all the method from the current presenter be in the interface? or just some of them?

View on GitHub

Load more