- 17 Jan, 2020 40 commits
-
-
Clement Ho authored
Resolve Sentry errors from error tracking list See merge request gitlab-org/gitlab!23135
-
Laura Montemayor authored
* adds a fixed width variable
-
Jan Provaznik authored
Support Design Management links in Markdown Closes #12905 See merge request gitlab-org/gitlab!15127
-
Alex Kalderimis authored
This supports reference filters for designs. Add new query scopes for use in reference filter
-
Dan Davison authored
Move `Release.perform_before_hooks` to RSpec `before(:suite)` hook Closes #196770 See merge request gitlab-org/gitlab!23059
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Heinrich Lee Yu authored
Require group owner to have linked SAML before enabling Group Managed Accounts Closes #38021 and #39183 See merge request gitlab-org/gitlab!21721
-
Lin Jen-Shin authored
Feature flag for release generation Closes #196171 See merge request gitlab-org/gitlab!23152
-
Sean Carroll authored
-
Jan Provaznik authored
Defaulted epic_new_issue feature flag to on See merge request gitlab-org/gitlab!22833
-
Donald Cook authored
-
Fatih Acet authored
Remove useless attachToDocument usage in spec/frontend/sidebar Closes #196761 See merge request gitlab-org/gitlab!23043
-
Dan Davison authored
Break out the Secure report into a page object component See merge request gitlab-org/gitlab!22730
-
Aleksandr Soborov authored
Additionally change page objects to use this new component.
-
Robert Speicher authored
Fix extracting Sentry external URL when URL is nil See merge request gitlab-org/gitlab!23162
-
Fatih Acet authored
Embed snippet ui polish fixes Closes #28468 See merge request gitlab-org/gitlab!22637
-
Dimitrie Hoekstra authored
New snippet icons created. Remove old logo and use new svg logo + text. Clean up css and new haml markup. This fixes some styling issues for embeded snippets.
-
Mayra Cabrera authored
Improve link description to database review guide See merge request gitlab-org/gitlab!23228
-
Luke Duncalfe authored
-
Sean McGivern authored
Extract Time Tracking System Note Service See merge request gitlab-org/gitlab!18159
-
Sean McGivern authored
Extract Merge Train System Note Service See merge request gitlab-org/gitlab!18163
-
Sean McGivern authored
Expose missing disable mention value on group API See merge request gitlab-org/gitlab!23070
-
James Edwards-Jones authored
Avoid bug where owner ends up unable to log in due to SSO enforcement, by first requiring SAML to have been linked before allowing group managed accounts to be enabled. Long term we will offer to convert the user to a Group Managed one, so would be able to remove this workaround.
-
James Lopez authored
Extract shared logic from RelationFactory & ObjectBuilder See merge request gitlab-org/gitlab!21426
-
George Koltsov authored
- Extract shared logic from RelationFactory & create BaseRelation Factory in order to later introduce GroupRelationFactory that inherits from BaseRelationFactory - Similarly, extract logic from GroupProjectObjectBuilder & create BaseObjectBuilder
-
Heinrich Lee Yu authored
Restrict project forking See merge request gitlab-org/gitlab!17988
-
Marcia Ramos authored
Documentation for sharing groups with groups See merge request gitlab-org/gitlab!19962
-
Martin Wortschack authored
Update dependency @gitlab/ui to v8.17.0 See merge request gitlab-org/gitlab!23243
-
Imre Farkas authored
-
Grzegorz Bizon authored
Implement AtomicProcessing service See merge request gitlab-org/gitlab!20229
-
Kamil Trzciński authored
This implements atomic processing service that is able in bulk to update multiple builds, stages and pipelines. This uses in-memory structure to calculate statuses and uses an efficient fetch of DAG dependencies for efficient processing This still performs some redundant operations, but overall it should be significantly faster processing pipelines of 1000 builds, with multiple DAG dependencies, as it removes a number of N+1 problems present in previous implementation. This also is order-independent, so it is able to easily reschedule itself once needed. This code is also concurrent safe, as if needed the further processing will be re-scheduled that will resolve any conflicts.
-
Imre Farkas authored
Fix relative links in Slack message See merge request gitlab-org/gitlab!22608
-
Justin Ho Tuan Duong authored
Modify specs to use public method instead
-
Nick Thomas authored
Project board names now sorted correctly in CE See merge request gitlab-org/gitlab!22807
-
Patrick Derichs authored
Also refactoring specs Apply review suggestions.
-
Patrick Derichs authored
Also move specs
-
Phil Hughes authored
Code Review Analytics App Closes #194163 See merge request gitlab-org/gitlab!22871
-
GitLab Bot authored
-
Mike Lewis authored
Docs: Fix request method for pagination See merge request gitlab-org/gitlab!23056
-
Tom Atkins authored
Update AWS Menu Item to Create Database See merge request gitlab-org/gitlab!23245
-