| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Fix showing outdated discussions on Changes tab.
Closes #48167
See merge request gitlab-org/gitlab-ce!20445
|
| | | |
|
| |\ \
| |/
|/|
| |
| | |
Backports security reusable components into CE to use in JUnit report
See merge request gitlab-org/gitlab-ce!20613
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master: (49 commits)
Add changelog entry
Fix `transform` typo
Fix archived parameter for projects API
Enable frozen string in apps/uploaders/*.rb
Fix invalid link to GitLab.com architecture.md
i18n: externalize strings from 'app/views/import'
Remove Repository#lookup and unreachable rugged code
refactor code based on feedback
Trigger rails5 tests either by variable or ref name
Fix link in help doc which was linking to old mono-repo, now in its own repo
SubmoduleHelper - Project is not always available as an instance variable
Allow Danger step to fail
update webpack to v4.16
Backport logger changes from EE
Add the CI Job trigger as the build trigger
Remove flaky and redundant expectations
use fileuploader dynamic path method in uploads manager and add spec
fix typo in uploads manager
add small comment to download method in uploads manager
refactor uploads manager
...
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix ide-tree-header button background
See merge request gitlab-org/gitlab-ce!20662
|
| | | |/
| |/| |
|
| | | | |
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Lazy-load performance bar in frontend"
Closes #48673
See merge request gitlab-org/gitlab-ce!20607
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to eagerly load the performance bar wrapper component
(`performance_bar/index.js`) when the page is loaded and the container element
is present, to ensure that we register the interceptor early enough in the
page's lifecycle.
However, we don't need to load the UI at that point. Not doing so means that we
can let Webpack extract the UI (`performance_bar/components/*`) into its own
chunk, so users who don't see the performance bar don't have to load too much
unnecessary JavaScript.
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Allow merge requests from forks to be opened in Web IDE
Closes #47460
See merge request gitlab-org/gitlab-ce!20521
|
| | | |
| | |
| | |
| | | |
doesnt add query param if source & target projects match
|
| | | |
| | |
| | |
| | | |
Closes #47460
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Open pipeline list panel when clicking CI icon in Web IDE
Closes #47843
See merge request gitlab-org/gitlab-ce!20516
|
| | | |
| | |
| | |
| | | |
Closes #47843
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
scroll event"
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improvements to new entry dropdowns in Web IDE
Closes #44845
See merge request gitlab-org/gitlab-ce!20526
|
| | | |/
| |/|
| | |
| | | |
Closes #44845
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix #48934 - Focus on text input on danger confirmation
Closes #48934
See merge request gitlab-org/gitlab-ce!20435
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing
changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Toggle file comments in merge request does not update toggle buttons"
Closes #48237 and #48537
See merge request gitlab-org/gitlab-ce!20452
|
| | | | | |
|
| | | | | |
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (38 commits)
Update bitbucket.md to fix typo and small grammar touchups.
Update time_helper.rb to fix output for exact minutes.
Document update for GitLab Pages users.
Support manually stopping any environment from the UI
Fix link to frontend in handbook
Shorten CHANGELOG filename to avoid breaking ecryptfs users
Replace 48976-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-gitlab-backgroundmigration-fixcrossprojectlabellinks-namespace.yml
Fix mountComponent helper path in docs
Fix #48537 - Update avatar only via the projects API
Add additional headline for Adding SSH keys to GitLab
Request to be a proofreader.
Fix specs
Fix search bar text input alignment
Fix API docs on unauthenticated projects return
Adds with_projects optional parameter to /groups/:id API endpoint
Docs: make it clear that you need a completely separate domain for Pages
Document that we don't want to wait in tests
Removes unused store in diffs mr refactor Removes double export for actions in diffs module in mr refactor
Remove useless return
Use latest gitlab-styles
...
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Discussions were being toggled by jquery DOM querying them and toggling
visibility but in vue, only the open discussions will be in the DOM
Fix includes:
- Adds a getter to the store to get the expanded discussions
- Adds an action to collapse a discussion
- When the user clicks the button, all data needed is now accessible
through a getter and we can dispatch an action to toggle the discussion
within the state, instead of showing/hiding with jQuery
- Removes hardcoded properties
Resolves #48237
|
| | | | | | |
|
| | |/ / /
|/| | |
| | | | |
This reverts merge request !20140
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "MR refactor: All actions under diff module are being exported twice"
Closes #48951
See merge request gitlab-org/gitlab-ce!20499
|
| | | |_|/
| |/| |
| | | |
| | | | |
Removes double export for actions in diffs module in mr refactor
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Preserve the correct start/due dates on milestones when editing
Closes #41671
See merge request gitlab-org/gitlab-ce!20279
|
| | | | | |
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* master:
Resolve "MR refactor: Performance costs of main element with `v-if`"
Add documentation on private projects
Make blob and other RPC's mandatory
Removed return statements from prettier script
Add missing strings to `locale/gitlab.pot`
Update `gettext:updated_check` regenerate pot file
Include wget in apk add command
[Rails5] Fix 'Invalid single-table inheritance type: Group is not a subclass of Gitlab::BackgroundMigration::FixCrossProjectLabelLinks::Namespace'
Updated color
Update doc on new option to add README when creating a project
Make more things mandatory
Updated (color of indent guide in Web IDE
Make all Gitaly diff flags mandatory
|
| | | | | |
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updated color of indent guide in Web IDE
Closes #48931
See merge request gitlab-org/gitlab-ce!20425
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Closes #48931
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (29 commits)
Update the dependencies license list for 11.1.0
Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0
This updates only the actual new discussion and not the full tree , which leads to a very costly full rerender
Resolve "MR Refactor: Improve performance by setting v-once"
Changed Inline + Parallel Views to v-if instead of v-show
add basic export to fix timeout problem on import_file_spec.rb
Add changelog entry for !20465
Improve render performance of large wiki pages
Refactor rspec matchers in read_only_spec.rb
add CHANGELOG.md entry for !20461
resolve node 6 compatibility issues
Add missing foreign key in import_export_uploads
Redesign for mr widget info and pipelines section
Use proper markdown rendering for previews
remove extra tick for eks docs
Make it clear that we need to enable omniauth for SAML and Bitbucket
Add GPL Commitment language
Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker}
Ability to check if underlying database is read only
fix spec
...
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Adding a diff line note freezes the browser"
Closes #48906
See merge request gitlab-org/gitlab-ce!20476
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
leads to a very costly full rerender
|
| | |/ / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|