- 01 Aug, 2019 40 commits
-
-
Jason Colyer authored
- Added models to all_models.yml
-
Jason Colyer authored
- Included Importable into List model - Skipped validation on List model - For :boards when it is importing - Modified import_export.yml - Includes Boards, their lists, and their milestones - Added lists to methods - Changed view in project settings to show Issue Boards are exported - Created changelog entry Enable the exporting/importing of issue boards - Added Board export JSON to project.json - Added rspec tests for project_tree_restorer_spec - Added rspec tests for project_tree_saver_spec - Whitelisted Board attrributes in safe_model_attributes.yml - Whitelisted List attributes in safe_model_attributes.yml Enable the exporting/importing of issue boards - Removed variable assignment from project_tree_saver_spec - Added test to determine if it has a board and a list Enable the exporting/importing of issue boards - Fixed MR conflict L236 Enable the exporting/importing of issue boards - Fixing bad copy-paste from last commit Enable the exporting/importing of issue boards - Added suggestion from jlopez to fix failing rspec - Added models used for boards to all_models.yml Enable the exporting/importing of issue boards - Fixed typo in all_models.yml where milestone was plural Enable the exporting/importing of issue boards - Added lists and needed models to all_models.yml
-
Fatih Acet authored
Vue-i18n: Autofix `ee` directory See merge request gitlab-org/gitlab-ee!14932
-
Ezekiel Kigbo authored
Autofixes i18n lints in the ee directory that were missed in earlier autofixes.
-
GitLab Bot authored
-
Lin Jen-Shin authored
Ensure `review-stop` can run even when the branch has been deleted Closes #65321 See merge request gitlab-org/gitlab-ce!31277
-
GitLab Bot authored
-
Bob Van Landuyt authored
Fix bug when moving batches of items to the end See merge request gitlab-org/gitlab-ce!31351
-
Nick Thomas authored
Cache vulnerability history per project See merge request gitlab-org/gitlab-ee!14619
-
rossfuhrman authored
In support of https://gitlab.com/gitlab-org/gitlab-ee/issues/11693 we are caching vulnerability history reports per project.
-
GitLab Bot authored
-
Walmyr authored
Fix push file size test Closes gitlab-org/quality/nightly#113 See merge request gitlab-org/gitlab-ce!31321
-
Tom Atkins authored
Portray better use of types of variables in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!31232
-
Vlad Stoianovici authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Rémy Coutable authored
Add a new `package-and-qa-always` job See merge request gitlab-org/gitlab-ce!31270
-
Mark Lapierre authored
Make package-and-qa manual so the default `on_success` doesn't need to be set on package-and-qa-always. Remove unnecessary `except: []`
-
Kushal Pandya authored
Fix design management router Closes gitlab-ce#64667 See merge request gitlab-org/gitlab-ee!14741
-
GitLab Bot authored
-
Walmyr authored
Shorten page names on Plan EE end-to-end tests See merge request gitlab-org/gitlab-ee!14935
-
Kamil Trzciński authored
Prevent Double Slash in Review Apps Path Closes #64592 See merge request gitlab-org/gitlab-ce!31212
-
Jason Goodman authored
Add spec for cases where URI.join does not work as expected
-
Sean McGivern authored
Remove the manual sorting feature flag See merge request gitlab-org/gitlab-ce!30131
-
GitLab Bot authored
-
Sean McGivern authored
Add additional paths to clean from backtrace See merge request gitlab-org/gitlab-ce!31363
-
Sean McGivern authored
Fix SystemStackError when Peek bar is active with Rugged calls Closes #65404 See merge request gitlab-org/gitlab-ce!31357
-
Lin Jen-Shin authored
Remove the wait_for_review_app_to_be_accessible step from review-deploy Closes #65003 See merge request gitlab-org/gitlab-ce!31296
-
Achilleas Pipinellis authored
Troubleshooting steps when there are different Gitaly node secrets See merge request gitlab-org/gitlab-ce!30977
-
Harish Ramachandran authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add Link to Seismic Shift Whitepaper to /dast/ landing page See merge request gitlab-org/gitlab-ce!30868
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Update the python example regex to work with --coverage See merge request gitlab-org/gitlab-ce!31018
-
GitLab Bot authored
-
Phil Hughes authored
-
Luke Duncalfe authored
This spec needs to run as a request-style spec in order to invoke the Rails router. A controller-style spec matches the wrong route, and `session['user_return_to']` becomes incorrect.
-
Luke Duncalfe authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64667
-
Achilleas Pipinellis authored
General improvements to LDAP docs Closes gitlab-ee#7219 See merge request gitlab-org/gitlab-ce!30880
-