Ecosyste.ms: Timeline

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

mantidproject/mantid

github-actions[bot] deleted a tag mantidproject/mantid

v6.10.20241017.1658

ekapadi pushed 1 commit to EWM6549_SaveNexusESS_groups mantidproject/mantid
  • WIP: spectral-mapping information from workspace groups. It works, but it's not quite correct yet. 251ffcc

View on GitHub

mantid-builder pushed 5 commits to main mantidproject/mantid
  • Changes from main relevant to EnumeratedStringProperty 28d2f14
  • Merge pull request #38305 from mantidproject/enumerated-string-property-to-ornl-next Enumerated string property to o... 0afe3b9
  • Fixed a typo 7f7afb2
  • Merge pull request #38307 from mantidproject/enumerated-string-property-to-ornl-next Fixed a typo f39f50e
  • Merge ornl-next into main f893a43

View on GitHub

dmitry-ganyushin deleted a branch mantidproject/mantid

enumerated-string-property-to-ornl-next

dmitry-ganyushin pushed 2 commits to ornl-next mantidproject/mantid
  • Fixed a typo 7f7afb2
  • Merge pull request #38307 from mantidproject/enumerated-string-property-to-ornl-next Fixed a typo f39f50e

View on GitHub

dmitry-ganyushin closed a pull request on mantidproject/mantid
Fixed a typo
### Description of work Fixed a typo in ornl-next which causes automatic merge failure from ornl-next to main.
dmitry-ganyushin opened a pull request on mantidproject/mantid
Fixed a typo
### Description of work Fixed a typo in ornl-next which causes automatic merge failure from ornl-next to main.
dmitry-ganyushin pushed 1 commit to enumerated-string-property-to-ornl-next mantidproject/mantid

View on GitHub

dmitry-ganyushin created a branch on mantidproject/mantid

enumerated-string-property-to-ornl-next - Main repository for Mantid code

peterfpeterson opened a pull request on mantidproject/mantid
Turn off automerge of release-next into ornl-next
It was decided that ORNL wants more control of when `release-next` is merged into `ornl-next`. ORNL is still committed to merging every release, but we want to control when that merge happens. *...
dmitry-ganyushin closed a pull request on mantidproject/mantid
Enumerated string property to ornl-next
### Description of work This is a version of PR https://github.com/mantidproject/mantid/pull/38177 into ornl-next.
dmitry-ganyushin created a comment on a pull request on mantidproject/mantid
Closed in favor of #38305

View on GitHub

dmitry-ganyushin closed a pull request on mantidproject/mantid
Enumerated string property to ornl-next
### Description of work This is a version of PR #38177 into ornl-next.
dmitry-ganyushin opened a pull request on mantidproject/mantid
Enumerated string property to ornl-next
### Description of work This is a version of PR https://github.com/mantidproject/mantid/pull/38177 into ornl-next.
dmitry-ganyushin created a branch on mantidproject/mantid

enumerated-string-property-to-ornl-next - Main repository for Mantid code

peterfpeterson pushed 1 commit to pre-commit-ci-update-config mantidproject/mantid
  • Override what clang-format thinks is right For clang-format v19.1.2 it seems to have a hard time with some `struct` ... 7a69227

View on GitHub

peterfpeterson created a review comment on a pull request on mantidproject/mantid
I'm not going to worry about this one

View on GitHub

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

View on GitHub

peterfpeterson created a review comment on a pull request on mantidproject/mantid
Space near a bitwise operator should be fine

View on GitHub

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

View on GitHub

peterfpeterson created a comment on a pull request on mantidproject/mantid
I've rebased on `main`. Let's see how things progress.

View on GitHub

peterfpeterson pushed 62 commits to pre-commit-ci-update-config mantidproject/mantid
  • Add stage to nightly pipeline to keep latest successful nightly 3103eb7
  • Loop over and un-keep all previous nightly runs 75172b5
  • Only un-keep builds that were automatically kept 99da645
  • Update author list for 6.11.0 release c50a83c
  • Add end-of-file fixer e31094c
  • Run end-of-file-fixer d62bcd0
  • Merge pull request #38295 from peterfpeterson/endoffile-ornlnext Add end-of-file-fixer to pre-commit - ornl-next 7ea204c
  • Enable wild import check d7502f9
  • Remove wild imports from docs directory ac03ed7
  • Remove wild imports from buildconfig directory b37a624
  • Remove wild imports from qt directory 9f4c7a7
  • Remove wild imports from scripts directory dd43204
  • Fix mantid imports in PropertiesDescriptors 184d2b9
  • Add wild import to eval because it is needed to ensure all save algos are available 281ab8d
  • Enable F405 ruff check d1f6d78
  • Fix F405 warnings in Framework and Testing directories 67eb1c2
  • Fix F405 warnings in Scripts directories 327b204
  • Clang format NormaliseByDetectorTest 9a5212b
  • Ignore complexity warnings ef29ede
  • Enable wild import check by ruff in pre commit 75901b7
  • and 42 more ...

View on GitHub

mantid-builder pushed 4 commits to main mantidproject/mantid
  • remove imports from mantid.py36compat 8803673
  • remove py36compat module c2c7735
  • Merge pull request #38304 from peterfpeterson/remove_py36compat_ornlnext Remove py36compat module - ornl-next 69e579d
  • Merge ornl-next into main 2ecf0a9

View on GitHub

peterfpeterson pushed 3 commits to ornl-next mantidproject/mantid
  • remove imports from mantid.py36compat 8803673
  • remove py36compat module c2c7735
  • Merge pull request #38304 from peterfpeterson/remove_py36compat_ornlnext Remove py36compat module - ornl-next 69e579d

View on GitHub

GuiMacielPereira created a comment on a pull request on mantidproject/mantid
(Comment for me to remember what to do) Apart from having to fix pre-commit, cppcheck and tests issues, I also introduced some errors that were not there before on auto add: Load a file, tick auto ...

View on GitHub

GuiMacielPereira pushed 7 commits to alcdataloadingpresenter-qobject mantidproject/mantid
  • Create model Added source and header files for model. Passed load() function to model since that is where a lot of t... ccaf1cd
  • Pass some variables to model fully Put code to do with some variables that store the state whithin model fully and d... cce710f
  • Pass updateAvailableInfo() to model Put all of the logic to update information on logs and periods into the model. 999066a
  • Pass extractRunNumber() into model c7c8242
  • Pass getPathFromFiles to model 57a4464
  • Pass checkGroupingValid() to model 57b64cf
  • Finish separation between model and presenter This commit finishes the separation between presenter and model, by pa... df0a60f

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
This should now be fixed on `main`, so a rebase should remove this change

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
This re-format seems like an odd choice. I would have expected it to like the spaces around the asterisk 🤔

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
This format change might be okay, I just wanted to flag it to check with you?

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
Same here

View on GitHub

Load more