- 05 Apr, 2019 1 commit
-
-
Thong Kuah authored
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
- 04 Apr, 2019 5 commits
-
-
Igor authored
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
Igor authored
This fixes the bug, when approver filter is provided, but dashboard asks to enter any filter
-
Oswaldo Ferreira authored
- added suggestions to mock data - fixed props to be not required
-
Alexandru Croitor authored
-
Douglas Barbosa Alexandre authored
-
- 03 Apr, 2019 4 commits
-
-
Enrique Alcantara authored
Update QA selector to specify that API URL is a input type=url field
-
Alexandru Croitor authored
-
Alexandru Croitor authored
-
Heinrich Lee Yu authored
Also removes specs related to the flag
-
- 02 Apr, 2019 1 commit
-
-
Patrick Bajao authored
Regenerate locale.pot as well
-
- 01 Apr, 2019 1 commit
-
-
Bob Van Landuyt authored
This makes sure we load the page as part of the spec, instead of a before block. So we could still perform setup inside shared examples, avoiding failures caught by data being wrongly cached when loading the page multiple times during a single spec
-
- 30 Mar, 2019 1 commit
-
-
Stan Hu authored
This spec would start to fail on the first of the month because the generated text would have a zero-padded day (e.g. 01 vs 1), whereas the expected text check used an unpadded day via the `-d` parameter in strftime (https://apidock.com/ruby/Date/strftime). To fix this, we use use the `d` parameter to pad zeros. This spec was introduced recently in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
-
- 29 Mar, 2019 3 commits
-
-
mfluharty authored
Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
-
Mayra Cabrera authored
This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
-
Alexandru Croitor authored
* Extend quick actions dsl to allow specifying model types to which given quick action applies * Rename issuable attribute to noteable in interpret_service.rb * Refactor and reorder quick action specs * Create a shared example spec for each quick action to be used for issue, merge request and commit specs. https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
-
- 27 Mar, 2019 3 commits
-
-
Kamil Trzciński authored
This reverts merge request !25476
-
Miranda Fluharty authored
Add a masked switch to variable rows Copy some behavior from the protected switch
-
Filipa Lacerda authored
The link to the job page was not set properly, with this commit it links to the correct job page.
-
- 26 Mar, 2019 5 commits
-
-
Mark Fletcher authored
-
Douwe Maan authored
-
Douwe Maan authored
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
-
Heinrich Lee Yu authored
Makes discussion expansion depend on `discussion.expanded`
-
Luke Duncalfe authored
Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
-
- 25 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 21 Mar, 2019 3 commits
-
-
Nathan Friend authored
This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
-
Enrique Alcantara authored
Use not_to instead of to__not
-
Mark Chao authored
Guest user of a project should not see branches
-
- 20 Mar, 2019 7 commits
-
-
Igor Drozdov authored
-
Nathan Friend authored
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
-
Nathan Friend authored
This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
-
Heinrich Lee Yu authored
Adds conditional to close assignee menu when visible in EE
-
Gosia Ksionek authored
-
Tiger authored
Introduces the concept of Prerequisites for a CI build. If a build has unmet prerequisites it will go through the :preparing state before being made available to a runner. There are no actual prerequisites yet, so current behaviour is unchanged.
-
Tiger authored
Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
-
- 19 Mar, 2019 2 commits
-
-
Shinya Maeda authored
Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
-
Heinrich Lee Yu authored
Also sets default selectedValue for discussion filter when not logged in
-
- 14 Mar, 2019 3 commits
-
-
Jacques Erasmus authored
Show a loading spinner while Ingress/Knative IP is being assigned
-
Alexis Reigel authored
-
Alexis Reigel authored
-