- 11 Sep, 2020 40 commits
-
-
Heinrich Lee Yu authored
The model was moved to EE so this factory should be EE-only too
-
Nicolò Maria Mezzopera authored
Explicitly tell fetch in startup.js to set cookies See merge request gitlab-org/gitlab!42084
-
Robert Speicher authored
Add license check for group wikis See merge request gitlab-org/gitlab!41900
-
Markus Koller authored
When we originally started working on this, it wasn't clear yet if it would be a paid feature. Shortly afterwards we decided to put it into EE Starter and moved the code into `ee/`, but forgot to add the license checks. - Rename feature flag to `group_wikis_feature_flag` to align with the feature name in the `License `model, which is plural as well. We have to use a different name for the FF because licensed features need to default to on. - `EE::Group#wiki_access_level` is removed since this was only added to support the shared examples for wiki policies, which also expect the `private` access level to be supported. In practice we don't support this yet for group wikis, so now we just skip these specs instead. - The license and feature flag checks are centralized in the group policy, so we only test these special cases there, and otherwise just call our new `stub_group_wikis` helper to test the general case of the feature not being available.
-
Kushal Pandya authored
Drop one of duplicated classname from Serverless Function Closes #246904 See merge request gitlab-org/gitlab!41832
-
Kushal Pandya authored
Drop one of duplicated classname from Serverless Functions Closes #246904 See merge request gitlab-org/gitlab!41833
-
Marcia Ramos authored
Docs: Update graphql docs with immutable cache updates section See merge request gitlab-org/gitlab!41868
-
Nicolò Maria Mezzopera authored
-
Heinrich Lee Yu authored
Add weight quick actions specs for incidents Closes #244933 See merge request gitlab-org/gitlab!41902
-
David O'Regan authored
-
Douglas Barbosa Alexandre authored
Improve snippet model spec Closes #228708 See merge request gitlab-org/gitlab!42076
-
Heinrich Lee Yu authored
Add endpoint to access resource iteration events See merge request gitlab-org/gitlab!40850
-
Heinrich Lee Yu authored
Enable iteration change event tracking See merge request gitlab-org/gitlab!40841
-
Heinrich Lee Yu authored
Improve performance of project snippet controller spec Closes #228693 See merge request gitlab-org/gitlab!42069
-
Natalia Tepluhina authored
Replace fa-times with GitLab SVG close icon - Forms See merge request gitlab-org/gitlab!40587
-
Robert Hunt authored
This covers both the admin runners search and the group runners search
-
Gabriel Mazetto authored
Persist seats in use and owed during cron update See merge request gitlab-org/gitlab!40831
-
Kushal Pandya authored
Merge branch '223692-show-the-final-service-desk-custom-address-in-service-desk-settings' into 'master' Updated service desk incoming email field See merge request gitlab-org/gitlab!36593
-
Donald Cook authored
-
Kushal Pandya authored
DAST Site validation - Hook up Profile Validation - Frontend See merge request gitlab-org/gitlab!41225
-
Paul Gascou-Vaillancourt authored
* Adds queries and mutations to retrieve the validation status, validation token and mutation to validate a site * Adds error handling * Adds specs
-
Markus Koller authored
Bugfix: remote double trigger on merge_request event for coverage fuzzing See merge request gitlab-org/gitlab!41906
-
Nathan Friend authored
Merge branch '233666-replace-bootstrap-alerts-in-app/views/projects/pages/_access.html.haml' into 'master' Replace bootstrap alerts in app/.../_access.html.haml Closes #233666 See merge request gitlab-org/gitlab!41360
-
Gilang Gumilar authored
-
Achilleas Pipinellis authored
Mention PG upgrade for source upgrades Closes #233915 See merge request gitlab-org/gitlab!41767
-
Achilleas Pipinellis authored
Document confirmation skipping option to promotion command See merge request gitlab-org/gitlab!40599
-
Lukas Eipert authored
fetch won’t send cookies in older browsers, unless you set the credentials init option. We set to `same-origin` which is default value in modern browsers. See https://github.com/whatwg/fetch/pull/585 for more information. See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26386
-
Igor Drozdov authored
Remove stale merge refs See merge request gitlab-org/gitlab!41572
-
Denys Mishunov authored
Revert "Merge branch '241878-Replace-v-html' into 'master'" See merge request gitlab-org/gitlab!41979
-
Sean McGivern authored
Merge branch '233833-205909-224716-mlunoe-reinstate-instance-value-stream-analytics-sidebar-templates' into 'master' Fix(Instance VSA): reinstate sidebar templates See merge request gitlab-org/gitlab!41580
-
Michael Lunøe authored
When this MR merged: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39368 It removed templates that are still in use on the instance level Value Stream Analytics page. This MR re-introduces those templates. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39368 Issues: https://gitlab.com/gitlab-org/gitlab/-/issues/233833 https://gitlab.com/gitlab-org/gitlab/-/issues/205909 https://gitlab.com/gitlab-org/gitlab/-/issues/224716
-
Alexandru Croitor authored
As we are tracing iteration events the system notes are synthetically generated out of the events, so we expose a way to get the events through API.
-
Sanad Liaquat authored
Allow more time for admin sync to happen See merge request gitlab-org/gitlab!41997
-
Patrick Bajao authored
14 days after a merge request gets closed/merged, its merge ref will be deleted and moved as a keep-around ref (if not yet added). This is to ensure that the commit won't be deleted when GC runs and still being able to reduce the number of advertised refs on git push/pull. Before deletion, it'll be cached to `merge_ref_sha` column of `merge_requests` table so we can still display the merge ref diff.
-
Olena Horal-Koretska authored
This reverts merge request !41218
-
Fabio Pitino authored
Fix dasboard to dashboard See merge request gitlab-org/gitlab!41440
-
Ramya Authappan authored
Fix user registration e2e spec Closes #247743 See merge request gitlab-org/gitlab!42060
-
Alexandru Croitor authored
This sets the feature flag to be enabled by default. Instead of system notes, event records would be created in the backend.
-
Igor Drozdov authored
Clean up stale merge request HEAD ref See merge request gitlab-org/gitlab!41555
-
Kushal Pandya authored
Add confidential parameter to epic link creation API Closes #229839 See merge request gitlab-org/gitlab!37882
-