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-07-16CE backport: Removed non-decimal event valuesDonald Cook
Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
2019-07-11Fix Main::Menu locatorsddavison
Fix the locators to not use a regex Add requirement
2019-07-11Introduce data-qa-selector to supplant .qa-classddavison
In order to break away from using CSS classes as our primary method of element identification, we need to provide the ability to search for data attributes. Make Test::Sanity::Selectors now work Utilize regex to match on literal strings of the element name Suggest the data-qa-selector pattern vs the qa- Add data-qa-selector to login page to start We need a page that is heavily used in order to be confident that this functionality works. Let's start with the Login page Use appropriate HAML data tag practices
2019-07-09Revert to using retry_untilSanad Liaquat
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-06-24Add identifiers for onboarding popoversMartin Wortschack
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
2019-05-20Next badge must be visible when canary flag is trueFilipa Lacerda
2019-05-15Merge branch 'layouts-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in app/views/layouts view Closes gitlab-ee#6647 See merge request gitlab-org/gitlab-ce!28197
2019-05-14Remove trailing whitespace for lintMarcel van Remmerden
2019-05-13Add badge link and adapt visual style to badges Marcel van Remmerden
2019-05-12Resolve CE/EE diffs in app/views/layouts viewLuke Bennett
Part of single codebase changes.
2019-05-07Only renders Next badge for gitlab.comFilipa Lacerda
2019-05-07Onboarding welcome pageMartin Wortschack
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
2019-04-25Adds information about Canary envFilipa Lacerda
This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
2019-03-13Add a new test to create a snippetRoman Verevkin
Add "smoke" tag to the test Fix links to views in Page Object files Review fixes Remove useless view block Implement Snippets::Show page object class Fix review suggestions Fix review suggestions 2 Fix test with empty snippets state Remove useless css class Fix issues
2019-02-12Replace useless divs with flex layout in navbarjoola
Notable changes proposed by @pslaughter
2019-01-29Revert the "What's new" featureBrandon Labuschagne
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-14Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne
2019-01-04Add submit feedback link to help dropdownBrandon Labuschagne
2018-12-21Support navbar trackingMartin Wortschack
- Add tracking attributes to templates
2018-12-10Resolve main nav clipping in certain breakpointsDennis Tang
Makes the following changes in order to have all the items of the top nav fit within all of the new Bootstrap 4 breakpoints: - Change GitLab logo to show only on desktop breakpoint (lg and up) - Move margin from logo to logo text, saving 8px - Move the following icon links to the "More" nav dropdown - Instance Statistics (ConDev Index) - Admin area (if Admin) - Sherlock Transactions (if enabled) - Removed separator between Admin icons - Change search input width from 240px to 200px - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints - Show "More" menu of lg breakpoints
2018-11-27Resolve "Fix overlapping separator on the mobile navigation bar"Thomas Pathier
2018-11-26Condense the "new_dropdown" layout partialRobert Speicher
After converting the test that verifies this partial's behavior from a feature spec to a view spec, we're able to remove a few CSS classes that were only used for scoping tests found in the feature spec. All the view spec needs is the `have_link` matcher which allows us to check for a specific `href` attribute.
2018-11-07Align sign in buttonGeorge Tsiolis
2018-10-30Backport ee 7203 sticky logs topbarSimon Knox
2018-10-19Adjust size and alignment of emojis of user status in user menuDennis Tang
2018-10-18Resolve "Re-arrange help-related user menu items into new Help menu"Dennis Tang
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-09-05Limit navbar search for current project or group for small viewportsGeorge Tsiolis
2018-07-27Resolve "The comparison list for the modified icons"Sam Beckham
2018-07-23i18n: externalize strings from 'app/views/layouts'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-09Show "Sign in" instead of "Sign in / Register" when sign up is disabledDustin Utecht
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06CE for "Remove new contributing link from EE"Luke Bennett
2018-06-30Brought back the line separator to the left of the 'Admin area' wrench icon ↵Rahul C
that had vanished
2018-06-26Update external link icon in header user dropdownGeorge Tsiolis
2018-06-25Resolve "Help users find our contributing page"Luke Bennett
2018-06-15Fix dropdown from project welcome page moving out of the screenJose
2018-06-08Fix alignment of sign in/sign up buttonAnnabel Dunstone Gray
2018-05-17fix terms specClement Ho
2018-05-08Fix right-aligned menus; only display tooltip on hoverAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-04Make the user dropdown reusableBob Van Landuyt
We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
2018-04-17Fix dropdownsClement Ho
2018-04-17Fix navbarClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11Show `New Issue` link for projectsBob Van Landuyt
When a user is not logged in, we want to show the `New Issue` link so he gets directed to the login flow first. When a project is archived, we never want to show the link.
2018-04-11Hide new mr from dropdown for archived projectsBob Van Landuyt
2018-04-10[skip ci] Fix login pageClement Ho