Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-06Extract shared example from feature specsAlishan Ladhani
For installing applications on a project/group/instance cluster
2019-09-06Enable Knative installation on group and instance level clustersAlishan Ladhani
- Show Knative install button on group/instance cluster pages - Allow Knative to be installed on group/instance clusters - Add feature specs for installing applications on group/instance clusters - Add changelog entry - Update docs to reflect that Knative can now be installed on group-level and instance-level clusters
2019-09-03Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-08-28Move generic k8s services out of GCP namespaceTiger
These services aren't specific to GCP, and will be used for AWS as part of https://gitlab.com/gitlab-org/gitlab-ce/issues/46686
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-09Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-07Add /starrers view for projectsCamil Staps
2019-08-06Fix broken specsMartin Wortschack
- Add qa- selector to sort dropdown
2019-08-05Fix spec for inviting membersStan Hu
2019-08-05Make it easier to find invited group membersStan Hu
We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts. This commit changes two things: 1. Breaks out the invited members into a separate table. 2. Adds search capability for the invited members. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
2019-08-01Fix labels issuable link specsSean McGivern
2019-08-01Rename broken spec filesSean McGivern
RSpec only executes files ending in _spec.rb.
2019-07-29Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable
Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-07-19Apply recomended changes from merge coachFabio Papa
2019-07-19Clean up the show_spec examples previously addedFabio Papa
2019-07-19Apply recomended changes from merge coachFabio Papa
2019-07-19Clean up the show_spec examples previously addedFabio Papa
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Clean up the show_spec examples previously addedFabio Papa
2019-07-19Apply recomended changes from merge coachFabio Papa
2019-07-19Fix some code style issuesFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-07-19Clean up the show_spec examples previously addedFabio Papa
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Add feature examples specing maintainers creating subgroupsFabio Papa
Both with subgroup_creation_level set to owners and to maintainers. Also fixed the naming of some other examples in the same spec as they were contradicting what they were actually performing in the test. These examples were probably copy/pasted, and not renamed.
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Add failing feature spec detailing a maintainer creating a subgroupFabio Papa
- Change the two existing feature examples that create a subgroup to elucidate that the owner is creating the subgroup - Nest two more specs inside the 'subgroup support' context detailing what happens when a maintainer attempts to add a subgroup (one with subgroup support, and one without)
2019-07-02Don't let logged out user do manual orderRajat Jain
Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
2019-06-27Properly check that issue list has persistedStan Hu
A valid user needs to be signed in, and we need to reload the page to verify that the issue list was saved on the backend.
2019-06-26Use relative position to order issuesRajat Jain
2019-06-26Stub manual_sorting flagRajat Jain
2019-06-26Bring Manual Ordering on Issue ListRajat Jain
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
2019-06-06Show Test Automation Engineer for spec/feature asLin Jen-Shin
reviewers.
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-03Add leave link to access_granted emailLuke Bennett
Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-05Add part of needed codeGosia Ksionek
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
2019-04-03Specify new validation message selectorEnrique Alcantara
Update QA selector to specify that API URL is a input type=url field
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
2019-02-14Add more feature specs for group labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-01-25Refresh group overview to match project overviewDennis Tang
- Avatar, group name, and group description now left-aligned - Notification setting and "New project" CTA right-aligned with group avatar and name - Leave group / request access now a link next to the 'Group' label below the group name - Notification setting label removed in favor of icons - Tooltip added to indicate notification setting - Search option moved inside table header next to "Sort by"
2019-01-10Make issuable empty state actionableRajat Jain
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/25043, we want to make the empty state for issuables a little friendly. This applies during searching in opened state and in the closed state.