Releases: ONLYOFFICE-QA/testing-wrata
Releases · ONLYOFFICE-QA/testing-wrata
v1.11: 1.11
New features
- Upgrade to rails 5
- Send notification to admin if test stopped without result
- Send notification to admin if some exception is happened
- Admin should verify all new users, no need in secret password
- History page now show execution time of run
- Reorganize Test Queue column - show branches
- Remove log window in histories - make page open 3 times faster
- Remove
analyzed
flag from history, it wasn't used for a while - Hide
Show More
button if there is no more histories entries
Bug fixes
- Deprecation warning for
config.serve_static_files
- Sorting list of booked servers
- Fix problem with showing incorrect project file in tabs
- Fix setting server status if it has name with dot
- Fix server error if no start options in history after press
Show More
- Do not raise server error, while creating delay run if there is no lists
Refactor
- Remove useless code for stopping browser before docker stop
Latest rails 4 release
1.10
New features
- Ability to download log file from
server_history
page - Ability to specify host name for started docker container
- Tag all created servers with same tag, easy to find them
Bug fixes
- #157: Fix showing error if server was deleted
- Fix showing
Already up-to-date
in refs list.
Refactor
- Remove usage of
protected_attributes
in favor of stronger parameters
Removal
- Unused methods to reboot servers
Bugfix
1.9.1
Fixes
- Typo in DelayRun RunManager initialization
v1.9
New features
- Use
--shm-size
option fordocker run
for increasing it. Remove old code for increase shm by runtime.
Need to use docker v1.10.0 or newer for it (moby/moby#16168) - Increase
shm-size
to 2 gigabyte - Docker rm executed containers after finish task
- Add ability to send custom portal name to spec. It use enviroment variable
SPEC_SERVER_IP
.
You should implement parsing it in your tests, to correctly run tests on customs ip. - Add single button to destroy all unbooked servers
- Add ability to run before spec any command from
/before-run.sh
, not onlysudo mount -a
- Add button to remove duplicates from Test Queue
- Remove all internal global variables
- Do not try to mount
/mnt/data_share
inside docker. This cause error mentioned in #158 - Better logging of error in
HTMLResultManager
- Hide exceeding log output on production environment
Changes
- Add button for spec file now adds it to beginning of queue, instead of end. Behaviour not changed if add folder
- Remove setting
@create_portal
flag inportal_data_docs
. It broke stuff if there is custom portal - Remove not-helpful logging of Thread events
Fixes
- Fix problem with checkout of tag and running
git pull
after that - Fix showing
Already up-to-date
in branches list - Fix fetching branch info for
TeamLab
project - Fix issue with new lin of Server list (#149)
- Fix hanging page issue while pull branches of projects
- Fix not hiding overlay for changing branches
- Do not change position of test progress if user unbook server
- All stderr output should be in log file
Ability to run any file
- Test list now shown not only
spec
andRSpec
folder, but all project folders - Ability to run any file, not only
_spec.rb
. Currently only supported_spec.rb
and generic.rb
files
1.7.1
- Fix order in which project are pulled. If there was new dependencies in
testing-shared
- they will be included in OnlineDocuments
1.7.0
- You can use now not only branch, but tags as identificators
- Ensure, that webserver can be run on
puma
server (Was already included in Gemfile) - Update Gemfile.lock version of files
1.6.2 release
- Force delete ALL running containers while starting tests
- Rework handling DO keys. Now keys can be changed during runtime of server.
Also incorrect keys will no longer crash server
Add ability to disable self-destruction of servers
v1.6.1 * Add ability to disable self-destruction of servers
Final fixes for delayed runs and more minor fixes
1.6
- Fix problem with reruning test with last parameter #103
- Add ability to show links, url and native html from parsed rspec results
- Add more info on server view page
- Add fetch ip button to server edit page
- Do not stop RunThreadManager in any cases. Always check for delayed runs
- Add default values for DelayedRuns view - each time