- 07 Nov, 2019 21 commits
-
-
Heinrich Lee Yu authored
This reverts commit 00b3e372.
-
Ramya Authappan authored
Add E2E test for database delete replication for Geo See merge request gitlab-org/gitlab!17836
-
Jennifer Louie authored
Add projects_list selector to dashboard Add method to wait for Geo replication of deletion Focus Geo wait methods to search projects_list element Add E2E test to confirm project deletion on Geo secondary node
-
Ramya Authappan authored
Added tests for License Compliance See merge request gitlab-org/gitlab!17909
-
Aleksandr Soborov authored
Added necessary page objects and selectors for these tests
-
Heinrich Lee Yu authored
Allow admins to administer personal snippets See merge request gitlab-org/gitlab!19693
-
Francisco Javier López authored
In this commit we allow admins to administer any personal snippet regardless the visibility.
-
Evan Read authored
Docs: Group SAML Add change ID warnings Closes #33706 See merge request gitlab-org/gitlab!18831
-
Cynthia Ng authored
-
Thong Kuah authored
Use create! inserting elasticsearch indexed containers See merge request gitlab-org/gitlab!19609
-
Stan Hu authored
Fix typo: adivsed -> advised See merge request gitlab-org/gitlab!19735
-
Robert Speicher authored
Make hashed storage required for Design Management See merge request gitlab-org/gitlab!19259
-
Tom Quirk authored
-
Russell Dickenson authored
Fix indentation for list and copy edit See merge request gitlab-org/gitlab!19669
-
Evan Read authored
-
Russell Dickenson authored
Update link to GCP offer See merge request gitlab-org/gitlab!19670
-
Evan Read authored
-
Luke Duncalfe authored
As hashed storage is the default storage type since v10.0, and we encourage people to migrate to hashed storage, design management now has a hard requirement for hashed storage in order for us to handle moving the design repository when the project repository moves on disk. https://gitlab.com/gitlab-org/gitlab/issues/13428
-
Heinrich Lee Yu authored
Add users_security_dashboard_projects table See merge request gitlab-org/gitlab!18708
-
Avielle Wolfe authored
* Adds users_security_dashboard_projects table * References users and projects * Adds has_many security_dashboard_projects to User https://gitlab.com/gitlab-org/gitlab/issues/33896
-
Ray Paik authored
Fix typo in LIMIT command (line 88) to remove trailing ` character. See merge request gitlab-org/gitlab!19723
-
- 06 Nov, 2019 19 commits
-
-
Douglas Barbosa Alexandre authored
Add internal_socket_dir to gitaly config in setup helper See merge request gitlab-org/gitlab!19170
-
Kamil Trzciński authored
Track deployed merge requests in the database Closes #32584 See merge request gitlab-org/gitlab!18755
-
Brian Richardson authored
-
Mark Lapierre authored
Disable autodevops in group file template spec See merge request gitlab-org/gitlab!19708
-
John Cai authored
-
Douglas Barbosa Alexandre authored
Fill in Pipeline Footer in Environment Dashboard See merge request gitlab-org/gitlab!17645
-
Jason Goodman authored
Add last_visible_pipeline method to Environment model
-
Paul Slaughter authored
Refactor issuables list to Vue, part 1 See merge request gitlab-org/gitlab!15091
-
Martin Hanzel authored
```----------------- **WARNING:** This is one of those long commit messages where multiple messages are squashed into one ``` ----------------- Working: most of the view, bulk edit toggle. Not working yet: filtering, bulk edit behaviour. Enable bulk editing The bulk edit sidebar is coupled to an issuable's DOM and expects the correct information to be there in attributes or dataset. Add pagination to Vue issuable list Enable filtering in vue issuables list Enable label drill-down in vue issuables list Clicking on a label applies a filter for that label. Implement sorting and reordering in vue issuable list Fix edge case in issuable ordering In the Vue issuables list, the list now takes the sort key from the sort dropdown. The server remembers the previous sort state even if none is provided in the URL query string, so the dropdown is the better source of truth. Fix a feature flag check Misc improvements to vue issuable list - Show only opened issues by default - Apply styles for recent and closed issues Add dates and assignees in vue issue list - Replace date placeholders with formatted dates - Show assignees - Add options to issue_assignees.vue for more flexibility Add empty states to vue issue list Rename message_queue to pubsub Update gitlab.pot Fix a spacing issue Fix bulk update not working Update some i18n strings Add user popovers to vue issuables list Add tooltips in vue issuables list Apply review suggestions Update gitlab pot Add tests for vue issuables list - Alter Jest unit test for issue assignees component - Add Jest unit tests for issuables list app and issuable components - Fix rspecs to `wait_for_requests` to allow the Vue app to load - Misc fixes to utils and Vue components to fix edge cases Add eventhub to issueables_list Add constants to issuebales_list Add datetime_utility to issueables_list rm pubsub Add eventbus to issueable_bulk_update Add coupling comment to _issue.html.haml add eventbus and moved constants to new file in issuables list app bind FF to group Rm FF guard in JS file when initing issueable list Replace pubsub with eventbus in spec get rid of rm .js css class from list Abstract newDateAsLocal time in issueable Refactor getting sort from backend Get sort key from backed and avoid querying the dom more than we need to Refactor tests to use less snapshots Add issuable_item and move value to computes Rm conditional when mounting in issuables_list_app Replace number with constant to access as prop Ran prettier on touched files Fix type in consts Add group to FF controller Mv newDateAsLocaleTime to datetime_utility Mv func to lib/datetime_utility and replace instances in files Add FF guard to index.js for init component Rm rspec changes that arent needed Change storing ids in array to object Fix bulk edit update all and change how we store ids for a more efficient dom interation Rm issuable_item component Rm default values undefined Replace issuable_item component with computed iteration Refactor issuable spec and snapshot Get specs passing from addreessing comments revert style change run prettier against files Update issuable_list_app_spec and snapshots Add shared examples for FF in issue_spec Move test from issuable_list to issuable Reset window date after Spec in issuable Add group to stubbing FF in issues_spec.rb Run prettier against files Final patch Handle refactoring for issuables and issuables list to address bugs and spec issues
-
Desiree Chevalier authored
-
Achilleas Pipinellis authored
Clarify that a token is just a password See merge request gitlab-org/gitlab!19592
-
Robert Marshall authored
- Token is an overloaded term; clarify that it is just a password in the Gitaly documentation. Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Andreas Brandl authored
Replace temporary productivity analytics index Closes #32229 See merge request gitlab-org/gitlab!17957
-
Lin Jen-Shin authored
Remove obsolete code branch Closes #34980 See merge request gitlab-org/gitlab!19612
-
Achilleas Pipinellis authored
Fix typo in generic alerts integration documentation See merge request gitlab-org/gitlab!19646
-
Phil Hughes authored
Env dashboard show deployments without deployable See merge request gitlab-org/gitlab!19457
-
Rémy Coutable authored
Add "release" filter to merge request search See merge request gitlab-org/gitlab!19315
-
Achilleas Pipinellis authored
Docs: Pages - Better headings - SEO See merge request gitlab-org/gitlab!19577
-
Marcia Ramos authored
- Improve clarity and SEO "GitLab Pages **default** domain names" - Headings in sentence case
-